html, body {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
}


.contenedor {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; /* Para que el logo y otros elementos se apilen si hay más contenido */
  background-color: #f0f0f0; /* Color de respaldo mientras carga la imagen */
  background-image: url('https://intranet.ulsaneza.edu.mx/intranet/utils/appdocs/img/6734782435678.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 10px; /* Ocupa toda la altura de la pantalla */
  padding: 50px 20px; /* Padding solo horizontal */
  margin: 0;
  box-sizing: border-box;
}

/* Responsive: Ajustes para pantallas pequeñas */
@media (max-width: 1024px) {
  .contenedor {
    padding: 30px 15px;
  }
}
.logo {
  max-width: 200px;
}
#fecha, #pendule
{
 display: inline;
 font-size: 17px;
 cursor: auto;
}
a{
  font-size: 17px;
}
.contactanos{
  font-family: 'Pangolin', cursive;
  padding-top: 14px;
  padding-bottom: 6px;
}
.M_In{
  font-family: 'Pangolin', cursive;
  padding-top: 20px;
  font-size: 28px;
}
.info_66{
  font-size: 18px;
  padding-top: 10px;
}
.info_67{
  font-size: 20px;/*dispositivos pequeños 14px*/
  padding-top: 10px;
}
.R_O{
  font-family: 'Pangolin', cursive;
  padding-top: 18px;
}
.info_68{
  font-size: 17px;
  padding-top: 10px;
}
.Pr_C_D{
    font-family: 'Pangolin', cursive;
}
.num_tel{
  font-family: 'Pangolin', cursive;
  padding-top: 18px;
}
.info_69{
  font-size: 18px;
  padding-top: 6px;
}
.num_tel2{
  font-family: 'Pangolin', cursive;
  padding-top: 10px;
}
.info_70{
  font-size: 18px;
  padding-top: 6px;
}
.correo{
  font-family: 'Pangolin', cursive;
  padding-top: 10px;
}
.info_71{
  font-size: 18px;
  padding-top: 6px;
}
.ubicacion{
  font-family: 'Pangolin', cursive;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 28px;
}
.info_72{
  font-size: 18px;
  padding-bottom: 20px;
}
@media screen and (max-width: 780px) and (min-width: 480px) {
  iframe{
    width: 100%;
    height: 250px;
  }
}
@media screen and (max-width: 480px) and (min-width: 380px) {
  iframe{
    width: 100%;
    height: 250px;
  }
}
@media screen and (max-width: 380px) {
  iframe{
    width: 100%;
    height: 250px;
  }
}

#foot{
  padding: 80px 0;
  text-align: center;
}

#foot .list-inline .list-inline-item{
  padding: 8px 13px;
  font-size: 13px;
  font-family: cursive;
}

#foot p {
  font-size: 28px;
}

i{
  font-size: 30px;
  line-height: 60px;
}

.social-media-icon{
  display: inline-block;
  border: 1px solid #FFFFFF;
  width: 60px;
  height: 60px;
  border-radius: 60%;
  text-align: center;
}

.social-media-icon:hover{
  background: greenyellow;
}
