/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 3/06/2019, 05:59:39 PM
    Author     : Abraham Romero
*/
@charset "iso-8859-1";

@font-face {
    font-family: HelveticaCondensed;
    src: url('../../../estilos/Fuentes/Helvetica/HelveticaNeueLTStd-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;


}

html,body {
    margin: 0;
    padding: 0;
    font-family: HelveticaCondensed;

}

.header{
    width: 100%;
    height: 110px;
    position: relative;
}

.layoutLogo{
    position: absolute;
    top: 0;
    left: 50%;
    width: 1035px;
    height: 110px;
    margin: 0 0 0 -517.5px;
    background-image: url('../../../ImagenHeaderServlet?claveHeader=Title-Reemplaca');
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: 50%;
}

.hamburger:hover {
    /*opacity: .7;*/
}
.hamburger {
    display: none;
    font: inherit;
    overflow: visible;
    margin: 0;
    padding: 10px;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .60s;
    transition-property: opacity,filter;
    text-transform: none;
    color: inherit;
    border: 0;
    /*background-color: #99ba24;*/
    z-index: 15;
    transition: all.4s;
    opacity: 1;
    position: absolute;
    margin-top: 62px;
    right: 0;
}
.hamburger-box {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
}
.hamburger .hamburger-inner, .hamburger .hamburger-inner:after, .hamburger .hamburger-inner:before {
    background-color: rgb(92,92,92);
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger .hamburger-inner:before {
    background-color: rgb(92,92,92);
}
.hamburger--slider .hamburger-inner {
    top: 2px;
}
.js-hamburger{

}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    position: absolute;
    width: 40px;
    height: 5px;
    transition-timing-function: ease;
    transition-duration: .60s;
    transition-property: transform;
    border-radius: 5px;
    background-color: #000;
}
.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
}
.hamburger--slider .hamburger-inner:before {
    top: 11px;
    transition-timing-function: ease;
    transition-duration: .60s;
    transition-property: transform,opacity;
}
.hamburger-inner:before {
    top: -10px;
}
.hamburger-inner:after, .hamburger-inner:before {
    display: block;
    content: "";
}
.hamburger--slider .hamburger-inner:after {
    top: 21px;
}
.hamburger-inner:after {
    bottom: -10px;
}
.hamburger.is-active {
    /*margin-left: 255px;*/
}
.hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0,11px,0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner:before {
    transform: rotate(-45deg) translate3d(-5.71429px,-6px,0);
    opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner:after {
    transform: translate3d(0,-21px,0) rotate(-90deg);
}

.headerDown1{
    width: 100%;
    height: 35px;
    background-color: #bc955b;
    font-size: 17px;
}

.headerDown2{
    width: 100%;
    height: 35px;
    background-color: #9F2241;
    font-size: 17px;
}

.headerSingleDown {
    width: 100%;
    height: 7px;
    background-color: rgb(246, 246, 246);
    display: none;
    transition: all.4s;
    font-size: 17px;
}

.layoutLinks {
    max-width: 1035px;
    height: inherit;
    margin: 0 auto;
}

.menuHeader1{
    margin: 0 auto;
    padding: 0;
    float: right;
}

.menuHeader1>li{
    display: block;
    float: left;
    text-align: center;
    margin: 0 10px;
    font-weight: bolder;

}

.menuHeader1>li>a{
    display: block;
    line-height: 35px;
    text-decoration: none;
    color: white;
}

.menuHeader1>li>a:visited{
    color: white;
}

.menuHeader1>li>a:hover{
    color: white;
}

.botonInicio{
    margin-right: 30px;
}

.FAQ{
    color: white;
}

.FAQ:hover{
    color: white;
}

.FAQLink{

}


.VIDEO{
    color: rgb(255,80,88) !important;
}

.VIDEO:hover{
    color: rgb(255,0,0) !important;
}

.VIDEOLink{

}

.float-buttons {
    display: block;
    position: fixed;
    clear: both;
    width: 120px;
    height: 515px;
    right: 0px;
    bottom: 50%;
    margin-bottom: -340px;
    z-index: 10;
}

.hvr-buzz-out {
    display: block;
    text-decoration: none;
    margin-bottom: 20px;
    color: #3B3B3B;
}

.hvr-buzz-out:visited {
    color: #3B3B3B;
}

.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
    -webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.iconFloat {
    height: 60px;
    width: 60px;
    margin: 0 auto 0 auto;
    -webkit-box-shadow: 0 6px 7px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 6px 7px 0 rgba(0,0,0,0.1);
    box-shadow: 0 6px 7px 0 rgba(0,0,0,0.1);
    border-radius: 54px;
    background-color: #000000;
}

.iconChat {
    display: none;
    background-image: url('../images/Icon-Chat.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.iconCitas {
    background-image: url('../images/Icon-Cita.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.iconEntregaDom {
    background-image: url('../../../imagenes/Plataforma02/NuevoDB/icono-dom.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #722f8c;
}

.iconCall {
    background-image: url('../images/Icon-Call.png');
    background-size: contain;
    background-repeat: no-repeat;
}


.iconEmail {
    background-image: url('../images/Icon-Email.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.iconFace {
    background-image: url('../images/Icon-Face.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.iconX {
    background-image: url('../images/Icon-X.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.subtitleIcon{
    text-align: center;
    font-size: 13px;
    font-weight: bolder;
    margin-top: 10px;
}

/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }
    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

@keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }
    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

.contectMenuQuad{
    width: 100%;
    min-height: 489px;
    background: #e5efef;

}

/* INICIO MENU TEMAS*/

#menuTemas {
    display: block;
    overflow:hidden;
    margin: 0 auto;
    min-height: 350px;
    background-color: rgb(246, 246, 246);
}

#menuTemas ul{
    margin-top: 70px;
    padding: 0;
    font-size: 18px;
    list-style-type: none;
    text-align: center;
}

#menuTemas li {
    display: inline-block;
    margin: 0;
}

#menuTemas li a {
    display:inline-block;
    text-align:center;
    text-decoration: none;
    color: #9F2241;
    margin-right:0px;
    width: 170px;
    height: 230px;
    vertical-align: middle;
    position: relative;
    font-size: 15px;
    cursor: pointer;
}

.linkTema:hover {
    color: #BC955B !important;
}

/*SE AGREGAN ETIQUETAS PARA QUE NO APAREZCA EL WARNING EN LA PAGINA XHTML*/
.togglemenu1{
}
.togglemenu2{
}
.togglemenu3{
}
.togglemenu4{
}
.togglemenu5{
}
.togglemenu7{
}
.togglemenu8{
}
.togglemenu9{
}
.togglemenu10{
}
.mostrarContentFrame{
}
.mostrarSeccion3Oculta{
}
.mostrarSeccion4Oculta{
}
.fa{
}
.fa-angle-up{
}
/**/

#menuTemas li a img {
    border: 0px;
    width: 152px;
}

