* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 17px;
}

@media (max-width: 1366px) {
    * {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    * {
        font-size: 14px;
    }
}

html {
    scroll-behavior: smooth;
}

:root {
    --color-primary: #0f335e;
    --color-addons-carmesi: #da4167;
    --color-addons-carmesi-dark: rgb(241, 21, 76);
    --color-secondary-darkblue: #063291;
    --color-graylight: #eeeeee;
    --font-poppins-primary: "Poppins", sans-serif;
    --font-didact-secondary: "Didact Gothic", sans-serif;
}

body {
    /*width: 100vw;
    height: 100vh;*/
    color: #000;
}

.noscroll {
    overflow: hidden;
}

header {
    max-width: 1466px;
    height: 100px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 5vw;
    padding-right: 5vw;
    margin-bottom: 2rem;
}

header.sections {
    height: 142px;
    background-image: url(../img/header_section_background.svg);
    background-position: top left; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}

section {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    padding-left: 5vw;
    padding-right: 5vw;
}

.cmedia {
    max-width: 1366px;
    margin: auto;
    height: auto;
}

.container-media {
    width: 1366px;
    height: auto;
    padding-left: 2vw;
    padding-right: 2vw;
    margin: auto;
}

main {
    width: 100%;
    height: auto;
}

@media (max-width: 1366px) {
    .container-media {
        width: 100%;
        padding: 0;
    }
}

@media (max-width: 1024px) {
    section {
        padding-left: 5vw;
        padding-right: 5vw;
    }
}

@media (max-width: 576px) {
    header {
        padding: 0 5vw;
    }
    header.sections {
        background-position: top center;
    }
}

a {
    text-decoration: none;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 1rem;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
}

a.btn-type-1 {
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #fff;
    padding: 15px 60px;
    background-color: #03a1fc;
    border-radius: 8px;
    transition: 0.5s;
}

a.btn-type-1:hover,
button.btn-type-1:hover {
    transform: scale(1.05);
}

a.btn-type-1-red {
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #fff;
    padding: 15px 20px;
    background-color: #da4167;
    margin-top: 20px;
    border-radius: 50px;
}

a.btn-type-1-red:hover,
a.btn-type-3-red:hover {
    background-color: #f15d82;
}

a.btn-type-1-white,
button.btn-type-1-white {
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #fff;
    padding: 15px 25px;
    background-color: transparent;
    margin-top: 20px;
    border-radius: 8px;
    border: 2px solid #fff;
    margin-right: 15px;
}

a.btn-type-1-blue,
button.btn-type-1-blue {
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #fff;
    padding: 15px 25px;
    background-color: #063291;
    margin-top: 20px;
    border-radius: 8px;
    margin-right: 15px;
}

.btn-type-2-blue {
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    color: #fff;
    padding: 15px 25px;
    background-color: #063291;
    border-radius: 8px;
}

.btn-type-2-blue:hover {
    background-color: #0c72b1;
}

.color-gray {
    border: 2px solid #808080;
    color: #3a3939;
    background-color: #c5c8cf;
}

.color-gray:hover {
    background-color: #9a9ea5;
    color: #000;
}

a.btn-type-1-blue:hover,
button.btn-type-1-blue:hover {
    background-color: #041858;
}

a.btn-type-1-white:hover,
button.btn-type-1-white:hover {
    background-color: #fff;
    color: #063291;
}

button.btn-type-1 {
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #fff;
    padding: 8px 15px;
    background-color: #03a1fc;
    border-radius: 8px;
    margin-right: 20px;
    transition: 0.5s;
}

button.btn-type-1-red {
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #fff;
    padding: 8px 15px;
    background-color: #da4167;
    margin-top: 20px;
    border-radius: 50px;
}

button.btn-type-2 {
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 1rem;
    padding: 8px 15px;
    background-color: #fff;
    color: #297f9e;
    border-radius: 20px;
    white-space: nowrap;
    margin-bottom: 20px;
}

button.btn-type-2:hover {
    background-color: #d7f8fb;
}

a.btn-type-3-red {
    text-align: center;
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #fff;
    padding: 15px 60px;
    background-color: #da4167;
    margin-top: 20px;
    border-radius: 8px;
    transition: 0.5s;
}

@media (max-width: 576px) {
    a.btn-type-1-blue,
    button.btn-type-1-blue {
        margin-right: 0px;
    }
}

/*----------- menu -----------*/

.head-box {
    width: auto;
    height: 100px;
    display: flex;
    align-items: center;
}

.head-box span {
    display: block;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #fff;
    margin-left: 20px;
}

.head-box span.subtitle {
    font-weight: 600;
    font-size: 0.85rem;
}

.head-logo {
    width: auto;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.head-logo-type-2 {
    width: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.head-logo img {
    height: 80%;
}

.head-logo-type-2 img {
    height: 50%;
}

header button {
    display: none;
    color: #fff;
    cursor: pointer;
    border: none;
    border-bottom: 1px solid #292b38;
}

header button i {
    color: #fff;
    font-size: 2rem;
}

.menubox {
    width: auto;
    height: 100px;
    display: flex;
    justify-content: flex-end;
}

.menubox ul {
    width: auto;
    height: auto;
    display: flex;
    list-style: none;
    justify-content: space-between;
    align-items: center;
}

.menubox ul li {
    height: 100%;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
}

.menubox ul.submenu {
    width: 150%;
    position: absolute;
    overflow: hidden;
    top: 80px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #f6f6f6;
    visibility: hidden;
    opacity: 0;
    border-radius: 0px 0px 10px 10px;
    z-index: 98;
}

.menubox li:hover ul.submenu {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease;
}

.menubox ul.submenu li {
    line-height: 50px;
    text-align: left;
    width: 100%;
}

.menubox ul.submenu li:hover {
    background-color: #0099ff;
}

.menubox ul.submenu li:hover a {
    color: #fff;
}

.menubox ul.submenu a {
    color: #3a3939;
    font-weight: 500;
}

.menubox ul li a {
    font-size: 1rem;
    padding: 0px 30px;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #fff;
    white-space: nowrap;
    text-align: left;
}

@media (max-width: 576px) {
    header {
        height: 60px;
    }

    header button {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 60px;
        height: 60px;
        z-index: 100;
    }

    .menubox {
        position: absolute;
        background: #063291;
        top: 0;
        right: 0;
        width: 0;
        overflow: hidden;
        height: 100vh;
        transition: all 500ms ease;
        margin-right: 0;
        z-index: 99;
    }

    .menubox ul {
        width: 100%;
        height: auto;
        background: #063291;
        flex-direction: column;
        margin-top: 60px;
        justify-content: flex-start;
    }

    .menubox ul li {
        text-align: left;
        width: 100%;
        display: block;
        height: auto;
        line-height: 50px;
    }

    .menubox ul.submenu {
        position: relative;
        visibility: visible;
        opacity: 1;
        top: 0;
        border-radius: 0;
        background-color: transparent;
        width: 100%;
        height: auto;
        overflow: hidden;
        transition: all 0.3s ease;
        border-top: none;
        margin-top: 0px;
        padding-left: 20px;
    }

    .menubox ul.submenu a {
        color: #fff;
        font-weight: 400;
    }
}

/*------------------------PORTADA----------------------------*/
/* ----------- EFECTO DIAGONAL DE DIV ---------------*/

section.portada {
    width: 100%;
    height: 90vh;
    padding: 0;
    margin-bottom: 100px;
    background-image: url(../img/head_background.svg);
    background-position: bottom; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}

section.portada .container {
    width: 1366px;
    height: auto;
    margin: auto;
    display: flex;
    gap: 1rem;
    padding-top: 60px;
    padding-left: 5vw;
    padding-right: 5vw;
}

section.portada .container .left {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

section.portada .container .left .content {
    width: 100%;
}

section.portada .container .right {
    width: 50%;
}

section.portada .container .right img {
    width: 100%;
    height: auto;
}

/*TEXTO*/

section.portada .firma .name h3 {
    font-family: "sallim";
    font-weight: 400;
    font-size: 3em;
    color: #297f9e;
    line-height: 0.5em;
}

section.portada .firma .name p {
    font-family: "CenturyGothic";
    font-weight: 400;
    font-size: 1.2em;
    color: #297f9e;
    margin-top: 0;
}

section.portada h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 2.5em;
    color: #fff;
    line-height: 1.2em;
}

section.portada p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 1.3rem;
    margin-top: 20px;
    color: #fff;
}

@media (max-width: 1366px) {
    section.portada {
        height: auto;
        margin-bottom: 50px;
    }
    section.portada .container {
        width: 100%;
        padding-bottom: 150px;
    }
}

@media (max-width: 576px) {
    section.portada {
        margin-bottom: 0px;
    }
    section.portada .container {
        flex-direction: column;
    }
    section.portada .container .left {
        width: 100%;
    }
    section.portada .container .right {
        display: none;
    }
    section.portada .content {
        font-size: 10px;
    }

    section.portada .container .left a.btn-type-1 {
        margin-top: 15px;
    }
}

/*---------------------- SLIDER-TABS -------------------------*/

section.tabs-sl {
    display: none;
    padding: 0;
}

section.tabs-xl {
    margin: auto;
    margin-bottom: 50px;
}

/*THUMBSTABS*/

.section-tabs {
    width: 100%;
    height: auto;
    margin: auto;
    margin-bottom: 1px;
}

.section-tabs .swiper-tabs-nav {
    height: 100px;
}

.section-tabs .swiper-tabs-nav-xl {
    margin-bottom: 30px;
    height: 150px;
    padding: 0 10vw;
}

.section-tabs .swiper-tabs-nav .swiper-slide {
    width: auto;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-tabs .swiper-tabs-nav .swiper-slide span {
    border-radius: 20px;
    padding: 8px 15px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
}

.section-tabs .swiper-tabs-nav .swiper-slide span:hover {
    color: #6950f8;
}

.section-tabs .swiper-tabs-nav .swiper-slide.swiper-slide-thumb-active span {
    color: #0298cf;
    background-color: #fff;
}

.section-tabs .swiper-tabs-nav .swiper-button-prev {
    --swiper-navigation-size: 20px;
    color: #6950f8;
}

.section-tabs .swiper-tabs-nav .swiper-button-next {
    --swiper-navigation-size: 20px;
    color: #6950f8;
}

.section-tabs .swiper-tabs-nav .swiper-button-prev::after,
.section-tabs .swiper-tabs-nav .swiper-button-next::after {
    display: none;
}

.section-tabs .swiper-tabs-nav .swiper-button-prev.swiper-button-disabled,
.section-tabs .swiper-tabs-nav .swiper-button-next.swiper-button-disabled {
    opacity: 0;
}

.section-tabs .swiper-tabs-nav .swiper-button-prev i,
.section-tabs .swiper-tabs-nav .swiper-button-next i {
    font-size: 20px;
}

/*NAV-TABS-COMPUTER*/
.section-tabs .swiper-tabs-nav-xl .swiper-button-prev {
    left: 10vw;
}
.section-tabs .swiper-tabs-nav-xl .swiper-button-next {
    right: 10vw;
}

.section-tabs .swiper-tabs-nav-xl .mask-gradient {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 9vw;
    height: 100%;
    z-index: 9;
}

.section-tabs .swiper-tabs-nav-xl .mask-gradient-2 {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    width: 9vw;
    height: 100%;
    z-index: 9;
}

/*NAV-TABS-PHONE*/
.section-tabs .swiper-tabs-nav-sl .swiper-slide.swiper-slide-active span {
    color: #0298cf;
}

/*CONTENT TABS*/

.section-tabs .swiper-tabs-content-xl {
    margin: 0 10vw;
}

.section-tabs .swiper-tabs-content .swiper-wrapper {
    margin-bottom: 40px;
}

.section-tabs .swiper-tabs-content .swiper-slide {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.section-tabs .swiper-tabs-content .swiper-slide .title {
    display: flex;
}

.section-tabs .swiper-tabs-content .swiper-slide h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 2rem;
    color: #063291;
    line-height: 2rem;
}

.section-tabs .swiper-tabs-content .swiper-slide .title span {
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 0.8rem;
    margin-top: 5px;
    padding: 5px;
    border: 1px solid #ccc;
    margin-left: 15px;
}

.section-tabs .swiper-tabs-content .swiper-slide .cont {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row-reverse;
    color: #000;
    min-height: 360px;
    border-radius: 10px;
    margin: 10px;
}

section.tabs-sl .section-tabs .swiper-tabs-content .swiper-slide .cont {
    border: none;
}

.section-tabs .swiper-tabs-content .swiper-slide .cont .text {
    width: 50%;
    min-height: 300px;
    padding: 50px;
}

.section-tabs .swiper-tabs-content .swiper-slide .cont .text p {
    margin-top: 20px;
}

.section-tabs .swiper-tabs-content .swiper-slide .cont .text .btn {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 25px;
}

.section-tabs .swiper-tabs-content .swiper-slide .cont .text .btn a {
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    background-color: #063291;
    transition: all 0.5s;
}

.section-tabs .swiper-tabs-content .swiper-slide .cont .text .btn a:hover {
    transform: scale(1.05);
}

.section-tabs .swiper-tabs-content .swiper-slide .cont .image {
    width: 40%;
    height: 360px;
    display: flex;
    justify-content: center;
}

.section-tabs .swiper-tabs-content .swiper-slide .cont .image img {
    width: auto;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1366px) {
    section.tabs-xl {
        padding-left: 0;
        padding-right: 0;
    }

    .section-tabs {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .section-tabs .swiper-tabs-content .swiper-slide .cont .text {
        width: 70%;
    }
}

@media (max-width: 1024px) {
    .section-tabs .swiper-tabs-content .swiper-slide .cont .image {
        overflow: hidden;
    }
}

@media (max-width: 576px) {
    section.tabs-xl {
        display: none;
    }

    section.tabs-sl {
        display: block;
    }

    .section-tabs .swiper-tabs-content .swiper-slide .cont {
        flex-direction: column-reverse;
        margin: 0;
        height: auto;
    }

    .section-tabs .swiper-tabs-content .swiper-slide .cont .image,
    .section-tabs .swiper-tabs-content .swiper-slide .cont .text {
        width: 100%;
    }

    .section-tabs .swiper-tabs-content .swiper-slide .cont .text {
        padding: 30px;
    }
    .section-tabs .swiper-tabs-content .swiper-slide .cont .image {
        height: 350px;
    }
}

/*--------------- SECTION PRODUCTS FORMS ------------------------------*/

section.mkp {
    width: 100%;
    margin: auto;
    background-color: #041858;
    /*background-image: url(../img/background_one_color.png);
  background-position: center; /* Center the image */
    /*background-repeat: no-repeat; /* Do not repeat the image */
    /*background-size: cover; /* Resize the background image to cover the entire container */
}

section.mkp-2 {
    background-color: #fff;
}

.waves {
    display: none;
}

section.mkp .cont {
    width: 1366px;
    height: auto;
    margin: auto;
    color: #fff;
    text-align: center;
    padding-bottom: 5vw;
    padding-top: 40px;
    border-radius: 0 0 10px 10px;
}

section.mkp-2 .cont {
    color: #041858;
}

section.mkp .cont h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 2rem;
}

section.mkp .cont p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    margin-top: 15px;
}

section.mkp .cont .box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 40px;
    flex-wrap: wrap;
}

section.mkp .cont .box a {
    display: flex;
    width: 15%;
    height: 230px;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 10px;
    padding: 10px;
    transition: all 0.5s;
}

section.mkp-2 .cont .box a {
    border: 1px solid #ccc;
}

section.mkp .cont .box a:hover {
    background-color: #fff;
    transform: scale(1.05);
}

section.mkp .cont .box a span.image {
    width: 100%;
    height: 135px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
}

section.mkp .cont .box a span.image img {
    height: 60%;
    width: 100%;
}

section.mkp .cont .box a span.link {
    font-weight: 600;
    color: #fff;
}

section.mkp-2 .cont .box a span.link {
    color: #063291;
}

section.mkp .cont .box a:hover span.link {
    color: #063291;
}

@media (max-width: 1366px) {
    section.mkp {
        width: 100%;
        padding-left: 10vw;
        padding-right: 10vw;
    }
    section.mkp .cont {
        width: 100%;
    }
    section.mkp .cont .box a {
        width: 18%;
    }
}

@media (max-width: 1024px) {
    section.mkp {
        padding-left: 5vw;
        padding-right: 5vw;
    }
}

@media (max-width: 576px) {
    section.mkp {
        width: 100%;
        padding-left: 3vw;
        padding-right: 3vw;
    }
    section.mkp .cont .box {
        justify-content: center;
    }

    section.mkp .cont .box a {
        width: 80%;
        height: auto;
        align-items: center;
        margin-bottom: 15px;
        background-color: #fff;
    }

    section.mkp .cont .box a span.image {
        width: 30%;
        height: auto;
        padding: 15px;
    }

    section.mkp .cont .box a span.image img {
        width: 30px;
        height: 30px;
    }

    section.mkp .cont .box a span.link {
        width: 70%;
        text-align: left;
        padding-left: 15px;
        color: #063291;
    }
}

/*--------------------- SECTION ABOUT US -------------------*/

section.about {
    margin-bottom: 0;
    padding-top: 5vw;
    padding-bottom: 5vw;
}

section.about .cont-about {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

section.about .text {
    width: calc(70% - 60px);
    margin-left: 60px;
    margin-top: 35px;
}

section.about .image {
    width: 25%;
}

section.about .image img {
    width: 100%;
    height: auto;
}

section.about .firma .name h3 {
    font-family: "sallim";
    font-weight: 400;
    font-size: 4rem;
    color: #03a1fc;
    line-height: 2rem;
}

section.about .firma .name p {
    font-family: "CenturyGothic";
    font-weight: 400;
    font-size: 1.3rem;
    color: #063291;
}

section.about .text h5 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    margin-top: 15px;
}

section.about .text .cont-info {
    padding: 20px;
    background-color: #f6f6f6;
}

section.about .text p.info {
    margin-bottom: 20px;
    font-family: "Didact Gothic", sans-serif;
    font-weight: 400;
    font-size: 1rem;
}

@media (max-width: 576px) {
    section.about {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    section.about .text,
    section.about .image {
        width: 100%;
        margin-left: 0;
    }

    section.about .firma {
        text-align: center;
    }

    section.about .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    section.about .image img {
        width: 50%;
    }
}

/*----------------- SECTION BLOG ----------------------*/

section.blog {
    padding-top: 40px;
    padding-bottom: 40px;
}

section.blog h4 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 40px;
}

section.blog .container {
    padding-left: 2vw;
    padding-right: 2vw;
    width: 1366px;
    height: auto;
    margin: auto;
}

section.blog .swiper_wrap {
    height: auto;
    width: 100%;
    position: relative;
}

section.blog .slider-blog {
    width: 100%;
    height: auto;
}

section.blog .slider-blog .swiper-wrapper {
    margin-bottom: 40px;
}

section.blog .slider-blog .swiper-slide {
    height: 280px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

section.blog .slider-blog .swiper-slide .image {
    width: 100%;
    height: 147px;
    overflow: hidden;
    background-color: #ccc;
    display: flex;
    justify-content: center;
}

section.blog .slider-blog .swiper-slide .image img {
    width: 100%;
    object-fit: cover;
}
section.blog .slider-blog .swiper-slide .cont {
    padding: 20px;
    height: calc(100% - 147px);
    background-color: #fff;
    position: relative;
}

section.blog .slider-blog .swiper-slide .cont p {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* start showing ellipsis when 3rd line is reached */
    white-space: pre-wrap; /* let the text wrap preserving spaces */
}

section.blog .slider-blog .swiper-slide .cont span.tema {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 0.8rem;
    color: blue;
    position: absolute;
    left: 20px;
    bottom: 20px;
}

section.blog .swiper_wrap .swiper-button-next {
    margin-top: 0px;
    position: absolute;
    top: 50%;
    right: -25px;
    width: 50px;
    height: 50px;
    transform: translateY(-75%);
    background-color: #fff;
    border: 1px solid #ccc;
    --swiper-navigation-size: 20px;
    border-radius: 25px;
}
section.blog .swiper_wrap .swiper-button-prev {
    position: absolute;
    top: 50%;
    left: -25px;
    width: 50px;
    height: 50px;
    transform: translateY(-75%);
    margin-top: 0px;
    background-color: #fff;
    border: 1px solid #ccc;
    --swiper-navigation-size: 20px;
    border-radius: 25px;
}

section.blog .swiper_wrap .swiper-button-next:hover,
section.blog .swiper_wrap .swiper-button-prev:hover {
    border-color: #0099ff;
    background-color: #e5f2fa;
}

@media (max-width: 1366px) {
    section.blog {
        padding: 0;
    }
    section.blog .container {
        padding: 0;
        width: 100%;
    }
}

@media (max-width: 576px) {
    section.blog .swiper_wrap {
        width: 90%;
        margin: auto;
    }
}

/*------------------ SECTION FOOTER----------------------*/

footer {
    width: 100%;
    height: auto;
    background-image: url(../img/footer_bag_2.svg);
    background-position: top; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    padding-bottom: 100px;
    padding-top: 180px;
}

footer.sections {
    width: 100%;
    height: auto;
    background-image: url(../img/footer_bag_2.svg);
    background-position: top; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    padding-top: 160px;
    padding-bottom: 100px;
}

@media (max-width: 1366px) {
    footer {
        padding-left: 10vw;
        padding-right: 10vw;
    }
}

@media (max-width: 1024px) {
    footer {
        padding-left: 5vw;
        padding-right: 5vw;
    }
}

@media (max-width: 836px) {
    footer.sections {
        padding-top: 80px;
    }
}

@media (max-width: 576px) {
    footer,
    footer.sections {
        padding-bottom: 25px;
    }

    footer {
        padding-top: 120px;
    }
}

/*---ASESORIA FOOTER---*/

footer .cont-asesoria {
    border-radius: 20px;
    border: 2px solid #fff;
    padding: 30px;
    color: #fff;
    display: flex;
    justify-content: space-between;
}

footer .cont-asesoria p {
    width: calc(100% - 380px);
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

footer .cont-asesoria .btn-type-1-white {
    margin-right: 0;
}

@media (max-width: 834px) {
    footer .cont-asesoria {
        flex-direction: column;
    }

    footer .cont-asesoria p {
        width: 100%;
    }

    footer .cont-asesoria .btns {
        display: flex;
        justify-content: flex-end;
    }
}

@media (max-width: 576px) {
    footer .cont-asesoria .btns {
        justify-content: center;
    }
}

/*-----------------------------footer-dash---*/

.footer-dash {
    margin-top: 40px;
}

.footer-dash ul.links {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-dash ul.links li {
    list-style: none;
    text-align: center;
    line-height: 50px;
}

.footer-dash ul.links a {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 0.9rem;
    white-space: nowrap;
}

.footer-dash .box-w {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    flex-wrap: wrap;
}

.footer-dash .box-w .lf {
    width: 35%;
}

.footer-dash .firma {
    transform: translateY(15px);
}

.footer-dash .firma .name h3 {
    font-family: "sallim";
    font-weight: 400;
    font-size: 3em;
    color: #fff;
    line-height: 2rem;
}

.footer-dash .firma .name p {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 1em;
    color: #fff;
}

.footer-dash .box-w .cr {
    width: 40%;
    font-size: 16px;
}

.footer-dash .box-w .cr span {
    display: block;
    font-size: 1.2em;
    margin-bottom: 15px;
}

.footer-dash .box-w .cr span i {
    margin-right: 10px;
}

.footer-dash .box-w .rg {
    width: 25%;
}

.footer-dash .box-w .rg a.link {
    color: #fff;
    margin-right: 25px;
}

.footer-dash .box-w .rg a.link i {
    font-size: 2rem;
}

@media (max-width: 834px) {
    .footer-dash .box-w .lf {
        width: 40%;
    }
    .footer-dash .box-w .cr {
        width: 55%;
    }
}

@media (max-width: 768px) {
    .footer-dash .firma .name,
    .footer-dash .box-w .cr {
        font-size: 12px;
    }
    .footer-dash ul.links a {
        font-size: 1.1rem;
    }
}

@media (max-width: 576px) {
    .footer-dash ul.links {
        flex-direction: column;
    }
    .footer-dash .firma {
        transform: translateY(0px);
        text-align: center;
    }
    .footer-dash .box-w .lf,
    .footer-dash .box-w .cr,
    .footer-dash .box-w .rg {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }

    .footer-dash .box-w .cr span {
        text-align: center;
    }
}

/*-------------------------SERVICES SECTIONS---*/

.cont-services {
    display: flex;
    max-width: 1366px;
}

.cont-services .image {
    width: 20%;
    height: auto;
    overflow: hidden;
}

.cont-services .image img.pic {
    width: 100%;
    height: 350px;
    object-fit: cover;
    margin-bottom: 40px;
    background-color: #ccc;
}

.cont-services .image img.brands {
    width: 100%;
    height: auto;
}

.cont-services .cont {
    width: 70%;
}

.cont-services .cont .box-1 {
    padding: 25px 50px;
    width: 100%;
    position: relative;
}

.cont-services .cont .box-1 a.btn-type-1-red {
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
    padding: 15px 60px;
}

.cont-services .cont .box-1 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    color: #063291;
    margin-bottom: 20px;
    font-size: 1.7rem;
}

.cont-services .cont .box-1 h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #063291;
    font-size: 2rem;
}

.cont-services .cont .box-1 p {
    font-family: "Didact Gothic", sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    color: #da4167;
}

.cont-services .cont .box-2 {
    padding: 25px 50px;
    width: 100%;
}

.cont-services .cont .box-2 .wp {
    width: 100%;
    margin-bottom: 50px;
}

.cont-services .cont .box-2 .wp h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
    color: #808080;
    margin-bottom: 15px;
}

.cont-services .cont .box-2 p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    margin-bottom: 10px;
}

