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

a {
    text-decoration: none !important;
    color: inherit;
}

h2 {
    font-family: "Alexandria";
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 800;
}

h3 {
    font-family: "Alexandria";
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
}

h4 {
    font-family: "Alexandria";
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

h5 {
    font-family: "Alexandria";
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
}

body{
    overflow-x: hidden;
}

p{
    font-size: 20px;
}



/*HEADER*/
.fondo-logo {
    background-color: #F0B505;
    padding: .8%;
    text-align: center;
}

/*NAV*/
.nav-link {
    font-family: "Albert Sans";
    font-weight: 800;
    font-size: 22px;
}

.nav-link:hover {
    font-family: "Albert Sans";
    font-weight: 900;
    transform: scale(1.1);
}

.nav-link.dropdown-toggle::after {
    display: none;
}

/*PORTADA*/
.portada {
    background-image: linear-gradient(#0000001e, #000000de), url(../images/portada-inicio);
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 10% 14%;
    background-attachment:fixed;
}

.portada-programa {
    background-image: linear-gradient(#0000001e, #000000de), url(../images/portada-programa);
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
    padding: 10% 14%;
    background-attachment:fixed;
}

.portada-stellentravel {
    background-image: linear-gradient(#0000001e, #000000de), url(../images/portada-stellentravel);
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
    padding: 10% 14%;
    background-attachment:fixed;
}

.portada-franschhoek {
    background-image: linear-gradient(#0000001e, #000000de), url(../images/portada-franschhoek);
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
    padding: 10% 14%;
    background-attachment:fixed;
}

.portada-johannesburg {
    background-image: linear-gradient(#0000001e, #000000de), url(../images/portada-johannesburg.jpg);
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
    padding: 10% 14%;
    background-attachment:fixed;
}

.portada-actividades {
    background-image: linear-gradient(#0000001e, #000000de), url(../images/portada-actividades.jpg);
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
    padding: 10% 14%;
    background-attachment:fixed;
}

.portada-conexion {
    background-image: linear-gradient(#0000001e, #000000de), url(../images/portada-conexion);
    text-align: center;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    text-align: center;
    padding: 10% 14%;
    background-attachment:fixed;
}

.portada-puentes {
    background-image: linear-gradient(#0000001e, #000000de), url(../images/portada-puentes);
    text-align: center;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    text-align: center;
    padding: 10% 14%;
    background-attachment:fixed;
}

.portada-blog {
    background-image: linear-gradient(#0000001e, #000000de), url(../images/portada-blog);
    text-align: center;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    text-align: center;
    padding: 10% 14%;
    background-attachment:fixed;
}

.portada-luis {
    background-image: linear-gradient(#0000001e, #000000de), url(../images/portada-luis);
    text-align: center;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    text-align: center;
    padding: 10% 14%;
    background-attachment:fixed;
}

.portada-mariana {
    background-image: linear-gradient(#0000001e, #000000de), url(../images/portada-mariana);
    text-align: center;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    text-align: center;
    padding: 10% 14%;
    background-attachment:fixed;
}

.portada-carlos {
    background-image: linear-gradient(#0000001e, #000000de), url(../images/portada-carlos);
    text-align: center;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    text-align: center;
    padding: 10% 14%;
    background-attachment:fixed;
}

.portada-faq {
    background-image: linear-gradient(#0000001e, #000000de), url(../images/portada-faq.jpg);
    text-align: center;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    text-align: center;
    padding: 10% 14%;
    background-attachment:fixed;
}

.portada-contacto {
    background-image: linear-gradient(#0000001e, #000000de), url(../images/portada-contacto.jpg);
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
    padding: 10% 14%;
    background-attachment:fixed;
}

.portada-h1 {
    color: #ffffff;
    text-align: center;
    font-family: "Alexandria";
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 800;

}

.portada-p {
    font-family: 'Albert Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    color: #ffffff;
    text-align: center;
    padding-bottom: 3%;
}



.boton-texto {
    display: inline-block;
    color: #000000;
    background-color: #F0B505;
    border-radius: 10px;
    padding: 1% 4%;
    transition: all ease .3s;
    font-family: 'Albert Sans';
    font-weight: 700;
    font-size: 18px;
}

.boton-texto:hover {
    color: #ffffff;
    background-color: #F0B505;
    transform: scale(1.03);
}



/*NOS-DISTINGUE*/
.nos-distingue {
    padding-top: 10%;
    text-align: center;
    font-family: 'Albert Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;

}

.nos-distingue img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    background-color: #000000;
    border-radius: 50%;
    padding: 10px;
    margin: 15px;
}


/*ACORDEON*/
.acordeon {
    padding: 15%;
    text-align: center;
    font-family: 'Albert Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;

}

.acordeon button {
    font-family: "Alexandria";
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 800;

}


.accordion-button::after {
    content: "";
    background-image: url('../images/icono-acordeon.svg');
    background-size: 45px 45px;

    width: 45px;
    height: 45px;
    margin-left: auto;
    transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('../images/icono-acordeon.svg');
    transform: rotate(45deg);
}

.lista-b{
    font-family: 'Albert Sans';
    font-weight: 400;
    font-size: 20px !important;
    line-height: 1.2;
}

/*FOOTER*/
footer {
    vertical-align: middle;
    background-color: #000000;
    padding: 5%;
    color: #ffffff;
}

.footer-copy {
    font-size: 12px;
    margin: 0;
    text-align: center;

}

footer img {
    width: 58%;
    padding-top: 5%;
    padding-bottom: 2%;
    text-align: center;
}

footer img:hover {
    transform: scale(1.1);
}

footer p{
    font-family: 'Albert Sans';
    font-weight: 200;
    font-size: 12px;
}


ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1.18;
}

li {
    padding-bottom: 3%;
    font-family: 'Albert Sans';
    font-weight: 200;
    font-size: 12px;

}


footer a:hover{
    font-weight: 400;
    transform: scale(1.1);
}

.footer-redes-sociales {

    margin-bottom: 55px;
    text-align: left;

}

.footer-redes-sociales img {
    background-color: #10100f;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    padding: 2.5%;
    margin-inline: .3%;
    transition: all .5s ease;
    text-align: center;
}

.footer-redes-sociales img:hover {
    border: 2.5px solid #ffffff;
    transform: scale(1.1);
}

/*EXCLUSIVOS PROGRAMAS*/
.container-programa{
    padding: 10%
}
.card-programa {
    border: 1.5px solid #000000;
    border-radius: 25px;
    padding-bottom: 5%;
    text-align: left;
    overflow: hidden;
    position: relative;}

    .card-programa img{
        width: 100%;
    }


.card-texto{
    margin: 5% 5% 0 5%;
    line-height: 1.2;
}

.container-programa .boton-texto {
    display: inline-block;
    color: #000000;
    background-color: #F0B505;
    border-radius: 8px;
    padding: 1.5% 4%;
    margin-bottom: 2%;
    transition: all ease .3s;
    font-family: 'Albert Sans';
    font-weight: 700;
    font-size: 17px;
}

.container-programa .boton-texto:hover {
    color: #ffffff;
    background-color: #F0B505;
    transform: scale(1.03);
}

/*EXCLUSIVOS ACTIVIDADES */
figure img{
    max-width: 100%;
    margin: 0 auto;
}

.container-programa p{
    padding-bottom: 10px;
}

figcaption{
    font-family: 'Albert Sans' !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    color: #000000;
    padding: 10px 0 10px 0;

}










@media (min-width: 1200px)


{
    
    .nav-item {
        padding-bottom: 0;
    }

    .acordeon {
        padding: 5%;
        text-align: center;
        font-family: 'Albert Sans';
        font-weight: 400;
        font-size: 20px;
        line-height: 1.2;
    
    }
    .portada-h1 {
    
        font-size: 60px;
      
    
    }
}



/*Large devices (less than 1200px)*/
@media (max-width: 1200px) {

    .nav-item {
        padding-bottom: 0;
    
    }

}


/*Medium devices (less than 992px)*/
@media (max-width: 992px) {
    .nav-item {
        padding-top: 0;
        padding-bottom: 0;

    }

    .nav-item a {
        font-size: 18px;
    }

    .nav-link:hover {
        font-family: "Albert Sans";
        font-weight: 900;
        transform: scale(1);
    }
    .acordeon {
        padding: 15% 0 10% 0;
    }

    footer img {
        width: 28%;
        padding-top: 5%;
        text-align: center;
    }


}



/*Small devices (less than 768px)*/
@media (max-width: 768px) {

    html {
        scroll-behavior: smooth;
        scroll-padding-top: 30%;
    }


    .portada {
        padding: 15% 10%;
        text-align: center;
    
}

.portada-h1 {
    padding-bottom: 0%;
    font-size: 28px;

}

p{
    font-size: 18px;
}

.portada-p {
    font-size: 18px;
    padding-bottom: 3%;
}

.boton-texto {
    border-radius: 20px;
    padding: 2% 15%;
    font-size: 18px;
}

h2 {
    font-size: 28px;
}

.nos-distingue {
padding-bottom: 5%;
    padding-top: 15%;
    padding-inline: 10%;
    font-size: 18px;
}

.acordeon {
    padding-top: 5%;
    padding-bottom: 15%;
    font-size: 18px;
}

.acordeon button {
    font-size: 27px;
}

.accordion-button::after {
    background-size: 26px 26px;
    width: 26px;
    height: 26px;
}

footer li{
    padding-bottom: 1%;
}

footer img {
    width: 32%;
    padding-top: 5%;
    padding-bottom: 2%;
    text-align: left;
}


.footer-redes-sociales img {
    background-color: #10100f;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    padding: 1%;
    margin-inline: .3%;
    transition: all .5s ease;
    text-align: left;
}




footer div {
    padding-bottom: 2%;
    text-align: center;
}
.navbar-nav .dropdown-menu {
    display: none !important;
}
.footer-redes-sociales {
    text-align: center;
    margin: 0 auto;
}
}









/* Extra small devices (less than 576px) / @media (max-width: 576px) { … }