*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body{
    background: url(images/fondo.jpg) center center fixed no-repeat #232331;
    background-size: cover;
    box-sizing: border-box;
    font-size: 16px;
}
h1{
    color: rgba(255, 255, 255, .5);
    font-family: 'Oswald', sans-serif;
    font-size: 4em;
}
h2{
    color: yellow;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 20px;
    font-size: 2em;
}
h3{
    color: #cbe6d7;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 20px;
    font-size: 1.7em;
}
h4{
    color: #59CE40;
    font-family: 'Raleway', sans-serif;
    font-size: 1.7em;
}
h5{
    color: white;
    font-family: 'Raleway', sans-serif;
    font-size: 1.2em;
    margin-bottom: 20px;
}
p{
    color: white;
    font-family: 'Raleway', sans-serif;
    font-size: 1em;
    line-height: 1.5em;
}
ul{
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
ul li{
    color: white;
    font-family: 'Raleway', sans-serif;
    font-size: 1em;
    line-height: 1.5em;
}
.amarillo{
    color: yellow;
    font-weight: bold;
}
.naranja{
    align-items: center;
    margin-top: 20px;
    color: #FF8F00;
    display: grid;
    justify-content: center;
    font-family: 'Raleway', sans-serif;
    font-size: 2em;
    font-weight: bold;
}
.centrar{
    align-items: center;
    display: grid;
    text-align: center;
    justify-content: center;
    margin-bottom: 20px;
    width: 100%;
}
.centrar span{
    color: white;
    font-family: 'Raleway', sans-serif;
    font-size: 1.3em;
}
.contenido{
    display: grid;
    position: relative;
    padding: 150px 20%;
    top: 20%;
    width: 100%;
}
.frase{
    position: absolute;
    padding-top: 30px;
    left: 38%;
    top: 3%;
}
.transmite{
    display: grid;
    grid-template-columns: 30% 1fr;
    padding: 0 10%;
    top: 20%;
    width: 100%;
}
.logo{
    position: absolute;
    top: 5%;
    left: 5%;
    width: 150px;
}
.logo img{
    width: 100%;
}
.prevencion{
    display: grid;
    margin-top: 50px;
    width: 100%;
}
.titulo{
    align-items: center;
    display: grid;
    justify-content: center;
    width: 100%;
}
.iconos-medidas{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
}
.medida{
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 0 10px;
    width: 100%;
}
.medida img{
    margin-bottom: 20px;
}
.medico{
    display: grid;
    margin-top: 70px;
    width: 100%;
}
.medico-texto{
    display: grid;
    margin-top: 30px;
    width: 100%;
}
.multimedia{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 20px;
    width: 100%;
}
.multimedia iframe{
    width: 100%;
}
.imagen{
    align-items: center;
    display: grid;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
}
.imagenSusana{
    align-items: center;
    display: grid;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
}
.ultimas{
    display: grid;
    justify-content: center;
    margin-bottom: 40px;
    width: 100%;
}
.video{
    display: grid;
    padding: 0 20px;
    width: 100%;
}
@media screen and (max-width:1400px){
    .contenido{
        padding: 150px 7%;
    }
    .transmite{
        padding: 0 5%;
    }
    .multimedia{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width:1100px){
    .contenido{
        padding: 150px 0;
    }
    .transmite{
        padding: 0 5%;
    }
}
@media screen and (max-width:1000px){
    h1{
        font-size: 3em;
    }
    .texto{
        padding: 0 20px;
    }
    .prevencion{
        padding: 0 5%;
    }
    .medico{
        padding: 0 5%;
    }
    .naranja{
        font-size: 1.5em;
    }
    .multimedia{
        grid-template-columns: 100%;
    }
    .contenido{
        margin-top: 50px;
    }
}

@media screen and (max-width:800px){
    .transmite{
        grid-template-columns: 100%;
    }
    .imagen{
        display: none;
    }
}
@media screen and (max-width:700px){
    .iconos-medidas{
        grid-template-columns: 100%;
    }
    .naranja{
        font-size: 1.2em;
    }
    h1{
        font-size: 2.5em;
    }
}
@media screen and (max-width:600px){
    .iconos-medidas{
        grid-template-columns: 100%;
    }
    .naranja{
        font-size: 1em;
    }
    .frase, .logo{
        align-items: center;
        display: grid;
        justify-content: center;
        text-align: center;
        left: 0;
        top: 0;
        position: relative;
        width: 100%;
    }
    .frase{
        margin: 20px 0;
    }
    .logo{
        padding: 0 36%;
    }
}
@media screen and (max-width:600px){
    .logo{
        padding: 0 29%;
    }
    .contenido{
        top: 25%;
    }
    .imagenSusana img{
        width: 100%;
    }
}