@charset "utf-8";

* {
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    outline: none;
}

li {
    list-style: none;
}

.contenedor, main > .main {
    max-width: 55rem;
    margin: 0 auto;
    padding: 1rem;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    width: 100%;
    height: auto;
     display: flex;
    align-items: center;
    
}

/*----------------- header -----------------*/

header {
    position: fixed;
    top: 0;
    z-index: 999999;
    width: 100%;
    height: 6em;
    background: white;
    color: white;
    display: flex;
    align-items: center;
    justify-content:space-between;
   }

header .contenedor {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: auto;
}

#logogif {
    display: block;
    width: 3em;
}

.logo {
    display: flex;
    align-items: center;
    
}

.logo p {
    color: #3B466F;
    font-weight: bold;
    font-size: 1.3em;
    margin-left: 1em;
}

#menuico {
padding: 0.2em;
    color: #D12521;
}

#btn-menu {
    display: none;
    color: #D12521;
    }

header label {
    font-size: 30px;
    cursor: pointer;
    display: none;
}



#close {
    display: none;
    background-color:  #D12521;
}

.menu a {
    display: block;
    padding: 15px 20px;
    color: white;
    text-decoration: none;
    background-color: #D12521;
    height: 3em;
}


.menu a i {
    font-size: 1.5em;
}


body {
    padding-top: 7em;
}



/*----------------- body -----------------*/

.contendor, main > .main {
    max-width: 45rem;
    margin: 0 auto;
    padding: 1rem;
}

body {
    background-color: white;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    justify-content: space-between;
    margin: 0;
}

/*----------------- main -----------------*/

main .main {
    padding: 1em;
    margin: 0 auto;
    max-width: 100%;
    background-color: #3B466F
    
}


.secciones button:hover {
    background: #FF1720;
    font-weight: bold;
    transition: all 0.3s;
}

#edit:hover {
    background: #b71017;
}

.nombre {
    font-size: 1.4em;
}

/*----------------- futsal-----------------*/


    
.section-futsal {
	width: 95%;
	margin: auto;
	overflow: hidden;
}

.slider ul {

	display: flex;
  	padding: 0;
	width: 400%;
	
	animation: cambio 10s infinite alternate linear;
}

.slider li {
	width: 100%;
	list-style: none;
}

.slider img {
	width: 100%;
}

@keyframes cambio {
	0% {margin-left: 0;}
	20% {margin-left: 0;}
	
	25% {margin-left: -100%;}
	45% {margin-left: -100%;}
	
	50% {margin-left: -200%;}
	70% {margin-left: -200%;}
	
	75% {margin-left: -300%;}
	100% {margin-left: -300%;}
}


.que-es-futsal {
    text-align: center;    
  	padding-left: 5px;
     margin-top:0.5em;
    font-size: 1.8em;
    color:#D12521;
     text-decoration: underline;
    
    }
.que-futsal {
    
    text-align: center;    
  	padding-left: 5px;
    margin-bottom: 2em;
    margin-top:1em;
    font-weight:400;
    color:#D12521;
   
    
    }

.fondo-horarios {
    padding: 1em;
    margin: 0 auto;
    align-content: center; 
           margin-top:  1em; 
      margin-bottom: 4em;
       background-color:#219ABF;
    
    
    }
    
.horarios {
    margin-top: 0.5em;
    text-align: center;    
    font-size: 1.8em;
    color:#D12521;
 
         }

.horarios-grupos li{
    text-align: center;    
  	padding-left: 5px;
     margin-top:0.5em;
    font-size: 1em;
    color:white;
     margin-bottom: 2em;
         }
/*----------------- voley -----------------*/


.main-voley {
    padding: 1em;
    margin: 0 auto;
    background-color:#D12521;
    
}

.que-es-voley {
    text-align: center;    
  	padding-left: 5px;
     margin-top:0.5em;
    font-size: 1.8em;
    color:#219ABF;
     text-decoration: underline;
    
    }


