body{
    font-family: 'BigNoodleTitling', sans-serif;
    font-weight: normal;
    font-style: italic;
}

.whatsapp{
    background-color: #085e54;
}

.whatsapp a{
    color:#ffffff;
    border: 1px solid #ffffff;
}

.menu a{
    font-size: 1.2em;
    color:#404040;
}

@media (min-width: 320px) { 
    .menu a{
        font-size: 1.4em;
    }
}

@media (min-width: 992px) { 
    .menu a{
        font-size: 1.2em;
    }
}

@media (min-width: 1049px) { 
    .menu a{
        font-size: 1.3em;
    }
}

@media (min-width: 1199px) { 
    .menu a{
        font-size: 1.5em;
    }
}

@media (min-width: 1349px) { 
    .menu a{
        font-size: 1.7em;
    }
}

.menu a.activo,
.menu a:hover{
    background-color: #c01515;
    color:#ffffff;
    text-decoration: none;
}

.seguinos{
    font-size: 1.5em;
    position: relative;
}

.seguinos::after {
    content: ' ';
    width: 60%;
    border-bottom: 1px solid #ffffff;
    position: absolute;
    right: 0.5em;
    top: 1.2em;
}

footer{
    background-color: #c01515;
    color:#ffffff;
}

footer a{
    color:#ffffff;
}

footer a:hover,
footer a:focus{
    color:#404040;
}

.quienes_somos p{
    font-family: sans-serif;
    font-style: normal;
}

.botonEnviar{
    background-color: #c01515;
    color:#ffffff;
    border: 0px;
    cursor: pointer;
}

.magazine a:hover,
.magazine a:focus{
    text-decoration: none;
}

.magazine a span{
    color: #404040;
    text-decoration: none;
    font-style: normal;
    font-size: 1.2em;
}

.revista{
    color: #404040;
    text-decoration: none;
    font-style: normal;
    font-size: 1.2em;
}

.magazine .owl-nav {
    float: right;
    top: -2.3em;
    position: absolute;
    right: 0;
}

.magazine .owl-nav button{
    margin-left: 1em;
}