.salesforce-form input {
    width: 100% !important;
	height: 35px !important;
	margin-bottom: 5px !important;
}

.salesforce-form select {
    width: 100%;
	    margin-bottom: 5px;
}

.salesforce-form .intl-tel-input.allow-dropdown {
    display: block;
}

.salesforce-form .flag-container {
    top: 17px;
}

.salesforce-form select {
    border: 0;
    outline: 1px solid #CCC;
}

.salesforce-form #sf_email {
    border: 0;
    outline: 1px solid #CCC;
}

.tab-color_dark li h4 {
    color: #fff !important;
}

.tab-color_dark .active h4,
.tab-color_dark li a:hover h4 {
    color: #333 !important;
}

.wpcf7-previous {
    background: #a0ce4e;
    color: rgba(255,255,255,.8);
    padding: 13px 29px;
    line-height: 17px;
    font-size: 14px;
    font-family: 'Lato';
    font-weight: 700;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#a0ce4e, endColorstr=#a0ce4e);
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    border: none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    text-transform: uppercase;
    margin-right: 10px;
    cursor:pointer;
}

.wpcf7-previous:hover {
    background: #96c346;
    color: rgba(255,255,255,.9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#96c346, endColorstr=#96c346);
}

.link-text_blanco {
    color: #ffffff !important;
}

.link-text_blanco:hover {
    color: #458d2c !important;
}

#name-programa_interes {
    display: none;
}


/*--------------------------------
    TESTIMONIO VIDEO
----------------------------------*/
.testimonio-video_content {
    width: 50%;
    float: left;
    padding-right: 74px;
    padding-top: 50px;
}

.testimonio-video_texto {
    max-width: 364px;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
}

.testimonio-video_autor {
    min-width: 316px;
    float: right;
    text-align: right;
    background-color: rgb(248, 152, 0);
    color: #fff;
    border-radius: 15px 0px;
    min-height: 56px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    padding-top: 8px;
    padding-right: 10px;
}

.testimonio-video_autor p {
    margin-bottom: 0px;
}

.testimonio-video_youtube {
    width: 50%;
    float: right;
}

/*--------------------------------
    TOGGLE LIGHT and Dark(Default)
--------------------------------*/
.fusion-accordian .panel-title a {
    color: #fff;
    font-size: 16px;
    font-weight: 600 !important;
}

#main .toggle-dark .panel-title a {
    color: #fff;
}

.toggle-light .panel-title a {
    color: #000;
}

.toggle-light .panel-title .active,
#main .toggle-dark .panel-title .active {
    color: #458d2c;
}

/*--------------------------------
    FLIX BOXES DARK 
--------------------------------*/

.flix-boxes_dark .flip-box-heading-back {
    margin-bottom: 20px;
}

.flix-boxes_dark .flip-box-back-inner p {
    margin-bottom: 0px !important;
}

.flix-boxes_dark a { 
    color: #fff;
}

.flix-boxes_dark a:hover {
    color: #25a9cf;
}


/*--------------------------------
    SINGLE POSTS
--------------------------------*/
.fusion-page-title-bar {
    height: auto;
    padding-bottom: 5px;
    padding-top: 5px;
}

.fusion-page-title-bar .fusion-page-title-wrapper {
    min-height: 55px;
}


/*-------------------------------
    MODAL FORM PLAN ESTUDIOS
---------------------------------*/

.modal-plan-estudios .modal-lg {
    max-width: 600px;
    margin: 60px auto 0px;
}

.modal-plan-estudios .enlace-plan {
    display: none;
    margin-bottom: 20px;
}

.modal-plan-estudios .close {
    margin-top: 0px;
    display: none;
}

.modal-plan-estudios .modal-field_medium {
    width: 50%;
}

.modal-plan-estudios .wpcf7-select-parent {
    width: 50% !important;
}

.modal-plan-estudios .intl-tel-input {
    width: 50%;
}

.modal-plan-estudios .modal-footer {
    margin-top: 0px;
    padding: 0;
    border: none;
    position: absolute;
    top: 0px;
    right: 0px;
}

.modal-plan-estudios .modal-footer a {
    background-color: transparent;
    color: #000;
    font-size: 17px;
}

