/*tema Body*/
/* html element 62.5% font-size for REM use */

/* ----------- *\
RESET
 */
 html, body, div, span, applet, object, iframe,
 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
 a, abbr, acronym, address, big, cite, code,
 del, dfn, em, img, ins, kbd, q, s, samp,
 small, strike, strong, sub, sup, tt, var,
 b, u, i, center,
 dl, dt, dd, ol, ul, li,
 fieldset, form, label, legend,
 table, caption, tbody, tfoot, thead, tr, th, td,
 article, aside, canvas, details, embed,
 figure, figcaption, footer, header, hgroup,
 menu, nav, output, ruby, section, summary,
 time, mark, audio, video {
    font-size:1rem; 
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
 
 }
 /* HTML5 display-role reset for older browsers */
 article, aside, details, figcaption, figure,
 footer, header, hgroup, menu, nav, section {
     display: block;
 }
 body {
     line-height: 1;
     -webkit-text-size-adjust:none;
     -ms-text-size-adjust:none;
     -moz-text-size-adjust:none;
     text-size-adjust:none;
     text-size-adjust:none;
     font-family: "Amor Sans Pro";
     color: #83786f;
 }

 ol, ul {
     list-style: none;
 }
 blockquote, q {
     quotes: none;
 }
 blockquote:before, blockquote:after,
 q:before, q:after {
     -moz-box-sizing:border-box;
     box-sizing:border-box;
     -webkit-font-smoothing:antialiased;
     font-smoothing:antialiased;
     text-rendering:optimizeLegibility;
     word-wrap: break-word;
 }
 table {
     border-collapse: collapse;
     border-spacing: 0;
 }
 
 b,strong{
     font-weight:bold;
 }
 
 *,
 *:after,
 *:before {
     box-sizing:border-box;
     word-wrap: break-word;
 }


 /* clear */
 .clear:before,
 .clear:after {
     content:' ';
     display:table;
     clear: both;
 }
 
 .clear:after {
     clear:both;
 }
 .clear {
     *zoom:1;
 }
 img {
    max-width:100% ;
    vertical-align:bottom;
	height: auto;
 }
 a {
     color:#ce0058;
     text-decoration:none;
 }
 a:hover {
     color:#ce0058;
 }
 
 *:focus,
 a:focus {
     outline:0;
 }
 a:hover,
 a:active {
     outline:0;
 }
 
 input[type="text"],
 input[type="email"],
 input[type="tel"],
 input[type="search"],
 input[type="password"],
 input[type="date"],
 input[type="number"],
 select,
 textarea{
     border:1px solid #c2c0bf;
     padding:8px;
     width:100%;
 }
 
 textarea{
     min-height: 100px;
 }
 
 select{
     -moz-appearance: none;
     -webkit-appearance: none;
     appearance: none;
 }
 
 input[type="button"],
 input[type="submit"],
 button,
 .button {
    color: #fff;
    /*background: url(../assets/images/boton-rosa.png) top center no-repeat; para local en windows. en linux es sin los 3 puntos*/ 
    background: url(assets/images/boton-rosa.png) top center no-repeat;
    background-size: 100% 100%;
    padding: 9px 14px 20px 14px;
    border: none;
    text-align: center;
    min-width: 150px;
    max-width: 100%;
    display: inline-block;
    margin-top: 10px;
    font-size:  1.125rem;
 }
 

 .button:hover,
 button:hover,
 input[type="button"]:hover,
 input[type="submit"]:hover{
    color: #fff;
    /*background: url(../assets/images/boton-amarillo.png) top center no-repeat; para local en windows. en linux es in los 3 puntos*/ 
    background: url(assets/images/boton-amarillo.png) top center no-repeat;
    background-size: 100% 100%;
 }
 
 
 button:focus,
 input:focus{
     outline: 0;
 }
 
 



.pre-head {
    height: 32px;
    background-color: #910048;

}

.pre-head a{
    line-height: 1.75rem;
    color: #ffffff;
    font-family: "Amor Sans Pro";
    font-weight: bold;
}



#site-header {
    height: 109px;
    background-color: #ca005d;
}

#site-header a.wpthemeAltText {
    display: block;
}

.header .logo {
    padding-top: 10px;
    padding-bottom: 10px;
	max-height: 77px;
}


.derechos-reservados{
     
    background: #8f004a;
}

.header .menu-col,
.header .menu-col .nav{
    padding-left:0 !important;
    padding-right:0 !important;
}


.header-menu ul{
    display:block;
    min-width: 240px;
}

.header-menu li{
    display: block;
    padding-left: 0px;
    padding-right: 0px;
}


.header-menu li a{
    line-height: 1.75rem;
    color: #ffffff;
    font-family: "Amor Sans Pro";
    font-weight: bold;
}


.header-menu li li a{
    color:#ce0058;
    transition: all 300ms;
}

.header-menu li li:hover > a{
    color:#fff;
   
}

.iconoDesplegable:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    border: -2px solid;
    content: "\f107";
   padding-left: 10px;
}

.iconoDesplegable:hover:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f106";
   
}   


.header-menu .nav-item:hover  > a,
.header-menu .nav-item.current > a{
    border-bottom: solid 2px white;
    margin-bottom: 11px;
    margin-top: 13px;
}



.header-menu li ul{
    display:none;
}

.header-menu li:hover > ul{
    position: absolute;
    display:block;
    z-index: 2;
    background: #fff;

}

