/*tipografias-------------------------------*/

@font-face {
  font-family: mainFont;
  src: url(../fonts/BrutaProCondensed-Regular.ttf);
}

@font-face {
  font-family: mainFontSemiBold;
  src: url(../fonts/BrutaProCondensed-SemiBold.ttf);
}

@font-face {
  font-family: mainFontBold;
  src: url(../fonts/BrutaProCondensed-Bold.ttf);
}

@font-face {
  font-family: mainFontBlack;
  src: url(../fonts/BrutaProCondensed-Black.ttf);
}

@font-face {
  font-family: mainFontLight;
  src: url(../fonts/BrutaProCondensed-Light.ttf);
}

/*body-------------------------------*/

*{font-family: 'mainFont', sans-serif;
  color: #1D1D1D;
  line-height: 150%;
  margin: 0px;
  padding: 0px;}

.bg_dark{background-color: #201F20;}
.bg_white{background-color: #FFFFFF;}

.txt_dark{color: #201F20;}
.txt_white{color: #FFFFFF;}

h1{font-family: 'mainFontBold', serif;
    font-size: 2.6em;
    text-transform: uppercase;}

/*btt-------------------------------*/


.btt{
    z-index: 3;
    position: fixed;
    right: 50px;
    bottom: 50px;
    filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.46));
    transition: 0.3s;}

.btt:hover{
    transform: scale(0.9);}

/*headerD-------------------------------*/


.headerD{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 26px 5%;
    background-color: #1D1D1D;}

.logoHeader{
    display: flex;
    align-content: flex-start;
    width: 20%;}

.headerD img{
    width: 100%;
    height: 50px;}

.navHeader{
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;}

@media only screen and (max-width: 1224px){
   .navHeader{ width: 70%;}}

.navHeader a{
    font-family: "mainFont", serif;
    color: white;;
    text-decoration: none;
    white-space: nowrap;
    padding-top: 6px;
    transition: 0.3s;}


.navHeader a:hover{
    border-top: 1px solid white;
    padding-top: 6px;
    color: #A9D3E1;}

.preguntasNav .material-symbols-rounded{
    font-size: 1.3em;
    margin-bottom: 0px;
    margin-top: 8px}

.active{
    border-top: 1px solid white;
    padding-top: 6px;
    color: #3AA7B6;}


/*headerS-------------------------------*/


.headerS{
    display: none;
    justify-content:space-around;
    padding: 26px 10.42%;
    background-color: #201F20;}

.headerS img{
    height: 45px;}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 4;
    top: 0;
    right: 0;
    background-color: #201F20;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 180px}

.sidenav a {
    padding: 13px 8px 13px 8px;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.5em;
    color: white;
    display: block;
    transition: 0.3s;
    white-space: nowrap;}

.sidenav a:hover {
  color: #A9D3E1;}

.sidenav .closebtn {
    position: absolute;
    padding: 0px;
    top: 24px;
    left: 24px;
    margin-left: 0px;}

.sidenav .closebtn img{
    width: 24px;}

.closebtn img{
    filter: brightness(1000%);}

.menuIcon{
    filter: brightness(1000%);
    position: absolute;
    right: 24px;}

.menuIcon img{
    width: 24px;}





/*dropdown headerD-------------------------------*/


.carrerasNav{
    position: relative;
    display: inline-block;}

.dropbtn{
    background-color: #191919;
    color: #FCF9D8;
    border: none;
    margin-left: 50px;}

.dropdownContent{
    padding-top: 40px;
    text-align: right;
    display: none;
    position: absolute;
    background-color: #191919;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: -20px;


    animation-name: drop;
    animation-duration: 0.3s;
    animation-timing-function: ease-out;}


@keyframes drop{
    from{opacity: 0%; top: 15px;}
    to{opacity: 100%; top: 25px;}}


.dropdownContent a{
    margin-left: 0px;
    color: #FCF9D8;
    padding: 16px 20px 16px 50px;
    display: block;
    transition: 0.3s;}

.dropdownContent a:hover{
    background-color: #222222;}


.carrerasNav:hover .dropdownContent{
    display: block;}


.carrerasNav:hover .dropbtn{
    color: #FF0000;
    transition: 0.3s;}



/*header-------------------------------*/

.countdown{
    background-color: #3AA7B6;
    padding: 7px 17.15%;
    text-align: center;}

.countdown p{
    font-family: 'mainFontSemiBold', sans-serif;
    color: white;
    font-size: 1.25em;
    font-weight: 500;
    letter-spacing: 4px;
    margin-bottom: 0px;}


/*banner1-------------------------------*/



.banner1{
    background-image: url(../images/images/fondoBanner.png);
    background-size: cover;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-position: bottom;
    text-align: center;
    padding: 80px 0px;}

.FAD{
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 120px;}

.FAD h2{
    font-family: "mainFontBold", sans-serif;
    font-size: 1.2em;
    padding-right: 40px;}

.FAD h3{font-size: 1.2em;}


.verticeComp{margin-bottom: 280px;}

.banner1 article{
    width: 30%;
    margin: auto;
    padding-bottom: 40px;}

/*concepto-------------------------------*/

.concepto{
    background-image: url(../images/images/FormaSobre.png);
    background-size: 400px;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    display: flex;
    justify-content: flex-end;
    padding-bottom: 80px;
    width: 100%}

.concepto div{
    padding: 200px 10%;
    width: 50%;}

.concepto div p{
    text-align: left;
    font-family: "mainFont", sans-serif;
    color: white;}

.concepto b {color: white;}


/*opciones-------------------------------*/

.actividades{
    height: 320px;
    display: flex;
    justify-content: space-between;}

.actividades div{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 30px;
    width: 100%;}

.actividades div h4{
    color: white;
    font-family: "mainFontBlack", sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 2em;
    text-shadow: 0px 0px 6px rgba(0,0,0,0.6);
}

.visitas, .charlas{
    border-right: 4px solid #201F20;
}

.visitas{background-image: url(../images/images/visitas.png)}
.charlas{background-image: url(../images/images/charlas.png)}
.instalaciones{background-image: url(../images/images/instalaciones.png)}


/*Programas-------------------------------*/

.sec_programas{
    display: flex;
    margin: auto;
    justify-content: space-between;
    padding: 120px 10%;
    width: 100%;}

.sec_programas article{
    text-align: right;
    display: flex;
    flex-direction: column;
    align-self: center;
    width: 40%;}

.sec_programas article p, .sec_programas article h1{color: white;}

.sec_programas article h1{
    font-family: "mainFontSemiBold", sans-serif;
    line-height: 1em;
    padding-bottom: 30px;}

.sec_programas .programas{
    display: flex;
    flex-direction: column;
    justify-content:space-around;}

.sec_programas div{
    text-align: center;
    width: 40%;}

.btn_chip {
    border: 1px solid white;
    border-radius: 32px;
    padding: 12px 20px;
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-family: "mainFont", sans-serif;
    text-align: center;}

.btn_chip:hover{
    transition: 0.3s;
    background-color: #3AA7B6;
    color: white;}

/*historial-------------------------------*/


.sec_historial{
    padding: 120px 10%;
    text-align: center;}

.sec_historial h1{
    color: white;
    font-family: "mainFontSemiBold", sans-serif;
    padding-bottom: 60px;}

.sec_historial .historial{
    display: flex;
    flex-direction: column;}

.historialfila{
    height: 80px;}

.historialfila a{
    margin: 0px 20px;}


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


.navFooter{
    width: 80%;
    margin: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    align-items: center;
    display: flex;
    justify-content: space-between;}

.logosFooter{
    width: 50%;
    align-items: center;
    justify-content: flex-start;
    display: flex;}

.logoURL{
    background-image: url(../images/logos/logoURL_blanco.svg);
    height: 60px;
    background-position: center;
    width: 135px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 30px;}

.logoVertice{
    border-left: 1px solid #8C8C8C;
    padding-left: 30px;}

.logosFooter .logoVertice h3, .logoVertice h2{
    color: white;}

.logoVertice h3{
    font-family: "mainFontLight", sans-serif;
    font-size: 0.8em;
    margin-bottom: 0px;}

.logoVertice h2{
    font-size: 0.8em;
    font-family: "mainFontSemiBold", sans-serif;}

.redesFooter{
    width: 50%;
    display: flex;
    justify-content: space-between;}

.redesFooter a{
    font-family: "mainFont", sans-serif;
    font-weight: 300;
    font-size: 0.8em;
    color: white;
    text-decoration: none;
    transition: 0.3s;}

footer a:hover{
    color: #A9D3E1;
    opacity: 100%}

.copy{
    display: flex;
    justify-content: center;
    padding: 12px 0px 24px 0px;}

footer p{
    font-family: "mainFontLight", sans-serif;
    height: 0px;
    font-size: 0.7em;
    font-weight: 300;
    color: white;
    text-align: center;}

footer .logosFooter img{height: 40px;}

footer .redesFooter img{
    height: 27px;
    transition: 0.3s;}

@media only screen and (max-width: 1224px){
   .navFooter{width: 90%;}
   .logosFooter{width: 32%;}
   .redesFooter{width: 60%;}
}




/*RESPONSIVE-------------------------------*/
/*RESPONSIVE-------------------------------*/
/*RESPONSIVE-------------------------------*/


@media only screen and (max-width: 768px){
    
    
/*fixed-------------------------------*/    
.btt{
    right: 30px;
    bottom: 50px;
    transform: scale(0.7);}    
    
.btt:hover{
    transform: scale(0.6);}  
    
    
.headerD{
    display: none;}     

.headerS{
    display: flex;}    
    
.headerS{justify-content: space-between;}
    
    
/*header-------------------------------*/


.countdown p{
    font-size: 1.2em;
    font-weight: 400;}   
    
    
/*banner1-------------------------------*/

.banner1{
    background-image: url(../images/images/fondoBannerSmartphone.png);
    background-size: cover;
    width: 100%;
    background-position: bottom;
    padding: 60px 0px;}

.FAD{margin-bottom: 60px;}

.FAD h2{
    font-size: 0.8em;
    padding-right: 20px;}

.FAD h3{font-size: 0.8em;}

.verticeComp{
    width: 50%;
    margin: auto;
    margin-bottom: 90px;}
    
.verticeComp img{width: 100%;}

.banner1 article{
    width: 40%;}
    
.banner1 article p{font-size: 0.9em;}

/*concepto-------------------------------*/

.concepto{
    background-image: url(../images/images/Home_Blanco.png);
    background-size: 220px;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    display: flex;
    justify-content: flex-end;
    padding-bottom: 80px;
    width: 100%}

.concepto div{
    padding-top: 400px;
    padding-bottom: 20px;
    width: 100%;}

.concepto div p{
    text-align: left;
    font-family: "mainFont", sans-serif;
    color: white;}



/*opciones-------------------------------*/

.actividades{
    height: auto;
    flex-direction: column;}

.actividades div{ height: 280px;}

.visitas, .charlas{border-bottom: 4px solid #201F20; }    
    
.actividades div h4{font-size: 2em;}



 /*Programas-------------------------------*/

.sec_programas{
    flex-direction: column;
    width: 100%;
    padding-bottom: 0px;}
    
.sec_programas article p, .sec_programas article h1{
    text-align: center;
    width: 100%;}

.sec_programas article{
    margin: auto;
    padding-right: 0%;
    margin-bottom: 40px;
    width: 80%;
    border-right: 0px;}

.sec_programas div{
        width: 100%;
    padding-left: 0%;
    }
    
.sec_programas div a{
    margin: 10px 20%;
}   
    
 .sec_historial .historial .historialfila{
    display: flex;
    flex-direction: column;}   
    
.historialfila{height: auto;}

.historialfila a{
    margin: 10px 20%;}

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

.navFooter{
    flex-direction: column;}

.logosFooter{
    justify-content: center;
    width: 80%;}

.redesFooter{
    width: 80%;
    flex-direction: column;
    text-align: center;
    margin-top: 60px;}

.redesFooter a{
    margin-bottom: 30px;}
    
.navFooter{
    padding-bottom: 30px;}
   

   
    
    
}