.que-voley {
    text-align: center;    
  	padding-left: 5px;
    margin-bottom: 2em;
    margin-top:1em;
    font-weight:400;
    color:#219ABF;
   
    
    }

.horarios-voley {
    margin-top: 0.5em;
    text-align: center;    
    font-size: 1.8em;
    color:white;
 
         }

.horarios-grupos-voley li{
    text-align: center;    
  	padding-left: 5px;
     margin-top:0.5em;
    font-size: 1em;
    color:#D12521;
     margin-bottom: 2em;
         }


/*----------------- taekwondo -----------------*/

.main-taek{
    padding: 1em;
    margin: 0 auto;
    background-color:#219ABF;
    
}

.que-es-taekwondo{
    text-align: center;    
  	padding-left: 5px;
     margin-top:0.5em;
    font-size: 1.8em;
    color:#3B466F;
     text-decoration: underline;
    
    }

.que-taekwondo {
    text-align: center;    
  	padding-left: 5px;
    margin-bottom: 2em;
    margin-top:1em;
    font-weight:400;
    color:#3B466F;
    
    }

.fondo-horarios-t {
    padding: 1em;
    margin: 0 auto;
    align-content: center; 
           margin-top:  1em; 
      margin-bottom: 4em;
       background-color:#D12521;
    
    
    }



.horarios-t  {
    margin-top: 0.5em;
    text-align: center;    
    font-size: 1.8em;
    color:#219ABF;
 
         }

.horarios-grupos-t li{
    text-align: center;    
  	padding-left: 5px;
     margin-top:0.5em;
    font-size: 1em;
    color: white;
     margin-bottom: 2em;
         }







/*----------------- footer -----------------*/
footer {
    align-self: flex-end;
    background: #3B466F;
    margin-top: 2em;
    width: 100%;
    border-image-slice: 1;
}

footer div {
    display: flex;
    margin: 0 auto;
    width: 90%;
    align-items: center;
    padding: 1em 0;
    max-width: 45rem;
}

#titu {
    color: white;
    font-size: 1em;
    padding: 1em 1em 0.3em 0em ;
    text-align: center;
    width: 90%;
    margin: auto;
    max-width: 45rem;
}

footer p {
    color: white;
    font-size: 0.7em;
    padding: 0.5em 0;
    margin: auto;
}

#datos {
    color: white;
}

#tabla {
    font-style: italic;
    font-size: 0.7em;
}

#redes {
    display: flex;
    color: white;
    border: none;
    justify-content: center;
}

.contacto section {
    padding-left: 1em;
    flex-basis: 50%;
}

.redes-botones {
    text-align: center;
}

.redes-botones a {
    color: white;
    text-decoration: none;
    
}

.redes-botones li {
    padding: 0.5em 0.5em;
    border-radius: 99999px;
    margin-bottom: 0.8em;
    background: #D12521;
}

.redes-botones li:hover {
    background: #D12521;
    transition: all 0.3s;
}

.columna2 {
    color: white;
    font-size: 0.8em;
    
}

.columna2 li {
    margin-top: 1em;
}

.conico {
    display: flex;
    align-items: center;
}

.columna2 li a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}


.columna2 i {
    font-size: 1em;
    margin-right: 0.3em;
    color: #D12521;
}

/*----------------- PANTALLA INICIO -----------------*/

#portada {
    width: 100%;
    margin-top: -1em;
    max-height: 30em;
    display: flex;
    align-items: center;
    
}

.caption {
    position: relative;
    padding: 0;
    margin: 0;   
}

.caption img {
    display: block;
    max-width: 100%;
    height: auto;
}

.h2in {
    font-size: 2em;
    text-align: center;
    color: white;
}
.h2blog {
    font-size: 2em;
    text-align: center;
    color: #3B466F;
    
    margin-top: 2em;  
}
.h4blog {
    text-align: center;
    color: #3B466F;
    
    margin-top: 2em;  
}

