@font-face {
    font-family: 'Avenir Next Condensed';
    src: url('../fonts/AvenirNextCondensed-Heavy.woff2') format('woff2'),
        url('../fonts/AvenirNextCondensed-Heavy.woff') format('woff'),
        url('../fonts/AvenirNextCondensed-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next Condensed';
    src: url('../fonts/AvenirNextCondensed-Medium.woff2') format('woff2'),
        url('../fonts/AvenirNextCondensed-Medium.woff') format('woff'),
        url('../fonts/AvenirNextCondensed-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next Condensed Demi';
    src: url('../fonts/AvenirNextCondensed-DemiBold.woff2') format('woff2'),
        url('../fonts/AvenirNextCondensed-DemiBold.woff') format('woff'),
        url('../fonts/AvenirNextCondensed-DemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next Condensed';
    src: url('../fonts/AvenirNextCondensed-Regular.woff2') format('woff2'),
        url('../fonts/AvenirNextCondensed-Regular.woff') format('woff'),
        url('../fonts/AvenirNextCondensed-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/CenturyGothic.woff2') format('woff2'),
        url('../fonts/CenturyGothic.woff') format('woff'),
        url('../fonts/CenturyGothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.woff2') format('woff2'),
        url('../fonts/Lato-Regular.woff') format('woff'),
        url('../fonts/Lato-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Bold.woff2') format('woff2'),
        url('../fonts/Lato-Bold.woff') format('woff'),
        url('../fonts/Lato-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}



body {
    font-family: 'Avenir Next Condensed';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
}

section {
    float: left;
    position: relative;
    width: 100%;
}

#porque-invertir {
    padding-top: 120px;
    margin-top: -100px;
    margin-bottom: 50px;
}

img {
    width: 100%
}

a,
a:hover,
a:active,
a:focus {
    color: unset;
    text-decoration: none
}

.btn--popup {
    color: #000;




}


.btn03 {
    display: none;




}

ul {
    list-style: none;
}

h1 {
    font-family: 'Avenir Next Condensed Demi';
    font-weight: bold;
    font-style: normal;
}

h2 {
    font-family: 'Avenir Next Condensed Demi';
    font-weight: 600;
    font-style: normal;
    font-size: 25px;
    text-align: center;
}

header {
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 999;
    background: white;
}

.legal-simulador {
    text-align: justify;
    font-size: 12px;
    width: 98%;
    margin-top: 20px;
}

#banner-top {
    margin-top: 104px;
}

.title {
    text-align: center
}

.inv-txt {
    text-align: center;
}

.icon {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    color: #68696D;
    border-right: 1.5px solid rgba(0, 0, 0, 0.3);
    line-height: 15px;
    min-height: 200px;
    margin-bottom: 10px;
}

.icon:last-child {
    border-right: none
}

.icon-img {
    padding: 10px 0px 0px 0px;
}

.icons {
    margin-top: 65px;
}

.menu-top {
    text-align: right;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 1px;
    padding-top: 45px;
    list-style: none;
    padding-bottom: 25px;
}

video {
    width: 100%;
}

#conoce {
    margin-top: 20px
}

.lwt-left {
    text-align: right;
    padding-right: 0px
}

.lwt-right {
    text-align: left;
    padding-left: 0px
}

.lwt-right img {
    width: 55%;
}

.conoce-txt {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 25px
}

ul.l01 {
    list-style: none;
    line-height: 30px;
    text-align: left;
    text-indent: -45px;
    padding-left: 45px;
}

.l01 li:before {
    font-size: 47px;
    content: '■';
    color: #D8AA46;
    padding-right: 15px;
    position: relative;
    top: 5px;
}

.no-padding {
    padding: 0
}

.caracteristica {
    position: relative;
    float: left;
}

.caract-img {
    position: relative;
    float: left;
}

.planta {
    text-indent: -49px;
    font-family: 'Lato';
    text-align: left;
    line-height: 21px;
    font-size: 18px;
}

.beneficios-txt {
    padding-top: 20px;
    padding-bottom: 40px;
}

.grey-bg {
    background-color: #E8E8E8;
    text-align: center;
    margin-bottom: 40px;
    padding: 55px;
}

.caract-txt {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    color: white;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 33% 20px 0px 20px;
    text-align: center;
}

.btn-planta {
    cursor: pointer
}

/*.modal-dialog {
    width: 100%;
    margin: 0px;
    background-color: #E8E8E8;
    padding: 2%;
    min-height: 100vh;
}*/
.modal {
    padding-right: 0px !important;
}

#beneficios {
    text-align: center;
    padding-top: 120px;
    margin-top: -100px;
}

#plantas {
    /*padding-top: 120px;
    margin-top: -100px;*/
}

#plantas li:before {
    font-size: 47px;
    content: '■';
    color: #D8AA46;
    padding-right: 15px;
    position: relative;
    top: 5px;
}

.planta-img {
    padding: 0% 6% 0% 3%;
}

.bottom-line {
    text-align: left;
}

.tipo-planta {
    font-family: 'Lato';
    font-weight: bold;
    font-size: 40px;
    line-height: 32px;
}

