html, body {
  padding: 0;
  margin: auto;
  box-sizing: border-box;
}

/*
colores 
#041767

fuentes
font-family: 'Roboto', sans-serif;
font-family: 'Bree Serif', serif;

*/
/*----inicio de estilos de header-----*/
.container-header {
  display: flex;
  justify-content: space-between;
  background: #041767;
}

.logo {
  width: 200px;
  margin: 20px;
  padding: 5px 5px 5px 5px;
}

header .navbar .navbar-nav .nav-item .nav-link,
header .navbar .navbar-brand {
  font-weight: 600;
}

.portada {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: #545456;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.7);
}

/*iconos bar*/

/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
  position: fixed;
  top: 60%;
    right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}


.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.whatsapp {
  background: #10f500;
  color: white;
}

.instagram {
  background: #f100f5;
  color: white;
}

.tiktok {
  background: #000000;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}



h1 {
  font-family: 'Roboto', sans-serif;
  letter-spacing: 1.5px;
  font-size: 60px;
  line-height: 100%;
  position: absolute;
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 20px;
  background:rgba(0, 0, 54, 0.5);;
}

h6 {
  font-family: "Bree Serif", serif;
  letter-spacing: 1.5px;
  font-size: 100px;
  font-weight: bold;
  line-height: 100%;
  position: absolute;
  color: rgb(0, 80, 130);
  text-align: center;
  padding: 20px;
}

@media screen and (max-width: 576px) {
  h1 {
    font-size: 30px;
  }
  h6 {
    font-size: 30px;
  }
}

/*------menu-------*/

.navbar-nav .nav-link {
  color: #041767 !important;
}

/* Para el estado hover (cuando pasas el mouse) */
.navbar-nav .nav-link:hover {
  color: #041767 !important;
}

/* Para el ícono del menú hamburguesa en móvil */
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-nav .nav-link {
  font-weight: normal;
  color: white !important;
}

.navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}

.navbar-nav .dropdown-toggle {
  font-weight: normal;
}

/* Color blanco para los links del menú principal */
.navbar-nav .nav-link {
  color: white !important;
}

.navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}

/* Estilo para el menú desplegable */
.dropdown-menu {
  background-color: #041767;
  border: none;
}

.dropdown-item {
  color: white !important;
}

.dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: white !important;
}

/* Línea divisoria en el dropdown */
.dropdown-divider {
  border-color: rgba(255, 255, 255, 0.2);
}

/*------estilos section index----------*/
h2 {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-size: 30px;
  letter-spacing: 1.5px;
  line-height: 100%;
  color: rgb(0, 80, 130);
  text-align: center;
  padding: 20px;
}

.info-inicio {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  color: #000000;
  text-align: center;
  padding: 0 50px 30px 50px;
}

.info-inicio2 {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  color: #000000;
  text-align:left;
  padding: 0 50px 30px 50px;
}

.texto-pages {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #000000;
  text-align: justify;
  margin: 30px;
}

.box-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.box-wrap div {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 576px) {
  .box-wrap {
    width: 100%;
    display: block;
    justify-content: center;
  }
  .box-wrap img {
    padding: 10px;
  }
}
.section {
  background-color: blue;
  width: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr 1fr 1fr;
}

/*-----estilos institucional-------*/
h3 {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-size: 30px;
  letter-spacing: 1.5px;
  line-height: 100%;
  color: rgb(0, 80, 130);
  text-align: left;
  padding: 20px;
}

h7 {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-size: 30px;
  letter-spacing: 1.5px;
  line-height: 100%;
  color: #005082;
  text-align: left;
  padding: 30px 50px 30px 50px;
}

/*-----cards------*/
.card-carrera {
  width: 450px;
  box-shadow: 0 0 20px gray;
  margin: 30px;
  padding: 30px;
}
.card-carrera div img {
  width: 100%;
}

.card-carrera .contenido-carrera {
  padding: 10px 20px 20px;
}
.card-carrera .contenido-carrera div p {
  text-decoration: line-through;
}
.card-carrera .contenido-carrera div h4 {
  font-size: 20px;
  color: rgb(217, 16, 16);
  margin-bottom: 10px;
}

.boton {
  padding: 10px 20px;
  border: 1px solid black;
  background-color: black;
  border-radius: 5px;
  color: white;
}

.boton:hover {
  background-color: rgb(0, 80, 130);
}

h5 {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-size: 30px;
  letter-spacing: 1.5px;
  line-height: 100%;
  color: black;
  text-align: left;
}

@media screen and (max-width: 576px) {
  .card-carrera {
    width: 90%;
  }
}
/*-----estilos footer-----*/
.footer {
  text-align: left;
  background-color: #041767;
}
.footer img {
  width: 30px;
  height: auto;
}
.footer ul li {
  display: inline-block;
  color: white;
  font-size: 13px;
  font-weight: normal;
  margin-left: 20px;
  padding: 10px 5px 10px 0;
  font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 576px) {
  .footer {
    text-align: center;
    align-items: center;
  }
}
/*-----estilos contacto-------*/
.mapa {
  margin: 30px;
}
@media screen and (max-width: 576px) {
  .mapa .mapa {
    width: 300px;
    margin: 30px;
  }
}

.contacto {
  margin: 50px;
}

.texto-pages2 {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #000000;
  text-align: justify;
  margin: 30px;
}

/*-----formulario de contacto------*/
.formulario {
  width: 350px;
  margin: 30px;
}
@media screen and (max-width: 576px) {
  .formulario .formulario {
    width: 200px;
    margin: 30px;
  }
}

/*------error 404-------*/
.error {
  display: flex;
  justify-content: center;
  margin: 100px;
}

.errortexto {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  margin: 100px;
}

.btn-error {
  padding: 30px 30px 30px 0;
  display: block;
}

/*# sourceMappingURL=style.css.map */

.social-embed {
  margin: 20px auto;
  display: flex;
  justify-content: center;
}

/* ----Autoridades---- */

.autoridades {
  position: relative;
  width: 70%;
  max-width: 300px;
  margin: 30px;
  display: inline-block;
  -webkit-display: inline-block;
}

.autoridades p {
  line-height: normal;
}


/* Make the image to responsive */
.image {
  display: block;
  width: 100%;
  height: auto;
}

/* The overlay effect - lays on top of the container and over the image */
.overlay {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1;
  width: 100%;
  transition: .5s ease;
  opacity:0;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}

/* When you mouse over the container, fade in the overlay title */
.autoridades .overlay {
  opacity: 1;
}


.autoridades a:hover {
  color: #f1f1f1;
}


.centros {
    padding: 20px;
    width: 80%;
    justify-content: center;
}


.material {
    font-size: 20px;
    line-height: normal;
    padding: 40px;
    font-family: 'Roboto', sans-serif; 
    text-align: justify;
}

.material a:visited{
    text-decoration: none;
}

.material a:hover{
    color: red;
}

.material a:link{
    text-decoration-line: none;
    text-decoration: none;
    color: black;
}

.video{
    float: right;
    padding: 20px;
    position: relative;
}

/* iconos index info {} */              

.info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    list-style: none;
    
}



.info-index img {
    width: 180px;
    border-radius: 50%;
}


.info-index li p {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1.5px;
    line-height: 100%;
    padding: 2px;
    text-align: center;
    text-decoration: none;
    list-style: none;
    position: relative;
    color: black;
}

.info-index ul {
    text-decoration: none;
    list-style: none;
}

.info-index li {
    float: left;
    padding: 20px;
    
}

