/* @import "./bootstrap.min.css"; */

*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body { 
    position: relative;
    font-family: 'Open Sans', sans-serif;
}

.bg-intro{
    background-color: #295089;
    background-position: top center;
    background-repeat: repeat-x;
}

.cont-con {
    width: 100%;
    padding: 10px 50px;
}

.carousel h4 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-shadow: 0 0 10px black;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
}

@media all and (max-width: 768px)  { 
    .bg-intro{
        background-size: 200%;
    }
    .bg-intro-guia{
        background-size: 200%;
    }
}

.intro{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: calc(100% - 40px);
    text-align: center;
}

.intro section h1{
    font-size: 70px;
    font-weight: 600;
    color: #fff;
}

.intro section h2{
    color: #678dc6;
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: 500;
}

/* nav-main */
.nav-main{
    position: static;
}

.navbar-nav .nav-link.active {
    position: relative;
}

.navbar-nav .nav-link.active::after { /* subrayado */
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #0070c2;
}

.nav-main .nav-link{
    font-weight: 600;
    font-size: 15px;
    letter-spacing: .5px;
}
.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
    background: #006fc2;
}

.navbar-collapse, .navbar-nav{
    justify-content: right;
}
/* nav-main */

/* nav home */

.nav-home .navbar-nav .nav-link{
    color: #000000 !important;
}
.nav-home .navbar-nav .nav-link.active{
    position: relative;
    color: #0070c2 !important;
}
.nav-home .navbar-nav .nav-link.active::after { /* subrayado */
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #0070c2 !important;
}

.nav-home .nav-link:hover {
    color: #0070c2 !important;
}

/* nav home */

/* custom-nav */
.custom-nav-fixed {
    background-color: transparent;
    height: 90px;
    display: flex;
    align-items: center;
    background: white;
}
.custom-nav-fixed.scrolled {
    margin-top: 0;
    top: 0;
    background-color: rgba(0,78,140,0.8);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: all .3s ease-in-out;
}
/* custom-nav */

/* custom-nav-white */
.custom-nav-fixed-white {
    top: 40px;
    position: fixed;
    background-color: transparent;
    height: 90px;
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.custom-nav-fixed-white.scrolled {
    margin-top: 0;
    top: 0;
    background-color: rgba(255,255,255,0.85);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: all 0.3s ease-in-out;
}
/* custom-nav-white */

.nav-meta-cont{
    background-color: #0070c2;
    height: 50px;
}

.nav-meta-cont.header{
    position: absolute;
    top: -50px;
}

.nav-meta-cont.header .nav-item{
    font-size: 18px;
}

.nav-meta-cont.footer{
    height: 60px !important;
}

.logo{
    width: 260px;
    height: auto;
}

.hitos p {
    font-weight: bold;
    font-size: 16px;
}

.gray .nav-link{
    color: #0070c2;
}

.gray a:active {
    color: #fff;
} 

.gray .nav-link:hover {
    color: #fff;
}

.blog .nav-main  .nav-link{
    color: #0070c2;
}

.blog .nav-main  a:active {
    color: #0070c27D;
}

.blog .nav-main .nav-link.active {
    color: #0070c27D !important;
}

.blog .nav-main .nav-link:hover {
    color: #0070c27D;
}

.blog .navbar-nav .nav-link.active::after { /* subrayado */
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #0070c27D;
}

.user-guides-cont{
    display: flex;
    justify-content: center;
    align-items: center;
}

.user-guides{
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.6px;
}

.active #navbarcollapse {
    display: block;
}

@media all and (max-width: 991px) {  
    .nav-home .navbar-nav .nav-link{
        color:white !important;
    }
    .custom-nav-fixed {
        margin-top: 0;
    }
    .custom-nav-fixed-white{
        margin-top: 0;
    }
    div#navbarcollapse {
        background-color: #1b3c6e;
        position: absolute;
        top: 80px;
        z-index: 100;
        width: 100%;
        left: 0px;
    }

    div#navbarcollapse a{
        color: #33373d;
        padding: 8px 20px;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0.4px;
    }

    .blog div#navbarcollapse {
        background-color: rgba(249, 250, 253);
        position: absolute;
        top: 0;
        width: 100%;
    }

    .blog div#navbarcollapse.scrolled {
        top: -10px;
    }

    .navbar-nav .nav-link.active::after {
        content: "";
        position: absolute;
        bottom: -2px;
        left: 15px !important;
        width: 140px !important;
        height: 0px;
        background-color: transparent;
    }
    .blog .navbar-nav .nav-link.active::after {
        content: "";
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 100%;
        height: 0px;
        background-color: transparent;
    }
    .blog .navbar-nav .nav-link:hover {
        color: #0070c27D !important;
    }
}

