html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body{
  box-sizing: border-box;
  
}

header{
    background-color: #1c3d6c;
    margin-top: 0;
    height: 120px;
    width: 100%;
}
.contenido_logo{
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
}
.contenido_logo img{
width:150px;
height: 100px;
width: 100%;
}
.contenedor{
    max-width: 1200px;
    margin: 0 auto;
}

.carrusel{
  background-color: #f0f0f0;
}
.sociales{
    background-color: #1c3d6c;
    height: 35px;
   
    
    }
.sociales ul{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  
}
.sociales ul li{
    list-style: none;
    padding: 5px
    
}

.sociales ul li a{
    display: inline-block;
    color: #fff;
    background: #000;
    padding: 5px 5px;
    text-decoration: none;
    -webkit-animation: all 500ms ease ;
     -o-transition: all 500ms ease;
    transition: all 500ms ease ;
  }

.sociales ul li .icon-facebook{background:#3b5998 ;}
.sociales ul li .icon-twitter{background: #00abf0;}
.sociales ul li .icon-youtube{background: #c4202b;}
.sociales ul li .icon-instagram{background: #3f729b;}
 
.sociales ul li a:hover{
  padding: 10px 30px;

}
.menu_desple{
    padding-top: 35px;
}

.fas{
    padding: 5px;
    
  }
  .fa-bars{
    padding-right: 15px
  }
  .fa-chevron-down{
    float: right;
  }
  
  .nav-bar{
  padding: 10px;
  display: block;
  color:#fff;
  cursor: pointer;
  font-size: 20px;
  width: 100%;
  background-color: #5DADE2; 
  
  }
  .main-nav{
    background-color:#1c3d6c;
    
    
    
  }
  
  
  .menu, .submenu{
    list-style: none;
    padding: 0;
    margin: 0;
  
    
  
  }
  
  .menu{
    background: #1c3d6c;
    width: 100%;
    display: none;
    transition: all 0.5s;
    border-top: 2px solid #fff;
    
  
  }
  .mostrar{
    display: block;
  }
    
  
  .menu__link{
    display: block;
    padding: 10px;
    color:#F7E4E0;
  font-size: 15px;
  text-decoration: none;
  
  }
  .menu__link:hover {
    background: #d09c10;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    
    
  }
  
  .submenu .menu__link{
    background-color: rgba(0,0,0, .7);
    padding-left: 40px;
    
  }
  
  .submenu .menu__link:hover{
    background-color:#d09c10 ;
  }
  
  .submenu{
    overflow: auto;
    height: 0;
    transition: all 0.5s;
  
  }
  .grid{
      display: grid;
      grid-template-columns: repeat(2,1fr);
      gap: 10px;
       
      
  }



  .Comunidadcch{
    text-align: center;
    padding: 15px 25px;
    background-color: #1c3d6c;
    color: #fff;
      
  }
  
 
hr{
  height: 20px;
  width: 93%;
  background-color: #24b28d;
  margin-top: 0, auto;

  }
 .main-imagen{
  background-color: #5DADE2;
  padding: 0 auto;
  height: 350px;
  width: 180px;
  
  }
  
    
    .producto__imagen{
    width: 100%;
    height: 250px;
    width: 250 px;
    }
    .producto__informacion{
      line-height: 10px;
      text-align: center;
      padding-top: 15px;
    }
    
    .producto__nombre{
    font-size: 13px;
    font-family: 'Krub', sans-serif;
     font-weight: bold;
     text-decoration: none;
     text-transform: uppercase;
     color: #fff;
    
    }
    .producto__nombre1{
    font-size: 13px;
    font-family: 'Krub', sans-serif;
     font-weight: bold;
     text-transform: uppercase;
     text-decoration: none;
     color: #fff;
    }
    .galeria{
      background-image: url("../imagenes/tlacuache.jpg");
      background-repeat: no-repeat;
      background-size: cover;
      
    }
    /****Contenido Gral******/
   
      .hr-alumno{
        width: 300px;
        border-top: 5px solid #f44611
    
      }
      .hr-maestros{
        width: 300px;
        border-top: 5px solid #3b5998
    
      }
    .hr-servicios{
      width: 300px;
      border-top: 5px solid #2d572c
    }
    
      .hr-fomatos{
        width: 300px;
        border-top: 5px solid #00abf0
      }
    
  .contenido-inf-gral{
    background-color: #f0f0f0;
    width: 100%;
    height: 80%;
    padding: 20px;
  }
  
  
  
  .escenario{
    border: 3px solid rgb(255,255,255,0.5);
    background-color: #fff;
    margin: 15px;
  }
  .Titulo{
    text-align: center;
    padding: 15px 25px;
    background-color: #3b5998;
    color: #fff;
  }
  .hr{
    border-top: 15px solid #2d572c;
    
  }
  
  .Subtitulos{
    color: #f44611;
    font-size: 25px;
    padding: 5px 25px;
    font-family: 'Courgette', cursive;
        
  }
  .Subtitulos1{
    color: #3b5998;
    font-size: 25px;
    padding: 5px 25px;
    font-family: 'Courgette', cursive;
        
  }
  .Subtitulos2{
    color: #2d572c;
    font-size: 25px;
    padding: 5px 25px;
    font-family: 'Courgette', cursive;
        
  }
  .Subtitulos3{
    color: #00abf0;
    font-size: 25px;
    padding: 5px 25px;
    font-family: 'Courgette', cursive;
        
  }
 
 
  .formato li{
    text-align:justify;
  }
  .formato li a{
    color: #000;
    font-size: 15px;
  }

  /***Contenedor Alumno*****/
  .titulo_alumnos{
    text-align: center;
    color: #fff;
    font-size: 20px;
    width: 90%;
    font-weight: 700;
    border-bottom: 3px solid #2d572c;
   
  
    
  }
  .imagenes-alumnos img{
    width: 180px;
    margin: 5px;
    border-radius: 30px;
  
  }
  .imagenes-alumnos, .titulo_alumnos{
list-style: none;
  }
  .contenedor-alumno img:hover{
    background-color: #d09c10;
  }

  .contenedor-alumno{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    background-color: #98bf98;
    
  }


.h2{
  text-align: center;
    padding: 15px 25px;
    background-color: #3b905f;
    color: #fff;
  }

  .contenido-revistas{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
  }
  .contenido-revistas img{
    width: 200px;
    margin: 5px;
    border-radius: 30px;
     
  }
  .text-publi{
    text-align: center;
   
    color: #000;
    padding: 10px 10px;
  }

  .contenido-gacetas{
   text-align: center;
   padding: 10px 10px;
    
  }
  .contenido-gacetas img{
    margin: 10px;
    width: 350px;
    margin: 15px;
  }


/****Contenedor-Map****/
.ubicacion{
  padding-top: 5px;
}
.footer{
  background-color: #000;
  color: #f0f0f0;
  font-size: 12px;
text-align: center;
padding-top: 10px;
}

/****Escritorio****/
@media screen and (min-width: 1024px) {
    .contenido_logo img{
        width:200px;
        height: 120px;
        width: 100%;
        }
    
    .sociales{
        display: block;
    }
    .nav-bar{
        display: none;
      }


      .menu{
        margin-left: 0;
        display: flex;
        justify-content:center;
        
      }
      
      .container-submenu{
        position: relative;
      }
      
      
      .submenu{
        position: absolute;
        top: 40px;
        width: 200px;
        overflow: visible;
        z-index: 1000;
        opacity: 0;  
        visibility: hidden;
      
      }
      
      .container-submenu:hover .submenu{
        opacity: 1;
        visibility: visible;
      }
      .menu_desple{
        padding-top: 0;
    }
        .grid{
            grid-template-columns: repeat(4,1fr);
            gap: 15px;
            padding: 35px;
                               
          }

         .main-imagen{
            background-color: #5DADE2;
            padding: 0 auto;
            height: 320px;
            width: 270px;
          
                      
}
        .producto__imagen{
          width: 100%;
          height: 250px;
          width: 270px;
          align-items: center;
          
          
          }

          .informacion-contenedor{
            display: flex;
            padding-top: 30px;
          }
         
          .contenedor-alumno{
            display: grid;
            grid-template-columns: repeat(3,1fr);
            margin: 15px;
            padding: 3px 10px;
            border:  5px solid #3b905f;
            border-radius: 20px;
                        
          

          }
          .imagenes-alumnos img{
            width: 350px;
            height: 250;
            margin: 20px;
            padding: 0 auto;
            padding: 3px 10px;
                              
          
          }

          /****Publicaciones Escritorio****/

         .contenido-revistas{
           display: grid;
           grid-template-columns: repeat(4,1fr);
           text-align: center;
          
           
          }

         .imagenes-revistas img{
           width: 245px;
           height: 345px;
           text-align: center;
                
         }
         .publicaciones, .text-publi{
           font-size: 700;
           font-weight: bold;
           text-align: center;
           padding: 10px 10px;
           margin: 10px 10px;
           border-bottom: 1px solid #cdcdcd;
           
         }
         .gacetas, .text-gac{
          font-size: 700;
          font-weight: bold;
          text-align: center;
          padding: 5px 10px;
          margin: 10px 10px;
          border-bottom: 1px solid #cdcdcd;
          
        }


         .contenido-gacetas{
           display: flex;
           flex-wrap: wrap;
           text-align: center;
                               
         }
         .contenido-gacetas img{
          width: 320px;
           height: 100px;
           
         }


            .ubicacion{
              background-color: #1c3d6c;
              padding-bottom: 20px;
            
            }
            .ubicacion, .titulo-ubicacion{
              color: #fff;
              font-size: bold;
              font-family:  'Krub', sans-serif;
              padding-top: 10px;
              text-align: center;
               
            }
            .ubicacion-map{
              display: flex;
              justify-content:flex-start;
            }
            
            
            .titulo-ubicacion{
              padding-bottom: 20px;
              
            }

            .footer{
              background-color: black;
              font-size: 15px;
              min-height: 150px;
              }
              .footer-parrafo{
                color: white;
                font-size: 15px;
                text-align:center;
                padding-top: 50px;
              }
              .hr-galeria{
                width: 95%;
                border-top: 5px solid #2d572c
              }
 /****Contenido Gral******/
   
 .hr-alumno{
  width: 220px;
  border-top: 5px solid #f44611

}
.hr-maestros{
  width: 410px;
  border-top: 5px solid #3b5998

}
.hr-servicios{
width: 250px;
border-top: 5px solid #2d572c
}

.hr-fomatos{
  width: 250px;
  border-top: 5px solid #00abf0
}

.contenido-inf-gral{
background-color: #f0f0f0;
width: 100%;
height: 80%;
padding: 20px;
}

/***Redes Sociales******/

.sociales{
  flex-direction: column;
  right: 10px;
  top: 125px;
  z-index: 2000;
  
}
.sociales ul li a{
font-size: 30px;
}

}