
@media screen and (max-width:1450px){
    .certiImg{
        width: 100%;
    }
    .gCertificado input[type="text"]{
        bottom: 172px;
        right: 465px;
    }
}

@media screen and (max-width:1180px){
    .gCertificado input[type="text"] {
        bottom: 130px;
        right: 295px;
    }
}
@media screen and (max-width:780px){
    .gCertificado input[type="text"] {
        bottom: 105px;
        right: 205px;
    }
}


@media screen and (max-width:480px) {
    #videoGran{
        height: 100%;
    }
    .imagen-botella-contenedor{
        margin-top: 3rem;
        width: 400px;
        height: 400px;

    }
    .contenido-nosotros h2::before,
    .contenido-nosotros h2::after{
        width: 80px;
        top: 1%;
    }
    .imagen-botella-contenedor2{
        width: 400px;
        height: 400px;
    }
    .creando{
        height: 100%;
    }
    .textU{
        font-size: 3rem;
    }

    .caja-p p{
        width: 80%;
    }
    .certificado h1{
        font-size: 3rem;
        line-height: 50px;
    }
    .contenedor-textos p::before,
    .contenedor-textos p:nth-child(1):before{
        display: none;
    }
    .imagen-botella-contenedor .img-botella{
        width: 420px;
    }
    .gCertificado input[type="text"] {
        bottom: 50px;
        right: 100px;
        font-size: 0.8rem;
    }
    
}