.header-menu li:hover > ul ul {
    position:absolute;
    left:100%;
    top:0;
    border-left:2px solid #ce0058;
}



.header-menu li ul li:hover  > a,
.header-menu li ul li.current > a{
    
  
}

.header-menu li ul li{
    border-bottom: 1px solid #ce0058;
    display: blocK !important;
    transition: all 200ms;
    position: relative;
    padding-top: 3px;
    padding-left: 9px;
    min-height:47px;
    font-size: 0.85rem;
}



.header-menu li ul > li:before{
    content:'';
    width: 0;
    left:0;
    top: 0px;
    bottom: -1px;
    background: #ce0058;
    position: absolute;
    transition: all 200ms;
    z-index: -1;

}

.header-menu li ul li:hover:before{
    right:0;
    width: 100%;
    border:0px solid #fff;  
   
}

.header-menu li ul a:after{
    display:none;
}

.header .secondary-nav{
    font-weight: bold;
}


.header .secondary-nav a{
    padding:3px 0;
    display: inline-block;
}


.pre-head .call-wrap{
    padding:0 !important;
}
.pre-head a.call-action i{
    transform: rotate(90deg);
}

.header .search{
    border-left:1px solid;
}

.header .search a{
    color:#fff;
}
span.icon-sized {
    right: 15px;
    position: absolute;
}

.big-menu .menu-icon{
    cursor: pointer;
    /*border-left:1px solid rgba(255,255,255,0.6);*/
    color:#fff;
    color:rgba(255,255,255,0.6);
    display:block;

}

.big-menu .menu-icon i{
    line-height: 4.5rem;
    font-size: 1.875rem;
    padding: 0 10px;

}

.container {
    width: 100%;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
     
}

.separadorTelefono{
    margin-right: -14px;
    margin-top: 3px;
}

.separadorIconos{
    margin-left: -27px;
    margin-top: 4px;
}

.icono{
    width: 24px;
    height: 22px;
    border-radius: 4px;
    vertical-align: sub;
}

.d-none {
    display: none !important;
}
 .button.yellow{

    color:#fff !important;
    background: url("../assets/boton-amarillo.png") top center no-repeat; /* Old browsers */
    background-size: 100% 100%;
    
    text-align: center;
}
 
 
 iframe{
     max-width: 100%;
 }
 iframe[src*="you"]{
     width: 100%;
     min-height: 380px;
     max-height: 100%;
 }
 
 
 input:focus {
     outline:0;
 
 }
 
 p{
     margin-bottom:1.5rem;  
 }
 
 h1,h2,h3,h4,h5,h6{
    
    color: #ca005d;
    
 }
 
 
 h1{
    font-size: 3rem;/*48px*/
 }
 h2 {
     font-size: 2rem;  /*32px*/
 }
 h3 {
     font-size: 1.5rem; /*24px*/
 }
 h4 {
     font-size: 1.125rem; /*18px*/ 
     color: #ca005d;
    font-weight: bold;
 }
 h5 {
     font-size: 1rem; /*16px*/
 }
 h6{
     font-size: 0.875rem; /*14px*/
 }
 
 
 
 
 .nav{
     position: relative;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -ms-flex-align: center;
     align-items: center;
     -ms-flex-pack: justify;
     justify-content: space-between;
     padding:0 15px;
 }
 
 
 /**** MISC ****/
 
 
 p{
     line-height: 1.25Rem; /*20px;*/
 }
 small{
     font-size: 80%;
     display: block;
 }
 .small{
     font-size: 80% !important;
 }
 
 .chat-button{
     position: fixed;
     bottom:10px;
     right:10px;
     z-index: 199;
     cursor: pointer;
 }
 
 .pink{
     color:#ce0058;
 }
 
 hr{
     /*border-bottom:1px solid rgb(131,120,111);*/
     clear: both;
     width: 100%;
     display:block;
     margin:50px auto;
     margin-top: 1%;
 }
 
 .justifyText{
     text-align:justify;
 }
 
 .morado{
     color:#910048;
 }


 .ico-pequenio{
    font-size: 0.75rem; 
    padding-left: 52px;
    position: absolute;
 }

 
.titulos-header{
    font-size: 1rem !important;
    font-weight: unset !important;
    padding: 5px 17px 7px 17px;
    

}
.titulos-header:hover{
    background-color: #ca005d;
}

li.nav-item.cgSelected .titulos-header {
    background-color: #ca005d;
}


 /*
#--- Footer ----#
*/

.imagen-footer{
    margin-top: -19px;
}

.imagen-footer .tab{
    background-color: #e6e4e2;
}
.imagen-footer .content{
    background-color: white;
}

.imagen-footer .content .col-md-12{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0px; 
    padding-left: 0px;
}
.imagen-footer .content .col-12{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0px; 
    padding-left: 0px;
}
    
.imagen-footer .content .foorterMenu {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0px; 
    padding-left: 0px;
}

.foorterMenu {
    
    margin-top: 5px;
} 


.foorterMenu a.titulo {
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #910048;
    font-family: "Amor Sans Pro";
    font-weight: bold;
}

.foorterMenu li.titulo {
    padding-left: 35px;
}

.foorterMenu .submenu {
    padding-left: 72px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #cdc9c6;
}

.acomoda-titulo{
    margin-top: -13px;
    border-bottom: solid 1px #cdc9c6;
    padding: 18px 0px 11px 52px;
}