.modal-plan-estudios .wpcf7-not-valid-tip {
    display: block;
}


/*-------------------------------
    FORM CONTACTO SALESFORCE
---------------------------------*/
.salesforce-form input[type="text"],
.salesforce-form input[type="email"],
.salesforce-form select {
    color: #333;
}

.salesforce-form select {
    padding-left: 10px;
}

/*------------------------------------------- 
    SECCION DE NOTICIAS Y ARTICULOS
---------------------------------------------*/

.fusion-one-fourth.content-posts_events {
    width: 23%;
}

.fusion-one-fourth.fusion-layout-column.content-posts_events {
    margin-right: 3%;
}

.content-posts_events .recent-event h2 {
    font-size:  18px !important;
    font-family: 'Lato', sans-serif !important;
    margin-bottom: 10px !important; 
}

 .recent-posts h2 a,
 .recent-event h2 a {
    color: #002e46;
 }

 .last-posts .slides img {
    height: 100px;
    object-fit: cover;
 }

 .recent-event a:hover {
    color: #458d2c;
 }

 .recent-posts .recent-title_height,
 .recent-event .recent-title_height,
 .last-posts .entry-title a {
    max-height: 3.3rem;/*line-height por nº de líneas*/
    overflow: hidden;
    display: inline-block;
    position: relative;
    padding-right: 22px;
}

 .recent-posts .recent-title_height:after,
 .recent-event .recent-title_height:after,
 .last-posts .entry-title a:after {
    content:'[+]';
    position: absolute;
    background-color: transparent;
    bottom: 0px;
    right: 0px;
    font-size: 16px;
    color: #777;
}

 .recent-posts .recent-title_height:hover:after,
 .recent-event .recent-title_height:hover:after,
 .last-posts .entry-title a:after {
    color: #000 !important;
 }

.content-posts_events .recent-event h4,
.recent-posts .fusion-single-line-meta,
.last-posts .meta {
    text-transform: uppercase;
    font-family: 'Lato'!important;
    font-size: 12px !important;
    font-weight: 400;
    color: #333;
}

.recent-posts .recent-image_background,
.recent-event .recent-image_background  {
    height: 100px;
    background-size: cover;
    background-position: center center;
}

.recent-event img,
.recent-posts img {
    display: none !important;
}

.recent-event .fusion-events-meta {
    padding: 15px 15px
}

.recent-posts .fusion-content-sep {
    display: none;
}

.recent-posts .fusion-meta-info {
    display: none;
}

.fusion-blog-layout-grid .fusion-post-content-wrapper, 
.fusion-blog-layout-timeline .fusion-post-content-wrapper {
    padding: 15px 15px 0px;
}

/*End Seccion de noticias*/

.no-wrap {
    white-space: nowrap;
}

.salesforce-form .w2linput.submit {
    background-color: #96c346;
    color: rgba(255,255,255,.8);
    text-transform: uppercase;
    border-color: rgba(255,255,255,.9);
    border-style: none;
    font-family: 'Lato';
    max-width: 203px;
	border-radius: 2px;
}

.form-title {
    font-size: 20px !important;
}

.form-title a {
    color: #96c346;
}

.form-title a:hover {
    text-decoration:underline;
}

#sf_email {
    padding-left: 14px;
}

#sf_country, #sf_Pais {
    padding-left: 9px;
    margin-top: 8px;
}

.thanks-wrapper {
    text-align: center;
}

.thanks-wrapper p {
    font-size: 18px;
}

.salesforce-form #sf_00Ni00000064yaV {
    margin-top: 7px !important;
}


a.fusion-social-network-icon.fusion-tooltip {
    pointer-events: initial;
}

.heading-clone {
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 700;
    color: #002e46;
	display:none;
}

.heading-clone span {
    font-size: 15px;
	display:none;
}

li#menu-item-12972 {
    display: none;
    height: 0px;
    width: 0px;
    visibility: hidden;
}

div#google_translate_element {
    margin-top: 9px;
}

/*-----------------------------------------
    MEDIAS QUERIES (RESPONSIVE)
--------------------------------------------*/