.fondo-deportes {
    padding: 1em;
    margin: 0 auto;
    align-content: center; 
    padding-bottom: 0.5em 0.5em;
        margin-top:  1em; 
      margin-bottom: 1em;
       background-color:#219ABF;
    
    
    }

.section-cursos{
    margin-top:  2em; 
      margin-bottom: 2em;
 color:#219ABF;
 align-content: center;
  width:30%;
  margin:1em auto;
 
  }
.section-cursos-h3{
    color: white;
 align-content: center;
  width:20%;
 
  }
.h3in {
    
    align-content: center;
    font-size: 0.7em;
    text-align: center;
    color: #D12521;
    
   
}



.futsal{
    text-align: center;
    color: #D12521;
    text-decoration: none;
    padding: 0.5em 0.5em;
    border-radius: 99999px;
    margin-bottom: 0.8em;
    background: white;
    
}

.voley{
    text-align: center;
    color: #D12521;
    text-decoration: none;
    padding: 0.5em 0.5em;
    border-radius: 99999px;
    margin-bottom: 0.8em;
    background: white;
    
}

.taekwondo{
    text-align: center;
    color:#D12521;
    text-decoration: none;
    padding: 0.5em 0.5em;
    border-radius: 99999px;
    margin-bottom: 0.8em;
    background: white;
    
}

.blog-card {
  display: flex;
  flex-direction: row;
  background: #fff;
  box-shadow: 0 0.1875rem 1.5rem rgba(0, 0, 0, 0.2);
  border-radius: 0.375rem;
  overflow: hidden;
    width: 100%;
margin:4em;
}

.card-link {
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
}
.card-link:hover .post-title {
  transition: color 0.3s ease;
  color: #3B466F;
}
.card-link:hover .post-image {
  transition: opacity 0.3s ease;
  opacity: 0.9;
}

.post-image {
  transition: opacity 0.3s ease;
  display: block;
  width: 100%;
  object-fit: cover;
}

.article-details {
  padding: 1.5rem;
}

.post-category {
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.0625rem;
  margin: 0 0 0.75rem 0;
  padding: 0 0 0.25rem 0;
  border-bottom: 0.125rem solid #ebebeb;
}

.post-title {
  transition: color 0.3s ease;
  font-size: 1.1rem;
  line-height: 1.4;
  color: #121212;
  font-weight: 700;
  margin: 0 0 0.5rem 0;
}

.post-author {
  font-size: 0.8rem;
  line-height: 1;
  margin: 1.125rem 0 0 0;
  padding: 1.125rem 0 0 0;
  border-top: 0.0625rem solid #ebebeb;
}


    
    

/*----------------- PANTALLA INDEX -----------------*/
#binicio2 {
        background: white;
}

.inicio2 {
    padding-bottom: 7em;
}

.inicio2
{   
    width: 100%;
    height: auto;
}

.inicio2 img {   
    max-width: 18rem;
    width: 50%;
    margin-bottom:1.5em;
}

.btn-azul2 {
    background-color: #3B466F;
    
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    width:250px;
    height:55px;
    margin-bottom: 1em;
    
}
.btn-celeste {
    background-color: #219ABF;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    width:250px;
    height:55px;
    margin-bottom: 1em;
}
#binicio {
        background: #3B466F;
}

.inicio {
    padding-bottom: 7em;
}

.inicio 
{   
    width: 100%;
    height: auto;
}

.inicio img {   
    max-width: 18rem;
    width: 30%;
    margin-bottom:1.5em;
}

.textoinicio
{  	padding-top: 1em;
    font-size: 0.9em;
	text-align: center;
    color: white;
}

.textoinicio:hover {
    text-decoration: underline;
}


/*----------------- form -----------------*/

#formulario {
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1em;
}