.cambiar-icono .fa-angle-down:before{
    content:"\f106"
}


.icono-footer-submenu, .icono-footer-menu{
    position: absolute;
    right: 16px;
    font-size: 1.5rem;
}

.regular-tamanio-menu{
    font-size: 1.3rem;
}


.ocultar-div{
    display: none;
}

.mostrar-div{
    display: block;
}

.foorterMenu a.subtitulo {
    line-height:1.75rem;
    font-family: "Amor Sans Pro";
    font-weight: bold;
}

.foorterMenu .submenuvacio {
    padding-left: 13%;
}

.foorterMenu .submenucapatres {
    padding-left: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.75rem;
    border-bottom: solid 1px #cdc9c6;
}

.foorterMenu li.submenucapatres {
    padding-left: 35px;
}


.footerSeccionUno, .footerSeccionDos, .footerSeccionTres{
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.footerSeccionUno a{
    color: white;
}

.footerTerminos{
    border-right: 1px #ce0058 solid;
	text-align: center;
}

.footerTerminosDos{
    text-align: right;
    margin-right: 35px;
    margin-bottom: 20px;
}

.footerSeccionDos a{
    color: white;
}

.footerSeccionTres a{
    color: white;
}

.footer-empresa{
    
    line-height: 1.75rem;
    color: #ca005d;
	margin-bottom: -35px;
    
}
.logo-empresa{
   /*
    padding-bottom: 5px;
    margin-top: -5px;
    margin-right: -20px;	
	*/
	display: flex;
    position: relative !important;
    top: -4px;
}

.separador{
    padding-top:    50px;
    padding-bottom: 10px;

}
.copy{
    font-size:0.9375rem;
    margin-top: 1%;
    border-right:   1px #FFFFFF solid;
    margin-bottom: 1%;
   
}
.privacidad{
    font-size:0.9375rem;
    margin-top: 1%;
    
}
.icono-footer{
    padding-left: 6%;
    padding-right: 1%;
}
/**** edited by cgmarin 29/01/19 ****/
.icono-facebook {
    background: url(../../images/ico-facebook.png) no-repeat;
    width: 24px;
    height: 23px;
    border-radius: 4px;
}

.icono-instagram {
    background: url(../../images/ico-in.png) no-repeat;
    width: 24px;
    height: 23px;
    border-radius: 4px;
}
div#cgputsocial {
    padding-top: 4px;
}
/**** end ****/
#site-footer-sub{
    background: #ce0058;
}

#site-footer .first-row{
    padding-top:60px;
}
#site-footer .second-row{
    padding-top: 50px;

}

#site-footer .third-row{
    padding-top: 10px;
}



#site-footer .wrap-first-section{
    padding:20px 0 20px;
    background: url("../assets/bg-footer-1.png") bottom center no-repeat;
    background-size: 200% 120%;
}

.template-somos #site-footer .wrap-first-section,
.template-inea #site-footer .wrap-first-section{
    background: none;
}

#site-footer .wrap-sub-footer{
   
    background-size: contain;
    color:#8f004a;
    
    
}

#site-footer .wrap-sub-footer a{
    color:#83786f;
}


#site-footer .second-row:before{
    position:absolute;


}


#site-footer > div{
    padding:10px 0;
}




#site-footer img{
    vertical-align: baseline;
}


#site-footer .logo{
    padding-bottom:20px;
}

.footer-nav li{
    padding:10px 8px;
    position: relative;
}


.first-row .footer-nav li{
    padding:5px !important;
}



.first-row .footer-nav li:last-of-type:after{
    display:none;
}

.first-row .footer-nav li li:after{
    display: none;
}

.first-row .footer-nav li a{
    color:#ce0058;
}


#site-footer .social li{

    padding: 0px 5px;
}

#site-footer .social li a{

    font-size: 1.375rem;
}


#site-footer .social .fa-facebook-f,
#full-menu .fa-facebook-f{
    color:#3B5998 !important;
}

#site-footer .social .fa-twitter,
#full-menu .fa-twitter{
    color:  #0084FF;
}

#site-footer .social .fa-youtube,
#full-menu  .fa-youtube{
    color:#CC181E;
}

#site-footer .social .fa-youtube{
    color:#CC181E;
}


#site-footer .copy{

    margin-top:20px;

}

#site-footer .copy .content{
    border-top:2px solid rgba(255,255,255,0.4);
    padding-top:25px;
}

.fondoRosaFooter{
    background: #ce0058;
    padding: 18px 0px 18px;
}

.footer-titulo{
    font-size: 1.5rem;
    line-height: 1.75rem;
    color: #910048;
    font-family: "Amor Sans Pro";
    font-weight: bold;

    margin-right: -11px;
    border-bottom: solid 1px #cdc9c6;;
    margin-left: -1rem;
    padding-bottom: 1rem;
}

.footer-titulo-final{
    font-size: 1.875rem;
    line-height: 1.75rem;
    color: #910048;
    font-family: "Amor Sans Pro";
    font-weight: bold;

}
.subirPixel{
    margin-top: -1px;
    width: 100%;
}
/*Inicio acordeon footer*/
.accordion-footer  .section-title-footer {
	font-family: "Amor Sans Pro";
    padding: 4px 0px 17px 26px;
    cursor: pointer;
}

.accordion-footer .tab .content{
    height:0;
    overflow: hidden;
}