@media screen and (max-width: 1024px) {
    .testimonio-video .fusion-column-wrapper {
        padding-right: 60px !important;
    }
}


@media screen and (max-width: 968px) {
    .testimonio-video_content {
        padding-top: 15px;
        padding-right: 40px;
    }
}

@media only screen and (max-width: 924px) {
    .fusion-one-fourth.content-posts_events,
    .fusion-three-fourth.content-posts_noticias {
        width: 100%;
    }

    .content-posts_events .recent-event {
        max-width: 450px;
        margin: 0px auto;
    }

    .content-posts_noticias .fusion-post-grid {
        width: 33.33% !important;
    }
}

@media only screen and (max-width: 800px)  { 
    .testimonio-video .fusion-column-wrapper {
        padding: 30px !important;   
    }
    .content-posts_noticias .fusion-columns .fusion-column:not(.fusion-column-last) {
        margin: 0px 0px 20px !important;
    }
    .testimonio-video_content {
        max-width: 450px;
        float: none;
        padding-top: 0px;
        padding-right: 0px;
        margin: 0px auto;
        width: 100%;
    }

    .testimonio-video_texto {
        max-width: 100%;
    }

    .testimonio-video_youtube {
        width: 100%;
        float: none;
        margin: 110px auto 0px;
        max-width: 560px !important;
        max-height: 100% !important;
    }
}

@media only screen and (max-width:  767px) {
    .content-posts_events .recent-event {
        max-width: 350px;
    }
}

@media only screen and (max-width: 740px) {
    .recent-posts .recent-image_background,
    .recent-event .recent-image_background {
        height: 160px;
    }
}

@media only screen and (max-width: 680px) {
    .content-posts_events .recent-event {
        max-width: 100%;
    }

    .recent-event img {
        width: 100%;
    }

    .recent-posts img, 
    .recent-event img {
        height: auto;
        object-fit: fill;
    }

    .content-posts_noticias .fusion-post-grid {
        width: 100% !important;
    }
}
@media only screen and (max-width: 640px) {
	
	.page-id-12157 .rev_slider h1,.page-id-12157 .rev_slider h2,.page-id-12157 .rev_slider h3,
	.page-id-12205 .rev_slider h1,.page-id-12205 .rev_slider h2,.page-id-12205 .rev_slider h3,
	.page-id-12187 .rev_slider h1,.page-id-12187 .rev_slider h2,.page-id-12187 .rev_slider h3 ,
	.page-id-12803 .rev_slider h1,.page-id-12803 .rev_slider h2,.page-id-12803 .rev_slider h3 ,
	.post-12673 .rev_slider h1,.post-12673 .rev_slider h2,.post-12673 .rev_slider h3 ,
	.page-id-13658 .rev_slider h1,.page-id-13658  .rev_slider h2,.page-id-13658 .rev_slider h3 ,
	.page-id-12906 .rev_slider h1,.page-id-12906  .rev_slider h2,.page-id-12906  .rev_slider h3 ,
	.page-id-12894 .rev_slider h1,.page-id-12894 .rev_slider h2,.page-id-12894 .rev_slider h3 ,
	.page-id-12298 .rev_slider h1,.page-id-12298 .rev_slider h2,.page-id-12298 .rev_slider h3 ,
	.page-id-12056 .rev_slider h1,.page-id-12056  .rev_slider h2,.page-id-12056 .rev_slider h3 ,
	.page-id-12673 .rev_slider h1,.page-id-12673 .rev_slider h2,.page-id-12673 .rev_slider h3 ,
	.page-id-13658 .rev_slider h1,.page-id-13658 .rev_slider h2,.page-id-13658 .rev_slider h3 ,
	.page-id-12906 .rev_slider h1,.page-id-12906  .rev_slider h2,.page-id-12906  .rev_slider h3 ,
	.page-id-12894 .rev_slider h1,.page-id-12894 .rev_slider h2,.page-id-12894 .rev_slider h3 ,
	.page-id-12298 .rev_slider h1,.page-id-12298 .rev_slider h2,.page-id-12298 .rev_slider h3 ,
	.page-id-12056 .rev_slider h1,.page-id-12056  .rev_slider h2,.page-id-12056  .rev_slider h3 ,
	.page-id-12823 .rev_slider h1,.page-id-12823 .rev_slider h2,.page-id-12823 .rev_slider h3 ,
	.page-id-12813 .rev_slider h1,.page-id-12813 .rev_slider h2,.page-id-12813  .rev_slider h3 ,
	.page-id-12697 .rev_slider h1,.page-id-12697 .rev_slider h2,.page-id-12697 .rev_slider h3  ,
	.page-id-12686 .rev_slider h1,.page-id-12686 .rev_slider h2,.page-id-12686 .rev_slider h3  
		{
    display: none !important;
}
	
	
	
	
  .heading-clone {
   display:block;
}

.heading-clone span {
    display:block;
}
}
@media only screen and (max-width: 524px) {
    .modal-plan-estudios .wpcf7-select-parent,
    .modal-plan-estudios .intl-tel-input {
        width: 100% !important;
    }

    .modal-plan-estudios .modal-submit {
        text-align: center;
    }
}







