
:root{
    --color_uno: #011f5a;
    --color_dos: #fafd00 ;
    --color_tres: #6df5e9; 
 
}

h4{
    color: var(--color_uno);
    text-align: center;
   
}

h1{
    color:color var(--color_uno) ;
    text-align: center;
    font-family: 'Open Sans';
}

p{
    color: var(--color_uno);
    text-align: center; 
   
}

h2{
    color:var(--color_uno) ;
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

hr{
	border-color: var(--color_uno);
}

#nosotros {
  /*background-image: url(./fondo2.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size:cover;*/
  color: #011d5d;
  padding-left: 30%;
  padding-top: 5%;
  padding-right: 30%;
  padding-bottom: 5%;
  
  
  

}

.textnosotros {
    color: var(--color_uno);
}






img{
    width: 100%;

}

.imginfo:hover{
    transform: translateY(-6px) scale(1.05);
   
}



.programas{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 350px;
    padding: 10px;
    grid-gap:50px;
    margin: 10px;
  
    

    
    
}

.link_OnlineAcademy{
	width: 300px;
	border-radius: 20px;
}

.link_OnlineAcademy:hover {
	width: 320px;
	border-radius: 20px;
}



#nuestros-programas{
    color: var(--color_uno);
    /*font-family: 'Montserrat';*/
}


@media (max-width: 640px){
    .programas{
        grid-template-columns: repeat(2, 1fr);
      
       /* grid-auto-rows: 150px;*/
       grid-template-rows: minmax(auto, 300px);
       grid-gap: 5px;
       height: 1000px;
       
      
      
    }

    /*.item_programas:nth-child(5){
        grid-column-start: span 2;
   
    }*/
    #nosotros {
        /*background-image: url(./fondo2.png);
        background-size: 100%;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size:cover;*/
        color: #011d5d;
        padding-left: 10%;
        padding-top: 5%;
        padding-right: 10%;
        padding-bottom: 5%;
        
      
      }
    .fondo3{
        color: white;
        padding-left: 10%;
        padding-top: 5%;
        padding-right: 10%;
        padding-bottom: 5%;
      
        background-color: rgb(27, 22, 90);
        height: 400px;
        
    
    }
    
    .fondo2_parrafo{
        padding-left: 10%;
        padding-top: 0%;
        padding-right: 10%;
        padding-bottom: 0%;
    }

 
}

.imginfo{
    width: 45%;
    height: auto;
    margin-left: 30%;
    margin-top: 10%;
    object-fit: cover;
}

/*.item_programas:nth-child(2){
    grid-row-start: span 2;
}*/

.titulo_items{
   text-align: center;
   color:rgb(27, 22, 90) ;
   font-family: 'Montserrat';
   font-weight: 900;
   
}



.fondo2{
    background-image: url(./imagenes/fondo2.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size:cover;
  color: #011d5d;
  padding: 0;
 
 
}

.fondo3{
    color: white;
    padding-left: 30%;
    padding-top: 5%;
    padding-right: 30%;
    padding-bottom: 5%;
  
    background-color: rgb(27, 22, 90);
    height: 400px;
    

}
.fondo2_parrafo{
    padding-left: 30%;
    padding-top: 0%;
    padding-right: 30%;
    padding-bottom: 0%;
}
.parrafofondo3{
    color: white;
    font-family: 'raleway';
    line-height: 25px;
    font-size: 19px;
}
.parrafofondos{
    color: var(--color_uno);
    font-family: 'raleway';
   font-weight: 700;
    font-size: 19px;
    line-height: 25px;


}

/*.item_programas:hover
     {
    opacity: 0.9;
    transform: translateX(-20px) ;
    box-shadow: 0 5px 5px 0px rgb(27, 22, 90);
    transition: .5s;

}*/

/*.tiempo_items {
   
    bottom: 0;
    color: #e8ed06;
    background: rgb(27, 22, 90);
    width: 100%;
    margin: 0;
    border-radius: 10%;
}*/

.fondo2{
    background-image: url(./imagenes/fondo2.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size:cover;
  color: #011d5d;
  padding: 10%;
}

@media (max-width: 952px) {
    .fondo2{
        background-image: url(./imagenes/fondo2.jpg);
      
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-size:cover;
      color: #011d5d;
      padding: 10%;
    }

    #nosotros {
        /*background-image: url(./fondo2.png);
        background-size: 100%;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size:cover;*/
        color: #011d5d;
        padding-left: 10%;
        padding-top: 5%;
        padding-right: 10%;
        padding-bottom: 5%;
        
        
        
      
      }


    .fondo3{
        color: white;
        padding-left: 10%;
        padding-top: 5%;
        padding-right: 10%;
        padding-bottom: 5%;
      
        background-color: rgb(27, 22, 90);
        height: 400px;
        
    
    }
    .fondo2_parrafo{
        padding-left: 10%;
        padding-top: 0%;
        padding-right: 10%;
        padding-bottom: 0%;
    }
}



.iconos{
    width: 100px;
    height: 100px;
    text-align: center;
}


/*Secciòn de màs informaciòn*/

.mas_informacion{
    display: grid;
    grid-template-columns: 2fr 2fr;
    grid-template-rows: minmax(300px, auto);
    grid-gap: 20px;
    height: 450px;
    margin: 10px;
    

}

.secciones_mas_info1{
    background-image: url(./imagenes/informacion.png);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    
}

.secciones_mas_info2{
    background-color: var(--color_uno);
    text-align: center;
    border-radius: 25px;
}

.parrafo-inversiones{
    color: seashell;
    font-size: 19px;
    line-height: 30px;
    width: 75%;
    margin: auto;
    font-family: 'Montserrat';
}
#creative{
    color: seashell;
    font-size: 25px;
    padding: 10px;
   
    
}