.accordion-footer .tab.active .content{
    height:auto;
    /*padding:30px 30px 30px;*/
}

.accordion-footer  .section-title-footer:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f107";
    position:absolute;
    right: 15px;
  
}

.accordion-footer .section-title-footer:hover,
.accordion-footer .section-title-footer a:hover,
.accordion-footer .tab.active .section-title-footer,
.accordion-footer .tab.active .section-title-footer a{
   /* color:#ce0058;*/

}

/**
desplegado muestra este simbolo
*/
.accordion-footer .tab.active .section-title-footer:before{
    content: "\f106";
}
/*fin acordeon footer*/



.button.yellow_menu{	
	background-size: 98% 87%;
    font-size: 1.125rem;
    text-align: center;
    text-decoration: none;
    line-height: 1.75rem;
    font-weight: bold;
    background: #ffa300;
    padding: 10px 30px;
    border-radius: 6px;
    margin-bottom: 15px;
    color: #550027;
}

.button.campana_menu{
	text-decoration: none;
    font-weight: bold;
    color: #FFF;
    border-radius: 12px;
    margin-bottom: 15px;
    margin-left: 40px;
    margin-right: 10px;
    border: 2px #fff solid;
	background: none;
	height:48px; 
}

.button.yellow_campanas{
  
    background: url(../assets/boton-amarillo-footer.png) top center no-repeat;
  
}
.botonCampanas{
    text-align: center;
   
    background: url(../assets/boton-amarillo-cuadrado.png) ;
    background-size:100%;
}

.blanco-footer{
    font-size: 2rem;
    color: #FFFFFF;
    padding-bottom: 7px;
   
}

.white{
    color:#fff; 
}
.linkwhite {
     color:#fff; 
	 text-decoration: underline;
}

.linkwhite:hover {
  text-decoration: underline;
   color:#fff; 
}
.letraRosa{
    color:#ce0058;
}

.letraRosaStrong{
    color:#ce0058;
    font-weight: bold;
}

 /*** BOOTSTRAP ****/

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
    justify-content: center;
    align-items: center;
}


.text-center-iphone{
    text-align: center;
    justify-content: center;
    align-items: center;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}



.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}


.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}



.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}



.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.333333%;
}

.offset-2 {
    margin-left: 16.666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.333333%;
}

.offset-5 {
    margin-left: 41.666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.333333%;
}

.offset-8 {
    margin-left: 66.666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.333333%;
}

.offset-11 {
    margin-left: 91.666667%;
}

.wpthemeAltText, .wpthemeDisplayNone {
    display: none;
}

.ocultar-seccion .subtitulo{

    color:#5b5859;
}



@media (min-width: 400px) {
    .separadorIconos {
        margin-left: -45px;
    }

}

@media (min-width: 500px) {
    .separadorTelefono {
        margin-right: -3px;
    }
    
    .separadorIconos {
        margin-left: -72px;
    }

}

/*@media*/
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }

    .separadorIconos {
        margin-left: -58px;
    }
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }

    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }

    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }

    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }

    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.333333%;
    }
    .offset-sm-2 {
        margin-left: 16.666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.333333%;
    }
    .offset-sm-5 {
        margin-left: 41.666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.333333%;
    }
    .offset-sm-8 {
        margin-left: 66.666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.333333%;
    }
    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}

@media(max-width: 767px){
	.footer-empresa{
		min-height: 110px;
		text-align: center;
	}
    #full-menu{
        position:fixed;
        right: 0;
        top:0;
        bottom:0;
        transition: all 300ms;
        z-index: 399;
        width: 0;
        overflow: hidden;
        background: rgba(255,255,255,0.99);
    }

     body.menu-showed #full-menu{
        width: 100%;
        color:#ce0058;
    }


    #full-menu .full-wrap{
        height: 100vh;
        width: 100vw;

    }
    #full-menu .box{
        position:absolute;
    }

    #full-menu .box-left{
        top:0;
        left:0;
        width:20px;
        height:70vh;
        border-right:1px solid;
    }

    #full-menu .box-right{
        bottom:0;
        right:0;
        width:20px;
        height:70vh;
        border-left:1px solid;
    }

    .menu-showed #full-menu .box-right .close-menu{
        cursor: pointer;
        font-size: 1.4375rem;
        width: 25px;
        height: 25px;
        text-align: center;
        color:#fff;
        background: #ce0058;
        border-bottom:1px solid #ce0058;
        border-left:1px solid #ce0058;
        display: block;
        line-height: 25px;
        position: fixed;
        top:0;
        right: 0;
        z-index: 400;
    }

    #full-menu .box-right .close-menu i{
        line-height: 1.5625rem;
    }

    #full-menu .box-right .close-menu:hover{
        color:#fff;
        background: #ce0058;
    }

    #full-menu .box-bottom{
        bottom:0;
        right:0;
        height:20px;
        width: 75vw;
        border-top:1px solid;
    }

    #full-menu .box-top{
        top:0;
        left:0;
        height:20px;
        width: 75vw;
        border-bottom:1px solid;
    }


    #full-menu .nav{
        padding:0;
    }

    #full-menu .logo{
        padding-bottom:15px;
        position: relative;
        margin-bottom:10px;
    }


    #full-menu .logo:after{
        content: "";
        display:block;
        border-bottom:1px solid;
        width: 200px;
        margin: 0 auto;
        padding-top:10px;
    }

    #full-menu .social li{
        float:left;
        padding:5px;
    }
    #full-menu .main-menu .nav{
        display: block;
        text-transform: uppercase;
    }
    #full-menu .main-menu a{
        color:#ce0058;
        display: inline-block;
    }
    #full-menu li.with-childs.close ul{
        display:none;
    }

    #full-menu li.with-childs > a{
        position: relative;
        padding-right: 20px;
        display:inline-block;
    }

    .sub-menu .wpthemeNavCollapsed .wpthemeExpandBtn:after{
        content:"\f107";
    }

    #full-menu .main-menu .nav li{
        font-size:1.125rem;
        font-weight: bold;
        padding:0 0 6px 0px;
        position:relative;
    }

    #full-menu .main-menu .nav li li{
        font-size: 0.875rem;
        padding:0 0 6px 20px;
        font-weight: normal;
    }


    #full-menu .main-menu .nav li li li{
        text-transform: none;
    }


    #full-menu .wrap{
        max-width: 400px;
        max-width: calc(100% - 64px);

        margin:28px auto;
        max-height: calc(100vh - 60px);
        overflow-y: auto;
        position: relative;
    }

    #full-menu .wrap .content{

        width: 100%;
        background: #fff;


    }

    #full-menu .main-menu{

        display: inline-block;
        margin:0 auto;
        text-align: left !important;

    }

}


