/* Big tablet to 1200px (widths smaller than the 1140px row */
@media only screen and (max-width: 1200px) {
    .datos {
        font-size: 18px;
    }

    .seccion3{
        height: 400px;
    }
    .textonube, .textorep {
        font-size: 17px;    
    }

    .titulo0 {
        font-size: 28px;
    }

    .seccion2 {
        font-size: 13px;
    }

    .texto1 {
        font-size: 20px;
    }

    .titulo2 {
        font-size: 56px;
    }

    .texto2 {
        font-size: 27px;
    }
}/*final*/

/* Small tablet to big tablet: from 768px to 1023px */
@media only screen and (max-width: 1023px) {
    .datos {
        font-size: 15px;
    }

    .titulo0 {
        font-size: 26px;
    }
   
    .seccion3{
        height: 330px;
    }

    .textonube, .textorep {
        font-size: 14px;
    }

    .cajaslogan{
        font-size: 35px;
    }

    .titulo2 {
        font-size: 45px;
    }

    .texto2 {
        font-size: 21px;
    }
    .hero4{
        height: 65vh;
    }
    
}/*final*/

/* Small phones to small tablets: from 481px to 767px */
@media only screen and (max-width: 767px) {
    .titulo0 {
        font-size: 22px;
    }

    .seccion3 {
        height: 248px;
    }

    .textonube, .textorep {
        font-size: 12px;
        width: 70%;
    }

    .cajaslogan {
        font-size: 30px;
    }

    .texto1 {
        font-size: 15px;
    }

    .titulo2 {
        font-size: 27px;
    }

    .relleno {
        width: 73%; 
    }

    .relleno input {
        width: 47%;
    }

}/*final*/

/* Small phones: from 0 to 600px */
@media only screen and (max-width: 600px) {
    .imagen1 {
        height: 50%;
    }

    .datos {
        font-size: 12px;
    }

    .imagen1 {
        height: 70%;
    }
    .header {
        height: 70px;
    }
    .imagen1 {
        height: 90%;
    }

    .titulo0 {
        font-size: 13px;
    }

    .seccion2 {
        padding: 5px 0; 
        font-size: 10px;
        padding-bottom: 15px;
    }

    .icon2 {
        font-size: 51px;
    }

    .titulo1 {
        font-size: 21px;
    }

    .icon {
        
        font-size: 25px;
        
    }

    .feature {
        text-align: center;
    }

    .icon2 {
        display: flex;
        justify-content: center;
    }

    .seccion3 {
        height: 155px;
    }

    .box-icon1 {
        width: 15%;
    }

    .box-icon2 {
        width: 25%;
    }

    .textonube, .textorep {
        font-size: 10px;
        width: 88%;
    }

    .cajaslogan {
        font-size: 19px;
        padding: 10px 0;
        margin-bottom: 30px;
    }

    .texto1 {
        font-size: 12px;
        width: 57%;
    }

    .seccion4 {
        margin-left: 30px;
        margin-right: 30px;
        margin-bottom: 30px;
    }

    .titulo2 {
        font-size: 24px;
    }

    .texto2 {
        font-size: 16px;
        width: 70%;
    }

    .hero4 {
        height: 35vh;
    }

    .titulo4 {
        font-size: 22px;   
    }

    .icon5 {
        font-size: 35px;
    }

    .titulo4 {
        padding: 5px 0;
    }

    .relleno input {
        font-size: 12px;
        height: 30px; 
    }

    .area {
        font-size: 12px;    
    }

    .footer {
        font-size: 12px;
    }
}
    /* Small phones: from 0 to 450px */
@media only screen and (max-width: 450px) {
    .header {
        width: 100vw;
        padding: 0px 20px;
        padding-top: 10px;  
    }

    .header {
        padding: 20px 20px;
        padding-top: 15px;
    }

    .hero img {
        margin-top: 70px;
        width: 100vw;
    }

    .titulo0 {
        font-size: 11px;
    }

.titulo1 {
    font-size: 14px;
}

.seccion3 {
    height: 103px;
}

.textonube, .textorep {
    padding-top: 0px;
    font-size: 7px;
    width: 92%;
}

.cajaslogan {

    font-size: 17px;
    padding: 10px 0;
    margin-bottom: 30px;
    margin-bottom: 15px;
}

.texto1 {
    font-size: 10px;
    width: 57%;
}

.seccion4 {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
}

.texto2 {
    font-size: 12px;
    color: #ffffff;
    width: 70%;
    text-align: center;
    padding-top: 10px;
}

.titulo2 {
    font-size: 16px;
    width: 70%;
}

.hero4 {
    height: 43vh;
}

.titulo4 {
    font-size: 15px;
    padding: 0px 0px;
}

}/*final*/