.subtitleTema{
    width: 152px;
    margin: 5px auto 0;
    font-weight: bolder;
}

.swapMe img {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.swap1{
    display: block;
    position: absolute;
    right: 0px;
    left:0px;
    margin:auto;
}

.swap1, .swapMe:hover .swap2 {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.swapMe:hover .swap1, .swap2 {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

/* FIN MENU POR TEMAS */

.subArticulo{

}

.articulo1{
    display: none;
    width: 100%;
    background-color: #fff;
}

.articulo1.active{
    display: block;
}

.articulo2{
    display: none;
    width: 100%;
}
.articulo2.active{
    display: block;
}

.articulo3{
    display: none;
    width: 100%;
}

.articulo3.active{
    display: block;
}

.articulo4{
    display: none;
    width: 100%;
}

.articulo4.active{
    display: block;
}

.articulo5{
    display: none;
    width: 100%;
}

.articulo5.active{
    display: block;
}

.articulo6{
    display: none;
    width: 100%;
}

.articulo6.active{
    display: block;
}

.articulo7{
    display: none;
    width: 100%;
}

.articulo7.active{
    display: block;
}

.articulo8{
    display: none;
    width: 100%;
}

.articulo8.active{
    display: block;
}


.articulo9{
    display: none;
    width: 100%;
}

.articulo9.active{
    display: block;
}



.tablaPtsEntrega{
    width: 80%;
}

.mostrarSeccion2Oculta{
    float: right;
}

.tablaRequisitos{
    width: 80%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.seccion1{
    width: 100%;
    background-color: #fff;
    padding: 30px 0px 30px;
    text-align: center;
}

.seccion2{
    width: 100%;
    background-color: rgb(236,236,236);
    text-align: center;
    padding: 30px 0px 30px;
}

.contentFrame{
    display: none;
    width: 100%;
}

.contentFrame.active{
    display: block;
}

.seccion2Oculta{
    display: none;
    width: 100%;
    background-color: rgb(236,236,236);
    text-align: center;
    height: fit-content;
}

.seccion2Oculta.active{
    display: block;
}

.seccion3{
    width: 100%;
    background-color: #fff;
    padding: 30px 0px 30px;
    text-align: center;
}

.seccion3Oculta{
    display: none;
    font-size: 32px;
    width: 100%;
    background-color: rgb(239,239,239);
    padding: 30px 0px 30px;
    text-align: center;
    color: #3c4143;
}



.seccion3Oculta.active{
    display: block;
}

.seccion4Oculta{
    display: none;
    font-size: 32px;
    width: 100%;
    background-color: rgb(239,239,239);
    padding: 30px 0px 30px;
    text-align: center;
    color: #3c4143;
}

.seccion4Oculta.active{
    display: block;
}

.encabezadoSeccion{
    width: 1035px;
    height: 80px;
    margin: 0 auto;
    text-align: left;
}

.encabezadoSeccionV2{
    width: 1035px;
    height: 80px;
    margin: 0 auto;
    text-align: left;
}

.logoSeccion{
    height: 80px;
    width: 80px;
    margin: 0px;
    float: left;
}

.subtituloSeccion{
    height: 80px;
    color: #9F2241;
    font-size: 21px;
    font-family: Helvetica;
}

.subtituloSeccion2{
    height: 80px;
    color: rgb(86,92,92);
    font-size: 21px;
    font-family: Helvetica;
}

.subtitleSeccion{
    line-height: 80px;
    float: left;
    font-weight: bolder;
}

.contenidoSeccion{
    width: 1035px;
    margin: 0 auto;
    text-align: left;
}

.contenidoSeccionReq{
    width: 1035px;
    text-align: left;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.subtituloContenidoSeccion{
    margin-left: 80px;
}

.subtituloPlecaContSeccSmaler{
    font-weight: bold;
    font-size: 18px;
    color: white;
    margin-left: 80px;
    background-color: #BC955B;
    padding: 15px 20px;
    border-radius: 10px;
    margin-top: 15px;
    width: fit-content;
}

.subtituloPlecaContSeccSmaler02{
    font-weight: bold;
    font-size: 18px;
    color: white;
    margin-left: 80px;
    background-color: #BC955B;
    padding: 15px 20px;
    border-radius: 10px;
    margin-top: 15px;
    text-align: center;

}

.subtituloPlecaContSecc{
    font-weight: bold;
    font-size: 25px;
    color: white;
    margin-left: 80px;
    background-color: #BC955B;
    padding: 15px 20px;
    border-radius: 10px;
    margin-top: 15px;
    width: fit-content;
}

.leyendaContenidoSeccion{
    color: rgb(86,92,92);
    font-size: 21px;
    font-weight: bolder;
    text-align: justify;
}

.columnaIzquierdaTabla{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-right: 20px;
    font-weight: bold;
    font-size: 30px;
    color: #BC955B;
    width: 250px;
}

.columnaIzquierdaTablaV2{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-right: 20px;
    font-weight: bold;
    font-size: 30px;
    color: #ff5555;
    width: 250px;
}

.columnaDerechaTabla{
    display: inline-block;
    vertical-align: middle;
}

.tablaCondonaciones{
    display: table;
    width: 500px;
    border-collapse: separate;
    border-spacing: 2px;
    font-size: 15px;
}

.contenidoSeccion-02{
    width: 1035px;
    margin: 0 auto;
    text-align: center;
}

.contenidoColumnaSeccion{
    margin-left: 200px;
}

.contenidoFooterSeccion{
    text-align: center;
    padding: 15px;
    margin-left: 355px;
}

.plecaFooter{
    font-weight: bold;
    font-size: 20px;
    color: white;
    margin-left: 80px;
    background-color: #BC955B;
    padding: 10px 15px;
    margin-top: 15px;
    width: fit-content;
    margin: 0 auto;
    display: inline-block;
}

.parrafoFooter1{
    font-size: 30px;
    color: #BC955B;
    font-weight: bolder;
    margin-bottom: 0;
}

.parrafoFooter2{
    font-size: 40px;
    color: #BC955B;
    font-weight: bolder;
    margin-top: 0;
    margin-left: 200px;
}

.parrafoConColSec{
    color: rgb(86,92,92);
    font-size: 21px;
    text-align: justify;
}

.columnaSeccion{
    display: inline-block;
    vertical-align: text-top;
    margin: 20px 0px 10px 80px;
    width: 420px;
}
.columnaSeccion2{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
    width: 150px;
}

.columna1Seccion{
    display: inline-block;
    width: 50px;
    margin-left: 150px;
}

.columna2Seccion{
    display: inline-block;
    width: 700px;
    vertical-align: top;
}

.parrafoCol2Sec{
    color: rgb(86,92,92);
    font-size: 21px;
    text-align: justify;
    margin: 31.5px 0px;
}

.parrafoCol2SecV2{
    color: rgb(86,92,92);
    font-size: 30px;
    font-weight: bolder;
    text-align: justify;
    margin: 31.5px 0px;
}

.columna3Seccion{
    display: inline-block;
    width: 50px;
}
.columnaRequisitosCon{
    color: white;
    background-color: #9F2241;
    padding: 30px 30px;
    border-radius: 10px;
    margin-left: 150px;
    margin-top: 20px;
    width: 650px;
    font-size: 18px;
    text-align: justify;
}
.columnaSeccion3{
    display: inline-block;
}

.columnaSeccion2a{
    display: block;
}

.tituloColumnaSeccion{
    font-weight: bold;
    font-size: 21px;
    color: #9F2241;
}

.linkColumnaSeccion{
    display: block;
    margin: 10px 0 10px;
    text-decoration: none;
    color: #3c4143;

}

.linkColumnaSeccion:hover{
    text-decoration-line: underline;
    color: #BC955B;
}


.linkColumnaSeccionmat{
    display: block;
    margin: 10px 0 10px;
    text-decoration: none;
    color: #3c4143;
    font-size: 18px;

}

.linkColumnaSeccionmat:hover{
    text-decoration-line: underline;
    color: #BC955B;
    font-size: 18px;
}




.linkColumnaSeccionReq{
    display: block;
    margin: 0;
    text-decoration: none;
    color: #000;
}


.linkColumnaSeccionVid{
    display: block;
    margin: 0;
    text-decoration: none;
    color: #000;
}


.linkColumnaSeccionReq:hover{
    text-decoration-line: underline;
    color: #BC955B;
}

.linkColumnaSeccion-b{
    display: block;
    margin: 10px 0 10px;
    text-decoration: none;
    color: #c32245;
    font-size: 18px;
}

.linkColumnaSeccion-b:hover{
    text-decoration-line: underline;
    color: #c32245;
    font-size: 18px;
}


.linkColumnaSeccion-c{
    display: block;
    margin: 10px 0 10px;
    text-decoration: none;
    color: #3c4143;
}

.linkColumnaSeccion-c:hover{
    text-decoration-line: underline;
    color: #BC955B;
}



.imageContent{
    margin: 0 auto;
}

.footerTop{
    width: 100%;
    height: 28px;
    background-color: #585858;
}

.footerMiddle{
    width: 100%;
    height: 301px;
    background-color: #636363;
    text-align: center;
}

.linkFooter{
    display: block;
    text-decoration: none;
    color: #fff;
    margin: 10px;
}

.linkFooter:hover{
    text-decoration-line: underline;
}

.textoColumna{
    display: block;
    color: #fff;
    margin: 10px;
}


.textoColumnaBlack{
    display: block;
    color: #3c4143;
    margin: 15px;
    font-size: 16px;
    border: 0;
    border-spacing: 8px;
    width: 94%;
}

.tablaStyle{
    display: block;
    color: #3C4143;
    border: 0;
    border-spacing: 8px;
    width: 94%;
    text-align: left;
    margin: 15px;
    font-size: 16px;
}



table.textoColumnaBlack td {
    padding:0px;
}

.footerDown{
    width: 100%;
    height: 50px;
    background-color: #2B2B2B;
    text-align: center;
}

.textoFooterDown{
    color: #fff;
    margin: 0;
    padding: 10px 0 0 0;
}

.ir-arriba {
    display:none;
    padding:15px 20px;
    background: #9F2241;
    color:#fff;
    cursor:pointer;
    position: fixed;
    bottom:20px;
    left:20px;
    border-radius: 54px;
}

.accordion {
    color: #444;
    cursor: pointer;
    /*    padding: 18px 18px 18px 30px;*/
    padding: .5em .5em .5em 2.2em;
    width: 100%;
    border: none;
    text-align: justify;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    position: relative;
    margin-top: 3px;
    background: white;
    border: 1px solid #d3d3d3;
    border-radius: 4px;

}

.accordionSinAccion {
    color: #444;
    cursor: auto;
    /*    padding: 18px 18px 18px 30px;*/
    padding: .5em .5em .5em 2.2em;
    width: 100%;
    border: none;
    text-align: justify;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    position: relative;
    margin-top: 3px;
    background: white;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
}

.activo, .accordion:hover {
    background-color: rgb(246, 246, 246);
}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    position: absolute;
    top: 9px;
    left: 15px;
}

.activo:after {
    content: "\2212";
}

.panel {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;

}

#footer {
    margin: 0 auto;
    height:480px;
    width: 100%;
}

#footer.seleccionado {
    height:80px;
}

/*INICIO MENU SITIOS DE INTERES */

#navSitiosInteres {
    /*padding: 20px 0 20px 0;*/
    width: 100%;
    margin: 0px auto 0px auto;
    background-color: #9F2241;
}

#menuInteres {
    padding: 0px 113px 20px 113px;
    width: 850px;
    height: 60px;
    list-style: none;
    background-color: #9F2241;
    font-size: 13px;
    font-weight: bold;
    margin: 0 auto;
    overflow: hidden;
}