.section-cont{
    padding: 100px 0;
}

.section-cont h3{
    color: #426ab4;
    font-size: 45px;
    font-weight: 700;
}

.section-cont h2{
    color: #0070c2;
    font-size: 24px;
    font-weight: 700;
}

.hitos i {
    font-size: 53px;
    margin-bottom: 20px;
    color: #348dce;
}

.hitos {
    display: flex;
    flex-wrap: wrap;
}

.hitos div {
    width: 25%;
    text-align: center;
}

.widget{
    padding: 20px;
}

.widget i{
    color: #94afd7;
    font-size: 30px;
    padding: 10px 10px;
    border-bottom: 3px solid;
}

.widget h4{
    font-size: 23px;
    color: #678dc6;
    margin-top: 10px;
    font-weight: 600;
}

.widget p{
    color: #9494a8;
    font-size: 18px;
    line-height: 1.6em;
}

.btn-caracteristicas{
    font-size: 17px;
    letter-spacing: 1.5px;
    background-color: #0070c2;
    border: none;
    padding: 10px 30px;
    color: #fff;
    border-radius: 5px;
}

.btn-caracteristicas-submit{
    font-size: 15px;
    letter-spacing: 1.5px;
    background-color: #0070c2;
    border: none;
    padding: 10px 30px;
    color: #fff;
    border-radius: 5px;
    text-align: center; 
    float: right; 
    width: 50%;
}

.btn-caracteristicas-submit:hover{
    opacity: 0.9;
}

.bg-gray{
    background-color: #f9fafd;
}

.ventajas{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    color: #9494a8;
}

.ventajas li{
    padding: 10px 0;
}

.ventajas li::marker{
    color: #0070c2;
}

/* .carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev{
    display: flex;
}

@media(min-width:768px){
    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next{
        transform: translateX(25%);
    }
    .carousel-inner .carousel-item-start.active,
    .carousel-inner .carousel-item-prev{
        transform: translateX(-25%);
    }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start{
    transform: translateX(0);
}

@media(max-width:767px){
    .carousel-inner .carousel-item>div{
        display: none;
    }
    .carousel-inner .carousel-item>div:first-child{
        display: block;
    }
}

.carousel-item .card{
    border: none;
}

.card-body{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem 3rem;
}

.carousel-control-prev{
    display: flex;
    justify-content: flex-start;
}

.carousel-control-next{
    display: flex;
    justify-content: flex-end;
} */

footer p{
    color: #FFFFFF;
    font-size: 14px;
    letter-spacing: 0.56px;
}