.titulo-inversiones{

width: 50%;
margin: auto;
margin-bottom: 30px;
font-family: 'raleway';
margin-top: 5px;

 }
 .link-form{
    border: 1px solid #fff;
    padding: 10px;
    text-decoration: none;
   
    border-radius: 15px;
    font-weight: bold;
   text-align: center;
    display: inline-block;
    background-color: var(--color_tres);
    font-family: 'roboto';
    color: var(--color_uno);
    font-weight: bold;
    text-transform: uppercase;
    
   
    
}

.link-form:hover{
   /* transform: translateY(-20px) scale(1.05);
    box-shadow: 0 5px 5px 0px rgb(27, 22, 90);*/
    transition: .5s;
    background-color: white;
    color: var(--color_uno);
    font-family: 'roboto';
    border-color: var(--color_uno);

}

.link2-form{
   margin: 10px;
    
}

#ayudar_estudiante{
    
   padding: 50px;
   /*background-image: url(./imagenes/9.png);
  background-size: 100%;
  background-repeat: no-repeat;*/
  background-attachment: fixed;
  background-size:cover;
  color: #011d5d;
  padding: 10%;
    
}

.texto_incial{
    font-size: 50px;
}

.viñetas{
    margin: 10px;
    padding: 5px;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 19px;
    text-align: center;
    
}

.descargas{
    text-decoration: underline;
    font-weight: 700;
    color: white;
    font-family: 'Montserrat';
}

.descargas2{
    text-decoration: underline;
    font-weight: 700;
    color: var(--color_uno);
    font-family: 'Montserrat';
}

.fas fa-file-download{
    color: rgb(76, 198, 247);
}

.text_items{
    font-family:'raleway' ;
    font-weight: 700;
}
/* fondo4*/


    /* segunda prueba fondo4*/

    .fondo4{
        background-image: url(./imagenes/14.png);
      background-size: 150%;
      background-repeat: no-repeat;
      width: 100%;
      height: 400px;
     
     
     
      color: #011d5d;
      animation: movimiento 10s infinite linear alternate;
     
     
    }

    @keyframes movimiento{
        from{
            background-position: top right ;
        } to{
            background-position: bottom left;
        }
    }

    .capa-gradient{
        width: 100%;
        height: 400px;
        position: absolute;
        background:-webkit-linear-gradient(right, rgb(16, 1, 56), #001425);
        opacity: 0.5;
    }

    .parrafo_fondo4{
        width: 100%;
        max-width: 500px;
        position: absolute;
        color: rgb(27, 22, 90);
        top: 20px;
        left: 20px;
        color: white;
    }

    .container-details{
        width: 100%;
        max-width: 1200px;
        position: absolute;
        padding: 20px;
        
    }

    .parrafo_fondo4 h1{
        font-size: 30px;
        text-align: left;
    }

    .parrafo_fondo4 p{
        color: white;
        text-align: left;
        font-family: 'raleway' ;
        font-weight: bold;
        line-height: 25px;
        padding-left: 40px;
    }

    .fondo5{
        background-image: url(./imagenes/9.jpg);
     /* background-size: 150%;*/
    
      -webkit-background-size:cover ;
    
      background-size: cover;
     width: 100%;
      height: 500px;
      color: #011d5d;
      background-attachment: fixed;
      padding: 10px;
      animation: movimiento 10s infinite linear alternate;
        /*position: relative;*/
    

    }

    @keyframes movimiento{
        from{
            background-position: bottom left;
        }
        to{
            background-position: top right;
        }
    }

    /*.grad{
        width: 100%;
        height: 400px;
        position: absolute;
        background: -webkit-linear-gradient(left, black, #0672d0);
        opacity: 0.6;
       }*/

    .fondo5 p{
        color: var(--color_uno);
    font-family: 'raleway';
   font-weight: 700;
    font-size: 19px;
    line-height: 25px;
    text-align: left ;
    
    }

    .fondo5 h1{
        text-align: left ;
    }

    .fondo5 h2{
        text-align: left ;
    }

    

    .fondo5_parrafo{
        padding-left: 10%;
    }

@media(max-width: 952px){
   .mas_informacion{
    display: grid;
    grid-template-columns: 1fr ;
    grid-template-rows: minmax(300px, auto);
    grid-gap: 20px;
    height: 1050px;
   }

   .titulo-inversiones{

    width: 80%;
    margin: auto;
    margin-bottom: 40px;
    font-family: 'raleway';
    margin-top: 5px;
    
     }

     #creative{
        color: seashell;
        font-size: 20px;
        padding: 10px;
       
        
    }
    .parrafo-inversiones{
        color: seashell;
        font-size: 15px;
        line-height: 30px;
        width: 75%;
        margin: auto;
        font-family: 'Montserrat';
    }
	
	.fondo5{
      height: 800px;
    }
}