@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
:root{
    --colorBlanco: #FFF;
    --colorRojo: #ff3000;
    --colorNegro: #282728;
    --colorAzul: #384977;
}
/*
font-family: 'Lato', sans-serif;
*/
.custom-big-text-style-1 {
    font-size: 2rem;
    letter-spacing: 1px;
    line-height: 1.2;
}
@media(max-width:991px) {
    .custom-big-text-style-1 {
        font-size:7.8rem
    }
    .custom-big-text-style-1.custom-big-text-style-1-variation {
        font-size:5.8rem
    }
}
@media(max-width:767px) {
    .custom-big-text-style-1 {
        font-size:5.6rem 
    }
    .custom-big-text-style-1.custom-big-text-style-1-variation {
        font-size:4rem
    }
}
@media(max-width:575px) {
    .custom-big-text-style-1 {
        font-size:4.3rem
    }
    .custom-big-text-style-1.custom-big-text-style-1-variation {
        font-size:2.7rem
    }
}
.custom-outline-text-style-1 {
    -webkit-text-fill-color:transparent;
    -webkit-text-stroke-color:#fff;
    -webkit-text-stroke-width:.3px;
    letter-spacing:5px
}
.custom-view-more svg {
    transition:ease transform 300ms
}
.custom-view-more:hover svg {
    transform:translate3d(7px,0,0)
}
.custom-margin-1 {
    margin-top:73.6px!important;
    margin-top:4.6rem!important;
    margin-bottom:73.6px!important;
    margin-bottom:4.6rem!important
}
.custom-square-1 {
    width:216px;
    height:216px;
    background-color:var(--grey-500);
    transform:rotate(48deg);
    transform-origin:0% 100%
}
.custom-square-1.custom-square-1-big {
    width:626px;
    height:626px
}
.custom-svg-position-1 {
    position:absolute;
    top:-38px;
    left:-90px;
    max-height:none;
    width:50vw
}
.custom-svg-position-1>svg {
    height:5.3vw;
    min-height:96px
}
@media(min-width:1950px) {
    .custom-svg-position-1 {
        left:-121px;
        width:51vw;
        top:-41px!important
    }
    .custom-svg-position-1>svg {
        height:110px;
        width:100%
    }
}
.custom-navigation-buttons-1>a {
    position:relative;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:30px;
    height:30px
}
.custom-navigation-buttons-1>a:before {
    content:'';
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background:rgba(0,0,0,.5);
    transform:rotate(45deg);
    transition:ease background 300ms;
    z-index:0
}
.custom-navigation-buttons-1>a:hover:before {
    background:rgba(0,0,0,.8)
}
.custom-font-size-1 {
    font-size:.6em
}
@keyframes customLineDividerAnim {
    from {
        stroke-dasharray:170;
        stroke-dashoffset:0
    }
    to {
        stroke-dasharray:170;
        stroke-dashoffset:-170
    }
}
.customLineDividerAnim {
    animation-name:customLineDividerAnim
}
html #header .header-body {
    transition:ease transform 300ms
}
html #header .header-logo.custom-header-logo {
    position:relative
}
/* html #header .header-logo.custom-header-logo:before {
    content:'';
    position:absolute;
    bottom:-87px;
    left:40px;
    width:170px;
    height:350px;
    background-color:var(--grey-500);
    opacity:1;
    visibility:visible;
    transform:rotate(45deg);
    transition:ease opacity 300ms,ease transform 300ms
} */
html #header .header-logo .logo {
    transition:ease opacity 300ms,ease transform 300ms
}
html #header .header-logo .logo-sticky {
    opacity:0;
    visibility:hidden;
    transition:ease opacity 300ms,ease transform 300ms
}
html #header .header-container {
    height:120px;
    transition:ease height 300ms
}
html #header .header-nav-main nav>ul>li>a {
    font-size:14px
}
@media(min-width:1200px) {
    html #header .header-nav-main nav>ul>li>a {
        padding:0 1.1rem!important
    }
}
html #header .header-nav-features:before,html #header .header-nav-features:after {
    background:rgba(0,0,0,.04);
    height:25px
}
html.sticky-header-active #header .header-body {
    background:rgba(255,255,255,1);
    transform:translate3d(0,0,0)
}
html.sticky-header-active #header .header-logo.custom-header-logo {
    position:relative
}
html.sticky-header-active #header .header-logo.custom-header-logo:before {
    opacity:0;
    visibility:hidden;
    transform:rotate(45deg) translate3d(0,-20px,0);
    transition:ease all 300ms
}
html.sticky-header-active #header .header-logo .logo {
    opacity:1;
    visibility:visible;
    transform:translate3d(0px,-10px,0);
    transition:ease all 300ms
}
html.sticky-header-active #header .header-logo .logo-sticky {
    opacity:1;
    visibility:visible;
    transform:translate3d(-100%,0,0);
    transition:ease all 300ms
}
html.sticky-header-active #header .header-container {
    height:90px
}
html:not(.sticky-header-active) #header.header-semi-transparent-light .header-body {
    background-color:var(--light)!important
}
@media(min-width:992px) {
    html:not(.sticky-header-active) #header .header-body {
        transform:translate3d(0,0,0)
    }
}
@media(min-width:992px) {
    html #header .header-nav-main nav>ul>li.dropdown .dropdown-menu {
        border-top:0!important
    }
}
@media(min-width:992px) and (max-width:1199px) {
    html #header .header-nav-main nav>ul>li>a {
        padding:0 .5rem!important
    }
}
@media(max-width:991px) {
    html #header .header-logo.custom-header-logo:before {
        content:none
    }
    html #header .header-logo .logo {
        display:none
    }
    html #header .header-logo .logo-sticky {
        opacity:1;
        visibility:visible;
        transform:translate3d(0,0,0)!important
    }
    html #header .header-nav-main nav>ul>li>a {
        text-transform:none;
        font-weight:500
    }
}
@keyframes customDiamondsLineAnim {
    from {
        stroke-dasharray:1330;
        stroke-dashoffset:0
    }
    to {
        stroke-dasharray:1330;
        stroke-dashoffset:-1300
    }
}
.customDiamondsLineAnim {
    animation-name:customDiamondsLineAnim
}
.diamonds {
    font-size:0;
    margin:40px auto 85px;
    position:relative;
    text-align:center;
    padding:50px 0 0 57px
}
.diamonds>li {
    display:inline-block;
    font-size:18px;
    margin-right:135px
}
.diamonds .diamond {
    background:0 0;
    display:block;
    height:243px;
    overflow:hidden;
    position:relative;
    text-decoration:none;
    width:245px;
    overflow:hidden;
    transform:rotate(-45deg)
}
.diamonds .diamond:after {
    transition:all .2s ease;
    content:" ";
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background:#000;
    opacity:0;
    transform:scale(0);
    z-index:100
}
.diamonds .diamond:before {
    transition:all .2s ease;
    color:var(--light);
    content:"\e091";
    font-family:simple-line-icons;
    font-size:28px;
    position:absolute;
    left:50%;
    top:50%;
    opacity:0;
    z-index:1000;
    transform-origin:50% 50%;
    transform:translate3d(-50%,-50%,0) rotate(45deg) scale(2)
}
.diamonds .diamond:hover:after {
    opacity:.3;
    transform:scale(1)
}
.diamonds .diamond:hover:before {
    opacity:1;
    transform:translate3d(-50%,-50%,0) rotate(45deg) scale(1)
}
.diamonds .content {
    display:table-cell;
    height:255px;
    padding:0 8px 0 6px;
    transform:rotate(45deg);
    text-align:center;
    vertical-align:middle;
    width:255px;
    position:relative
}
.diamonds .content img {
    max-width:375px;
    margin-left:-50%
}
.diamonds .diamond-sm {
    height:123px;
    width:123px
}
.diamonds .diamond-sm .content {
    height:123px;
    width:123px
}
.diamonds .diamond-sm .content:after {
    left:24%;
    top:48%
}
@media(min-width:1199px) {
    .diamonds>li:nth-child(3) {
        margin-right:0
    }
    .diamonds>li:nth-child(4) {
        right:143px;
        top:9px;
        position:absolute
    }
    .diamonds>li:nth-child(5) {
        margin-left:516px;
        margin-top:-70px
    }
    .diamonds>li:nth-child(6) {
        position:absolute;
        margin:-8px 0 0 -27px;
        right:-14px
    }
    .diamonds>li:nth-child(7) {
        position:absolute;
        margin:93px 0 0 -133px;
        right:90px
    }
    .diamonds .diamond-sm {
        height:123px;
        width:123px
    }
    .diamonds .diamond-sm .content {
        height:123px;
        width:123px
    }
    .diamonds .diamond-sm .content img {
        max-width:195px
    }
}
@media(max-width:1198px) {
    .diamonds {
        text-align:center;
        width:748px;
        margin:0 auto;
        padding:75px 0 0 75px
    }
    .diamonds::after {
        clear:both;
        content:"";
        display:block
    }
    .diamonds>li {
        margin:0;
        position:static;
        float:left
    }
    .diamonds>li:nth-child(2n+2) {
        margin-bottom:-50px;
        margin-left:55px;
        margin-top:200px
    }
    .diamonds>li:nth-child(2n+1) {
        clear:both
    }
    .diamonds>li:nth-child(4) {
        float:left
    }
    .diamonds>li:nth-child(5),.diamonds>li:nth-child(6),.diamonds>li:nth-child(7) {
        float:right
    }
    .diamonds>li:nth-child(7) {
        margin-top:40px
    }
}
@media(max-width:748px) {
    .diamonds {
        margin:0 auto;
        padding:25px 0 0;
        text-align:center;
        width:445px
    }
    .diamonds>li {
        float:none!important;
        clear:both!important;
        margin:45px 0 115px 95px!important;
        display:block
    }
    .diamonds>li:nth-child(4),.diamonds>li:nth-child(6),.diamonds>li:nth-child(7) {
        margin-left:158px!important
    }
}
@media(max-width:575px) {
    .diamonds-wrapper {
        min-height:2290px
    }
    .diamonds-wrapper .diamonds {
        margin:0 auto;
        padding:25px 0 0;
        text-align:center;
        width:445px;
        position:absolute;
        left:50%;
        margin-left:-222px
    }
    .diamonds-wrapper .diamonds .diamond {
        margin:130px auto 0
    }
    .diamonds-wrapper .diamonds>li {
        text-align:center;
        margin:0!important
    }
    .diamonds-wrapper .diamonds>li:first-child .diamond {
        margin-top:60px
    }
}
.testimonial.testimonial-with-quotes.custom-testimonial-quote-position-1 blockquote:before {
    left:-28px
}
.tabs.tabs-simple .nav-tabs>li .nav-link:not(.active) {
    border-bottom:0!important
}
.custom-accordion-style-1>.card {
    border:1px solid transparent!important;
    transition:ease border-color 300ms
}
.custom-accordion-style-1>.card .card-header {
    margin:0
}
.custom-accordion-style-1>.card .card-header a {
    position:relative;
    padding:23px 30px;
    background-color:#f4f4f4;
    transition:ease background-color 300ms,ease color 300ms
}
.custom-accordion-style-1>.card .card-header a:after {
    content:'+';
    position:absolute;
    top:50%;
    right:25px;
    font-size:inherit;
    font-weight:inherit;
    transform:translate3d(0,-50%,0) rotate(45deg);
    transform-origin:50% 50%;
    transition:ease transform 300ms
}
.custom-accordion-style-1>.card .card-header a.collapsed:after {
    transform:translate3d(0,-50%,0) rotate(0deg)
}
.custom-accordion-style-1>.card .card-header+.collapse.show,.custom-accordion-style-1>.card .card-header+.collapsing {
    background:#f4f4f4;
    border-top:0
}
.custom-accordion-style-1>.card+.card {
    margin-top:17px
}
.custom-process-style-1.process.process-vertical .process-step-circle {
    width:80px;
    height:80px;
    border-color:var(--grey-500);
    flex:0 0 auto
}
.custom-process-style-1.process.process-vertical .process-step:after {
    width:3px;
    height:calc(100% - 110px);
    top:95px;
    left:39px;
    background-color:#d4d4d4
}
#footer {
    background:#f4f4f4
}
html #header .header-logo.custom-header-logo:before {
    background-color:var(--primary)
}
#sidebar a.active {
    color:var(--primary)!important
}
.thumb-gallery-wrapper .thumb-gallery-thumbs .owl-item:hover,.thumb-gallery-wrapper .thumb-gallery-thumbs .owl-item.selected {
    border-color:var(--primary)!important
}
.custom-accordion-style-1>.card .card-header a:not(.collapsed) {
    background-color:var(--primary);
    color:var(--primary-inverse)!important
}
.custom-accordion-style-1>.card:hover .card-header a.collapsed {
    color:var(--primary)!important
}
.custom-process-style-1.process.process-vertical .process-step-circle .process-step-circle-content {
    color:var(--primary)
}
.custom-process-style-1.process.process-vertical .process-step:hover .process-step-circle {
    border-color:var(--primary)
}
.custom-process-style-1.process.process-vertical .process-step:hover .process-step-circle .process-step-circle-content {
    color:var(--primary-inverse)
}