@media screen and (max-width: 380px) {
    .testimonio-video .fusion-column-wrapper {
        padding: 20px !important;   
    }

    .testimonio-video_autor {
        min-width: 100%;
    }
}

@media screen and (min-width: 1100px){
div#google_translate_element {
    float: left;
}

ul#menu-top {
    display: inline;
}
}




/* Pruebas */
.muller-banner {
    background: url('/wp-content/uploads/2016/06/eduard-muller.png');
    min-height: 276px;
    background-repeat: no-repeat;
	padding: 32px 118px;
}

.muller-quote p {
    margin-bottom: 0px;
    padding: 5px;
    color: white;
    font-weight: 400;
    text-align: right;
    font-size: 16px;
    background-color: rgba(3, 62, 94, 0.4);
    line-height: 21px;
    width: 83%;
    float: right;
}

.muller-quote2 p {
    color: rgb(38, 168, 204);
    text-align: right;
    font-size: 15px;
	line-height: 21px;
    font-weight: 700;
    padding-top: 10px;
}

.muller-quote2 {
    display: block;
    float: none;
    clear: both;
}


@media screen and (max-width: 855px) {
.muller-quote p {
font-size:15px;

   }
   
   .muller-banner{
       padding: 13px 15px;
   }
}


@media screen and (max-width: 855px) {
.muller-quote p{
width:70%;
}

.muller-quote2 p{      
    font-size: 13px;   
    width: 70%;
    font-weight: 700;
    float: right;
}

}

.muller-banner.m-b {
    background: none;
    background-color: #0A2E46;
}

.muller-banner.m-b .muller-quote p {
    width: initial;
    float: right;
}

.muller-banner.m-b img {
    float: left;
    display: inline;
}

.c-hide {
    display: none;
    height: 0px;
}


@media screen and (max-width: 700px) {
.muller-banner{
min-height:initial;
}


.muller-quote2 p {
    
    float: initial;
    text-align: center;
    width: 100%;
}


.muller-quote p {
    width: 100%;
    text-align: center;
}
.muller-banner {
    background: none;
    background-color: #0A2E46;
    margin-bottom: 9px;
}

}


img.muller-img-1 {
    float: left;
}

.m-b .muller-quote2 {
    display: inline;
    float: none;
    clear: both;
}

.muller-banner.m-b {
       min-height: 249px;
    
}

.sub-menu-mobile{
display:none;
}
@media screen and (max-width: 1000px) {
.page-id-11812 span.tp-thumb-title {
    font-size: 10px !important;
}
}

@media screen and (max-width: 825px) {

.page-id-11812 .tp-thumbs.inner.erinyen.nav-pos-hor-center.nav-pos-ver-bottom.nav-dir-horizontal {
    display: none;
}


.sub-menu-mobile {
    display: block;
}

.sub-menu-mobile ul {
    list-style: none;
	margin: 9px 0px 0px 0px;
}

.sub-menu-mobile li {
    
    display: block;
    margin-right: 36px;
    text-align: center;
	background: #002e46;
	    padding: 7px 11px;
    margin-bottom: 7px;
}

.sub-menu-mobile a {
    color: white;
}


}