/*tablet*/
@media (min-width: 768px){
    .container {
        max-width: 720px;
    }
    .footer-titulo{
        font-size: 1.875rem;
    }
    .separadorTelefono {
        margin-right: -34px;
    }

    .foorterMenu a.hijos::after {
        font-family: "Font Awesome 5 Free";
        font-weight: 700;
        content: "\f106";
        position: absolute;
               font-size: 1.7rem;
    }
    

    .footerSeccionUno {
        padding-top: 0px;
        padding-bottom: 0px;
        /*border-right: 1px #FFFFFF solid;*/
        text-align: right;
        color: white;
        padding: 0px 32px 0px 0px;
        font-size: 1.125rem;
        line-height: 1.75rem;
        
    }

    .footerSeccionDos {
        padding-top: 0px;
        padding-bottom: 0px;
        font-size: 1.125rem;
        /*border-right: 1px #FFFFFF solid;*/
		line-height: 1.75rem
        
    }

    .footerSeccionTres {
        padding-top: 0px;
        padding-bottom: 0px;
        font-size: 1.125rem;
        line-height: 1.75rem;
        text-align: left;
        color: white;
        padding: 0px 0px 0px 16px;
    }
    

    
    #full-menu{
        position:fixed;
        right: -120%;
        top:0;
        bottom:0;
        transition: all 300ms;
        z-index: 999;
        overflow: hidden;
        width: 100%;
        background: rgba(255,255,255,0.99);
    }

  


    body.menu-showed #full-menu{
        width: 100%;
        right: 0;
        color:#ce0058;
    }


    #full-menu .full-wrap{
        height: 100vh;
        width: 100vw;

    }
    #full-menu .box{
        position:absolute;
    }

    #full-menu .box-left{
        top:0;
        left:0;
        width:60px;
        height:70vh;
        border-right:1px solid;
    }

    #full-menu .box-right{
        top:0;
        right:0;
        width:60px;
        height:100vh;
        border-left:1px solid;
    }

    #full-menu .box-right .close-menu{
        cursor: pointer;
        font-size: 2.1875rem;
        width: 60px;
        height: 60px;
        text-align: center;
        color:#424242;
        border-bottom:1px solid #ce0058;
        display: block;
        line-height: 3.754;
    }

    #full-menu .box-right .close-menu i{
        line-height: 3.75rem;
    }

    #full-menu .box-right .close-menu:hover{
        color:#fff;
        background: #ce0058;
    }

    #full-menu .box-bottom{
        bottom:0;
        right:0;
        height:60px;
        width: 75vw;
        border-top:1px solid;
    }

    #full-menu .box-top{
        top:0;
        left:0;
        height:60px;
        width: 75vw;
        border-bottom:1px solid;
    }


    #full-menu .nav{
        padding:0;
    }

    #full-menu .logo{
        padding-bottom:15px;
        border-bottom:1px solid;
        margin-bottom:10px;
    }

    #full-menu .social li{
        float:left;
        padding:5px;
    }
    #full-menu .main-menu .nav{
        display: block;
        text-transform: uppercase;
    }
    #full-menu .main-menu a{
        color:#ce0058;
    }

    #full-menu .social li a{
        font-size:1.5625rem;
    }

    #full-menu li.with-childs.close ul{
        display:none;
    }

    #full-menu li.with-childs > a{
        position: relative;
        padding-right: 20px;

        display:inline-block;
    }

    .sub-menu .wpthemeNavCollapsed .wpthemeExpandBtn:after {
        content:"\f107";
    }

    .foorterMenu {
        list-style:         none;
        display: inline-block;
        width:              100%;
        text-align:         left;
    }

    .foorterMenu .submenuvacio{
        padding-left: 14%;
    }

   
    #full-menu .main-menu .nav li{
        font-size:1.125rem;
        font-weight: bold;
        padding:0 0 6px 10px;
        position:relative;
    }

    #full-menu .main-menu .nav li li{
        
        padding:0 0 0px 20px;
        font-weight: normal;
    }

    #full-menu .main-menu .nav li li li{
        text-transform: none;
    }


    #full-menu .wrap .content{

        width: 100%;
        height: 100vh;
       

    }

    #full-menu .col-tall{
        padding:100px auto;
    }

    #full-menu .col-tall{
        border-left:1px solid ;
        padding:100px 0;


    }

    #full-menu .container{
        max-width: 100% !important;
        max-width: calc(100% - 150px) !important;
        min-width: initial!important;
    }

    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }

    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
		-ms-flex: 0 0 48.5%;
        flex: 0 0 48.5%;
        max-width: 48.5%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.333333%;
    }
    .offset-md-2 {
        margin-left: 16.666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.333333%;
    }
    .offset-md-5 {
        margin-left: 41.666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.333333%;
    }
    .offset-md-8 {
        margin-left: 66.666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.333333%;
    }
    .offset-md-11 {
        margin-left: 91.666667%;
    }

    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }

    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }

    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}