.programa {
    font-family: 'Lato';
    font-weight: normal;
    text-transform: uppercase;
    border-bottom: 7px solid #D8AA46;
    width: 97%;
    padding-bottom: 10px;
    margin-bottom: 20px;
    padding-top: 10px;
}

.planta-info {
    padding: 0% 7% 0% 0%;
}

.planta-metros {
    font-family: 'Lato';
    font-weight: normal;
    width: 97%;
}

.m-title {
    float: left;
    width: 65%;
    position: relative;
}

.m-number {
    float: left;
    width: 35%;
    text-align: right;
    position: relative;
}

#pasos {
    text-align: center
}

#pasos .pasos-txt h2 {
    padding: 0;
    margin: 0;
}

.form-50 {
    width: 50%;
    float: left;
    position: relative;
    padding-right: 20px;
    text-transform: uppercase;
}

.campo {
    width: 100%;
    background-color: unset;
    border: 1px solid white;
    margin-bottom: 5px;
}

#contactanos {
    text-align: center;
}

textarea.campo {
    height: 90px;
}

#contacto #formulario_cotizar {
    margin-top: 2%;
}

.submit-wrap {
    width: 100%;
    text-align: center;
}

.inputsubmit {
    background-color: #D8AA46;
    border: none;
    padding: 5px 40px 5px 40px;
    color: black;
    margin-top: 20px;
}

ul.menu-top li {
    display: inline;
    margin-right: 25px;
}

.img-map {
    border: 1px solid white;
}

.contacto-bg {
    background-color: #87868A;
    color: white;
    padding: 40px 40px 40px 40px;
    margin-top: 50px;
    margin-bottom: 50px;
}

#slider-top .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 40px;
}

#slider-top .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span,
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #D8AA46;
}

.footer {
    background-color: #87868A;
    color: white;
    text-align: center;
    font-size: 10px;
    float: left;
    position: relative;
    width: 100%;
    padding: 40px;
}

.close {
    font-size: 80px;
    font-weight: 100;
    filter: alpha(opacity=100);
    opacity: 1;
    color: white;
}

#simulador-credito {
    font-family: 'Lato', sans-serif;
    padding-bottom: 0px;
    padding-top: 120px;
    margin-top: -100px;
}

#simulador-credito p {
    margin: 0 0 0px;
}

#simulador-credito .bootstrap-select,
#simulador-credito input {
    width: 100%;
    margin-bottom: 15px;
}

#simulador-credito2 {
    font-family: 'Lato', sans-serif;
    padding-bottom: 0px;
    padding-top: 120px;
    margin-top: -100px;
    z-index: 999;
}

#simulador-credito2 p {
    margin: 0 0 0px;
}

#simulador-credito2 .bootstrap-select,
#simulador-credito2 input {
    width: 100%;
    margin-bottom: 10px;
}

.sc-inputs {
    background-color: #e8e8e8;
    border-radius: 10px;
    padding: 25px;
}

.sc-label {
    font-weight: 600;
    padding-bottom: 5px;
    font-size: 16px;
    text-align: left;
}

#simulador-credito input {
    border: 1px solid rgb(200, 200, 200);
    border-radius: 4px;
    padding: 3px 10px 3px 13px;
    font-weight: 400;
    white-space: nowrap;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.42857143;
}

table.tablaSC {
    background-color: #EEEEEE;
    width: 100%;
    text-align: left;
    padding-left: 15px;
}

table.tablaSC td,
table.tablaSC th {
    padding: 3px 2px;
}

table.tablaSC tbody td {
    font-size: 15px;
}

table.tablaSC tr:nth-child(even) {
    background: #D8AA4633;
}

.tablaSC tr td:first-child {
    width: 75%;
}

.tablaSC tr td {
    padding: 3px 10px 3px 10px;
}

.aviso {
    text-align: right;
    font-size: 12px;
}

iframe {
    border: none;
    min-height: 399px;
    padding-top: 20px;
}

.hightlight {

    background-color: #D8AA46;
    color: white;
    padding: 10px;

}

.sc-destacado {
    background-color: #D8AA46 !important;
    color: white;
    font-weight: bold;
}

#simulador-credito-home {
    padding-top: 120px;
    margin-top: -100px;
}

#simulador-credito {
    font-family: 'Lato', sans-serif;
    padding-bottom: 0px;
    padding-top: 20px;
    margin-top: 0px;
    background-color: #E8E8E8;
}

#simulador-credito2 {
    font-family: 'Lato', sans-serif;
    padding-bottom: 0px;
    padding-top: 20px;
    margin-top: 0px;
    background-color: white;
}

.sc-inputs {
    background-color: #D8AA46;
    border-radius: 10px;
    padding: 25px;
}

.bootstrap-select.btn-group .dropdown-menu li::before {
    content: '';
    display: none;
}

button.close {
    position: absolute;
    right: 20px;
    top: 5px;
    z-index: 99999;
}

.verMas {

    text-align: center;
    width: 100%;
    margin-left: 37px;
    margin-top: -25px;
    margin-bottom: 15px;

}

.simulador-modal {
    margin-top: 4%;
}

.logo-fynsa {
    padding-top: 20px;
}

.modal-content {
    background-color: #d2d2d2;
}

#modalCotizar .modal-dialog {
    background-color: transparent;
    width: 48%;
    margin-top: 20%;
}

