:root {
    --fuenteHeading: 'PT Sans', sans-serif;
    --fuenteParrafos: 'Open Sans', sans-serif;

    /* --primario: #78403c; */
    --primario: rgb(15, 1, 49);
    --gris: #E1E1E1;
    --blanco: #ffffff;
    --negro: #000000;
}
html{
    box-sizing: border-box;
    font-size: inherit;
}
*,*:before, *after {
    box-sizing:inherit;
}

body {
    font-family: var(--fuenteParrafos);
    font-size:1.6rem;
    line-height: 2;
}

/* Globales*/
.contenedor {
    /* max-width: 120rem;
    width: 90%; */
    width: min(90%, 120rem);
    margin: 0 auto;
}
a {
    text-decoration: none;
}
h1, h2, h3, h4 {
    font-family: var(--fuenteheading);
    line-height: 1.2;
}
h1 {
    font-size: 4.8rem;
}
h2 {
    font-size: 4rem;
}
h3 {
    font-size: 3.2rem;
}
h4 {
    font-size: 2.8rem;
    line-height: 2.8rem;
}

p {
    line-height: 1.2;
}
img {
    max-width: 100%;
}
/** Utilidades **/
.no-margin{
    margin:0;
}
.no-padding {
    padding:0;
}
.centrar-texto {
    text-align: center;
}

.header {
    background-image: url(../img/TeamMuni103.jpg);
    /* height:60rem; */
    /* opacity: 0.5;  /* Valor entre 0 (totalmente transparente) y 1 (opaco) */
    /*filter: brightness(0.3); /* 1 = normal, <1 = más oscura, >1 = más clara */
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center center;
    
}

.header__texto {
    text-align: center;
    color: var(--blanco);
    margin-top: 5rem;
}

@media (min-width: 768px){
    .header__texto {
        margin-top: 15rem;
    }
}

@media(min-width: 1024px) { 
    .barra {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }    
}
.logo {
    color:var(--blanco);
}
.logo__nombre {
    font-weight: 400;
    text-decoration: underline overline;
    
}

.logo__bold, .uswc{
    font-family::Arial, Helvetica, sans-serif;
    font-weight: bold;
}

@media (min-width: 768px){
    .navegacion {
        display: flex;
        gap: 2rem;
    }
}
.navegacion__enlace {
    display: block;
    text-align: center;
    font-size: 1.8rem;
    color: var(--blanco);
    padding-right: 0.8rem;
}

@media (min-width: 992px){
    .contenido-principal {
        display: grid;
        grid-template-columns: 2fr 1fr;
        column-gap: 4rem;
    }
}

.entrada {
    border-bottom: 2px solid var(--gris) ;
    margin-bottom: 2rem;
}
.entrada:last-of-type {
    border: none;
    margin-bottom: 0;
}

.boton {
    display: block;
    font-family: var(--fuenteHeading);
    color: var(--blanco);
    text-align: center;
    padding: 1rem 2rem;
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 2rem;
    border: none;
    border-radius: 8px;
}

.boton:hover {
    cursor: pointer;
}
@media (min-width: 768px){
    .boton {
        display: inline-block;
        border-radius: 8px;
    }
}
.boton--primario {
    background-color: var(--negro);
    border-radius: 8px;
}
.boton--secundario {
    background-color: var(--primario);
    display: grid;
    border-radius: 8px;
     
    
}

.clases {
    list-style: none;
}

.widget-clase {
border-bottom: 2px solid var(--gris);
margin-bottom: 2rem;
}
.widget-clase:last-of-type {
    border: none;
    margin-bottom: none;
}
.widget-clase__Edades {
    font-family: var(--fuenteHeading);
    font-weight: bold;
    text-decoration: underline;
}
.widget-clase__horario {
    font-weight: normal;
    font-weight: bold;
    text-align: center;
}
.dias {
    font-weight: bold;
}
.barra {
    padding: 3rem;
}
.footer {
    background-color: var(--negro);
    padding: 3rem 0;
    margin-top: 4rem;
}
.concepto {
    font-weight: bold;
}


.tituloDerecho {
    text-align: center;
    line-height: 3.5rem;
    margin: 3rem 3.5rem 0 3.5rem;
    background-color: rgb(224, 225, 226);
    padding: 1rem 1rem 1.5rem 1rem;
    border-radius: 8px;
    display: inline-block;
}


.HorariosColumnas {
    text-align: center;
     
}
.horario-clases {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: center;
    
}
@media (min-width: 768px){    
    .horarios-clases {
        display: flex;
        justify-content: space-between;
        gap: 2rem;    
    }
}

.horario-clases__texto2, .horario-clases__texto1 {
    text-align: center;
}

.horario-clases__texto2 {
   
}
@media (min-width: 768px){    
    .horario-clases__texto2 {
        margin-top: 9.5rem;
    }
}
.contenedor__horarios {
    color:  rgb(236, 93, 93);
    margin-bottom: 0;
}
.horarios-clases__grupos, 
.horarios-clases__horarios {
     flex-basis: 50%; 
    
}
.noticias {
   padding: 3rem 0;
    border-bottom: 1px solid var(--gris);
}
@media (min-width: 768px) {
    .noticias {
        display: grid;
        grid-template-columns: 2fr 3fr;
        gap: 3rem;
    }
}

.noticias:last-of-type {
    border-bottom: none;
}
.noticias-imagen, 
.noticias-texto {
    flex-basis: 50%;
}
.noticias-texto {
 
}