.wrapper {
    height: calc(100vh - 6.4em);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

input,
textarea {
    width: 100%;
    max-width: 16em;
    margin: 0 auto 0.9em auto;
    border: 0;
    padding: 0.8em 1.6em;
    display: block;
    font-size: 1.1em;
    outline: 0;
}

input {
    border-radius: 3em;
}

textarea {
    border-radius: 1em;
}

.btn {
    margin: auto;
    margin-bottom: 2em;
    border: 0;
    border-radius: 3em;
    padding: 0.8em 2em;
    display: block;
    color: #FFFFFF;
    font-size: 1.3em;
}


.btn-rojo {
    background-color: #FF1720;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
}
.btn-azulito{
    background-color: #3B466F;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom:3em;
}
.paginasextra
{  display: flex;
   justify-content:space-around;
   margin-top: -4em;
}

.paginasextra a
{  text-decoration:none; /*Solo para quitar subrayado*/
}

.btn-blanco {
    background: #ff8d91;
    color: black;
    text-transform: uppercase;
    font-weight: 300;
    width: 11em;
    min-width: 11em;
    cursor: pointer;
}

/*----------------- PANTALLA PERFIL -----------------*/

.perfil {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#fotoperfil {
    width: 15em;
    border: 8px solid #FF1720;
    border-radius: 99999em;
    margin-top: 1em;
}

.secciones {
    display: flex;
    flex-direction: column;
}

.secciones button {
    margin-top: 1em;
    background: black;
    color: white;
    text-transform: uppercase;
    padding: 0.6em 2.7em;
    border-radius: 9999px;
    font-size: 1.3rem;
    font-weight: lighter;
}

#bprincipal {
    background: #FF1720;
    font-weight: bold;
}

#icosoc {
    color: #FF1720;
    border: 3px solid #FF1720;
    border-radius: 99999px;
    padding: 0.2em;
    margin-right: 0.5em;
}

#icosoc2 {
    background: none;
}

.numsoc {
    display: flex;
    align-items: center;
}

   /*-------desde-aca-ro-------- REGISTRO--se comparte con ingreso-inicio-y-olvide-mi-contraseña-----------------*/


#treg {
    color: white;
    margin-top: 5em;
    margin-bottom: 1em;
}

#bregistro {
     background-color: #3B466F;
    
    }

.datosenviados {
font-size: 3em;
}
.gracias{
    color: white;
    margin-left: 3em;
    margin-right: 3em;
    text-align: center;
    
     }

    
   /*----------------- PERFIL WEBAPP -----------------*/




html, body {
  width: 100%;
  height: 100%;
}

body {
 background: white;
 font-family: 'Montserrat', sans-serif;
}

