@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');


:root {
    --color-01: #2156B5;  /*** COLOR PRINCIPAL ***/
    --color-02: #233A97;  /*** COLOR SECUNDARIO ***/
    --color-03: #E00681;  /*** COLOR TERCIARIO ***/
    --color-04: #36647e;  /******** LINKS ********/
    --color-05: #eeeff1;  /******** HEADER ********/
}

*{
  font-family: "Raleway", sans-serif !important;
}

html{
    font-size: 14px;
    scroll-behavior: smooth;
}

section , div{
    scroll-margin-top: 100px !important;
}


/* VARIOS ==========================================
====================================================*/

.py-7{
    padding-top: 5.5rem;
    padding-bottom: 1rem;
}



.w-periodos{
    width: 100%;
}



.ratio-carrousel{
    aspect-ratio: 1 / 1;
}


.carousel-control-prev {
  left: -6%;
}

.carousel-control-next {
  right: -6%;
}


.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23004481'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23004481'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}


.carousel-inner{
    width: 85%;
    margin: auto;
}



.border-primary{
    border-color: rgba(54, 100, 126,var(--bs-border-opacity))!important;
}
.border-tertiary {
    border-color: rgba(224, 6, 130, var(--bs-border-opacity)) !important;
}



/* FUENTES ==========================================
====================================================*/

.text-small{
    font-size: 0.8rem;
}
.text-xsmall{
    font-size: 0.64rem;
}


.text-primary{
    color: var(--color-01) !important;
}

.text-secondary{
    color: var(--color-02) !important;
}

.text-tertiary{
    color: var(--color-03) !important;
}

.title-periodos{
    background-color:#E00681;
    font-size: 16px;
    color:#ffffff;
}

/* BACKGROUNDS =====================================
====================================================*/

.bg-condis-footer{
    background-color:#D4D9DD;
}

.bg-primary{
    background: var(--color-01) !important;
}
.bg-tertiary{
    background: var(--color-03) !important;
}


.bg-header{
    background: var(--color-05) !important;
}

.bg-banner-principal{
    background: var(--color-01);
    padding-top: 8rem;
    padding-bottom: 8rem;
}


.bg-white-transparente{
    background: linear-gradient(rgba(255, 255, 255, .7) , rgba(255, 255, 255, .85));
    backdrop-filter: blur(8px);
}




/* BOTONES / LINK ==================================
====================================================*/

.nav-link{
    color: #537E94 !important;
}
.nav-link:hover{
    color: #446c80 !important;
}


.link-primary{
    color: var(--color-04) !important;
    text-decoration-color: color-mix(in srgb, var(--color-04) 75%, transparent) !important;
}
.link-primary:hover{
    color: color-mix(in srgb, var(--color-04) 75%, black) !important;
    text-decoration-color: color-mix(in srgb, var(--color-04) 90%, transparent) !important;
}




.btn-primary{
    background: var(--color-02) !important;
    color: rgb(248, 249, 250);
    border-color: var(--color-02) !important;
    border-radius: 0px;
}
.btn-primary:hover{
    background: #02a5a5 !important;
    color: rgb(248, 249, 250);
    border-color: #02a5a5 !important;
}


.btn-outline-secondary{
    color: var(--color-03) !important;
    border-color: var(--color-03) !important;
}
.btn-outline-secondary:hover{
    color: #f8f9fa !important;
    background: var(--color-03) !important;
}


.btn-close{
    color:#537E94 !important;
}

/* BANNER ==========================================
====================================================*/

.logo-banner{
    height: 20px;
}





@media (min-width: 768px){

    html{
        font-size: 16px;
    }



    .w-periodos{
        width: 32%;
        display: flex;
    }



    .ratio-carrousel{
        aspect-ratio: 16 / 9;
    }

    .carousel-inner{
        width: 90%;
    }


    /* BANNER ===================================
    =============================================*/

    .logo-banner{
        height: 25px;
    }
}

@media (max-width: 992px){
    .wrap-cta-fill-vuelo{
        width: 80% !important;
        margin-left:10% !important;
    }
}

@media (min-width: 992px){

    .bg-header{
        width: 49%;
    }


    .carousel-control-prev {
      left: -8%;
    }

    .carousel-control-next {
      right: -8%;
    }
}




@media (min-width: 1200px){

    .w-periodos{
        width: 19%;
    }

}

