* {
    margin: 0;
    padding: 0;
    box-sizing: border-box; /* Mejora la gestión de tamaños */
}

body, html{
  display: flex;
  flex-direction: column;
  min-height: 100vh; 
  
  font-family: Roboto,sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
}

/* ESTILOS ENCABEZADO PRINCIPAL */

header{
  background-color: #08457e;
  padding:5px;
  font-family: Roboto,sans-serif;
  color:#fff;
}

.titulo-header h1{
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}

.titulo-header span{
  font-weight: 300;
  font-style: normal;
  display: block;
  text-align:left
}

/* ESTILOS MENU PRINCIPAL */

.bg-primary {
    --bs-bg-opacity: 1;
    background-color:#1c2841 !important;
}

.dropdown-item:hover{
   color:#fff !important;
}

/* ESTILOS MENU REDES SOCIALES */

.icons-redes{
   background-color:rgb(255,163,67);
}

/* ESTILOS HERO BUSCAR GRUPOS */

.section-header{
  background-image: url("../img/fondo_header.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
  display: flex;
  justify-content: space-around;
}

.hero-items-1, .hero-items-2{
  flex:20%
}

.hero-items-2{
  align-content: center;
  padding: 10px;
}

.hero-items-3{
  flex:15%
}

.hero-items-1{
  font-family: leo,sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: right;
  padding: 10px;
  color: #fff;
}

.hero-items-1 h2{
  font-style: 1.8rem;
}

.hero-items-1 h3{
  color: #f4aa4c;
  font-size: 1.5rem;
}

.hero-items-1 h4{
  font-size: 1.5rem;
}

/* ESTILOS FORMULARIO BUSCAR GRUPO */

.hero-items-2 form{
  padding: 10px 0;
  margin: 20px auto;
  font-family: menca,sans-serif;
  font-weight: 600;
  font-style: normal;
}

.hero-items-2 label{
  display: block;
  color: #fff;
  text-align: center;
  font-size: 1.5em;
}

.hero-items-2 select{
  display: block;
  margin: 0 auto;
  padding: 10px;
  border-radius: 15px;
  font-size: 0.9rem;
  text-align: center;
  width: 40%;
}

.hero-items-2 input{
  display: block;
  margin: 10px auto;
  padding: 10px 0;
  border: none;
  background-color: #0975bd;
  border-radius: 15px;
  color: #fff;
  width: 50%;
}

/* ESTILOS APP GRUPOS */

.hero-items-3{
border-radius: 10%;
background-color: white;
padding: 20px 10px;
}

.hero-items-3 h4{
  color: #08457e;
}

.app-plataformas{
  display:flex;
  justify-content: center;
}

.app-plataformas img{
  max-width: 90%;
  height: auto;
  margin: 5px;
}

/* ESTILOS ENUNCIADO */

.enunciado{
    background-color:white;
    margin: 0;
    padding:25px 0;
}

.item-enunciado{
  background-color: white;
  padding: 25px 10px;
}

.item-enunciado p{
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1rem;
  text-align: justify;
  font-family: menca,sans-serif;
  font-weight: 500;
  font-style: normal;
}

strong{
  color: #08457e;
  font-weight: bolder;
}

/* ESTILOS VIDEO AA */

.video-institucional{
    background-color:rgb(86, 116, 170);
    padding:20px;
}

.item-video{
  padding: 10px;
}

.item-video-1{
  background-color:#DBDBE6;
  border-radius: 25px 0 0 25px;
  padding: 60px;
  text-align: justify;
}

.item-video-1 h2{
  font-family: leo,sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5em;
  color: #08457e;
  text-align:lefth;
  
}

.item-video-2{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 20px 15px;
  background-color: #164580;
  border-radius: 25px;
}

.item-video-2 video{
  width: 100%;
  height: auto;
}

/* ESTILOS CINTILLOS APPS */

.cintillo-apps{
  border:1px solid  #08457e;
  border-radius: 25px;
  max-width: 95%;
  padding: 15px 10px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  justify-content:center;
  align-items: center;
  text-align: center;
}

.items-cintillo-1{
  flex:10%;
  padding: 10px
}

.items-cintillo-1 img{
 width: 50%;
}

.items-cintillo-2{
  flex:40%;
}

.items-cintillo-2 h4{
  color: #08457e;
  font-size: 1.2rem;
}

.items-cintillo-2 p{
  font-size: 0.9rem;
}

.items-cintillo-3 {
  flex:15%;
}

.items-cintillo-3 img{
  max-width: 60%;
}

/*ESTILOS DEL SLIDER O CARRUSEL */

.slider-eventos{
  margin: 0;
  padding: 0;
}

/* ESTILOS DEL AUTODIAGNOSTICO */
.autodiagnostico{
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: justify;
}

.autodiagnostico h2{
  font-family: leo,sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  padding: 10px;
  color: #08457e;
}

.autodiagnostico a{
  display:block;
  align-items: center;
  background-color:#08457e;
  margin: 10px;
  padding: 10px;
  color:#fff;
  text-decoration: none;

}

/* ESTILOS REFLEXIONES */ 
.reflexiones{
  background-image: url("../img/fondo_reflexiones.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
  display: flex;
  justify-content: space-around;
}

.reflexion-fila{
  background-color: rgba(255,255,255,.7);
  border-radius: 25px 25px 0 0;
  margin:0;
  padding:20px;
  text-align: justify;
}

.item-reflexion-1{
  padding: 10px;
}

.item-reflexion-1 h2{
  font-family: leo,sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  color: #08457e;
}

.item-reflexion-1 h3{
  font-family: leo,sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  color: #145a32;
}

#reflexión_fecha{
  text-align: right;
  font-weight: 700;
}

#reflexion_texto-1{
  font-family: leo,sans-serif;
  font-weight: 400;
  font-style: italic;
}

#reflexion_texto-2{
  font-family: leo,sans-serif;
  font-weight: 400;
  font-style: italic;
  text-align: right;
}

#reflexion_texto-3{
  font-family: leo,sans-serif;
  text-align: justify
}

.item-reflexion-2{
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ESTILOS DE CONTACTO */
.contacto{
  background-color: #3b5f9d;
  padding: 20px;
  margin-top: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.contacto h5{
  color: #fff;
  font-size: .9rem;
  margin-right: 10px;
}

.contacto p{
  color: #fff;
  font-size: .9rem;
  margin-right: 10px;
  text-align: left;
}

.contacto i{
  color: #fff;
  font-size: .9rem;
  margin-right: 10px;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.item_contacto-domicilio{
  display: flex;
  align-items: center;
}

.item-contacto-2, .item-contacto-3{
  text-align:left;
}

.item-contacto-2 a, .item-contacto-3 a{
  text-align: right;
  color:#fff;
  font-size: .9rem;
  margin-right: 10px;
  text-decoration: none;
}

aside{
     background-color: rgb(0, 128, 153);
}

#contacto{
    background-color: rgb(59, 95, 157);
}

.footer-inferior{
    background-color: #021129;
    padding: 20px;
    text-align: left;
}    

.footer-inferior p{
  color: #fff;
  font-size: .7rem;
  letter-spacing: .15em;
  margin: 0;
}