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

font-family: 'Raleway', sans-serif;
font-family: 'Aleo', serif;

*/

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

*{font-family: 'Raleway', sans-serif;
  color: #1D1D1D;
  margin: 0px;
  padding: 0px;}

.bg_beige{background-color: #F1DFB9;}
.bg_dark{background-color: #1D1D1D;}
.bg_blue{background-color: #3AA7B6;}
.bg_white{background-color: #FFFFFF;}

.txt_beige{color: #F1DFB9;}
.txt_dark{color: #1D1D1D;}
.txt_blue{color: #3AA7B6;}
.txt_white{color: #FFFFFF;}

h1{font-family: 'Aleo', 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(104, 69, 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: 'Aleo', serif;
    color: #F1DFB9;;
    text-decoration: none;
    white-space: nowrap;
    padding-top: 6px;
    transition: 0.3s;}


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

.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: #191919;}

.headerS img{
    height: 45px;}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 4;
    top: 0;
    right: 0;
    background-color: #191919;
    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: #FCF9D8;
    display: block;
    transition: 0.3s;
    white-space: nowrap;}

.sidenav a:hover {
  color: #3AA7B6;}

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

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


.menuIcon{
    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: 'Raleway', sans-serif;
    color: #FCF9D8;
    font-size: 1.25em;
    font-weight: 500;
    letter-spacing: 4px;
    margin-bottom: 0px;}


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



.banner1 video{
    height: 620px;
    width: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 1400px){
    .banner1 video{
    height: 480px;
    width: 100%;
    object-fit: cover;}
}

/*sobre vertice-------------------------------*/

.sec_sobrevertice{width: 100%;}

.sobre{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 60%;}

.sobre article{
    display: flex;
    flex-direction: column;
    align-items: center;}

.sobre article h1{text-align: center;}

.sobre article p{
    width: 60%;
    text-align: center;}

@media only screen and (max-width: 1400px){
    .sobre{width: 90%;}
    .sobre article p{width: 60%;}
}

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



.grid-container {
  background: #1D1D1D;
  font-family: 'Rubik', sans-serif;
    margin-bottom: 120px;
    padding: 0px;
}

@supports(display: grid) {

  

  .main {
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
    overflow-y: hidden;

  }
  

  .items {
    margin: 0px;
    padding: 0px 8px;
    position: relative;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    transition: all 0.2s;
    transform: scale(1);
    will-change: transform;
    user-select: none;
    cursor: pointer;
    line-height: 0px;
  }
    
  .items::-webkit-scrollbar {
    display: none;
}  
    
    .items:hover{
     cursor: -webkit-grabbing;
     transform: scale(1.02);}

  .items.active {

    cursor: grabbing;
    cursor: -webkit-grabbing;
    transform: scale(1.02);
  }

  .item {
    display: inline-block;
    background-size: cover;
    filter: grayscale(100%);
    background-position: center;
    min-height: 350px;
    min-width: 520px;
    margin: 16px 8px;
    position: relative;
    @media screen and (max-width: 500px) {
      min-height: 200px;
      min-width: 200px;
    }
  }
}

.items h2{
    margin: 0px;
    padding: 0px;
    font-size: 2.4em;
    color: white;
    text-align: center;
    position: absolute;
    bottom: 10px;
    width: 100%;
    font-family: 'Aleo', serif;}

.mercadito{background-image: url(../images/photos/mercadito.jpg)}
.charlas{background-image: url(../images/photos/charlas.jpg)}
.visitas{background-image: url(../images/photos/visitas.jpg)}
.premiaciones{background-image: url(../images/photos/premiaciones.jpg)}
.instalaciones{background-image: url(../images/photos/instalaciones.jpg)}
.talleres{background-image: url(../images/photos/talleres.jpg)}

/*tematica-------------------------------*/


.sec_tematica{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 80%;
    margin: auto;
    text-align: center;
}

.smart{display: none;}

.sec_tematica div{width: 100%;}

.sec_tematica div img{width: 100%;}

.sec_tematica div p{
    padding: 30px 8px;
    margin: 0px;}

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

.sec_programas{
    display: flex;
    margin: auto;
    margin-top: 140px;
    margin-bottom: 140px;
    width: 80%;}

.sec_programas article{
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 10%;
    border-right: 1px solid #1D1D1D;
    width: 50%;}

.sec_programas article p, .sec_programas article h1{
    width: 70%;}

.sec_programas div{
    display: flex;
    flex-direction: column;
    justify-content:space-around;
    padding-left: 10%;
    width: 40%;}


.btn_chip {
    border: 1px solid #1D1D1D;
    border-radius: 32px;
    padding: 12px 20px;
    text-decoration: none;
    color: #1D1D1D;
    font-weight: bold;
    font-family: 'Aleo', serif;
    text-align: center;}

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

/*entrevista-------------------------------*/

.videosE{
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: auto;
    justify-content: center;
}

.videosE video{
    margin: 20px;}
/*historial-------------------------------*/


.sec_historial{
    text-align: center;
    margin: 80px auto;}

.sec_historial h1{
    margin-bottom: 40px;}

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

.historialfila{
    height: 80px;}

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


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

footer{
    
    background-color: #1D1D1D;
    border-top: 3px solid #FCF9D8;}

.navFooter{
    width: 90%;
    margin: auto;
    margin-top: 60px;
    padding-bottom: 60px;
    align-items: center;
    display: flex;
    border-bottom: 1px solid #2E2E2E;
    justify-content: space-between;}

.logosFooter{
    width: 32%;
    justify-content: space-between;
    display: flex;}

.logosFooter .logoURL{
    width: 50%;
    padding-right: 10%;
    border-right: 1px solid #8C8C8C;}

.logosFooter .logoVertice{
    width: 40%;
}

.logosFooter img{width: 100%;}

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

.redesFooter a{
    font-family: 'Aleo', serif;
    font-weight: 300;
    font-size: 0.8em;
    color: #F1DFB9;
    text-decoration: none;
    transition: 0.3s;}

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

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

footer p{
    font-family: 'Aleo', serif;
    height: 0px;
    font-size: 0.7em;
    font-weight: 300;
    color: #F1DFB9;
    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;}   
    
/*sobre vertice-------------------------------*/



.sobre{
    padding-top: 50px;
    padding-bottom: 50px;
    justify-content: space-evenly;
    width: 100%;}

.sobre div{width: 22%;}
    
.sobre article{width: 48%;}
    
.sobre div img{width: 100%;}

.sobre article p{
    width: 100%;}
    
/*Opciones----------------------------*/    
    
.item {
    min-height: 220px;
    min-width: 360px;
    margin: 16px 8px;}
    
/*tematica-------------------------------*/


.sec_tematica{width: 100%;}

.smart{display: block;}
    
.desk{display: none;}
    
.sec_tematica img.imgtopbottom{width: 40%;}
 
.sec_tematica div{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;}
    
.sec_tematica p{
    margin-left: 10%;
    width: 80%;}
    
 /*Programas-------------------------------*/

.sec_programas{
    flex-direction: column;
    width: 100%;}
    
.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{width: 60%;}

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

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