@media (max-width: 767px){
    .col-mo-12{
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .contact-info {
        text-align: center;
    }
    .hitos div {
        width: 100%;
    }
    .carousel h4{
        font-size: 20px;
    }
    .intro section h1{
        font-size: 45px;
        text-align: left;
        padding: 0 20px;
    }
    
    .intro section h2{
        font-size: 20px;
        text-align: left;
        padding: 0 20px;
    }
    .widget-cont{
        flex-direction: column !important;
    }
    .section-cont h3{
        font-size: 35px;
    }
    .section-cont{
        padding: 50px 0;
    }
}

.about-us{
    font-weight: 700;
    letter-spacing: 1.53px;
}

@media (max-width: 460px){
    .nav.gray.social{
        display: none;
    }
    .nav-meta{
        justify-content: end;
    }
    footer p{
        font-size: 11px;
    }
    .user-guides{
        font-size: 12px;
    }
}

.btn-wsp{
    position: fixed;
    width: 55px;
    height: 55px;
    line-height: 55px;
    bottom: 110px;
    right: 10px;
    color: #0df053;
    background-color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
    z-index: 100;
}

.btn-wsp:hover{
    text-decoration: none;
    background: #0df053;
    color: #fff;
}

.wsp-msg{
    color: #295089;
}

.wsp-msg:hover{
    color: #295089;
    opacity: 0.9;
}

.fila-animada {
    max-height: 0;
    overflow: hidden;
    transition: 0.5s ease-in-out;
}

.fila-animada.mostrar {
    max-height: 3000px;
    transition: 0.5s ease-in-out;
}


/* GUIA DE USARIOS */
.bg-intro-guia{
    min-height: calc(100vh - 60px);
    background-color: #fff;
    background-position: top center;
    background-repeat: repeat-x;
}

.bg-intro-guia .intro{
    min-height: auto;
}

.bg-intro-guia .intro .titles{
    padding-top: 150px;
}

.bg-intro-guia .intro .titles h4 a{
    text-decoration: none;
    color: #426ab4;
}

.bg-intro-guia .intro .titles h4 a:hover{
    text-decoration: none;
    opacity: 0.8;
}

.bg-intro-guia h1{
    color: #0070c2 !important;
    font-weight: 600 !important;
    text-align: center;
}

.bg-intro-guia h2{
    text-align: center;
    color: #9494a8 !important;
    font-size: 1.5em;
    letter-spacing: 1px;
}
.bg-intro-guia a{
    text-decoration: none;
}

.version-cont{
    height: 250px;
    border-style: solid;
    border-width: 0 0 9px 0;
    border-color: #9ebbeb;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.15);
    transition: all 0.3s ease-in-out;
}

.version-cont:hover{
    box-shadow: 0 0 1px 0 rgba(0,0,0,.5)
}

.v-cont-subt{
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1.7px;
    color: #aaa;
}

.v-cont-title{
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #000;
}

@media (max-width: 767px){
    .bg-intro-guia .intro{
        padding-top: 100px !important;
    }
    .bg-intro-guia .intro .titles{
        padding-top: 20px;
    }
    .version-cont{
        height: 200px;
    }

    .blog .titles h2{
        font-size: 19px;
        padding: 0 20px;
    }
}

/* BLOG */

.blog .titles{
    padding-bottom: 50px;
}

.blog-card{
    height: 340px;
    max-height: 340px;
    border-radius: 5px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
}

.blog-card-img{
    background-position: center center;
    background-size: cover;
    min-height: 230px;
    max-height: 230px;
    border-radius: 5px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
}

.blog-card-data{
    height: 110px;
    min-height: 110px;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: space-around;
}

.blog-card-data .blog-date{
    font-size: 14px;
    color: #426ab4;
}

.blog-card-data h4{
    color: #000000;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3em;
    text-align: left;
}

.blog-card .blog-link {
    font-size: 14px;
    font-weight: 600;
}

.blog-card .blog-link{
    color: #426ab4;
}

.blog-card .blog-link:hover{
    color: #000000;
}


/* POST */

.post .posts-container{
    padding-top: 180px;
    color: #201f33;
}

.post .post-card-img{
    background-position: center center;
    background-size: cover;
    min-height: 230px;
    max-height: 230px;
    border-radius: 5px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
    opacity: 2;
}

.post .post-card-img{
    background-position: center center;
    background-size: cover;
    min-height: 375px;
    max-height: 375px;
    border-radius: 5px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
}

.post .post-card-data{
    height: 110px;
    min-height: 110px;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: space-around;
}

.post .post-card-data .post-date{
    font-size: 14px;
    color: #fff;
}

.post .post-card-data h1{
    color: #fff !important;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3em;
    text-align: center;
}

.post-content{
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
}

.post-content img{
    padding: 10px;
    max-width: 100%;
    object-fit: cover;
    object-position: bottom;
    height: auto;
}

.post-content iframe{
    display: inline-block;
    max-width: 100%;
}

/* @media (max-width: 480px){
    .post-content img{
        height: 300px;
    }
} */

@media (max-width: 767px){
    .post .bg-intro-guia .intro {
        padding-top: 0 !important;
    }
}

nav img, svg {
    vertical-align: baseline !important;
}

.form-opcional{
    color: #C8C8CC;
    font-size: 14px;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0;
}

.back{
    display: flex;
    justify-content: start;
    padding-bottom: 30px;
    border-bottom: 1px solid #201f33;
}

.back a{
    color: #201f33;
    font-weight: 600;
    font-size: 14px;
}

.english{
    opacity: 0.5;
}
.english:hover{
    opacity: 1;
}

.spanish{
    opacity: 0.5;
}
.spanish:hover{
    opacity: 1;
}

@media all and (max-width: 991px) and (min-width: 768px) { 
    .card-holder .price p{
        font-size: 35px;
    }
}

.mail-info{
    color: #295089;
}
.mail-info:visited{
    color: #295089;
}
.mail-info:hover{
    color: #295089;
    opacity: 0.9;
}

@media (max-width: 500px){
    .btn-caracteristicas-submit{
        width: 100% !important;
    }
}

.envelope-img{
    border-bottom: 3px solid #94afd7;
    width: 53px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
    padding-right: 2px;
}

.cookie-footer{
    background-color: #fcfdfe;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    margin-left: 0 !important;
    border-radius: 5px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.21);
    max-height: 300px;
    opacity: 0;
    pointer-events: none;
    z-index: 2000;
}