#menuInteres li {
    float: left;
    border-left: 1px solid rgba(255,255,255,1);
}

.ultimoLi {
    border-right: 1px solid rgba(255,255,255,1);
}

#menuInteres a {
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    width: 120px;
    height: 48px;
}

#menuInteres a:hover {
    background: rgba(0,0,0,0.2);
}

#toggle-menu-interes {
    display: none;
    position: static;
    height: 42px;
    overflow: hidden;
    width: 100%;
    background: #95969a;
    border-radius: 12px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
}

#toggle-menu-middle {
    display: table-cell;
    vertical-align: middle;
    position: static;
    top: 50%;
    width: 100%;
    text-align: center;
}

#toggle-menu-inner {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -50%;

}

#toggle-menu-interes img {
    margin-right: 10px;
    vertical-align: middle;
}

.hvr-float-shadow{
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

/*FIN MENU SITIOS DE INTERES */

/* INICIO CUADROS FOOTER */

#columnasFooter {
    height: 350px;
    width: 82%;
    background-color: #9F2241;
    float: left;
    text-align: right;
}

#columnasFooter.seleccionado{
    display: none;
}

.columna {
    display: inline-block;
    vertical-align: text-top;
    text-align: left;
    margin: 0px 30px 0px 0px;
    width: 250px;
}