/*NUEVO*/
.whatsappfooter {
    position: fixed;
    bottom: 10%;
    right: 1%;
    width: 70px;
    z-index: 99999;
}
.whatsappfooter img {
    border-radius: 40px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.7);
}

.centrado{
    display: flex;
    justify-content: center;
    align-items: center;
}
html,
body {
  position: relative;
  height: 100%;
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 80%;
  height: 90%;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.36);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.36);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.36);
}


.header-logo.custom-header-logo a{
    display: none;
}
.section-1 ul{
    padding-left: 0rem;
    list-style: none;
} 
.section-1 h1{
    text-shadow: 0px 0px 6px rgba(0,0,0,0.9);
}
.section-1 img.ico{
    width: 18px;
    display: inline-block;
    margin-right: 15px;
    text-shadow: 0px 0px 6px rgba(0,0,0,0.9);
}
.section-1 ul li{
    font-size: 1rem;
    margin-bottom: 10px;
    font-weight: 700;
    color: var(--colorBlanco);
    text-shadow: 0px 0px 6px rgba(0,0,0,0.9);
}

.section-1 .caja{
    background: #ffffffb0;
    border-radius: 30px;
    padding: 20px;
}
.section-1 .caja h3{
    margin-bottom: 20px;
    color: var(--colorNegro);
    font-size: 1.5rem;
}
.form-control{
    background-color: #FFF;
    color: var(--colorNegro) !important;
    resize: none;
}
.form-control::placeholder{
    color: var(--colorNegro) !important;
}
.section-1 .caja button.boton-enviar{
    color: var(--colorBlanco);
    background: var(--colorRojo);
    padding: 10px 30px;
    border-radius: 30px;
    border: none;
    font-size: 1rem;
    font-weight: 600;
}