.cookie-footer.minimize{
    animation: fade-out .5s forwards;
}

@keyframes fade-out {
    to {
        opacity: 0;
        pointer-events: none;
    }
}

.cookie-footer.maximize{
    animation: modal-fade-in .5s forwards;
}

@keyframes modal-fade-in {
    to {
        opacity: 1;
        pointer-events: all;
    }
}

.cookie-mini{
    display: none;
}

.cookie-mini.appear{
    position: sticky;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 180px;
    bottom: 0;
    left: 20px;
    opacity: 0;
    pointer-events: none;
    animation: fade-in 2s forwards;
    color: #fcfdfe;
    font-size: 12px;
    background-color: #395f97;
    padding: 10px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border: none;
}

@keyframes fade-in {
    to {
        opacity: 1;
        pointer-events: all;
    }
}

.cookie-mini.appear:hover{
    background-color:#4d72a8;
}

.cookie-footer-msg{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cookie-footer-msg span{
    font-weight: 700;
    display: block;
    color: #0070c2;
    font-size: 20px;
    padding-bottom: 15px;
}

.cookie-footer-msg p{
    color: #141921;
    font-size: 14px;
    padding-bottom: 15px;
}

.cookie-footer-msg p a{
    font-weight: 600;
    color: #141921;
}

.cookie-confirmation button{
    margin: 5px;
}

.btn-accept-cookies{
    border-radius: 5px;
    background-color: #0070c2;
    color: #fcfdfe;
    width: 160px;
    border: 1px solid #cfdaeb;
    padding: 8px 0px;
    font-size: 12px;
    letter-spacing: 1.8px;
}

.btn-accept-cookies:hover{
    background-color: #0070c2;
    border: 2px solid #cfdaeb;
    padding: 6px 0;
}

.btn-accept-cookies:focus{
    background-color: #284c81;
    border: 2px solid #cfdaeb;
    padding: 6px 0;
}

.btn-customize-cookies{
    border-radius: 5px;
    background-color: #0070c2;
    color: #fcfdfe;
    width: 160px;
    border: 1px solid #0070c2;
    padding: 8px 0px;
    font-size: 12px;
    letter-spacing: 1.8px;
}

.btn-customize-cookies:hover{
    background-color: #acbfda;
    border: 1px solid #acbfda;
}

.btn-customize-cookies:focus{
    background-color: #7794c0;
    border: 1px solid #7794c0;
}

@media(max-width:767px){
    .cookie-footer{
        flex-direction: column;
        max-height: 400px;
    }
    .cookie-confirmation{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .cookie-confirmation button{
        width: 100%;
    }
    .cookie-footer-msg{
        padding-top: 10px;
        padding-bottom: 15px;
    }
}

.cookie-customization{
    position: fixed;
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #f0f0f0;
    padding: 40px;
    flex-direction: column;
    border-radius: 5px;
    background-color: #fcfdfe;
    max-width: 600px;
    z-index: 5000;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.21);
    display: none;
}

/* SLIDER PERSO */

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 33px;
    height: 14px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #cfcfd3;
    opacity: 0.5;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: -4px;
    bottom: -2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.21);
}

input:checked + .slider {
    opacity: 0.5;
    background-color: #395f97;
}

input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* SLIDER PERSO */

.cookie-customization{
    max-height: 100%;
}

.cookie-customization h3{
    color: #395f97;
    font-weight: 900;
    letter-spacing: 1.8px;
    font-size: 18px;
}

.cookie-customization p{
    letter-spacing: 0.15px;
    color: #141921;
    font-size: 14px;
    font-weight: 400;
    max-width: 60%;
}

.cookie-customization p a{
    font-weight: 600;
    color: #141921;
}

.cookie-customization .custom-p{
    max-width: 100% !important;
}

.cookie-customization h4{
    color: #7794c0;
    font-weight: 500;
    font-size: 16px;
}

.cookie-customization .necessary{
    font-size: 15px;
    color: #141921;
}

.cookie-customization .separator{
    font-size: 16px;
    color: #141921;
    border-top: solid 1px #bbcbe3;
}