.cont-services .cont .box-2 .wp ul {
    margin: 15px;
}

.cont-services .cont .box-2 .wp ul li {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    margin-bottom: 12px;
}

.cont-services .cont .box-2 .banner-contacto {
    padding: 20px;
    color: #fff;
    background-color: #063291;
    border-radius: 20px;
}

.cont-services .cont .box-2 .btns {
    display: flex;
    justify-content: center;
}

@media (max-width: 1366px) {
    .cont-services .cont {
        width: 80%;
    }
}

@media (max-width: 1024px) {
    .cont-services .cont .box-1 a.btn-type-1-red {
        top: 20px;
        right: 0;
        transform: translateY(0);
    }
}

@media (max-width: 834px) {
    .cont-services .image {
        display: none;
    }
    .cont-services .cont {
        width: 100%;
    }
    .cont-services .cont .box-1,
    .cont-services .cont .box-2 {
        padding: 25px 10px;
    }

    .cont-services .cont .box-1 a.btn-type-1-red {
        position: relative;
    }
}

@media (max-width: 576px) {
    .cont-services .cont .box-2 .btns {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
}

/*--------------SECTION FORMS---------------*/

.cont-forms-service .container-all {
    margin: auto;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}

.cont-forms-service .box-1 {
    padding-top: 25px;
    padding-bottom: 25px;
    border-left: 4px solid #da4167;
    padding-left: 25px;
}

.cont-forms-service .box-1 h1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    color: #063291;
    margin-bottom: 20px;
    font-size: 1.7rem;
}