#modalCotizarForce .modal-dialog {
    background-color: transparent;
    width: 48%;
    margin-top: 18%;
    margin-left: 50%;
}

#modalCotizarForce2 .modal-dialog {
    background-color: transparent;
    width: 50%;
    margin-top: 12%;
    margin-left: 25%;
}

.titulo-cotiza {
    padding: 20px;
    font-weight: bold;
}

.padding-10 {
    padding: 10px;
}

.flip {
    -webkit-perspective: 800;
    perspective: 800;
    position: relative;
    text-align: center;
}

.flip .card.flipped {
    -webkit-transform: rotatey(-180deg);
    transform: rotatey(-180deg);
}

.flip .card {
    width: 100%;
    height: 280px;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: 0.5s;
    transform-style: preserve-3d;
    transition: 0.5s;
    cursor: pointer;
}

.flip .card .face {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 2;
}

.flip .card .front {
    position: absolute;
    width: 100%;
    z-index: 1;
}

.flip .card .front img {
    width: 100%;
    height: 100%;
}

.flip .card .img {
    position: relative;
    width: 100%;
    z-index: 1;
    border: 2px solid #000;
}

.flip .card .back {
    width: 100%;
    height: 100%;
    font-size: 15px;
    padding: 15%;
    -webkit-transform: rotatey(-180deg);
    transform: rotatey(-180deg);
    position: absolute;
    background-color: #D8AA46;
    color: white;
}

.inner {
    margin: 0px !important;
    width: 100%;
}

.btn-maps {
    background-color: #D8AA46;
    border: none;
    padding: 5px 40px 5px 40px;
    color: black;
    width: 100%;
}

.text-line {
    background-color: #87868A;
    color: white;
    text-align: center;
    padding: 20px;
    margin-top: -10px;
    font-size: 28px;
}

.owl-nav {
    position: absolute;
    width: 100%;
    top: 44%;
    font-size: 40px;
    color: white;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: transparent;
    color: #FFF;
    text-decoration: none;
}

.owl-prev {
    position: absolute;
    left: 0;
}

.owl-next {
    position: absolute;
    right: 0;
}

#renders .owl-item img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 650px;
    object-position: bottom;
}

.stickyContact--txt {
    width: 100px;
    float: left;
    font-size: 25px;
    letter-spacing: 0.5px;
    margin-top: 7px;
    margin-left: 10px;
    margin-right: 19px;
}

.stickyContact--envelop {
    float: left;
    width: 35px;
    transform: rotateZ(90deg);
    -webkit-transform: rotate(90deg);
    margin-top: 12px;
    font-size: 24px;
}

.stickyContact--yellow {
    width: 15px;
    background-color: #87868A;
    height: 46px;
    float: left;
}

.stickyContact {
    position: fixed;
    width: 179px;
    bottom: 170px;
    right: -68px;
    z-index: 99999;
    background-color: #D8AA46;
    color: black;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

#contacto {
    padding-top: 240px;
    margin-top: -240px;
}
#conoce img{
    width: 50%;
}

/*=====================================================
=            Bootstrap 2.3.2 Media Queries            =
=====================================================*/
@media only screen and (max-width : 1200px) {
    .flip .card {
        width: 100%;
        height: 229px;
    }

    .flip .card .back {
        font-size: 13px;
        padding: 8%;
    }
}

@media only screen and (max-width : 979px) {
    .flip .card {
        width: 100%;
        height: 173px;
    }

    .flip .card .back {
        font-size: 13px;
        padding: 8%;
    }
}

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

@media only screen and (max-width : 480px) {
    #renders .owl-item img {
        display: block;
        width: 100%;
        object-fit: cover;
        height: 210px;
    }

    .owl-nav {
        top: 30%;
    }

    .flip .card {
        width: 100%;
        height: 270px;
    }

    .flip .card .back {
        font-size: 15px;
        padding: 15%;
    }

    .titulo-cotiza {
        padding-top: 40px;
    }

    #modalCotizarForce .modal-dialog {
        margin-left: 0%;
    }

    #modalCotizar .modal-dialog {
        width: 98%;
    }

    #modalCotizar button.close {
        right: 0px;
        top: -15px;
    }

    #modalCotizarForce .modal-dialog {
        width: 98%;
    }

    #modalCotizarForce button.close {
        right: 0px;
        top: -15px;
    }

    .logo-fynsa {
        padding-top: 0px;
    }

    .menu-top {
        font-size: 11px;
        padding-top: 8px;
        text-align: right;
        padding-left: 0px;
    }

    .hightlight {
        padding: 5px;
    }

    #banner-top {
        margin-top: 160px;
    }

    .lwt-right img {
        width: 100%;
        padding-top: 17px;
    }

    .icon {
        border-right: 0px;
    }

    .l01 {
        font-size: 15px;
        text-align: left;
        padding-left: 42px;
        text-indent: -44px;
    }

    .planta {
        padding-left: 15px;
    }

    .form-50 {
        width: 100%;
        padding-right: 0px;
    }

    textarea.campo,
    .campo {
        width: 100%;
    }

    .contacto-bg {
        margin-bottom: 0px
    }

    ul.menu-top li {
        margin-right: 5px;
    }
    #conoce{
        font-size: 11px;
    }
    #conoce img{
        width: 100%;
    }
    #conoce small{
        display: block;
    }
}

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

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(black, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}