.card {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 250px;
  height: 450px;
  border-radius: 10px;
  box-shadow: 0 10px 25px 5px rgba(0, 0, 0, 0.2);
  background:#3B466F;
    overflow: hidden;}

  .ds-top {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    width: 300px;
    height: 80px;
    background: #D12521;
    animation: dsTop 1.5s;
  }
  .avatar-holder {
    position: absolute;
    margin: auto;
    top: 40px;
    right: 0;
    left: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow: 0 0 0 5px #151515,
                inset 0 0 0 5px #000000,
                inset 0 0 0 5px #000000,
                inset 0 0 0 5px #000000,
                inset 0 0 0 5px #000000,;
    background: white;
    overflow: hidden;
      animation: mvTop 1.5s;
    }
   
    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  .namep {
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    margin: auto;
    margin-bottom: 220px;
    top: 1px;
    right: 0;
    bottom: 2.5em;
    left: 0;
    width: inherit;
    height: 40px;
    text-align: center;
      animation: fadeIn 2s ease-in;}

  
      }
      }}

    h6 {
      position: absolute;
      margin: auto;
      top: 1
          1em;
        left: 0;
      right: 0;
      bottom: 0;
      color: white;
      width: 40px;
    text-align: center;
       
    }
}

  .button {
    position: absolute;
    margin: auto;
    padding: 8px;
    top: 20px;
    right: 0;
    bottom: 0;
    left: 10px;
    width: inherit;
    height: 40px;
    text-align: left;
    animation: fadeIn 2s ease-in;
      outline: none;}

 
      }
    }
  }
  .ds-info {
    position: absolute;
    margin: auto;
    top: 120px;
    bottom: 0;
    right: 0;
    left: 0;
    width: inherit;
    height: 40px;
      display: flex;}

     
    

      h6 {
        text-transform: uppercase;
        color: crimson;
      }
      p {
        font-size: 13em;
      }
      }}

    .ds {
      &:nth-of-type(2) {
        animation-delay: .5s;
      }
      &:nth-of-type(1) {
        animation-delay: 1s;
      }
    }
  }
  .ds-skill {
    position: absolute;
    margin: auto;
    bottom: 15px;
    right: 0;
    left: 0;
    width: 200px;
    height: 100px;
      animation: mvBottom 1.5s;}

    h5 {
    margin-top: 5px;  
    margin-bottom: 15px;
    margin-left: -150px;
      font-weight: 700;
      text-transform: uppercase;
      color: white;
    }
   
      h6 {
        font-weight: 400;
        font-size: 9px;
        letter-spacing: 0.05em;
        margin: 4px 0;
        color: white;
        margin-left:20px;
          text-align: left;
         
      }
      .fab {
        color: crimson;
        font-size: 14px;
      }
      .bar {
        height: 5px;
        background:#D12521;
          text-align: right;}

        p {
          color: white;
          font-size: 8px;
          padding-top: 5px;
          animation: fadeIn 5s;
        }
        &:hover {
          background: white;
        }
      }
      .bar-html {
        width:80%;
        animation: htmlSkill 1s;
        animation-delay: .3s;
      }
      .bar-css {
        width: 90%;
        animation: cssSkill 2s;
        animation-delay: .4s;
      }
      .bar-js {
        width: 40%;
        animation: jsSkill 3s;
        animation-delay: .4s;
        margin-bottom: 30px;
      }
 

.following {
  color: white;
  background: crimson;
}
 .btn-perfil {
    background-color:#D12521;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1em;
     margin-top: 0em;
}
 .btn-perfil2 {
    background-color: white;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.8em;
     margin-top: 4em;
    color: #3B466F;
}

/*------------------webapp--ingreso---------------------*/
.btn-ingreso {
    background-color:#D12521;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    font-size:1,5em;
     margin-top: 0.5em;
    margin-left:1.em;
     
    text-align: center;
}

.btn-ingreso2 {
    background-color:#D12521;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    font-size:1em;
     margin-top: 5em;
    margin-left:3.em;
     
    text-align: center;
}
.olvide
{  	padding-top: 0em;
    font-size: 0.8em;
	text-align:right;
    color: white;
    margin-top: -150px;
    margin-right: 1em;
}
.card2 {
  position: absolute;
  margin: auto;
    
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 300px;
  height: 450px;
  border-radius: 10px;
  box-shadow: 0 10px 25px 5px rgba(0, 0, 0, 0.2);
  background:#3B466F;
    overflow: hidden;}

.logoingreso{
    display: block;
    width: 7em;
    position: center;
    margin-left: 16.5em;
    margin-top: 5em

}
/*------------------webapp--registro---------------------*/

.card3 {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 300px;
  height: 530px;
  border-radius: 10px;
  box-shadow: 0 10px 25px 5px rgba(0, 0, 0, 0.2);
  background:#3B466F;
    overflow: hidden;
margin-top:10m;
}

.regicasillas {
    
    margin-top:-7em; padding-bottom: 7em;
}
    
/*------------------webapp--olvide---------------------*/

.card4 {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 300px;
  height: 300px;
  border-radius: 10px;
  box-shadow: 0 10px 25px 5px rgba(0, 0, 0, 0.2);
  background:#3B466F;
    overflow: hidden;
margin-top:14em;
}
.btn-olvidemi {
    background-color:#D12521;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    font-size:1em;
     margin-top: 1.4em;
    margin-left:1.em;
     
    text-align: center;
}