@media(max-width:767px){
    .cookie-customization{
        width: 90vw;
        overflow: scroll;
    }
    .buttons-custom-settings-cont{
        flex-direction: column;
        width: 100%;
    }
    .buttons-custom-settings-cont .btn-customize-cookies, .buttons-custom-settings-cont .btn-accept-cookies{
        width: 100% !important;
        margin-bottom: 10px;
    }
    .custom-nav-fixed.real-fixed{
        top: 0;
        background-color: rgba(0,78,140);
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        transition: all 0.1s ease-in-out;
    }
    .custom-nav-fixed-white.real-fixed{
        top: 0;
        background-color: rgba(255,255,255);
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        transition: all 0.1s ease-in-out;
    }
    .navbar-toggler.hidden{
        display: none;
        pointer-events: none;
    }
    .cookie-mini.appear{
        left: auto;
        margin: auto;
    }
    .logo{
        margin-left:20px;
        width: 140px;
        height: 50px;
    }
}

.nav-item.with-close-button button{
    display: none;
}

@media all and (max-width: 991px)  { 
    .nav-item.with-close-button{
        display: flex;
        justify-content: space-between;
    }
    .nav-item.with-close-button button{
        display: inline;
        color: white;
        background-color: transparent;
        border: none;
        padding: 0 5px;
        font-size: 22px;
        margin-right: 10px;
    }
    .blog .nav-item.with-close-button button{
        color: #33373d;
    }
}

.cookie-footer.cookie-userguide{
    z-index: 2000;
}

.cookie-mini.cookie-userguide{
    z-index: 20000;
    background-color: #4d72a8;
    position: absolute;
    left: auto; 
    right: 20px;
}

.cookie-mini.cookie-userguide:hover{
    background-color: #4d71a8ad;
}

.bg-intro-guia.bg-guia{
    min-height: calc(100vh - 110px);
}

@media all and (max-width: 991px)  { 
    .bg-guia .titles{
        padding-top: 0 !important;
    }
    .bg-guia .intro {
        padding-top: 20px !important;
    }
}

@media all and (max-width: 576px)  { 
    .cookie-footer{
        width: 90%;
    }
}

.cookie-overlay{
    background-color: #395f9784;
    z-index: 1500;
    position: fixed;  
    top: 50%;
    left: 50%;
    min-width: 100vw;
    min-height: 100vh;
    transform: translate(-50%, -50%);
    opacity: 0;
    pointer-events: none;
}

.cookie-overlay.show{
    background-color: #395f9784;
    z-index: 1500;
    position: fixed;  
    top: 50%;
    left: 50%;
    min-width: 100vw;
    min-height: 100vh;
    transform: translate(-50%, -50%);
    opacity: 1;
    pointer-events: all;
}

.main-dropdown .dropdown-toggle{
    background-color: #4c6ea1;
    height: 35px;
    display: flex;
    align-items: center;
    color: #a7c3eb;
    font-size: 15px;
    font-weight: 600;
    min-width: 83px;
    letter-spacing: 1.6px;
}

.main-dropdown .dropdown-toggle:hover{
    background-color: #6386bc;
}

.main-dropdown.secondary-dropdown .dropdown-toggle:hover{
    background-color: #f0f6ff;
}

.main-dropdown .dropdown-toggle::after{
    margin-left: auto;
}

.main-dropdown .dropdown-toggle:focus{
    box-shadow: none;
    background-color: #6386bc;
}

.main-dropdown .nav-flag{
    width: 20px;
    margin-right: 5px;
}

.arrow-cont{
    position: relative;
    display: none;
}

.arrow-cont.show{
    display: block;
}
.arrow {
    border: solid #6386bc;
    border-width: 0 4px 4px 0;
    background-color: #6386bc;
    display: inline-block;
    padding: 4px;
    position: absolute;
    top: 3px;
    left: 50%;
    transform: translate(-50%) rotate(-135deg);
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 50%;
    margin-top: 0.5rem;
    transform: translate(-50%);
    z-index: 2000;
    border: none;
    padding: 0 10px 5px;
}

.main-dropdown .dropdown-menu.show{
    background-color: #6386bc;
    padding: 5px !important;
}

.main-dropdown .dropdown-menu.show h6{
    color: #ffffff;
    font-weight: 500;
    font-size: 12px;
    border-bottom: 1px solid #0070c2;
    text-align: center;
}

.main-dropdown .dropdown-item{
    display: flex;
    align-items: center;
}