@media(min-width: 982px){


    .with-padding-buttons .button{

        margin-top: 80px!important;;
    }


    .modal{
        background: #fff url("../assets/bg-modal.jpg" ) -100px 0 no-repeat !important;
    }

    .modal .large-popup .head{
        margin:-20px -30px 20px -30px;
        padding: 20px 30px 20px 30px !important;
        min-height:150px;
        background: url("../assets/bg-modal-big.png") top center no-repeat;
        background-size: 100% 100%;
        color:#fff !important;

    }

    .large-popup .head *{
        color:#fff;
    }

    .content-modal-canal{
        padding-top:100px;
    }

    .separadorTelefono {
        margin-right: -24px;
        margin-top: 3px;
    }

    .separadorIconos {
        margin-left: -65px;
    }
}



@media(max-width:991px){
    
    .accordion-footer .tab .content{
        height:0;
    }
    .foorterMenu .small{
        display: none;
    }
    
    
    .foorterMenu .wpthemeSelected a{
       color: #8f004a !important;
    
    }

    .submenucapatres.subnode4.wpthemeSelected {
        background-color: #efedeb;
    }

    .submenucapatres.subnode4.wpthemeSelected a{
        color: #ca005d !important;
    }
    
  

    
    .ocultar-seccion-sub .subnode4{
        display: none;
    }

    .mostrar-seccion-sub .subnode4{
        display: block;
    }

    .ocultar-seccion .contendor-submenu-footer{
        display: none;
    }

    .mostrar-seccion .contendor-submenu-footer{
        display: block;
    }
   

}

@media (min-width: 992px){
    .ocultar-div{
        display: block;
    }
    .foorterMenu a.subtitulo::before{
        font-family: "Font Awesome 5 Free";
        font-weight: 700;
        content: "\f105";
        padding: 0px 7px 0px 0px;
    }
    .acomoda-titulo{
        margin-top: -13px;
        border-bottom: solid 1px #cdc9c6;
        padding: 0px 0px 0px 0px;
    }
    /*Inicio acordeon footer*/
    .accordion-footer  .section-title-footer {
        font-family: "Amor Sans Pro";
        padding: 25px 0px 25px 30px;
        cursor: pointer;
    }
    .foorterMenu a.titulo::before{

        font-family: "Font Awesome 5 Free";
        font-weight: 700;
        content: "-";
        padding: 0px 5px 0px 0px;
        font-size: 2rem;
        line-height: 2.4375rem;
    }
    .accordion-footer .tab.active .content{
        height:auto;
        padding:30px 30px 30px;
    }
    
    .foorterMenu .submenu {

        padding-left: 10px;
        padding-top: 10px;
        padding-bottom: 0px;
        border-bottom: solid 0px #cdc9c6;
       
    }

    .acomoda-titulo{
        border-bottom: solid 0px #cdc9c6;
    }
    .foorterMenu {
        border-left:        1px #8f004a solid;
        margin-top: 5px;
    } 

    .foorterMenu a.titulo::after {
        content: '';
     
    }
    .foorterMenu a.subtitulo::after{
        content: '';
    }

    .foorterMenu .submenucapatres {

        padding-left:28px;
        padding-top: 0px;
        padding-bottom: 0px;
        border-bottom: solid 0px #cdc9c6;
    }

    .imagen-footer .content .foorterMenu {
        position: absolute;
        width: 100%;
        min-height: 0px;
        padding-right: 0px; 
        padding-left: 0px;
    }

    .imagen-footer .content {
        background-color:transparent;
    }
    .imagen-footer .tab{
        background-color: transparent;
    }
    .container {
        max-width: 960px;
    }

    .header .logo{
		margin: 1px 1%;
    }
    
    .footer-titulo{
        border-bottom: solid 0px white;
        margin-left: 0rem;
        padding-left: 0rem;
        padding-bottom: 0rem;
        
    }

    .fa-angle-down.icono-footer-submenu::before{
        
        content: "";
    }
    
    .fa-angle-down.icono-footer-menu::before{
        
        content: "";
    }

    #site-footer .wrap-sub-footer a{
        color:#8f004a;
    }

    .subirPixel{
        display: none;
    }


    .accordion-footer .tab .content {
        height: 310px;
        padding: 0px 15px 0px;
    }

    .accordion-footer .tab.active .content {
        height: 310px;
        padding: 0px 0px 0px;
     
    }
    .accordion-footer .section-title-footer {
        padding: 17px 0px 4px 0px;
     
    }

    .footer-titulo::after{
        content: "";
        
    }
    .accordion-footer .tab.active .section-title-footer:before {
        content: "";
    }

    .accordion-footer .section-title-footer:before {
        content: "";
    }
    .botonCampanas{
        background: transparent !important
    }
   
    .button.yellow_campanas{
        color: #fff !important;
        background: url(../assets/boton-amarillo-footer.png) top center no-repeat;
        background-size: 128% 116%;
        font-size: 1.5rem;
        text-align: center;
        text-decoration: none;
        width: 100%;
        font-weight: bold;
        font-family: "Bree";
        padding: 24px 6px 6px 0px;
       
    }
    .flota{
        position: absolute;
        top: 260px;
        right: -43px;
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
        
    }
    
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
    

    .first-row .footer-nav li:after {
        display: block;
        content: '';
        height: 20px;
        border-left: 1px solid #ca1970;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-10px);
    }

    .first-row .footer-nav li{
        padding:10px;
    }


    #site-footer .wrap-first-section {
        background-size: 100% 100%;
        background-position: top center;
    }

    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
    

    .no-padding{
        display: none;
    }

    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
	.full-slider-cuadrado .col-lg-5 {
		-ms-flex: 0 0 47%;/*44 DYMM*/
		flex: 0 0 47%;
		max-width: 47%;
	}
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 73%;
        /*flex: 0 0 75%;
        max-width: 75%;*/
		flex: 0 0 70.9%;
		max-width: 70.9%;
		
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.333333%;
    }
    .offset-lg-2 {
        margin-left: 16.666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.333333%;
    }
    .offset-lg-5 {
        margin-left: 41.666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.333333%;
    }
    .offset-lg-8 {
        margin-left: 66.666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.333333%;
    }
    .offset-lg-11 {
        margin-left: 91.666667%;
    }
	
	
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
	
    
}