.cont-forms-service .box-1 .title {
    display: flex;
    align-items: center;
}

.cont-forms-service .box-1 h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #063291;
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 15px;
}

.cont-forms-service .box-1 span {
    display: block;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #063291;
    font-size: 0.8rem;
    padding: 8px 15px;
    border-radius: 20px;
    background-color: #b4dff8;
    margin-left: 15px;
}

.cont-forms-service .box-1 p {
    font-family: "Didact Gothic", sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
}

.cont-forms-service .box-1 p.mensaje-sucess {
    font-family: "Didact Gothic", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    margin-top: 20px;
}

.cont-forms-service .firma {
    display: flex;
    margin-top: 20px;
    align-items: center;
}

.cont-forms-service .firma img {
    width: 25%;
    height: auto;
    margin-right: 20px;
}

.cont-forms-service .firma .name h3 {
    font-family: "sallim";
    font-weight: 400;
    font-size: 3rem;
    color: #03a1fc;
    line-height: 1.5rem;
}

.cont-forms-service .firma .name p {
    font-family: "CenturyGothic";
    font-weight: 400;
    font-size: 1rem;
    color: #063291;
}

@media (max-width: 768px) {
    .cont-forms-service .container-all {
        display: block;
    }

    .cont-forms-service .box-1 {
        background: #fff;
    }
}