.main-dropdown .dropdown-menu.show li{
    color: #a7c3eb;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1.6px;
    line-height: 21px;
    cursor: pointer;
}
.main-dropdown .dropdown-menu.show li:active{
    background-color: #e9ecef;
}


.lang-dropdown .dropdown-menu.show li a{
    color: #a7c3eb;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1.6px;
    line-height: 21px;
    cursor: pointer;
}

.lang-dropdown .dropdown-menu.show li a:active{
    background-color: #e9ecef;
}

.lang-dropdown .dropdown-toggle{
    padding: 10px;
    min-width: auto;
}

.lang-dropdown .dropdown-toggle::after{
    display: none;
}

.lang-dropdown button .nav-flag{
    width: 15px;
    margin: 0;
}

.lang-arrow-cont{
    position: relative;
    display: none;
}

.lang-arrow-cont.show{
    display: block;
}

.lang-dropdown .dropdown-menu[data-bs-popper] {
    transform: translate(-93%);
}

.secondary-dropdown{
    display: flex;
    justify-content: center;
}

.secondary-dropdown .dropdown-toggle{
    background-color: #f0f6ff;
    color: #395f97;
    border: 1px solid #678dc6;
    min-width: 165px;
    letter-spacing: 1.6px;
}

.secondary-dropdown .dropdown-toggle:after{
    margin-left: auto;
}

.secondary-dropdown .dropdown-menu{
    min-width: 165px;
}

.secondary-dropdown .dropdown-menu.show{
    background-color: #f0f6ff;
    border: 1px solid #678dc6;
}

.secondary-dropdown .dropdown-toggle:focus{
    background-color: #f0f6ff;
}

.secondary-dropdown .dropdown-menu.show li{
    color: #395f97;
    font-weight: 600;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1.6px;
    line-height: 21px;
    padding: 5px 5px;
    margin-right: auto;
}

@media all and (max-width: 576px)  { 
    .footer .nav.gray{
        justify-content: center;
    }
    .footer .realign{
        text-align: center;
    }
}

.cookie-body{
    margin-top: auto;
}

.cookie-body .container-fluid{
    display: flex;
    justify-content: center;
}

.cookie-body .container{
    padding: 0 300px;
}

.cookie-body h1{
    font-size: 55px;
    margin-bottom: 35px;
}

.cookie-body h2{
    color: #395f97;
    font-weight: 600;
    margin: 60px 0 20px;
    font-size: 35px;
}

.cookie-body h4{
    font-size: 18px;
    font-weight: 600;
    margin: 30px 0 15px;
}

.cookie-body p{
    line-height: 25px;
    letter-spacing: .7px;
}

@media (max-width: 1399px){
    .cookie-body .container{
        padding: 0 150px;
    }
}

@media (max-width: 1199px){
    .cookie-body .container{
        padding: 0 20px;
    }
}

.cookie-body table{
    margin: 30px 0;
}

.cookie-body th{
    background-color: #cfdaeb;
    color: #395f97;
    border: 5px solid transparent;
    padding: 10px;
}

.cookie-body .gray-td{
    background-color: #f3f3f3;
}

.cookie-body td{
    font-size: 14px;
    border: 5px solid transparent;
    padding: 10px;
}

@media (max-width: 380px){
    .intro section h1{
        font-size: 35px;
    }
    .intro section h2 {
        font-size: 16px;
    }
    .section-cont h3{
        font-size: 30px;
    }
    .card-holder .price p {
        font-size: 35px;
    }
    .widget h4 {
        font-size: 16px;
    }
    .widget p {
        font-size: 14px;
    }
    .card-holder .header span {
        font-size: 19px;
    }
}

@media (max-width: 350px){
    .logo {
        height: auto; 
        width: 100px;
    }
    .btn-caracteristicas {
        font-size: 13px;
    }
}

@media (max-width: 314px){
    .user-guides-cont{
        display: none;
    }
}

@media (max-width: 300px){
    .intro section h1{
        font-size: 25px;
    }
    .intro section h2 {
        font-size: 13px;
    }
    .section-cont h3{
        font-size: 20px;
    }
    .card-holder .price p {
        font-size: 25px;
        font-weight: 600;
    }
}

@media (max-width: 260px){
    .logo {
        height: auto; 
        width: 60px;
    }
    .card-holder .prices-list {
        font-size: 12px;
    }
    .blog-card-data h4 {
        font-size: 13px;
    }
}