@media (min-width: 1000px) {
    .separadorTelefono{
       margin-left: 7%;
    }
    .separadorIconos {
        margin-left: -23px;
    }
    .header-menu li a {
        color: #fff;
        display: block;
        padding: 6px;
    }

    .imagen-footer {
        /*background: url(../assets/fondo-footer.png) no-repeat;
        background-size: 101% 100%;*/
		background: #e6e4e2;
		padding-bottom: 20px;
    }
}



@media (min-width: 1200px){
    .container {
        max-width: 1077px;
    }

    .separadorIconos{
        margin-left: -36px;
        margin-top: 4px;
    }

    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.333333%;
    }
    .offset-xl-2 {
        margin-left: 16.666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.333333%;
    }
    .offset-xl-5 {
        margin-left: 41.666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.333333%;
    }
    .offset-xl-8 {
        margin-left: 66.666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.333333%;
    }
    .offset-xl-11 {
        margin-left: 91.666667%;
    }

   
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }

    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }

    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}


@media (min-width: 1230px){
    .titulos-header{
        padding: 5px 23px 8px 23px;
       
    }
    
}



@media (min-width: 1496px) {
  
    .header .menu-col, .header .menu-col .nav {
        padding-left: 0% !important;
        padding-right: 0% !important;
    }
}

@media (min-width: 4000px) {
  
    .header {
        max-height: 103px;
    }

    .titulos-header {
        padding: 5px 20px 7px 20px;
    }
}


@media (min-width: 5000px) {
  
    .header {
        max-height: 126px;
    }
}



@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}