::-webkit-scrollbar {
    width: 12px;
    background-color: #f5f5f5;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(#68696D, 0.3);
    background-color: #D8AA46;
}

.fancybox-slide--iframe .fancybox-content {
    width  : 1000px;
    height : 900px;
    max-width  : 90%;
    max-height : 95%;
    margin: 0;
}
.wpcf7 .ajax-loader {
    display: block;
}


/* nuevos estilos 05062023*/

.flip .card .back, ::-webkit-scrollbar-thumb, #video360 a .txt, .sc-inputs{ 
    background-color: #106472; 
}
#video360 a .txt { color: #fff; }
#plantas li:before, .l01 li:before { color:  #106472; }
.sc-inputs { color:#fff; }
#simulador-credito2 input {
    color: #333;
}

/* nuevo home 27122023 */  

.page-id-480 #banner-top { padding:0; margin:0; margin-top: 82px; }
.page-id-480 #banner-top .row, 
.page-id-480 #banner-top  .col-12 {
    padding:0; margin:0; 
}
.page-id-480 .stickyContact--txt { font-size:18px;    margin-top: 10px; }
.page-id-480 .stickyContact--envelop { font-size:21px;margin-top: 19px; }

.page-id-480 .footer { 
    color: #313A4E;
    background-color: #fff;
}


.page-id-480 ul.menu-top li { font-size:14px; font-family: Be Vietnam Pro;

font-weight: 700;
line-height: 24px;
letter-spacing: 0em;
/*text-transform: capitalize;*/
color:#313A4E;

}
.page-id-480 ul.menu-top .hightlight { background-color:transparent; }
.page-id-480 ul.menu-top .hightlight a {
    background-color: #106472;
    color: #fff;
    border-radius: 6px;
    padding: 10px 21px;

}
.page-id-480 ul.menu-top li a {

}
.page-id-480 {
font-family: 'Be Vietnam Pro', sans-serif; }

.page-id-480 #beneficios.descubre {
    margin-top: 12rem;
    margin-bottom: 8rem;
    text-align: inherit;
    padding: 0;
}

.page-id-480 h2 {
    font-family: Be Vietnam Pro;
font-size: 44px;
font-weight: 400;
line-height: 50px;
letter-spacing: -0.02em;
text-align: left;
color: #000F2D;
margin-top:0;



}
.page-id-480 h2 strong {
font-family: Be Vietnam Pro;
font-size: 44px;
font-weight: 700;
line-height: 50px;
letter-spacing: -0.02em;
text-align: left;
color: #53b1ad;
}
.page-id-480 p strong {
font-family: Be Vietnam Pro;
font-size: 14px;
font-weight: 700;
line-height: 22px;
letter-spacing: 0px;
text-align: left;
}
.page-id-480 p  {
font-family: Be Vietnam Pro;
font-size: 14px;
font-weight: 300;
line-height: 22px;
letter-spacing: 0px;
text-align: left;


}
.page-id-480 .descubre p {
    margin-top: 35px;
    margin-bottom: 35px;
} 
.page-id-480 .btn-cotizar {

color: #fff;
padding: 12px 35px 12px 35px;
border-radius: 6px;
background-color: #106472;
font-size: 16px;
}

.page-id-480 .inner-slide {
    height: 380px;
    background-size: cover;
/*    width: 200px;*/
display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 10px;

}
.page-id-480 .inner-slide .overlay {
    background: rgba(0, 0, 0, 0.22);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    transition: all .3s ease-in-out;
    top:0;
    border-radius: 10px;
    }
.page-id-480 .inner-slide h3 {
    margin: 0;
    color: #fff;
    position: relative;
    z-index: 3;
    opacity: 0;
    transition: all .3s ease-in-out;
    font-family: Be Vietnam Pro;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0px;
    text-align: left;

}
.page-id-480 .descubre .navegacion {
    position: absolute;
    height: 38px;
    width: 110px;
    right: 33px;
    bottom: 0;
}
.page-id-480 .navegacion .swiper-button-prev,
.page-id-480 .navegacion .swiper-button-next {
    background: #106472;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: white;

}
.page-id-480 .navegacion .swiper-button-prev:after,
.page-id-480 .navegacion .swiper-button-next:after {
    font-size: 22px;
}

.page-id-480 .swiper-top .swiper-slide {
    
    transition: all .3s ease-in-out;
}
.page-id-480 .swiper-top .swiper-slide-active .inner-slide {

background-color: #00000070;
}
.page-id-480 .swiper-top .swiper-slide-active .inner-slide .overlay {
     background: rgba(0, 0, 0, 0.44);
     transition: all .3s ease-in-out;

}
.page-id-480 .swiper-top .swiper-slide-active .inner-slide  h3 {
    opacity: 1;
    transition: all .3s ease-in-out;
}

.page-id-480 .swiper-top .swiper-slide-active  {
    width: 360px!important;
    transition: all .3s ease-in-out;
}