.section-2 h2{
    font-size: 1rem !important;
    font-weight: 500 !important;
    color: var(--colorRojo) !important;
    letter-spacing: 2px !important;
}
.section-2 h3{
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    letter-spacing: 1px;
    line-height: 30px;
    text-transform: initial;
}
.section-2 p{
    font-size: 0.813rem !important;
    color: var(--colorNegro) !important;
    text-align: justify;
}

.recuadros{
    padding: 50px 0px;
}
.recuadros .caja{
    padding: 20px;
    border-radius: 10px;
    color: var(--colorBlanco);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.66);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.66);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.66);
    min-height: 331px;
}
.recuadros .caja img{
    width: 30%;
    padding: 10px;
}
.recuadros .caja .linea{
    width: 100%;
    height: 2px;
    background: var(--colorRojo);
    margin: 10px 0px;
}
.recuadros .caja{
    position: relative;
}
.recuadros .caja.uno::before{
    content: '01';
    font-family: 'Lato', sans-serif;
    font-size: 4.5rem;
    color: var(--colorAzul);
    opacity: 0.2;
    font-weight: 900;
    position: absolute;
    top: 16%;
    right: 6%;
}
.recuadros .caja.dos::before{
    content: '02';
    font-family: 'Lato', sans-serif;
    font-size: 4.5rem;
    color: var(--colorAzul);
    opacity: 0.2;
    font-weight: 900;
    position: absolute;
    top: 16%;
    right: 6%;
}
.recuadros .caja.tres::before{
    content: '03';
    font-family: 'Lato', sans-serif;
    font-size: 4.5rem;
    color: var(--colorAzul);
    opacity: 0.2;
    font-weight: 900;
    position: absolute;
    top: 16%;
    right: 6%;
}
.recuadros .caja h3{
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 20px;
}
.recuadros .caja p{
    font-size: 0.813rem;
    text-align: justify;
    color: var(--colorNegro);
    margin-bottom: 0px !important;
}