.iconColumna {
    text-align: center;
    margin-top: 25px;

}

.tituloColumna {
    font-weight: bold;
    font-size: 15px;
    color: white;
    margin: 0px 0px;
}

#linksColumna1 {
    margin-top: 10px;
}

a.basic {
    font-size: 12px;
    color: white;
    text-decoration: none;
}

a.basic:hover {
    text-decoration: underline;
}


a.basic-Hightlight {
    font-size: 20px;
    color: #9F2241;
    text-decoration: none;
    vertical-align: middle;
}

a.basic-Hightlight:hover {
    text-decoration: underline;
    vertical-align: middle;

}




a.basic-Hightlight-2 {
    font-size: 25px;
    color: #BC955B;
    text-decoration: none;
    vertical-align: middle;
}

a.basic-Hightlight-2:hover {
    text-decoration: underline;
    vertical-align: middle;

}



.parrafoColumna {
    font-size: 12px;
    margin: 10px 0px 10px 0px;
    color: white;
}

.red {
    color: white;
}

.violeta {
    font-size: 12px;
    color: #794770;
}

/* FIN CUADROS FOOTER */

/* INICIO LOGO FOOTER */

#logoFooter {
    height: 350px;
    width: 18%;
    background-color: #9F2241;
    float: right;
    line-height: 350px;
    text-align: center;
}

