
body {
font-family: 'Roboto', sans-serif;
position: relative;
margin: 0;

text-align: center;
margin-top: 4rem;}


img {
   width: 70%;
background-color: }

.nombre{
padding: 2rem;
background-color: #f9f6f2}

hr {
margin-left: 2rem;
margin-right:2rem;}

h2 {
font-size: 24px;
color: #5b9587;
margin-left: 1rem;
margin-top: 20px;}

h3 {
font-weight: 400;
font-size: 16px;
color: #230601;
margin-left: 1rem;
margin-top: -20px;}

h4 {
font-weight: 400;
font-size: 14px;
color:#5e320a; 
margin-left: 2rem;
margin-right: 2rem;
margin-top: 1em;
margin-bottom: 2rem;}

p {
font-size: 14px;
color:#5e320a; 
margin-left: 2rem;
margin-right: 2rem;
margin-top:-10px;
margin-bottom: 2rem;}

.direcciones {
margin-top: 1em;
font-weight:600;}

.btn-uno {
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 12px;
    cursor: pointer;
    background: #5b9587;
    color: #fff;
margin-top: 1rem;}


.btn-dos {
   padding: 10px 20px;
  border-radius: 50px;
    font-size: 12px;
    cursor: pointer;
    background: #5b9587;
    color: #fff;}

.modificar {
margin-left:5rem;
margin-right:5rem;
margin-top: 1rem;
padding:10px 20px;
border-radius: 50px;
font-size: 12px;
cursor: pointer;
background: #c24b20;
color: white;
opacity: 0.8;}

h1 {
    font-weight: 500;
    font-size: 18px;
    color: #fff;}


.contenedor {
    padding-right: 30px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;}

footer{
color: #230601;
font-size: 12px;
padding: 2rem;
background-color:#f9f6f2;
margin-top: 1rem;}
     

/* Menu */

header {
    z-index: 9999999;
    position: relative;
}

.mobile-menu {
    display: block;
    max-width: 65%;
    width: 100%;
    right: -100%;
    height: 100vh;
    background:#5b9587;
    position: fixed;
    z-index: 9999;
    transition: 0.6s ease;
    top: 0;
    background-size: cover;
    opacity: 0;
    overflow: hidden;
}

.mobile-menu ul {
    position: relative;
    padding: 30px;
    margin-top: 40px;
}

.mobile-menu ul li {
    list-style: none;
}

.mobile-menu ul li a {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    text-align: left;
    text-decoration: none;
    color: #fff;
    font-size: 22px;
    align-items: center;
    font-weight: 300;
    overflow: hidden;
    margin-top: 24px;
    position: relative;}


.mobile-menu ul li a.activo {
   color:#decfbc;
    font-weight: 600;}

.mobile-menu .perfil-info img {
    position: relative;
    width: 100px;
    border-radius: 50%;
    top: 0;
    transform: none;
    left: 0;
    margin-bottom: 15px;
}

.mobile-menu .perfil-info {
    float: left;
    padding: 30px;}

.mobile-menu .perfil-info h2 {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 1em;
    color: #fff;
    text-align: left;
}

.mobile-menu .perfil-info h3 {
    font-size: 16px;
    color: white;
    text-align: left;}

.mobile-menu .perfil-info a {
    font-size: 14px;
    color: #230601;
    text-align: left;
    float: left;
    background: #decfbc;
    border-radius: 30px;
    padding: 5px 15px;
    font-size: 11px;
    margin-top: 15px;
}

.mobile-menu .perfil-info a:hover {
    color: #c24b20;}


.mobile-nav-button.cerrar {
    float: right;
    color: #fff;
    font-size: 30px;
    transform: rotate(45deg);
    font-weight: 300;
    overflow: hidden;
    padding: 20px 20px 0 0;
}

.mobile-menu ul li a:hover {
    color: #c24b20;}

.mobile-menu img {
    position: absolute;
    width: 20px;
    display: block;
    left: 50%;
    top: 3rem;
    transform: translatex(-50%);
    padding: 0;
    text-align: center;}

.mobile-menu--open {
    right: 0;
    opacity: 1;
}

header svg {
    fill: #fff;
}

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


.navegacion {
    position: fixed;
    width: 100vw;
    z-index: 999;
    padding: 10px 0;
    top: 0;
    background:#230601;}

.logo {
    height: 40px;
    width: auto;
}


.login-menu a {
    color: #fff;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    text-decoration: none;
}

footer img,
header svg {
    width: 20px;
    height: 20px;}
    



/* Responsive */
@media (min-width: 768px) {
    footer {
        display: none;
    }
    .contenedor {
    margin: 0 auto;
    max-width: 1170px;
    padding:  0;
    }
    .contenedor-mobile {
    margin: 0 auto;
    max-width: 1170px;
    padding: 0;
    }
    .mobile-menu {
        right:  0;
        opacity: 1;
        background:  none;
        height:  auto;
        position:  relative;
        top: initial;
        max-width:  none;
    }

    .mobile-menu ul {
        margin:  0;
        padding:  0;
        display: flex;
        position:  relative;
        align-items:  center;
        float:  right;
    }

    .mobile-menu ul li {
        display:  inline-block;
        padding: 0 10px;
    }

    .mobile-menu ul li a {
        display:  inline-block;
        width: initial;
        max-width: inherit;
        margin:  inherit;
        overflow:  auto;
        font-size: 16px;
        line-height: 20px;
        font-weight: 300;
    }

    .mobile-nav-button {
        display: none;
    }

    .menu-mas {
        width: 100%;
    }

    .perfil-info {
        display: none;
    }

    .mobile-menu ul li a span {
        display: none;
    }

    .mobile-menu ul li a.activo {
        border:  0;
        padding:  0;
        font-weight: 600;
    }

    .mobile-menu ul li a.activo:after {
        content:  '';
        display: none;
    }
    .logo {
    display:  none;
    }

    .logo.mobile {
    display:  block;
    }
    header h1 {
    display: none;
    }
    .titulo-pag {
    display: block;
    background: #dadada36;
    padding: 30px 0;
    }
    .titulo-pag h2 {
    font-size: 48px;
    }
    .contenedor-mobile {
    margin: 0 auto;
    max-width: 1170px;
    padding: 0;
    display:  flex;
    align-items:  center;
    justify-content: space-between;
    flex-flow: row wrap;
    }

    .contenedor-mobile article {
    width: 30%;
    }

    .titulo {
    height: 55px;
    }
    .actividad article:last-child {
    border-bottom: 1px solid #e2e2e2;
    }

    .tema {
        width: 75%;
    }

    .info {
        width: 35%;
    }
    .filtro {
    display:  inline-block;
    }

    .filtro li {
    display:  inline-block;
    padding: 10px 20px;
    margin-right: 10px;
    }
}