.page-id-480 .valor h2 {
    margin-top: 50px;
    margin-bottom: 68px;
}
.page-id-480 .valor .container {
    max-width: 1000px;
}
.page-id-480 .valor p {
    margin-top: 30px;
    margin-bottom: 30px;

}
.page-id-480 .valor {
    padding-top: 4rem;
    padding-bottom: 6rem; 
}

.page-id-480 .link-galeria { position: relative;    display: flex;
    justify-content: center;
    align-items: center; 
    border-radius: 16px;
    overflow: hidden;
}


        

.page-id-480 .circle-search { 
    background-color: #106472; 
    border-radius:50%; 
    width:42px; 
    height:42px; 
    position: absolute;
    z-index: 2;
        display: flex;
    justify-content: center;
    align-items: center;
    

}
.page-id-480 .circle-search img {
    width: 26px;
}
.page-id-480 .valor .overlay {
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    border-radius: 16px;

}

.page-id-480 .videos-bolsillo {
    padding: 6rem 0;
}
.page-id-480 .videos-bolsillo .container {
    max-width: 900px;

}
.swiper-slide video { 
    width: 100%;
    height: 100%; }


.bloque360 {
    height: 300px;
/*    width: 300px;*/
    display: block;
    position: relative;
    background-size: cover;
    border-radius: 16px;
}

.vistas360 {
    padding-top: 6rem;
    padding-bottom: 8rem;

}
.vistas360 h2 {
    margin-bottom: 7rem;
}
.vistas360 .texto {   
    position: absolute;
    bottom: 20px;
    left: 24px; 
    color: #fff;
}
.vistas360 .texto h4 {
    font-family: Be Vietnam Pro;
font-size: 20px;
font-weight: 400;
line-height: 30px;
letter-spacing: 0px;
text-align: left;
margin:0;



}
.vistas360 .texto p {
font-family: Be Vietnam Pro;
font-size: 16px;
font-weight: 400;
line-height: 20px;
letter-spacing: 0px;
text-align: right;
margin:0;
}
.circle-360 {
    background-color: #106472; 
    border-radius:50%; 
    width:42px; 
    height:42px; 
    position: absolute;
    z-index: 2;
        display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.vistas360 .circle-360 img {
    width: 33px;
}

.vistas360 .overlay {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 16px;

} 
.vistas360 .navegacion {
    width: 118px;
    display: block;
    position: absolute;
    bottom: -70px;
    right: 0;
    left: 0;
    margin: auto;
    }

#plantas.plantas2024 { padding-top:6rem; padding-bottom: 7rem;}
#plantas.plantas2024 .planta {
    text-indent: inherit;
}
#plantas.plantas2024 .planta li:before { content: none;}

#plantas.plantas2024 .tipo-planta2024 {
    background: rgba(16, 100, 114, 1);
    font-family: Be Vietnam Pro;
font-size: 14px;
font-weight: 700;
line-height: 19px;
letter-spacing: 0.5050000548362732px;
text-align: center;
color: #fff;
text-transform: uppercase;
    display: inline-block;
    padding: 2px 15px;

border-radius: 67.33px;
    margin-bottom: 16px;
    margin-top: 19px;
}
#plantas.plantas2024 .planta li p strong {
    font-size: 17px;
}

#plantas.plantas2024 .planta ul {
padding-left: 3rem;
}


.simulador-planta-2024 {
    margin: 0;

}
.simulador-planta-2024 .detalles { 
    display: flex;
        justify-content: flex-start;
   
    flex-wrap: wrap;

    
}
.simulador-planta-2024 .tipo-planta {
font-family: Be Vietnam Pro;
font-size: 30px;
font-weight: 700;
line-height: 40px;
letter-spacing: 0px;
text-align: left;
border-bottom: 1px solid #106472;
padding-bottom: 12px;
margin-bottom: 12px;

}

.simulador-planta-2024 .detalles .item-detalles { 
    width: 33%;
    font-family: Be Vietnam Pro;
font-size: 16px;
font-weight: 300;
line-height: 28px;
letter-spacing: 0px;
text-align: left;

    
}
.simulador-planta-2024 .detalles .item-detalles h4 {
    font-family: Be Vietnam Pro;
font-size: 16px;
font-weight: 600;
line-height: 28px;
letter-spacing: 0px;
text-align: left;
margin:0;



}
.simulador-planta-2024 .planta-img {
    padding: 0;
    padding-right: 65px;
    padding-left: 15px;
}



.simulador-planta-2024 #simulador-credito, .simulador-planta-2024 .sc-inputs {
    background-color: #fff;
}

.simulador-planta-2024 p.sc-label, .simulador-planta-2024 #simulador-credito input {
    color: #313A4E;


}
.simulador-planta-2024 .table {
font-family: Be Vietnam Pro;
font-size: 14px;
font-weight: 400;
line-height: 20px;
letter-spacing: 0em;
text-align: left; color: #313A4E;
 }

 .simulador-planta-2024 .table>tbody>tr>td {
    padding: 10px;

 }
 .simulador-planta-2024 .table>tbody>tr>td span {
    font-weight: 600;
 }

 .simulador-planta-2024 #btn-simula {
  background: #106472;
  color: #fff;
  width: 100%;
  margin-top: 15px;
   }

  .simulador-planta-2024 .bootstrap-select.btn-group .btn .filter-option,
  .simulador-planta-2024 #simulador-credito input {
    font-weight: 600;
    font-family: Be Vietnam Pro;
    font-size: 14px;

    line-height: 23px;
    letter-spacing: 0em;
    }

  .simulador-planta-2024 .bootstrap-select.btn-group .btn .caret {
    display: none; }