#logoFooter.seleccionado {
    display: none;
}

/* FIN LOGO FOOTER */

/* INICIO FOOTER FOOTER */

#footerFooter {
    display: table;
    height: 50px;
    width: 100%;
    background-color: #9F2241;
    float: right;
}

#footerFooter.seleccionado {
    display: none;
}

#textoFooter {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: white;
    font-size: 10px;
}

/* FIN FOOTER FOOTER */

/*  INICIO FOOTER MOVIL */

#footer-movil {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    display: none;
}

#footer-movil-body {
    width: 100%;
    background-color: rgb(44, 44, 44);
    text-align: center;
    color: white;
    padding: 10px 0px 10px 0px;
    box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.5);
}

.titulo-footer{
    font-size: 21px;
    font-weight: bold;
    margin: 0px 0px 5px 0px;
}

.subtitulo-footer{
    font-size: 13px;
    color: rgba(255,255,255,0.9);
    margin: 0px 0px 8px 0px;
}

#menu-footer-B{
    display: block;
}

#menu-footer-B ul{
    font-size: 13px;
    padding-top: 10px;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
    box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.5);
}

#menu-footer-B li{
    display: block;
}

#menu-footer-B img{
    vertical-align: middle;
}

.labelB {
    /*NO TIENE ESTILO INICIAL*/
}