.cuadro-azul{
    padding: 50px;
}
.cuadro-azul .caja{
    background: var(--colorAzul);
    border-radius: 20px;
}
.cuadro-azul .caja .col-md-8{
    padding: 40px;
}
.cuadro-azul .caja h3{
    font-size: 2rem;
    font-weight: 600;
    color: var(--colorBlanco);
    margin-bottom: 15px;
}
.cuadro-azul .caja p{
    color: var(--colorBlanco);
    font-size: 1rem;
    margin-bottom: 40px;
}
.cuadro-azul .caja img{
    border-radius: 0px 20px 20px 0px;
    translate: 72px;
    width: 80%;
}
.cuadro-azul .caja a{
    font-size: 1rem;
    background: var(--colorRojo);
    color: var(--colorBlanco);
    padding: 8px 60px;
    border-radius: 20px;
    font-weight: 600;
}

.info-cuadros{
    padding: 50px 0px;
}
.info-cuadros h3{
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--colorNegro);
}
.info-cuadros p{
    color: var(--colorNegro);
    text-align: justify;
}
.info-cuadros ul{
    margin-bottom: 40px;
    padding-left: 0px !important;
    list-style: none;
}
.info-cuadros ul.doble{
    columns: 2; 
    -webkit-columns: 2; 
    -moz-columns: 2; 
}
.info-cuadros ul li{
    color: var(--colorNegro);
    font-weight: 400;
    padding-left: 20px;
    margin-bottom: 5px;
    text-align: justify;
    position: relative; 
}
.info-cuadros ul.doble li{
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid; 
}
.info-cuadros ul li i{
    position: absolute;
    top: 15%;
    left: 0%;
    color: var(--colorAzul);
    padding-right: 5px;
}
.info-cuadros a{
    font-size: 1rem;
    background: var(--colorRojo);
    color: var(--colorBlanco);
    padding: 8px 20px;
    border-radius: 20px;
    font-weight: 600;
}