.simulador-planta-2024 .sc-inputs {
    padding: 0 5px;
}

.simulador-planta-2024 .dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    width: 21px;
    height: 34px;
    
    position: absolute;
    right: 6px;
   
    top: 5px;
    padding: 1px;
    content: " ";
    background-repeat: no-repeat;
    border: none;
}
.simulador-planta-2024 .dropdown-toggle::before {
    content: "";
    height: 100%;

    width: 1px;
    display: block;
    background-color: #ccc;
    position: absolute;
    right: 35px;
    top: 0;
}
.simulador-planta-2024 .simulador-modal {
    margin-top: 28px;
}

.page-id-480 .beneficios-2024 {
    background: #106472;
    color: #fff;
    padding: 13rem 0px;
    margin:0;
}

.page-id-480 .beneficios-2024 .row {
    padding-left: 10%;
}
.page-id-480 .beneficios-2024 .swiper-slide {
    width: 320px;
}
.page-id-480 .box-white {
    background-color: #fff;
    color: #313A4E;
    text-align: center;
    border-radius: 16px;
    padding: 25px;
    min-height: 290px;
    

}
.page-id-480 .box-white img {
    height: 100px;
    width: auto;
}
.page-id-480 .beneficios-2024 h2 {
    color: #fff;
    font-family: Be Vietnam Pro;
    font-size: 37px;
    font-weight: 900;
    line-height: 47px;
    letter-spacing: 0px;
    text-align: left;
    margin-top: 74px;

}
.page-id-480 .box-white h3 {
    font-family: Be Vietnam Pro;
    font-size: 13px;
    font-weight: 900;
    line-height: 19px;
    letter-spacing: 0px;
    text-align: center;

}
.page-id-480 .box-white h4 {
    font-family: Be Vietnam Pro;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
}
.page-id-480 .beneficios-2024 .navegacion {
    position: absolute;
    height: 38px;
    width: 110px;
    left: 100px;
    bottom: -70px;
    }

    .page-id-480 .beneficios-2024 .navegacion .swiper-button-prev, 
    .page-id-480 .beneficios-2024 .navegacion .swiper-button-next {
            background: #fff;
            color: #106472;

    }

    #simulador-credito2.simulador-credito-2024  {
    background: #F5F5F5;
        padding: 11rem 0rem;
    }

     #simulador-credito2.simulador-credito-2024 table tr > td {
        padding-left: 25px;
     }

    .simulador-credito-2024 h2 {
        margin-bottom: 7rem;
    }

    .simulador-credito-2024 .table {
        background-color: #fff;
    }

    .simulador-credito-2024 .table tr:first-child td:first-child{
  border-top-left-radius: 10px;
}

    .simulador-credito-2024 .table td span {
        font-weight: 600;
    }
    .simulador-credito-2024 .table td:last-child {
        text-align: center;
    }

    
     .simulador-credito-2024 .sc-inputs p {
        color: #000;
     }

     .simulador-credito-2024 .legal-simulador {
        text-align: center;
     }

      .simulador-credito-2024 .bootstrap-select.btn-group .btn .filter-option,
   .simulador-credito-2024 #simulador-credito input {
    font-weight: 600;
    font-family: Be Vietnam Pro;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0em;


  }

   .simulador-credito-2024 .bootstrap-select.btn-group .btn .caret {
    display: none;


  }

 .simulador-credito-2024 .sc-inputs {
    padding: 0 5px;
    background-color: transparent;
    padding-right: 30px;
     
}

 .simulador-credito-2024 .dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
        width: 21px;
        height: 34px;
        position: absolute;
        right: 6px;
        top: 5px;
        padding: 1px;
        content: " ";
        background-repeat: no-repeat;
        border: none;
}
 .simulador-credito-2024 .dropdown-toggle::before {
    content: "";
    height: 100%;

    width: 1px;
    display: block;
    background-color: #ccc;
    position: absolute;
    right: 35px;
    top: 0;
}

 .simulador-credito-2024 input {
    border: 1px solid #ccc;
        padding: 4px 11px;
 }


 .simulador-credito-2024 #btn-simula-2 {

    background: #106472;
  color: #fff;
  width: 100%;
  margin-top: 27px;
 }
    
    .simulador-credito-2024 .container {
        max-width: 990px;
    }


#contacto.contacto-2024 { background: #106472; padding:10rem 0; margin:0; }
.contacto-2024 img { width:220px }

.contacto-2024 .col-textos {
    color: #fff;
    text-align: center;
}
.contacto-2024 .col-textos p, .contacto-2024 h2 {
    text-align: center;
}

.contacto-2024 .col-textos div {
    margin-top: 3rem;

}
.contacto-2024 h2 {
    color: #fff;
}
.contacto-2024 h3 {
    font-weight: 300;
    font-size: 32px;
    margin-bottom:0;
}
.contacto-2024 h4 {
    font-weight: 300;
    margin-top: 3px;
    margin-bottom: 3rem;
}