#piefooter {
    width: 100%;
    background-color: rgb(44, 44, 44);
    text-align: center;
}

#piefooter a{
    text-decoration: none;
    color: #f30032;
    font-size: 12px;
    display: inline-block;
}

.parrafo-1-footer{
    font-size: 10px;
    font-style: italic;
    color: rgba(255,255,255,1);
    margin: 0px 0px 5px 0px;
}

.parrafo-2-footer{
    box-shadow: 0px -2px 0px 0px rgba(255, 255, 255, 0.2);
    width: 100%;
    font-size: 10px;
    color: rgba(255,255,255,1);
    margin: 0px auto 0px auto;
    padding: 6px 0px 6px 0px;
}

.parrafo-3-footer{
    font-size: 10px;
    color: rgba(255,255,255,1);
    margin: 0;
    padding-bottom: 10px;
}

.opcionDesplegableFooter {
    cursor: pointer;
    background-color: #9F2241;
    text-align: center;
    color: white;
    padding: 9px 0px 9px 0px;
    box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.5);
    border-radius: 12px;
    margin-bottom: 2px;
    font-size: 20px;
}

.listadoDesplegable {
    display: none;
    list-style: none;
    font-size: 13px;
    margin: 0 auto;
    overflow: hidden;
    width: 98%;
    padding: 0;
    background: none;
    font-weight: normal;
}

.listadoDesplegable li {
    float: left;
    display: inline-table;
    width: 100%;
    border: 0;
    height: 40px;
    margin: 4px auto;
}

.listadoDesplegable a {
    display: table-cell;
    text-align: center;
    text-decoration: none;
    width: 100%;
    height: 100%;
    padding: 0px;
    border-radius: 10px;
    border: 1px solid rgb(78, 87, 96);
    vertical-align: middle;
    color: #3a3B3c;
}

.listadoDesplegable a:hover {
    background: none;
}

/* FIN FOOTER MOVIL*/

