@charset " utf-8" ;

* { margin: 0px;
    padding: 0px;
    box-sizing: :border-box;
}

.icono{
    font-size: 50px;
    color: #ff9f06;
}

p{
    font-size: 10px;
    text-align: center;
}

#info img{
   
  width:  100%;
   height:  auto;
}

body{
    font-family: 'Patua One', cursive;
    font-family: 'Karla', sans-serif;
}
ul li a{
    text-decoration: none;
     color:#333;
}

#info {


 text-align: center;
}


a:hover{

  color: #ff074a;
}

header{
    width: 100%;
    height: 50px;
    background: #333;
    color:#fff;
    
    position: fixed;
    top:0;
    left:0;
    z-index:100;
}

.conjunto{
    width: 98%;
    margin: auto;
    
}

h1{
    float:left;
}

header .conjunto {
    display: table;
}



#info{
    background: #333;
    color:#fff;
    text-align: center;
    padding: 20px;
}

#info .conjunto{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    
}

.info-mia{
    margin:20px;
}

.info-mia img{
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 7px solid #fff;
}

section{
    width: 100%;
    margin-bottom: 25px;
}

#bienvenidos {
 text-align:center;   
}

#inti-miradas{
    text-align:center; 
}

#estudiantes, #problema, #solucion{
    text-align:center; 
        background: #333;
    color:#fff;
    text-align: center;
    padding: 20px;
}

h2{
    color: orangered;
}

footer .conjunto{
    display: flex;
    flex-wrap: wrap;
    background: rgba(51, 51, 51, 0.16);
}
.copy{
    font-size: 20px;
}

.sociales{
 width: 100%;
    text-align: center;
    font-size: 28px;
}

.sociales a {
    color:#333;
    text-decoration: none;
}

#menu-bar {
  display: none;
}

header label {
    float: right;
    font-size: 28px;
    margin: 6px 0;
    cursor: pointer;
    border-right: 1px solid #fff;
}

header label:hover{
    cursor: pointer;
    background: rgba(0,0,0,0.3)
}

.menu {
    position: absolute;
    top:50px;
    left:0;
    width: 100%;
    height: 100vh;
    background: rgba(51,51,51,0.9);
    transition: all 0.5s;
    transform: translateX(-100%);
}

.menu a{
    display: block;
    color:#fff;
    height: 50px;
    text-decoration: none;
    padding: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    
}

.menu a:hover{
    background: rgba(255,255,255,0.3);
}

#menu-bar:checked ~ .menu {
    transform: translateX(0%);
}

#barra {
    margin-top:50px;
    position: relative;
}

  #barra{
        text-align: center;
      
    }
    
#barra img {
    width: 100%;
    height: 100%;
}

#barra .conjunto {
    position: absolute;
    top:50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color:#fff;
    background: rgba(3, 3, 3, 0.53);
    }

#barra h2{
    font-size: 28px;
}

#barra a{
    display: block;
    width: 100px;
    color:#fff;
    text-decoration: none;
    padding: 7px;
    margin-top: 10px;
    border:3px solid #fff;
}

#barra a:hover{
    background: rgba(51,51,51,0,5);
}

#blog .conjunto{
    display: flex;
    justify-content: center;
}

#blog h3,h4{
    text-align: center;
}

#blog article {
    margin: 15px;  
}

#blog img{
    width: 100%;
    max-width: 280px;
}
@media (min-width:1024px){
    .menu{
        position:static;
        width:auto;
        height:auto;
         transform: translateX(0%);
        float: right;
        display: flex;
        }
        header label{
        display: none;
    }
    
    .conjunto{
        width: 1000px;
        
    }
  
    #barra img{
        margin-top:-200px;
    }
    
      .info-mia{
        width:auto;
    }
    
       }
    #estudiantes, #problema, #solucion{
        text-align: center;
        flex-direction:column;
        height: 100%;
        width: auto;
}

.conjunto{
        text-align:left;
        flex-direction:column;
        height: 65%;
        width: auto;
}
    }


@media (min-width:480px){
    #barra h2{
        font-size:48px;
    }
    
    #barra a {
        margin-top: 25px;
    }
    
    .info-mia{
        width:40%;
 

}


@media (min-width:768px){
    #barra{
        height: 300px;
        overflow: hidden;
    }
    
    #barra img{
        height: auto;
        margin-top: -100px;
    }
    
    .sociales{
        width: auto;
    }
    
    footer .conjunto{
        justify-content: space-between;
    }
}