.btn-olvidemi2 {
    background-color:#D12521;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    font-size:1em;
     margin-top: 2em;
    margin-left:3.em;
     
    text-align: center;
}
.olvidecasillas {
    
    margin-top:8em; padding-bottom: 1em;
}
    
/*------------------webapp--enviado---------------------*/

.card5 {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 300px;
  height: 300px;
  border-radius: 10px;
  box-shadow: 0 10px 25px 5px rgba(0, 0, 0, 0.2);
  background:#3B466F;
    overflow: hidden;
margin-top: 14em;
}
.btn-enviados {
    background-color:#D12521;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    font-size:1em;
     margin-top: 1.4em;
    margin-left:1.em;
     
    text-align: center;
}
.enviadosp{
    margin-top: 8em;
    font-size: 1em
}
.btn-enviados2 {
    background-color:#D12521;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    font-size:1em;
     margin-top: 2em;
    margin-left:3.em;
     
    text-align: center;
}

/*----------------- perfilinicio-----------------*/
.btn-peri {
    background-color:#D12521;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    font-size:1.6em;
     margin-top: 1em;
    margin-left:3.em;
     
    text-align: center;
}
/*---hasta--aca--ro

/*----------------- MEDIAQUERIES -----------------*/


@media (max-width:250em) {
    header label {
        display: block;
    }
    
    .menu {
        position: absolute;
        top: 6em;
        right: 0;
        width: 70%;
        height: 100vh;
        transform: translateX(200%);
        transition: all 0.3s;
        background:#D12521;
        overflow: scroll;
    }
    
    
    .menu ul {
        flex-direction: column;
        color: white;
        background: none;
    }
    
    .menu ul li {
        border-bottom: solid 1px rgba(255,255,255,0.5);
    }
    
    .menu ul li:hover ul {
        display: none;
        position: static;
        width: 100%;
    }
    
    .menu ul li {
        background: (0,0,0,0.8);
    }

    
    #btn-menu:checked ~ .menu {
        transform: translateX(0%);
    }
    
    .menu ul ul {
        background: rgba(0,0,0,0.4);
    }
    
    .menu ul ul a {
        padding: 1em 3em;
    }
    
    #btn-menu:checked ~ label {
        display: none;
    }
    
    #btn-menu:checked ~ #close {
        display: block;
    }
    
    #redes {
        padding: 0em 1em 0em 0em
    }
    
    .conico {
       flex-wrap: wrap;
    }
    
    
}
-------------------- /novedades/



#container {
  align-items: center;
  justify-content: center;
    
  background-color: #3B466F;
}

.blog-card {
  display: block;
  background: #3B466F;
  box-shadow: 0 0.1875rem 1.5rem rgba(0, 0, 0, 0.2);
  border-radius: 0.375rem;
    width: 50%;

}

.card-link {
  position: relative;
  display: inline;
  color: inherit;
  text-decoration: none;
}
.card-link:hover .post-title {
  transition: color 0.3s ease;
  color: #D12521;
}
.card-link:hover .post-image {
  transition: opacity 0.3s ease;
  opacity: 0.9;
}

.post-image {
  transition: opacity 0.3s ease;
  display: block;
  width: 100%;
  object-fit: cover;
}

.article-details {
  padding: 1.5rem;
    color:white;
}

.post-category {
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
    color:white;
  letter-spacing: 0.0625rem;
  margin: 0 0 0.75rem 0;
  padding: 0 0 0.25rem 0;
  border-bottom: 0.125rem solid #D12521;
}

.post-title {
  transition: color 0.3s ease;
  font-size: 1.1rem;
  line-height: 1.4;
  color: white;
  font-weight: 700;
  margin: 0 0 0.5rem 0;
}

.post-author {
  font-size: 0.8rem;
  line-height: 1;
    color:white;
  margin: 1.125rem 0 0 0;
  padding: 1.125rem 0 0 0;
  border-top: 0.0625rem solid #D12521;
}

