@charset "utf-8";

*/

*{
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    box-sizing: border-box;
}

#logo {
    width: 100px;
    display: flex;
    float: right;
}

body{
    display: block;
    flex-direction: column;
    min-height: 100vh;
    max-width: 768px;
    margin: auto;
    min-height: -webkit-fill-available;
    justify-content: space-between;
    font-family: 'Montserrat', sans-serif;
}

html {
    height: -webkit-fill-available; 
}

.contenedor {
    max-width: 50em;
    margin: 0 auto;
}

main {
    background-color: white;
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;    
}

header{
    width: 100%;
}

header .contenedor {
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid black;
    padding-bottom: .5em;
    padding-top: .6em;
    padding-left: .9em;
    padding-right: .9em;
}

footer {
    text-align: center;    
    color: white;
    padding: 1rem;
    font-size: 0.8rem;
    background-color: #4abcea;
    margin: auto;
    max-width: 768px;
}

.seguinos {
    display: inline-block;
    flex-direction: row;
    padding-bottom: .4em;
}

footer h3{
    font-size: 1rem;
    color:white;
    text-transform: uppercase;
    text-align: center; 
    margin: .3em;
    font-family:  ‘Montserrat’ , sans-serif;
}

.legales{
    background-color: #4abcea;
    color: white;
    padding: .1em;
    font-size: 0.8rem;
}

.icono {
    width: 20px;
    padding: .5em;
    align-content: center;
}

#menu {
    display: none;
}

header label {
    display: none;
    width: 30px;
    height: 30px;
}

header label:hover {
    cursor: pointer;
}

.menu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    font-size: 10px;
}

.menu li {
    text-align: center;
}

.menu li:hover {
    background-color: #cdebf7;
}

.menu li a {
    display: block;
    padding: 10px 10px;
    color: black;
    text-decoration: none;
}

@media (max-width: 768px) {
    header label {
        display: block;
    }
    
    body{
         margin: 0 0.5em 0 0.5em;
    }

    .menu {
        position: absolute;
        background-color: white;
        width: 50%;
        margin-left: -70%;
        transition: all 0.5s ease;
    }
    
    .menu ul {
        flex-direction: column;
        background-color: rgb(224, 246, 255);
    }
    
    .menu li {
        border-top: 1px solid black;
        margin-top: .8em;
    }
    
    #menu:checked ~ .menu {
        margin: 0;
    }
}

div.container {
    width: 96%;
    max-width: 960px;
    margin: 0 auto;
}

#botonq {
    text-decoration: underline;
    text-decoration-color: red;
}

#botonq:hover {
    color: aquamarine;
}

.banner {
    width: 100%;
    height: auto;
    margin-top: .5em;
}

#presentación {
    font-size: 18px;
    margin: 2em;
    margin-bottom: 1.5em;
    margin-top: .5em;
}

#somos {
    margin-left: 1.4em;
    margin-bottom: .1em;
    font-size: 25px;
    font-style: italic;
    color: red;
}

.actividades {
    margin-top: .7em;
    justify-content: center;
    width: 100%;
    display: block;
}

#titulocadaver {
    background-color: #ff3d3d;
    padding: .9em;
    margin: auto;
    text-align: center;
    text-transform: uppercase;
    color: white;    
}

.titulos {
    text-align: center;
    color: white;
    text-transform: uppercase;
}

#cadaver-aporte{
    text-align: center;
    padding: 1em;
    color: red;
    font-size: 13px;
}

.center-content {
    display: flex;
    justify-content: center;
    align-items: center;    
}

.recomendados {
    width: 100%;
    flex-direction: column;
}

.titulor {
    background-color: #4abcea;
    padding: 0.02px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    margin-bottom: 1em;
}

.scroll {
   width: auto;
   height: 200px;
   overflow-y: hidden;
   overflow-x: auto;
   background: #F2F0F0;
   white-space: nowrap;
   margin-top: 0;
}
.scroll img{
  width: auto;
  height: 200px;
  overflow-y: hidden;
  overflow-x: auto;
  padding: 1px;
  background: #cdebf7;
  white-space: nowrap;
}

.tituloc {
    background-color: green;
    padding: .9em;
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
}

.concursos {
    width: 100%;
    flex-direction: column;
    margin-bottom: 2em;
}

.concursos article {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin: .5em;
}

.concursos article h1 {
    font-size: 15px;
    color: green;
    margin-bottom: 0;
}

.concursos article h2 {
    font-size: 15px;
    color: black;
    margin-bottom: .2em;
    margin-top: .2em;
}

.concursos article h3 {
    font-size: 15px;
    text-transform: uppercase;
    color: green;
    font-weight: normal;
    margin-top: 0;
}

.imagenes {
    width: 100px;
    border-radius: 50%;
}

#estrellas {
    width: 90px;
    margin-top: 0;
}

input:placeholder-shown {
    width: 97%;
    padding: .5em;
    margin: .5em;
}

.btn-green {
    color: white;
    background-color: red;
    border: red;
    padding: .3em;
    padding-left: 2em;
    padding-right: 2em;
    border-radius: 10px;
}

.btn-green:hover {
    background-color: rgb(224, 246, 255);
}

.btn-green:active {
    background-color: aquamarine;
}