@media (max-width: 576px) {
    .cont-forms-service .container-all {
        width: 100%;
        padding-left: 0;
        border-left: none;
    }
}

/*---------------FORM GLOBAL-----------------*/

.container-form {
    width: 50%;
    padding-left: 30px;
    position: relative;
}

.container-form .wrapper-form {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 20px;
    padding-bottom: 50px;
}

form.form-global {
    width: 800%;
    display: flex;
}

form.form-global .page {
    width: 12.5%;
    height: 380px;
    padding: 0 30px;
    position: relative;
    transition: margin-left 0.3s ease-in-out;
}

form.form-global .page span.count-page {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 0.9rem;
    position: absolute;
    right: 20px;
    top: -20px;
}

form.form-global .form-group {
    position: relative;
    margin-bottom: 10px;
}

form.form-global .form-label {
    display: block;
    width: auto;
    padding: 10px 0;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #000;
    font-size: 0.9rem;
}

form.form-global #group-aportacion .form-label {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

form.form-global .form-group-input {
    position: relative;
    width: 100%;
    background-color: #fff;
}

form.form-global .form-input {
    width: 100%;
    height: 40px;
    padding-left: 10px;
    border: 1px solid #343d52;
    background-color: transparent;
    color: #000;
    font-size: 0.9rem;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    border-radius: 5px;
}