.cuadro-azul-2{
    padding: 50px 0px;
}
.cuadro-azul-2 .caja{
    border-radius: 20px;
    background: var(--colorAzul);
}
.cuadro-azul-2 .caja .col-md-8{
    padding: 30px;
}
.cuadro-azul-2 .caja img{
    border-radius: 0px 20px 20px 0px;
    translate: 50px;
    width: 90%;
}
.cuadro-azul-2 .caja h3{
    color: var(--colorBlanco);
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 34px;
    text-align: justify;
    margin-bottom: 0px;
}


.video{
    padding: 50px 0px;
}
.video .col-md-12{
    position: relative;
}
.video img{
    border-radius: 30px;
}
.video a{
    position: absolute;
    bottom: 40%;
    bottom: 0%;
    width: 98%;
    height: 100%;
    text-align: center;
}
.video h3{
    color: var(--colorBlanco);
    text-align: center;
    font-weight: 400;
    font-size: 2rem;
    line-height: 34px;
    position: absolute;
    width: 98%;
    bottom: 6%;
}

footer p{
    color: var(--colorBlanco) !important;
}
footer h4{
    font-weight: 500;
    color: var(--colorBlanco) !important;
    margin-bottom: 10px !important;
}
footer .linea{
    width: 70%;
    height: 1px;
    margin-bottom: 20px;
    background: var(--colorRojo);
}
footer .linea-2{
    width: 25%;
    height: 1px;
    margin-bottom: 20px;
    background: var(--colorRojo);
}
footer i{
    font-size: 1rem;
    color: var(--colorBlanco) !important;
}
footer a{
    color: var(--colorBlanco) !important;
    font-size: 0.913rem;
}


.footer{
    padding: 20px 0px;
    background: var(--colorRojo);
}
.footer p{
    color: var(--colorBlanco) !important;
    margin-bottom: 0px !important;
}
.footer a{
    color: var(--colorBlanco);

}

.uk-lightbox.uk-open{
    z-index: 999999 !important;
}

.swiper-pagination-bullet-active{
    background: var(--colorRojo);
}
.swiper-pagination-bullet{
    z-index: 10;
}
.swiper-pagination{
    bottom: var(--swiper-pagination-bottom,-2px) !important;
    z-index: 20;
}

@media screen and (max-width: 768px) {
    .whatsappfooter {
        bottom: 20%;
        width: 50px;
    }
    .whatsappfooter img{
        width: 50px;
    }
}
@media screen and (max-width: 1100px) {
}
@media screen and (max-width: 1400px) {
}



#aprivacidad h3 {
 margin-bottom: 37.5px !important;
}
#aprivacidad p,
#aprivacidad ul li {
 color: var(--colorNegro);
 text-align: justify;
 line-height: 1.5;
 margin: 0 0 25px;
 font-family: poppins,Arial,sans-serif;
 font-size: 14px;
 font-weight: 400;
}
#aprivacidad p span,
#aprivacidad ul li span {
 font-weight: 700;
}
#aprivacidad ul li {
 margin-bottom: 0px;
}
#aprivacidad ul {
 margin-bottom: 25px;
 padding-left: 12.5px;
}
#aprivacidad ul li ul {
 padding-left: 25px;
}
#aprivacidad ul li {
 list-style: none;
}
#aprivacidad p span {
 display: block;
 margin-bottom: -15px;
}