@media (min-width: 768px){
    .nosotros {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 3rem;
    }    
}

/* Contacto */

.contacto-fondo {
    background-image: url(../img/dojan1.jpg);
    background-size: cover;
     background-repeat: no-repeat;
    background-position: center right;
    height: 40rem;
}

.formulario {
    background-color: var(--blanco);
    margin: -5rem auto 0 auto;
    width: 90%;
    padding: 2rem;
}
.campo {
    display: flex;
    margin-bottom: 2rem;
}
.campo__label {
    flex: 0 0 9rem;
    text-align: right;
    padding-right: 2rem;
}
.campo__field {
    flex: 1;
    border: 2px solid var(--gris);
}
.campo__field--textarea {
    height: 20rem;
}

@media (min-width: 768px){
    .numeros__redes {
        display: flex;
        justify-content:center;   
    }    
}

@media (min-width: 768px){
    .telefono__numero, .telefono__numero--whatsapp {
        margin-right: 3rem;
    }    
}
 
.telefono__numero {    
    margin-top: 1.5rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    font-weight:700;
    color: black;
    align-items: center;
}

@media (min-width: 768px){
    .telefono__numero{
        align-items: center;
    }
}
.telefono--contacto {
    margin-top: 8rem;
    align-items: center;
}
   

.mapa {
    margin-top: 5rem;
}

.inscripcion {
   
    align-items: center;
   
}
@media (min-width: 768px){    
    .inscripcion {
        
        padding: 1.5rem;
        margin-bottom: 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
        
        padding-bottom: 0;
         /* padding: 1.5rem 0 1rem ; */
        
    }
} 

.inscripcionContacto {
    align-items: center;
}
@media (min-width: 768px){
    .inscripcionContacto {
    background-color: rgb(241, 241, 230);
        margin-right: 2rem;
        margin-left: 2rem;
        margin-top: -12rem;
         padding: 1.5rem;
        margin-bottom: 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
        
        padding-bottom: 0;
    }
    
}

.inscripcion__titulo {
    font-weight: bold;
    color: rgb(236, 93, 93);
    transform: translateY(-2rem);
    padding-right: 0.75rem;
    
    margin-bottom: 0    ;
    text-align: center;
}
@media (min-width: 768px){
      .inscripcion__titulo {
        margin-right: 1rem;
      }  
}

.formularioInscripcion {
    background-color: var(--blanco);
    margin: -5rem auto -0 1rem;
    width: 80%;
    padding: 2rem;
}

@media (min-width: 768px){    
    .contendor__formulario_normas {
        margin: -3rem;
        padding: 0 0 0 3rem;
    }
}

.contenedor__formulario {
    margin: -1rem;
    margin-bottom: 0;
}
.boton--inscripcion {
    
    background-color: var(--primario);
    color: var(--blanco);
   
    
}
@media (min-width: 768px){
    .boton--inscripcion {
        display: flex;
        margin-bottom: 0.5rem;
    }
}
.boton--inscripcion:hover {
    cursor: pointer;
}

.contenedor__actividades--titulo {
    font-weight: bold;
}
.telefonoRedes__titulo {
    background-color: rgb(224, 225, 226);
    text-align: center;
}
.telefonoRedes__Email {
    font-size:smaller;
}
.telefonoRedes__tituloInfo {
        text-align: center;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
}
.telefonoRedes__info2 {
    margin: 0;
}

.numeros {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    
}
@media (min-width: 992px){
    .numeros {
        flex-direction: row;
        justify-content: space-around;
    }
    
}


/* }
.telefono__whatsapp {
    font-weight: bold;
    color: rgb(21, 139, 10);
} */

.boton--whatsapp {
    background-color: rgb(21, 139, 10);
    color: var(--blanco);
}
@media (min-width: 768px){
    .boton--whatsapp {
        display: flex;
    }
}
.numeros {
    display: flex;
    justify-content: space-around;
    align-items: center;
     /* border-bottom: 2px solid var(--gris) ; */
    margin-bottom: 3rem;
}
.contenedor__horarios {
    background-color: rgb(224, 225, 226);
    padding: 1.5rem 1.5rem;
}
.HorariosColumnas {
    text-align: center;
}
.inscripcion-contacto {
    margin-top: 5rem; 
}
.terminosCondiciones {
    font-size: small;
}

.mapa {
    margin-top: 5rem;
}
.titulo-mapa {
    margin-top: 4rem;
}
.titulo-contactanos {
   text-align: center;
   margin: 1.5rem;
}
.info__titulo {
padding: 0 0 0 3rem;
    margin-bottom: 0;
    font-weight:900;
    color: rgb(2, 2, 2);
}
.info1__titulo {
    padding: 0 0 0 3rem;
    margin-bottom: 0;
    font-weight:900;
    color: rgb(236, 93, 93);
}
.info1__normas {
    padding: 0 0 0 3rem;
    font-weight: bold;
}
.ol {
    margin-top: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
}
.info1__nota2 {
  
    font-weight: bold;
}
.info1__nota1 {
    font-size:medium;
    padding: 0 0 0 4rem;
}

.veridian {
    font-size:x-small;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    text-decoration: underline;
    color: rgb(10, 10, 10);
    text-align: center;    
}
@media (min-width: 768px){
    .veridian { 
        font-size: medium;
    }
}