.contacto-2024 .btn-blanco {
    background-color: #fff;
    color: #106472;
    font-weight: bold;
    padding: 12px 25px;
    font-size: 16px;

}
.contacto-2024 .btn-blanco:first-child {
    margin-right: 10px;
}

.contacto-2024 .form { background-color:#fff; padding: 3rem 4rem; }
.contacto-2024 .form h3 {
font-family: Be Vietnam Pro;
font-size: 20px;
font-weight: 400;
line-height: 26px;
letter-spacing: 0em;
text-align: left;
margin-top: 0;
margin-bottom: 2rem;
}

.contacto-2024 .form-control {
    border-radius: 0;
    padding: 11px;
    height: auto;
        margin-top: 25px;
}
.contacto-2024 .btn-enviar {
    background: #106472;
    color: #fff;
/*    float: right;*/
    margin-top: 2rem;
    font-size: 16px;
    font-weight:bold;
    padding: 12px 35px;
    display: block;
}
.contacto-2024 .box-enviar p {
display: flex;
    /* justify-content: end; */
    flex-direction: row-reverse; }


.page-id-480 #modalCotizar h2 {
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 25px;

}
.page-id-480 .verMas {
    display: none!important;

}
.beneficios-2024 h2 {
overflow-wrap: break-word;
}

.videos-bolsillo .navegacion {
    position: relative;
    top: -250px;
}
.videos-bolsillo .navegacion .swiper-button-prev {
    left: -60px;
}
.videos-bolsillo .navegacion .swiper-button-next {
    right: -60px;
}
.videos-bolsillo .swiper-pagination {
    bottom: -20px;
    position: relative;
}

.videos-bolsillo .swiper-pagination-bullet-active {
    background-color: #106472;
}

.videos-bolsillo .swiper-wrapper {
    height: 500px;
}
.page-id-480 .videos-bolsillo h2 {
        margin-bottom: 4rem;
}
/*menu hamburguer*/

#menuToggle
{
  display: block;
  position: absolute;
  top: 20px;
/*  left: 50px;*/
  right: 12px;
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a
{
  text-decoration: none;
  color: #000F2D;
  
  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color: #106472;
}


#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #a1a1a1;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}


#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}


#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}


#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}


#menu
{
  position: absolute;
  width: 300px;
  margin: -46px 0 0 50px;
  padding: 50px 40px;
  padding-top: 125px;
  
  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
 
  
  transform-origin: 0% 0%;
  transform: translate(0%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  height: 100vh;
  font-family: Be Vietnam Pro;
}

#menu li
{
  padding: 10px 0;
  font-size: 22px;
}


#menuToggle input:checked ~ ul
{
/*  transform: none;*/
  transform: translate(-100%, 0);
}
#menuToggle { display:none; }

.page-id-480 .logo-top {
    display: flex;
    align-items: center;
}
.page-id-480 #bg-video { position:relative; height:100vh; }
.page-id-480 #background-video {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
    object-fit: cover;
}
.page-id-480 section { background-color:#fff; }
.page-id-480 #beneficios.descubre {
    margin: 0;
    padding:0;
    padding-top: 12rem;
    padding-bottom: 8rem; 
    

}

.contact-info-bottom {
        font-weight: 400;
        font-size: 24px;
    }
    .videos-bolsillo iframe {
        min-height: auto;
    padding: 0;     
    width: 100%;
    height: 100%; }
   .videos-bolsillo .video-container { text-align:center; height:100%; }




@media (min-width: 992px) and (max-width: 1200px) {
   .page-id-480 ul.menu-top li { margin-right: 0px; }
}

@media (min-width: 992px) {
    .page-id-480 .descubre .row .col-md-5:first-child { 
       padding-left: 10%;

    }
    .page-id-480 .descubre .row .col-md-7 {
    padding-left: 55px;
    }
    .page-id-480 #background-video {
        top: 102px;

    }
   
}
@media (max-width: 992px) {
    .page-id-480 .beneficios-2024 .row {
        padding: 0;
    }
     .videos-bolsillo .navegacion .swiper-button-prev {
    left: 10px;
    }
    .videos-bolsillo .navegacion .swiper-button-next {
        right: 10px;
    }
    #menuToggle { display:block; }
    .page-id-480 .menu-top { display:none; }
    .page-id-480 .logo-top a img { width:200px;  }
    .videos-bolsillo .navegacion {
        position: relative;
        top: 40px;
        width: 120px;
        margin: 0 auto;
    }
}
@media (max-width: 768px) {
    .page-id-480 .swiper-top .swiper-slide-active {
        width: 100%!important;
    }
    .simulador-planta-2024 .detalles .item-detalles {
        width: 100%;
    }
    .page-id-480 .beneficios-2024 .navegacion {
        left:0;
        right: 0;
        margin: auto;

    }
    .page-id-480 .descubre .col-md-5 {
        margin-bottom: 4rem;

    }
    .page-id-480 .valor {
        padding-top: 1rem;
    }
    .page-id-480 .valor h2 {
       margin-top: 0;
    }
    .page-id-480 .link-galeria {
        margin-bottom: 3rem;
    }
    .page-id-480 .beneficios-2024 .row {
        padding-left: 0;
    }
    .page-id-480 .beneficios-2024 {
        padding-top: 3rem;
    }
    .page-id-480 .beneficios-2024 h2 {
        margin-top: 20px;
    }
    .contacto-2024 .col-textos div {
        margin-bottom: 2rem;
    }
    .simulador-credito-2024 #btn-simula-2 {
        margin-bottom: 27px;
    }
    .simulador-credito-2024 .sc-inputs {
        padding: 0;
        padding-left: 15px;
        padding-right: 15px;

    }
    .page-id-480 #beneficios.descubre {
        padding-top: 8rem;
    }


    .videos-bolsillo .swiper-wrapper {
        height: 300px;
    }
    .page-id-480 ul.menu-top .hightlight a { margin-top:10px;display: inline-block }
    .page-id-480 #background-video {
        top: 60px;
        height: 450px;

    }
    .page-id-480 #bg-video {
        height: 510px;
    }
}