/* =Nav
-------------------------------------------------------------- */
#nav-trigger {
  display: none;
  text-align: center; }
  #nav-trigger span {
    display: inline-block;
    padding: 10px 30px;
    background-color: #002e46;
    color: white;
    cursor: pointer;
    text-transform: uppercase; 
	    margin-top: 5px;
    width: 100%;
	}
    #nav-trigger span:after {
      display: inline-block;
      margin-left: 10px;
      width: 20px;
      height: 10px;
           border-left: solid 10px transparent;
      border-top: solid 10px #fff;
      border-right: solid 10px transparent; }
    #nav-trigger span:hover {
      background-color: #002e46; }
    #nav-trigger span.open:after {
      border-left: solid 10px transparent;
      border-top: none;
      border-bottom: solid 10px #fff;
      border-right: solid 10px transparent; }

nav {
  margin-bottom: 30px; }

nav#nav-main {
  background-color: #002e46;
  padding: 10px 0; }
  nav#nav-main ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center; }
  nav#nav-main li {
    display: inline-block;
    border-right: solid 1px #002e46;
    padding: 0 5px; }
    nav#nav-main li:last-child {
      border-right: none; }
  nav#nav-main a {
    display: block;
    color: white;
    padding: 10px 30px; }
    nav#nav-main a:hover {
      background-color: #002e46;
      color: #fff; }

nav#nav-mobile {
  position: relative;
  display: none; }
  nav#nav-mobile ul {
    display: none;
    list-style-type: none;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: white; }
  nav#nav-mobile li {
    display: block;
    padding: 5px 0;
   /* margin: 0 5px;*/
    border-bottom: solid 1px #002e46; }
    nav#nav-mobile li:last-child {
      border-bottom: none; }
  nav#nav-mobile a {
    display: block;
    color: white;
    padding: 10px 30px; }
    nav#nav-mobile a:hover {
      background-color: #002e46;
      color: #fff; }

/* =Media Queries del NAV del home
-------------------------------------------------------------- */
@media all and (max-width: 900px) {
  #nav-trigger {
    display: block; }

  nav#nav-main {
    display: none; }

  nav#nav-mobile {
    display: block; }
}






/* Fin de Pruebas */

.page-id-15094 a.fusion-button.button-flat.button-round.button-small.button-default {
    pointer-events: initial;
}


.fusion-two-fifth .fusion-column-wrapper h2 {
    font-size: 20px !important;
}

.fusion-two-fifth .fusion-column-wrapper h2 a {
    color: #96c346;
}

#sf_00Ni000000HWbdv {
    border: 0;
    outline: 1px solid #CCC;
    padding-left: 15px;
    padding-top: 6px;
}


@media screen and (min-width: 800px) {
	#sf_form_salesforce_w2l_lead_19 #sf_00Ni00000064yaV {
    width: 65% !important;
}
	
	
	#sf_form_salesforce_w2l_lead_19 #sf_email,
#sf_form_salesforce_w2l_lead_19 #sf_phone	{
    width: 65% !important;
}
	
	
	#sf_form_salesforce_w2l_lead_19 #sf_00Ni00000064yvc {
    width: 45% !important;
}
}


.contacto-general .sf_field.sf_field_00Ni00000064yaV.sf_type_select {
    margin-bottom: 30px;
}




/* Inicio CSS Herman */

.fusion-contact-info a {
    white-space: nowrap;
}
.container-phone-sticky {
    position: fixed;
    bottom: 0px;
    right: 0px;
    left: 0px;
    z-index: 9999999;
    display: block;
    display: none;
}
.container-phone-relative {
    position: relative;
    display: block;
    width: 100%;
}
.container-phone-relative a {
    background: #002e46;
    padding: 5px;
    font-size: 16px;
    width: 100%;
    display: block;
    color: #fff;
    border: 5px solid #1a80b6;
    text-align: center;
}
@media (max-width: 767px) {
    .container-phone-sticky {
        display: block;
    }
}
@media (max-width: 450px) {
    .fusion-secondary-menu>ul>li>a {
        padding: 0px 9px!important;
    }
}
/* Final CSS Herman */