form.form-global .form-validacion-estado {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(-50%, -70%);
    opacity: 0;
}

form.form-global .btn-flex-end {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

form.form-global .btn-flex-bet {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.btn-type-link {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 0.9rem;
    color: #000;
    text-decoration: underline;
}

.btn-type-form {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 1rem;
    color: #fff;
    background-color: #0099ff;
    padding: 8px 15px;
    border-radius: 25px;
}

.container-form .content-aviso {
    width: 100%;
    height: 400px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 2px solid #03a1fc;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    overflow-y: scroll;
    display: none;
}

.container-form .content-aviso #btn_cerrar {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 0.8rem;
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 5px 10px;
    background-color: #f6f6f6;
    border-radius: 50%;
}

.container-form .content-aviso h5 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 25px;
}

.container-form .content-aviso p {
    font-family: "Didact Gothic", sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .container-form {
        width: 100%;
        border-left: 4px solid #da4167;
        padding-left: 0px;
    }
}

/*---------------validaciones------------*/

form.form-global .form-group-correcto .form-validacion-estado {
    opacity: 1;
    color: #0c72b1;
}

form.form-global .form-input-error,
form.form-global .form-input-error-2 {
    display: none;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #da4167;
    font-size: 0.8rem;
}

form.form-global .active {
    display: block;
}