@media (max-width: 40rem) {
  #container {
    width: 5rem;
    height: 20rem;
  }

  .blog-card {
    flex-wrap: inherit;
      margin-right: 3em;
      margin-left:6em;
  }
}
@supports{
  body {
    display: flex;
  }


  .post-image {
    height: 100%;
  }

  .blog-card {
    display: flex;
  }


  }
.numeros {
    
  font-size: 1rem;
    color:#3B466F;
    
  text-align: center;
    
      margin-left:6em;
}
------------------/posteo/
#posteo {
	border: #bdc3c7 solid 20px;
	padding: 60%;
	max-width:700px;
    
}

.quote {
	border-left: solid 5px #3B466F;
	padding-left: 5px;
    margin-bottom: 2em;
    margin-top:2em;
    font-weight:400;
    color:#3B466F;
}
.date{
   text-transform: capitalize;
   color: black;
    margin-bottom:1em;
}
h2{
	color: #2c3e54;
	font-size: 2.0rem;
}
.postfoto{
    margin-top: 2em;
}
hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.post{
	margin: 2em;
}

------------------------------------------/calendario/

.contenedor-calendario {
  
  background-color: #fff;
  text-align: center;
        max-width: 55rem;
    margin: 8em;
    padding: 1rem;
}

.leyenda-top {
  padding: 15px;
  background-color: #F1F1F1;
  min-height: 20px;
  border: 1px dashed #ccc;
  margin-bottom: 15px;
}

.leyenda-top .caja {
  width: 33%;
  float: left;
  text-align: left;
}

.leyenda-top .caja span {
  width: 20px;
  height: 20px;
  margin: 8em;
  display: inline-block;
  vertical-align: middle;
  background-color: #3B466F;
  border-radius: 50%;
  color: #fff;
}


.mes-full {
  display: inline-block;
  width: 233px;
  margin-left: 5.5em;
    margin-right: 3em;
    margin-top: 4em;
  background-color: #fff;
  vertical-align: top;
     border-radius: 20px;
    align-items: center;
}

.mes {
  /float: left;/
  border: 1px solid #3B466F;
  background-color: #fff;
  overflow:auto;
    
     border-radius: 20px;
}

.mes .titulo {
  background-color: #3B466F;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
  border: 1px solid #3B466F;
  text-transform: uppercase;
}

.mes .dias {
  /min-height: 232px;/
}

.mes .dia.vacio {color: #ffffff;}

.mes .dias-semana {
  border-bottom: 1px solid #3B466F;
  overflow:auto;
}

.mes .dias-semana, .mes .dias .dia {
  float: left;
  width: 33px;
  text-align: center;
  padding: 5px 0;
  line-height: 23px;
}

.mes .dias .dia.martes {margin-left: 33px;}
.mes .dias .dia.miercoles {margin-left: 66px;}
.mes .dias .dia.jueves {margin-left: 99px;}
.mes .dias .dia.viernes {margin-left: 132px;}
.mes .dias .dia.sabado {margin-left: 165x;}
.mes .dias .dia.domingo {margin-left: 198px;}

.mes .dias .dia.torneo {
  background-color: #FF1720;
  border-radius: 50%;
  color: #fff;
}


.fechas {
  padding: 10px 5px;
  text-align: left;
  font-size: 12px;
}
.fechas .descripcion {line-height: 15px;}
.fechas .descripcion.dia {color: #FF1720;}

.fechas.dos {min-height: 50px;}
.fechas.tres {min-height: 65px;}
.fechas.cuatro {min-height: 80px;}

.contenedor-calendario .leyenda-principal {
  padding: 10px 20px;
  text-align: left;
}

-------------------------------------------------/quienes somos/
.premio img{
    max-height: 50%;
    max-width: 50%;
}
.img123 img {
    align-content: center;
    max-height: 30%;
    max-width: 30%;
    margin-left: 5em;
    margin-right:7em;
    margin-bottom: 3em;
    margin-top:5em;
}

.h4blog2 {
    text-align: center;
    color: #D12521;
    
    font-size: 0.7em;
    
    margin-bottom: 3em;  
}