@media screen and (min-width:982px\0)  {
    .flota{
        width:90%;
        position: absolute;
        top: 0px;
        right: 0px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
 
    .botonCampanas{
         -webkit-transform: rotate(-90deg); 
         -moz-transform: rotate(-90deg);
         -o-transform: rotate(-90deg);
         transform: rotate(-90deg);
         filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
         height:0px;
         position:absolute;
         top: 288px;
         right: 0px;
        
    }
 
    .button.yellow_campanas{
        color: #fff !important;
        background: url(../assets/boton-amarillo-footer.png) top center no-repeat;
        background-size: 117% 100%;
        font-size: 1.5rem;
        text-align: center;
        text-decoration: none;
        width: 100%;
        font-weight: bold;
        font-family: "Bree";
        padding: 26px 6px 10px 0px
    
    }
    .button{
        min-width:144px;
    }
	.abajo {
		top: 75px !important
	}
 }
  @media screen and (min-width: 300px\0) {
	.header-menu li a {
		padding: 6px 15px;
	}
	.footerTerminos a {
		text-align: left;
		display: block;
		margin-left: 8px;
	}
	.justify-content-end {
		text-align: right;
	}
	.align-items-center > div {
		text-align: left;
	}
	.d-lg-block {
		display: inline-block !important;
	}
	li.nav-item {
		display: inline-block;
	}
	a.titulos-header {
		padding: 5px 20px 8px 20px !important;
	}

	.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
	.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
	.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
	.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
	.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
	.col-xl-auto {
		display: inline-block;
	}
	.servicios-nav li {
		display: inline-block;
		vertical-align: middle;
	}
	.titulosDerechaBaner {
		top: 25% !important;
		vertical-align: middle;
		display: inline;
	}
}
 
 @media screen and (max-width: 575px\0) {
	.col-1 {
        -ms-flex: 0 0 7.888889%;
        flex: 0 0 7.888889%;
        max-width: 7.888889%;
    }
    .col-2 {
        -ms-flex: 0 0 16%;
        flex: 0 0 16%;
        max-width: 16%;
    }
    .col-3 {
        -ms-flex: 0 0 24%;
        flex: 0 0 24%;
        max-width: 24%;
    }
    .col-4 {
        -ms-flex: 0 0 32.333333%;
        flex: 0 0 32.333333%;
        max-width: 32.333333%;
    }
    .col-5 {
        -ms-flex: 0 0 40.666667%;
        flex: 0 0 40.666667%;
        max-width: 40.666667%;
    }
    .col-6 {
        -ms-flex: 0 0 49%;
        flex: 0 0 49%;
        max-width: 49%;
    }
    .col-7 {
        -ms-flex: 0 0 57%;
        flex: 0 0 57%;
        max-width: 57%;
    }
    .col-8 {
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%;
    }
    .col-9 {
        -ms-flex: 0 0 74%;
        flex: 0 0 74%;
        max-width: 74%;
    }
    .col-10 {
        -ms-flex: 0 0 82%;
        flex: 0 0 82%;
        max-width: 82%;
    }
    .col-11 {
        -ms-flex: 0 0 90%;
        flex: 0 0 90%;
        max-width: 90%;
    }
    .col-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
 }
@media screen and (min-width:576px\0) {
	.col-sm-1 {
        -ms-flex: 0 0 7.888889%;
        flex: 0 0 7.888889%;
        max-width: 7.888889%;
    }
    .col-sm-2 {
       -ms-flex: 0 0 16%;
        flex: 0 0 16%;
        max-width: 16%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 24%;
        flex: 0 0 24%;
        max-width: 24%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 32.333333%;
        flex: 0 0 32.333333%;
        max-width: 32.333333%;
    }
    .col-sm-5 {
        -ms-flex: 0 0 40.666667%;
        flex: 0 0 40.666667%;
        max-width: 40.666667%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 49%;
        flex: 0 0 49%;
        max-width: 49%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 57%;
        flex: 0 0 57%;
        max-width: 57%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 74%;
        flex: 0 0 74%;
        max-width: 74%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 82%;
        flex: 0 0 82%;
        max-width: 82%;
    }
    .col-sm-11 {
        -ms-flex: 0 0 90%;
        flex: 0 0 90%;
        max-width: 90%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
 @media screen and (min-width:768px\0) {
    .col-md-1 {
        -ms-flex: 0 0 7.888889%;
        flex: 0 0 7.888889%;
        max-width: 7.888889%;
    }
    .col-md-2 {
       -ms-flex: 0 0 16%;
        flex: 0 0 16%;
        max-width: 16%;
    }
    .col-md-3 {
        -ms-flex: 0 0 24%;
        flex: 0 0 24%;
        max-width: 24%;
		vertical-align: top;
    }
    .col-md-4 {
        -ms-flex: 0 0 33	.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -ms-flex: 0 0 40.666667%;
        flex: 0 0 40.666667%;
        max-width: 40.666667%;
    }
    .col-md-6 {
        -ms-flex: 0 0 49%;
        flex: 0 0 49%;
        max-width: 49%;
    }
    .col-md-7 {
        -ms-flex: 0 0 57%;
        flex: 0 0 57%;
        max-width: 57%;
    }
    .col-md-8 {
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%;
    }
    .col-md-9 {
        -ms-flex: 0 0 74%;
        flex: 0 0 74%;
        max-width: 74%;
    }
    .col-md-10 {
        -ms-flex: 0 0 82%;
        flex: 0 0 82%;
        max-width: 82%;
    }
    .col-md-11 {
        -ms-flex: 0 0 90%;
        flex: 0 0 90%;
        max-width: 90%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (min-width:992px\0) {
    .col-lg-1 {
        -ms-flex: 0 0 7.888889%;
        flex: 0 0 7.888889%;
        max-width: 7.888889%;
    }
    .col-lg-2 {
       -ms-flex: 0 0 16%;
        flex: 0 0 16%;
        max-width: 16%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 24%;
        flex: 0 0 24%;
        max-width: 24%;
		vertical-align: top;
    }
    .col-lg-4 {
        -ms-flex: 0 0 32.333333%;
        flex: 0 0 32.333333%;
        max-width: 32.333333%;
		vertical-align: top;
    }
    .col-lg-5 {
        -ms-flex: 0 0 40.666667%;
        flex: 0 0 40.666667%;
        max-width: 40.666667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 49%;
        flex: 0 0 49%;
        max-width: 49%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 57%;
        flex: 0 0 57%;
        max-width: 57%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 74%;
        flex: 0 0 74%;
        max-width: 74%;
    }
    .col-lg-10 {
        -ms-flex: 0 0 82%;
        flex: 0 0 82%;
        max-width: 82%;
    }
    .col-lg-11 {
        -ms-flex: 0 0 90%;
        flex: 0 0 90%;
        max-width: 90%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (min-width:1200px\0) {

	.wpthemePrimaryNav li{
		display: inline-block !important;
	}
	.header .menu-col, .header .menu-col .nav {
		vertical-align: top;
		margin-top: 5px;
	}
	/*.container {
        max-width: 1077px;
	}*/
}

@media screen and (min-width:1230px\0) {
	.titulos-header{
        padding: 5px 27px 7px 27px;
	}
}

header.wpthemeControlHeader {
    display: none;
}