/* INICIO BLOQUEADOR DE PANTALLA PARA PAGINAS JSP */

.bloqueo-pantalla {
    display: none;
    z-index: 1002;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    background: #aaa;
    opacity: .3;
    filter: Alpha(Opacity=30);

}

.bloqueo-mensaje {
    top: 50%;
    right: 220px;
    width: 140px;
    height: 40px;
    z-index: 1003;
    display: none;
    margin: -30px -119px 0px -0px;

    -moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.8);
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.8);
    box-shadow: 0px 5px 10px rgba(0,0,0,0.8);

    position: fixed;
    text-align: left;
    padding: 19px;

    border-radius: 4px;

    border: 1px solid #aaa;
    background: #fff;
    font-size: 17.6px;
}

/* FIN BLOQUEADOR DE PANTALLA PARA PAGINAS JSP */

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

    .float-buttons {
        display: -webkit-inline-box;
        position: fixed;
        clear: both;
        width: 460px;
        height: 80px;
        left: 50%;
        bottom: -5px;
        margin-bottom: 0;
        margin-left: -230px;
        z-index: 10;

    }

    .iconFloat {
        float: left;
        height: 60px;
        width: 60px;
        margin-right: 20px;
    }

    .subtitleIcon{
        display: none;
    }

}

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

    .encabezadoSeccion{
        width: 100%;
    }
    .encabezadoSeccionV2{
        width: 100%;
    }
    .contenidoSeccion{
        width: 100%;
    }
    .contenidoSeccionReq{
        width: 100%;
    }
    .subtituloContenidoSeccion{
        margin-left: 0px;
    }
    .subtituloPlecaContSecc{
        margin-left: 0px;
    }
    .contenidoSeccion-02{
        width: 100%;
    }
    .contenidoColumnaSeccion{
        margin-left: 80px;
    }
    .columna1Seccion{
        margin-left: 80px;
    }
    .columna2Seccion{
        width: 70%;
    }
    .columnaRequisitosCon{
        margin-left: 80px;
    }
    .columnaSeccion{
        text-align: left;
        margin: 0 10px 0 10px;
    }
    .imageContent{
        width: 100%;
    }

    .tablaPtsEntrega{
        width: 100%;
    }

    #navSitiosInteres {
        width: 100%;
        margin: 0px auto 2px auto;
        background-color: white;
    }

    #toggle-menu-interes {
        /*display: table;*/
        display: flex;
        align-items: center;
    }

    #menuInteres {
        display: none;
        width: 98%;
        padding: 0;
        background: none;
        height: 340px;
        font-weight: normal;
    }

    #menuInteres li {
        display: inline-table;
        width: 100%;
        border: 0;
        height: 40px;
        margin: 4px auto;
    }

    #menuInteres a {
        width: 100%;
        height: 100%;
        padding: 0px;
        border-radius: 10px;
        border: 1px solid rgb(78, 87, 96);
        vertical-align: middle;
        color: black;
    }

    #menuInteres a:hover {
        background: none;
    }

    #footer-movil {
        display: block;
    }

    #columnasFooter,#logoFooter,#footerFooter {
        display: none;
    }

    #footer {
        height: 275px;
    }
}
@media only screen and (max-width: 1024px){

    .layoutLogo{
        width: 100%;
        top: 0;
        left: 0;
        margin: 0 auto;
        background-image: url('../../../ImagenHeaderServlet?claveHeader=Title-Reemplaca-02');
        background-position-x: center;
    }
}

