:root{
    --bgColorCardsHome: #0D3D7E;
    --bluePrimary: #34A3F1; 
    --whiteGb:#fff;
    --bgFooter:#0A2D5D;
    --yellowPrimary: #FFB828;
}
body, *, h1,h2,h3,h4,h5,h6 {
    font-family: 'Poppins', sans-serif;
}

a{
    text-decoration: none;
}

a:hover{
    text-decoration: none;
}

/*colores*/
.fv-yellow{
    color: var(--yellowPrimary);
}

.pointer-cursor:hover{
	cursor: pointer;
}

.overflow-x-hidden{
    overflow-x: hidden;
}

.object-contain{
    object-fit: contain;
}

.hvr-btn-fv:hover{
    opacity: 0.6;
    color: white !important;
    background: initial;
    background-color: initial;
}

.object-cover{
    object-fit: cover;
}

.flex-1{
    flex: 1;
}

.top-0{
    top: 0;
}

.top-10{
    top: 10%;
}
.top-18{
    top: 18%;
}
.top-20{
    top: 20%;
}

.bottom-0{
    bottom: 0;
}

.bottom-10{
    bottom: 10%;
}

.right-0{
    right: 0;
}
.right-1{
    right: 1%;
}
.right-15{
    right: 15%;
}
.right-30{
    right: 30%;
}
.left-0{
    left: 0;
}
.left-1{
    left: 2%;
}
.left-5{
    left: 5%;
}
.left-10{
    left: 10%;
}
.left-11{
    left: 11%;
}
.left-15{
    left: 15%;
}