/*---------btn-submit----------*/

form.form-global .checkbox {
    margin-bottom: 10px;
}

form.form-global .checkbox input {
    cursor: pointer;
    width: 15px;
    height: 15px;
}

form.form-global .checkbox label {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 0.8rem;
}

form.form-global .btn-submit {
    background-color: #da4167;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #fff;
}

/*--------------- END FORM ------------*/

/*------------------- OPCIONES DE SGMM -----------------*/

.sgmm-choice {
    display: flex;
}

.sgmm-choice a {
    display: flex;
    width: 200px;
    height: 230px;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    margin-right: 30px;
}

.sgmm-choice a:hover {
    border: 2px solid #03a1fc;
    background-color: #fff;
    transform: scale(1.05);
}

.sgmm-choice a span.image {
    width: 100%;
    height: 135px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
}

.sgmm-choice a span.image img {
    height: 60%;
    width: 100%;
}

.sgmm-choice a span.link {
    font-weight: 600;
    color: #063291;
}

/*------------------- ADD FAMILIAR ---------------------*/

.addfamiliar {
    display: flex;
    flex-wrap: wrap;
}

.addfamiliar .list-persons {
    width: auto;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

.addfamiliar .list-persons .widget {
    width: 200px;
    height: auto;
    padding: 20px;
    background-color: #f6f6f6;
    border: 1px solid #ccc;
    margin-right: 25px;
    margin-bottom: 25px;
}

.addfamiliar .list-persons .widget .image {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.addfamiliar .list-persons .widget .image img {
    width: 40%;
    height: auto;
}

.addfamiliar .list-persons .widget .content {
    width: 100%;
    text-align: center;
}

.addfamiliar .list-persons .widget .content p {
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    font-weight: 500;
}

.addfamiliar .list-persons .widget .content span {
    font-family: "Didact Gothic", sans-serif;
    font-weight: 400;
    font-size: 1rem;
}

.addfamiliar .box {
    width: 100%;
    height: auto;
    margin: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 25px;
}

.addfamiliar .box p {
    font-family: "Poppins", sans-serif;
    font-size: 0.8rem;
    margin-bottom: 30px;
    text-align: center;
}

.addfamiliar a.add {
    display: flex;
    align-items: center;
    border: 2px solid #ccc;
    color: #063291;
    padding: 10px 20px;
    text-align: center;
    border-radius: 15px;
}

.addfamiliar a.add:hover {
    border: 2px solid #063291;
}

.addfamiliar a.end {
    background-color: #da4167;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    border-radius: 15px;
    margin-right: 25px;
}

@media (max-width: 576px) {
    .addfamiliar .list-persons {
        justify-content: center;
    }
}

/*---------------- SECTION ASESORIA GRATUITA ------------------*/

.cont-asesoria {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cont-asesoria h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #063291;
    font-size: 1.3rem;
    margin-bottom: 30px;
    text-align: center;
}

.cont-asesoria .c-box {
    width: 450px;
    height: auto;
}

.cont-asesoria .c-box input {
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.cont-asesoria .c-box .checkmark {
    position: absolute;
    top: 50%;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #ccc;
    transform: translate(50%, -50%);
}

/* Create the checkmark/indicator (hidden when not checked) */
.cont-asesoria .c-box .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.cont-asesoria .c-box input:checked ~ .checkmark:after {
    display: block;
}

.cont-asesoria .c-box .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cont-asesoria .c-box input:checked ~ .checkmark {
    background-color: #da4167;
}

.cont-asesoria .c-box label {
    display: block;
    width: 100%;
    padding: 15px;
    background-color: transparent;
    border-radius: 10px;
    border: 2px solid #063291;
    cursor: pointer;
    position: relative;
    margin-top: 20px;
}

.cont-asesoria .c-box label span.text {
    margin-left: 35px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #063291;
    font-size: 1rem;
}

.cont-asesoria .c-box label p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #0c72b1;
    font-size: 0.8rem;
    margin-left: 43px;
}

.cont-asesoria .c-box .btn {
    display: flex;
    justify-content: center;
}

.cont-asesoria .c-box .btn button.btn-type-1-red {
    opacity: 0.5;
}

/* ------------------------ SECTION CONTACTO ----------------------------*/

.cont-contact {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.cont-contact .profile {
    width: 350px;
    padding: 25px;
    border-right: 5px solid #da4167;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
}

.cont-contact .profile img {
    width: 180px;
    height: auto;
}

.cont-contact .profile .firma {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 30px;
}

.cont-contact .profile .firma h3 {
    font-family: "sallim";
    font-weight: 400;
    font-size: 3rem;
    color: #03a1fc;
    line-height: 2rem;
}

.cont-contact .profile .firma p {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 1rem;
    color: #063291;
}

.cont-contact .list-contact {
    width: calc(100% - 350px);
    padding: 25px;
    display: flex;
    flex-wrap: wrap;
}

.cont-contact .list-contact a.link {
    display: flex;
    width: 200px;
    height: 200px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.cont-contact a.link:hover {
    border: 2px solid #03a1fc;
}

.cont-contact a.link .imagen {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.cont-contact a.link img {
    width: auto;
    height: 50px;
}

.cont-contact a.link span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.8rem;
}

@media (max-width: 834px) {
    .cont-contact .list-contact a.link {
        width: 100%;
        margin-right: 0;
    }
}

@media (max-width: 576px) {
    .cont-contact {
        transform: translateY(-80px);
    }
    .cont-contact .profile {
        width: 100%;
        border-right: none;
    }

    .cont-contact .profile img.logo-seguros {
        display: none;
    }

    .cont-contact .list-contact {
        width: 100%;
        justify-content: space-between;
        padding: 0;
    }

    .cont-contact .list-contact a.link {
        width: 48%;
        height: 150px;
    }

    .cont-contact .list-contact a.link-web {
        width: 100%;
    }
}

/*------------ LANDING --------------*/

header.flex-start {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

body.landing {
    background-image: url(../img/rm378-07.jpg); /* Cambia por la ruta de tu imagen */
    background-repeat: no-repeat; /* Evita que se repita */
    background-size: cover; /* Abarca toda la página */
    background-attachment: fixed; /* Mantiene la imagen estática */
    background-position: center; /* Centra la imagen */
    margin: 0;
    padding: 0;
    min-height: 100vh;
}

section.landing h1 {
    font-family: "Poppins", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    line-height: 2.2rem;
    margin-bottom: 1.5rem;
}

section.landing .wrapper {
    width: 100%;
    display: flex;
    gap: 1rem;
    margin-top: 10px;
}

section.landing .wrapper .cont {
    width: 450px;
    padding: 1rem;
}

section.landing .wrapper .cont h2 {
    font-family: "Poppins", sans-serif;
    color: #f5c6d2;
    font-size: 1.2rem;
    font-weight: 600;
}

section.landing .wrapper .cont p {
    font-family: "Poppins", sans-serif;
    color: #fafafa;
    font-size: 1.1rem;
    position: relative;
}

section.landing .wrapper .cont p canvas {
    width: 10px;
    height: 10px;
    border-radius: 20px;
    background-color: #da4167;
    position: absolute;
    top: 0.5rem;
    left: -1rem;
}

section.landing .wrapper-video {
    width: calc(100% - 450px - 1rem);
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
}

section.landing .wrapper-video.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.landing .wrapper-video .video-container {
    width: 90%;
    aspect-ratio: 16/9;
    margin: auto;
    position: relative;
    background-color: #fafafa;
}

section.landing .wrapper-video.active .video-container {
    width: 80%;
}

section.landing .wrapper-video .video-container .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

#ready-on-pause {
    display: none;
}

#ready-on-pause.active {
    display: block;
}

section.landing .wrapper-video .video-container .overlay.active {
    background: transparent;
}

section.landing
    .wrapper-video
    .video-container
    .overlay.active
    .btn-type-2-blue {
    display: none;
}

section.landing .popup {
    display: none;
    background-color: #fff;
    border-radius: 1rem;
    max-width: 350px;
    height: auto;
    padding: 1rem;
}

section.landing .popup {
    display: none;
    background-color: #fff;
    border-radius: 1rem;
    max-width: 350px;
    height: auto;
    padding: 1rem;
    max-height: 90vh;
    overflow-y: auto;
}

section.landing .popup.active {
    display: block;
}

section.landing .popup.active .popup {
    width: 100%;
    display: block;
}

section.landing .popup .wrapper-btn {
    display: flex;
    justify-content: center;
}

section.landing .popup .wrapper-btn {
    flex-direction: column;
    gap: 1rem;
}

section.landing .popup .wrapper-btn .container-button {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

section.landing .popup .wrapper-btn .container-button button {
    width: 90%;
}

section.landing .popup .wrapper-btn .container-button span {
    display: block;
    width: 100%;
    margin-bottom: 0.5rem;
    color: #063291;
    text-align: center;
    font-family: var(--font-poppins-primary);
    font-weight: 600;
    font-size: 0.85rem;
}

section.landing .popup h4 {
    font-family: var(--font-poppins-primary);
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
}

section.landing .popup h4 i {
    font-size: 2rem;
    color: #da4167;
}

section.landing .popup ul {
    margin-left: 1rem;
    margin-bottom: 1.2rem;
}

section.landing .popup p {
    font-family: var(--font-poppins-primary);
    font-size: 0.85rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
}

section.landing .popup p.medium {
    font-weight: 500;
}

section.landing .popup p.blue {
    color: #063291;
    font-weight: 600;
    font-size: 0.9rem;
    text-align: center;
    margin-bottom: 1rem;
}

section.landing .popup p.blue span {
    color: #da4167;
    font-size: 0.9rem;
}

@media (max-width: 576px) {
    section.landing .popup p,
    section.landing .popup p.blue,
    section.landing .popup p.blue span {
        font-size: 0.95rem;
    }
}

section.landing.fixed {
    position: fixed;
    width: 100vw;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    z-index: 6;
    background-color: rgba(255, 255, 255, 0.25);
}

section.landing.fixed.active {
    display: flex;
}

#player {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

section.landing .wrapper-video .controls {
    width: 100%;
    height: 50px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0 10px;
}

#play,
#pause,
#expand {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
}

#play:hover,
#pause:hover,
#expand:hover {
    border: 1px solid #fff;
}

#play i,
#pause i,
#expand i {
    color: #fff;
}

section.landing .wrapper-video .controls .progress-container {
    width: calc(100% - 80px);
    height: 10px;
    background: #333;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    display: none;
}

section.landing .wrapper-video .controls .progress-container.active {
    display: block;
}

section.landing .wrapper-video .controls .progress-bar {
    height: 100%;
    background: #0099ff;
    width: 0%;
    transition: width 0.1s linear;
    position: absolute;
    z-index: 2;
}

section.landing .wrapper-video .controls .watched-limit {
    position: absolute;
    top: 0;
    bottom: 0;
    background: #a2a1a1;
    pointer-events: none;
    z-index: 1;
}

@media (max-width: 1024px) {
    section.landing .wrapper {
        flex-wrap: wrap;
    }

    section.landing .wrapper .cont {
        width: 100%;
    }
    section.landing .wrapper-video {
        width: 100%;
    }
}

@media (max-width: 836px) {
    section.landing .wrapper-video.active .video-container {
        width: 100%;
    }
    section.landing.type-1 {
        padding-left: 0;
        padding-right: 0;
    }
    section.landing .wrapper-video .video-container {
        width: 100%;
    }

    section.landing .wrapper .cont {
        padding-left: calc(5vw + 1rem);
        padding-right: calc(5vw + 1rem);
    }
}

/*Testimonios*/

section.landing.type-2 {
    padding-top: 120px;
}

section.landing h3 {
    font-family: "Poppins", sans-serif;
    font-size: 2rem;
    font-weight: 400;
    color: #fff;
    line-height: 2.2rem;
}

section.landing .container-widgets {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

section.landing .container-widgets .widget {
    width: 30%;
    height: auto;
    padding: 1rem;
    border-radius: 1rem;
    background-color: #297f9e;
}

section.landing .container-widgets .widget p {
    font-family: var(--font-poppins-primary);
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
}

section.landing .container-widgets .widget p span {
    font-size: 1rem;
    color: #fafafa;
}

@media (max-width: 1024px) {
    section.landing.type-2 {
        padding-top: 50px;
    }

    section.landing .container-widgets {
        flex-direction: column;
        gap: 20px;
    }

    section.landing .container-widgets .widget {
        width: 100%;
    }
}

/*------------------footer.nuvo------------------*/

footer.nuvo {
    width: 100%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 30px;
    padding-left: 5vw;
    padding-right: 5vw;
    color: #fff;
    padding-top: 220px;
    padding-bottom: 200px;
}

footer.nuvo .cmedia {
    display: flex;
    flex-wrap: wrap;
}

footer.nuvo .column-1,
footer.nuvo .column-2,
footer.nuvo .column-3 {
    width: 33.33%;
}

footer.nuvo .column-1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

footer.nuvo .column-1 img {
    width: 12rem;
    height: auto;
}

footer.nuvo span.title-menu {
    display: block;
    width: 80%;
    font-family: var(--font-poppins-primary);
    font-size: 1rem;
    font-weight: 500;
    padding-bottom: 1rem;
    border-bottom: 1px solid #fff;
    margin-bottom: 1rem;
}

footer.nuvo ul li {
    list-style: none;
    line-height: 1.5rem;
}

footer.nuvo ul li a {
    text-decoration: none;
    font-family: var(--font-poppins-primary);
    font-weight: 400;
    font-size: 0.9rem;
    color: #ccc;
    transition: all 300ms ease-in-out;
}

footer.nuvo ul li a:hover {
    color: #fff;
}

footer.nuvo .column-2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

footer.nuvo .column-2 p {
    font-family: var(--font-poppins-primary);
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

footer.nuvo .column-3 {
    display: flex;
    justify-content: flex-end;
    padding-top: 10px;
}

footer.nuvo .redes a {
    color: #fff;
    margin-right: 15px;
}

footer.nuvo .redes a:nth-child(3) {
    margin-right: 0;
}

footer.nuvo .redes a i {
    font-size: 1.5rem;
}

footer.nuvo .column-3 span {
    text-align: right;
}

footer.nuvo .column-3 a,
footer.nuvo .column-3 span {
    font-family: "Roboto", sans-serif;
    transition: all 300ms ease-in-out;
}
footer.nuvo .column-3 a.faqs:hover {
    color: #fff;
}

footer.nuvo .column-3 a.supplier {
    color: #fcab09;
}

footer.nuvo .column-3 a.supplier:hover {
    color: #fcd809;
}

@media (max-width: 836px) {
    footer.nuvo {
        padding-top: 80px;
        padding-bottom: 60px;
    }

    footer.nuvo .column-1,
    footer.nuvo .column-2,
    footer.nuvo .column-3 {
        width: 100%;
    }

    footer.nuvo .column-1 {
        margin-bottom: 55px;
        justify-content: center;
    }

    footer.nuvo .column-3 {
        width: 100%;
        justify-content: center;
        height: 50px;
        padding-bottom: 0;
        margin-top: 30px;
    }

    footer.nuvo .column-3 a.faqs {
        display: block;
        margin-bottom: 10px;
    }
}