@media only screen and (max-width: 910px){
    .footerMiddle{
        height: auto;
    }
    .footerDown{
        height: auto;
    }
}
@media only screen and (max-width: 872px){
    .contenidoColumnaSeccion{
        text-align: center;
    }
    .columnaIzquierdaTabla{
        width: 500px;
        margin-right: 0;
        margin-bottom: 21px;
    }
    .columnaIzquierdaTablaV2{
        width: 500px;
        margin-right: 0;
        margin-bottom: 21px;
    }
    .contenidoFooterSeccion{
        margin: 0 auto;
    }
    .parrafoFooter2{
        margin-left: 0px;
    }
}

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

    .hamburger {
        display: inline-block;
    }

    .layoutLinks {
        width: 100%;
    }

    .iconoMenu {
        display: inherit;
    }

    .menuHeader1{
        width: 100%;
        display: none;
        font-size: 15px;
    }

    .menuHeader1>li{
        float: none;
        background-color: rgb(246, 246, 246);
        margin: 0;
        box-shadow: 0px -1px 0px 0px #ffffff inset;
        font-size: 15px;
    }

    .menuHeader1>li:hover {
        text-decoration: none;
        background-color: rgba(246, 246, 246, 0.9);
        box-shadow: 0px -3px 0px 0px rgba(0, 0, 0, 0.2) inset;
        font-size: 15px;
    }

    .botonInicio{
        margin-right: 0px;
    }

    .FAQ{
        color: #3a3B3c !important;
    }

    .FAQ:hover{
        color: #BC955B !important;
    }

    .headerDown1{
        height: inherit;
    }

    .headerDown2{
        height: inherit;
    }

    .headerSingleDown {
        display: block;
    }

    .headerSingleDown.open{
        height: 210px;
    }

    .columnaRequisitosCon{
        width: 70%;
    }
}

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

    .subtituloPlecaContSecc{
        margin: 15px auto 0px auto;
    }
    .contenidoSeccion{
        text-align: center;
    }
    .contenidoColumnaSeccion{
        margin-left: 10px;
        margin-right: 10px;
    }
    .columna1Seccion{
        margin-left: 0px;
    }
    .columna2Seccion{
        width: 70%;
    }
    .parrafoCol2Sec{
        margin: 20px 0;
    }
    .parrafoCol2SecV2{
        font-size: 25px;
    }
    .columnaRequisitosCon{
        margin: 0px auto;
        width: 75%;
    }
    .layoutLogo{
        width: 90%;
    }
    .columnaIzquierdaTabla{
        margin: 0 auto 21px auto;
    }
    .columnaIzquierdaTablaV2{
        margin: 0 auto 21px auto;
    }
    .tablaCondonaciones{
        width: 480px;
    }
}
@media only screen and (max-width: 500px){

    .float-buttons {
        width: 350px;
        margin-left: -175px;
    }

    .iconFloat {
        height: 50px;
        width: 50px;
        margin-right: 10px;
    }

    .parrafoCol2Sec{
        font-size: 17px;
    }
    .parrafoCol2SecV2{
        font-size: 20px;
    }
    .columnaIzquierdaTabla{
        width: 100%;
    }
    .columnaIzquierdaTablaV2{
        width: 100%;
    }
    .columnaDerechaTabla{
        width: 100%;
    }
    .tablaCondonaciones{
        font-size: 12px;
        width: 99%;
    }
    .columnaSeccion{
        width: 100%;
    }
    .layoutLogo{
        width: 88%;
    }
}

@media only screen and (max-width: 455px){
    .linkColumnaSeccionReq {
        width: 100%;
        margin-top: 10px;
        padding-left: 10px;
    }
    .encabezadoSeccionV2{
        height: 180px;
    }
    .tablaStyle{
        margin: 0;
        font-size: 12px;
    }
}

@media only screen and (max-width: 400px){
    .columna2Seccion{
        width: 60%;
    }
    .parrafoCol2Sec{
        font-size: 14px;
    }
    .parrafoCol2SecV2{
        font-size: 18px;
    }
    .layoutLogo{
        width: 80%;
    }
}

.BlueLargeText {
    FONT-WEIGHT: bold;
    FONT-SIZE: 21px;
    COLOR: #BC955B;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none

}

.BlueLargeText2 {
    FONT-WEIGHT: bold;
    FONT-SIZE: 36px;
    COLOR: #9F2241;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none

}

.BlueLargeText3 {
    FONT-WEIGHT: bold;
    FONT-SIZE: 29px;
    COLOR: #9F2241;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none

}


.CorLargeText {
    FONT-WEIGHT: bold;
    FONT-SIZE: 20px;
    COLOR: #ff5555;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none

}


.CorLargeText2 {
    FONT-WEIGHT: bold;
    FONT-SIZE: 36px;
    COLOR: #ff5555;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none

}