.safe-top-nav{
    padding-top: 5em;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.hidde-scrollbar::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.hidde-scrollbar {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.overflow-y-auto{
    overflow-y: auto;
}

.overflow-x-auto{
    overflow-x: auto;
}

.overflow-x-hidden{
    overflow-x: hidden;
}

.rota-horizontal{
    transform: scaleX(-1);
}

.border-radius-5{
    border-radius: 5px;
}

.border-radius-10{
    border-radius: 10px;
}

.border-radius-12{
    border-radius: 12px;
}

.border-radius-15{
    border-radius: 15px;
}

.rounded-20{
    border-radius: 20px;
}

.rounded-30{
    border-radius: 30px !important;
}

.rounded-100{
    border-radius: 100px;
}

.border-fv-gray-2{
    border: 2px solid #BDBDBD;
    transition: 0.5s;
    -webkit-transition:0.5s;
}

.border-fv-gray-2:hover {
    border: 2px solid rgba(0, 0, 0, 0.1);
}
  

.shadow-btn-fv{
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1), 0px 6px 10px rgba(0, 0, 0, 0.06), 0px 1px 18px rgba(0, 0, 0, 0.06);
}

.shadow-btn-circle-fv{
    box-shadow: 0px 3px 5px rgba(255, 201, 80, 0.1), 0px 6px 10px rgba(255, 201, 80, 0.06), 0px 1px 18px rgba(255, 201, 80, 0.06);
}

.shadow-btn-circle-fvII{
    box-shadow: 0px 3px 5px rgba(255, 201, 80, 0.1), 0px 6px 10px rgba(255, 201, 80, 0.06), 0px 1px 18px rgba(255, 201, 80, 0.06);
}

.pointer {cursor: pointer;}

.navbar-light-toggler-icon {
    /* background-image: url("/assets/icons/burgerMenuWhite.svg") !important; */
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.hover-nav{
    border-bottom: 2px solid #FFBB24;
}

.bg-transparent{
    background: transparent;
    background-color: transparent;
    box-shadow: none;
}

.btn-nav-transparent{
    background: transparent;
    background-color: transparent;
    border: 1px solid white;
}

.dropdown-item-f:focus {
    background: rgba(224, 224, 224, 0.938);
}

.dropdown-item.active, .dropdown-item:active {
    background: rgba(224, 224, 224, 0.938);
}

.submenu-hidde{
    display: none;
}

.submenu-show{
    display: block;
}

.no-apacity, .no-apacity:hover{
    opacity: 1 !important;
}

.hover-opacity-8:hover{
    opacity: 0.8;
}

.opacity-06{
    opacity: 0.6;
}

.opacity-09{
    opacity: 0.9;
}

.ml-p1-nav{
    margin-left: 40px;
}

.no-underline a:hover, .no-underline:hover{
    text-decoration: none !important;
}

@media screen and (min-width: 1281px) {
    .hover-nav{
        border-bottom: 0.15625vw solid #FFBB24;
    }
    .btn-nav-transparent{
        border: 0.078125vw solid white;
    }
    .ml-p1-nav{
        margin-left: 3.125vw;
    }
    .eosNavImg {
        width: 9.375vw;
    }
    .navbar {
        padding: 0.625vw 1.25vw;
    }
}

.border-none{
    border: none;
}

.m-block{
    display: none;
}

.nobtn{
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.safe-top-fv{
    padding-top: 64px;
}

.btn-p{
    padding: 12px 24px;
    border-radius: 100px;
}

.btn-p-38{
    padding: 12px 38px;
    border-radius: 100px;
}

.h-auto{
    height: auto !important;
}

.container-auto{
    width: auto;
}

.container-05{
    width: 5%;
}

.scale-2x{
    -webkit-transform: scale(2);
    transform: scale(2)
}

.container-5{
    width: 5%;
}

.container-10{
    width: 10%;
}

.container-15{
    width: 15%;
}

.container-18{
    width: 18%;
}

.container-20{
    width: 20%;
}

.container-25{
    width: 25%;
}

.container-30{
    width: 30%;
}

.container-33{
    width: 33%;
}
.container-35{
    width: 35%;
}

.container-40{
    width: 40%;
}

.container-45{
    width: 45%;
}

.container-48{
    width: 48%;
}

.container-50{
    width: 50%;
}

.container-55{
    width: 55%;
}

.container-60{
    width: 60%;
}

.container-65{
    width: 65%;
}

.container-70{
    width: 70%;
}

.container-75{
    width: 75%;
}

.container-80{
    width: 80%;
}

.container-85{
    width: 85%;
}

.container-90{
    width: 90%;
}

.container-95{
    width: 95%;
}

.container-full{
    width: 100%;
}

.container-110{
    width: 110%;
}

.container-120{
    width: 120%;
}

.container-125{
    width: 125%;
}

.container-140{
    width: 140%;
}

.container-150{
    width: 150%;
}

.container-180{
    width: 180%;
}

.container-92{
    width: 92.3%;
    margin: auto;
}
.container-95{
    width: 95%;
}
.container-105{
    width: 105%;
}
.container-100{
    width: 100%;
}

.min-container-10{
    min-width: 10%;
}

.min-container-20{
    min-width: 20%;
}

.min-container-30{
    min-width: 30%;
}

.min-container-40{
    min-width: 40%;
}

.min-container-50{
    min-width: 50%;
}

.min-container-60{
    min-width: 60%;
}

.min-container-70{
    min-width: 70%;
}

.min-container-80{
    min-width: 80%;
}

.min-container-90{
    min-width: 90%;
}

.min-container-100{
    min-width: 100%;
}

.w-max-full{
    max-width: 100%;
}

.gap-1{
    gap: 0.25rem;
}

.gap-3{
    gap: 0.75rem;
}
.gap-5{
    gap: 1.1rem;
}
.gap-2{
    gap: 0.5rem;
}

.gap-oldnav{
    gap: 1.15rem;
}

.gap-6{
    gap: 1.5rem;
}

.gap-9{
    gap: 2.25rem;
}

.gap-12{
    gap: 3rem;
}

.gap-14{
    gap: 3.5rem;
}

.gap-16{
    gap: 4rem;
}

.position-tooltip{
    z-index: 10011; 
    right: 0; 
    top: 0;
}

.space-letter-4{
    letter-spacing: 4px;
}

.text-white{
    color: white !important;
}
.text-blueFooter{
    color: var(--bgFooter);
}
.img-cover-center{
    width: 100%;
    height: auto;
}

.h-1-px{
    height: 1px;
}

.h-05-em{
    height: 0.5em;
}

.h-1-em{
    height: 1em;
}

.h-1-5-em{
    height: 1.5em;
}

.h-16-px{
    height: 16px;
}

.h-85{
    height: 85%;
}

.h-full{
    height: 100%;
}

.max-h-100{
    max-height: 100%;
}

.icon-lang{
    width: 33px;
    border-radius: 50%;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.25);
}

.container-lang{
    min-width: 40px;
}

.container-h-apps{
    height: 43px;
}

.lh-1{
    line-height: 1;
}

.overflow-inherit{
    overflow: inherit;
}

.z-index-negative-1{
    z-index: -1;
}


.z-index-1{
    z-index: 1;
}

.z-index-2{
    z-index: 2;
}

.z-index-3{
    z-index: 3;
}

.text-uppercase{
    text-transform: uppercase;
}

.border-radius-50{
    border-radius: 50%;
}

@supports(object-fit: cover) {
    .img-cover-center{
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }
}

.line-contact{
    height: 100%;
    width: 2px;   
}

.btn-move-nbr{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-move-nbr-c{
    width: 40px;
    height: 40px;
}

.arrows-bnr{
    height: 15px;
}

.modal{
    z-index: 10000 !important;
}
.btn__uni{
    width: 40%;
    padding: .5% 0;
    text-align: center;
    background-color: var(--bluePrimary);
    color: var(--whiteGb);
    border-radius:32px ;
    -webkit-border-radius:32px ;
    -moz-border-radius:32px ;
    -ms-border-radius:32px ;
    -o-border-radius:32px ;
}
@media screen and (min-width: 1282px) {
    .postion-lg-absolute{
        position: absolute;
    }

    .navbar-collapse .gap-12{
        gap: 3.75vw;
    }

    .container-h-apps{
        height: 3.059375vw;
    }

    .border-radius-12{
        border-radius: 0.9375vw;
    }
    
    .rounded-20{
        border-radius: 1.5625vw;
    }
    
    .rounded-100{
        border-radius: 7.8125vw;
    }
    
    .border-fv-gray-2{
        border: 0.15625vw solid #BDBDBD;
    }
    
    .mt-3{
        margin-top: 1.25vw !important;
    }
    .mt-4{
        margin-top: 1.875vw !important;
    }
    .my-3{
        margin-top: 1.25vw !important;
        margin-bottom: 1.25vw !important;
    }
    .py-5{
        padding-top: 3.75vw !important;
        padding-bottom: 3.75vw !important;
    }
    .mb-5{
        margin-bottom: 3.75vw !important;
    }
    .icon-lang{
        width: 2.278125vw;
    }
    .hover-nav{
        border-bottom: 0.15625vw solid #FFBB24;
    }
    .safe-top-nav{
        padding-top: 4.609375vw;
    }
    .safe-top-fv{
        padding-top: 4.609375vw;
    }
    .btn-move-nbr-c{
        width: 3.125vw;
        height: 3.125vw;
    }
    .btn-move-nbr-c, .circleblue-s1{
        width: 3.125vw;
        height: 3.125vw;
    }
    .arrows-bnr{
        height: 1.171875vw;
    }
    .px-5{
        padding-left: 3.75vw !important;
        padding-right: 3.75vw !important;
    }
}
@media screen and (min-width:991px) {
    .position-lg-absolute{
        position: absolute;
    }
}

@media screen and (max-width: 991px) {
    
    .safe-top-for-sm{
        padding-top: 62px;
    }
    /* .dropdown-toggle::after {
        margin-top: 10%;
    } */
    .mb-mw-991{
        margin-bottom: 3rem;
    }
    .md-container-85{
        width: 85%;
    }
    .md-container-90{
        width: 90%;
    }
    .md-container-100{
        width: 100%;
    }
    .md-container-45{
        width: 45%;
    }
    .md-container-40{
        width: 40%;
    }
    .md-container-20{
        width: 20%;
    }
    .dp-none-991{
        display: none;
    }
    
}

@media screen and (min-width: 768px) {
    .position-md-absolute{
        position: absolute;
    }
    .min-md-container-100{
        width: 100%;
    }
    .min-h-md-100{
        height: 100%;
    }
    .min-w-md-65{
        width: 65%;
    }
    .min-w-md-50{
        width: 50%;
    }
    .min-w-md-25{
        width: 25%;
    }
}

@media screen and (min-width: 575.98px){
    .object-sm-cover{
        object-fit: cover;
    }
    .min-sm-50{
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .icon-lang{
        border-radius: 50%;
        box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.25);
    }
    .px-mx-md-0{
        padding-left: 0px  !important;
        padding-right: 0px !important;
    }
    .boder-zero-md{
        border-radius: 0px;
    }
    .hidden-mx-md{
        display: none;
    }
    .ml-sm-8{
        margin-left: 8% !important;
    }
    .w-mx-md-200{
        width: 200%;
    }
    .w-mx-md-175{
        width: 175%;
    }
    .w-mx-md-150{
        width: 150%;
    }
    .w-mx-md-125{
        width: 125%;
    }
    .w-mx-md-100{
        width: 100%;
    }
    .w-mx-md-95{
        width: 95%;
    }
    .w-mx-md-92{
        width: 92%;
    }
    .w-mx-md-90{
        width: 90%;
    }
    .w-mx-md-85{
        width: 85%;
    }
    .w-mx-md-80{
        width: 80%;
    }
    .w-mx-md-70{
        width: 70%;
    }
    .w-mx-md-65{
        width: 65%;
    }
    .w-mx-md-60{
        width: 60%;
    }
    .w-mx-md-55{
        width: 55%;
    }
    .w-mx-md-50{
        width: 50%;
    }
    .w-mx-md-45{
        width: 45%;
    }
    .w-mx-md-40{
        width: 40%;
    }
    .w-mx-md-35{
        width: 35%;
    }
    .w-mx-md-30{
        width: 30%;
    }
    .w-mx-md-25{
        width: 25%;
    }
    .w-mx-md-20{
        width: 20%;
    }
    .w-mx-md-15{
        width: 15%;
    }
    .w-mx-md-10{
        width: 10%;
    }
    .w-mx-md-5{
        width: 5%;
    }
    .w-mx-md-92{
        width: 92.3%;
        margin: auto;
    }
    .safe-top-fv{
        padding-top: 49px;
    }
    .gap-s-1{
        gap: 0.25rem;
    }
    
    .gap-sm-3{
        gap: 0.75rem;
    }
    
    .gap-sm-2{
        gap: 0.5rem;
    }
    .gap-sm-12{
        gap: 3rem;
    }
    .force-color-sm-yellow{
        color: #FFC950 !important;
        font-weight: 500;
    }
    .border-radius-10{
        border-radius: 10px;
    }
}

@media screen and (max-width: 576px) {
    .w-mx-sm-100{
        width: 100%;
    }
    .w-mx-sm-95{
        width: 95%;
    }
    .w-mx-sm-92{
        width: 92%;
    }
    .w-mx-sm-90{
        width: 90%;
    }
    .w-mx-sm-85{
        width: 85%;
    }
    .w-mx-sm-80{
        width: 80%;
    }
    .w-mx-sm-70{
        width: 70%;
    }
    .w-mx-sm-65{
        width: 65%;
    }
    .w-mx-sm-60{
        width: 60%;
    }
    .w-mx-sm-50{
        width: 50%;
    }
    .w-mx-sm-45{
        width: 45%;
    }
    .w-mx-sm-40{
        width: 40%;
    }
    .w-mx-sm-35{
        width: 35%;
    }
    .w-mx-sm-30{
        width: 30%;
    }
    .w-mx-sm-25{
        width: 25%;
    }
    .w-mx-sm-20{
        width: 20%;
    }
    .w-mx-sm-15{
        width: 15%;
    }
    .w-mx-sm-10{
        width: 10%;
    }
    .m-block{
        display: block;
    }
}
 

/* borrar */
.text-red-white{
    color: white !important;
}


.bg-warning-300{
    background-color: #d5981d !important;
}