@media (max-width: 576px) {
    
    .page-id-480 .menu-top {    padding-top: 10px;

    }
    .page-id-480 .contacto-2024 .col-textos div {
        display: flex;
    justify-content: center;
    flex-direction: column;
        align-items: center;

    }
    .page-id-480 .contacto-2024 .col-textos .btn-blanco {
        margin: 0;
        margin-bottom: 1rem;
        width: 63%;
    }
    
    .page-id-480 #background-video {
        height: 245px;

    }
    .page-id-480 #bg-video {
        height: 305px;
    }
    .footer { font-size:13px; }
}



/*nuevos estilos 2025*/
.page-id-480 .beneficios-2024, #contacto.contacto-2024 {
    background-color: #1d1d1b;
}
.page-id-480 ul.menu-top .hightlight a, .page-id-480 .btn-cotizar, .page-id-480 .navegacion .swiper-button-prev, .page-id-480 .navegacion .swiper-button-next, .page-id-480 .box-white {
    background-color: #53b1ad;
}

    .mapa {
        padding: 6rem 0;
    }
    .franja-verde {
        background-color: #53b1ad;
        display: flex;
        padding: 2rem;
    border-radius: 15px;
    margin-top: 3rem;
            justify-content: center;
            padding-top: 6rem;
            margin-bottom: 2rem;
    }
    
    .bloque-icono {
        padding: 0px 20px;
        border-right: 1px solid #000;
        text-align: center;
    }
    .bloque-icono img {
        height: 50px;
    }
    .bloque-icono h3 {
        font-size: 20px;
            margin-bottom: 0;
    }
    .bloque-icono:last-child {
        border-right: none;
        
    }
    .page-id-480 .box-white {
        color: #fff;
    }
    .page-id-480 .beneficios-2024 h2 {
        font-size: 30px;
        margin-top: 62px;
    }
    .page-id-480 .box-white h3, .page-id-480 .box-white h4 {
        font-size: 18px;
        line-height: 20px;
    }
    .box-imagen-planta {
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: normal;
        margin-bottom: 1rem;
    }
    .mySwiper {
        margin-top: 100px;
    }
    .vistas360 .container-fluid {
        padding-right: 4%;
        padding-left: 4%;
    }
    .contacto-2024 .btn-blanco {
        background-color: #53b1ad;
        color: #ffffff; 
    }
    .contacto-2024 h3, .contacto-2024 p strong {
        color: #53b1ad;
        font-weight: 700;
    }
    .contacto-2024 .form h3 {
        color: #1d1d1b;
    }
    .contacto-2024 .form-control {
        border-color: #1d1d1b;
    }
    .contacto-2024 .btn-enviar {
        background: #1d1d1b;
        
    }
    .logos-footer {
        width: auto;
        margin-top: 3rem;
    }
    .stickyContact {
        background-color: #53b1ad;
        color: #fff;
    }
    .plantas2024 .container-fluid {
        padding-right: 4%;
            padding-left: 4%;
        margin-top: 8rem;
        
    }
    .logo-top a {
        padding: 10px 0;
    }
    .logo-top img {
        max-width: 240px;
    }
    
    #plantas.plantas2024 .tipo-planta2024 {
        background: #1d1d1b;
        width: 100%;
        
    }
    #plantas.plantas2024 .planta ul

     {

        padding: 0;
        padding: 0 10px;
    }
    .plantas2024 .planta .box-imagen-planta img {
            object-fit: contain;
    }
    
    .swiper-pagination-bullet-active {
        background: #53b1ad;
        
    }
    
    .fancybox-white .fancybox-bg {
  background-color: #fff;
}
    
    .box-imagen-planta a {
        display: flex;
    }
    
    
    
    @media (min-width: 992px) {
        .mapa .container-fluid {
            padding-right: 4%;
            padding-left: 4%;
        }
    }
    @media (max-width: 992px) {
        .bloque-icono {
            width: 33%;
            border: none;
            padding: 0 10px;
            margin-bottom: 15px;
            
        }
        .franja-verde {
            flex-wrap: wrap;
            padding: .5rem;
            padding-top: 3rem;
        }
        .bloque-icono h3 {
            word-break: break-word;
            font-size: 16px;
        }
        .mySwiper {
            margin-top: 56px;
        }
        
    }


/* fin nuevos estilos 2025*/

