body{
   
    background: rgb(0,151,160);
    background: linear-gradient(270deg, rgba(0,151,160,1) 7%, rgba(0,153,175,1) 24%, rgba(0,98,117,1) 42%, rgba(0,71,89,1) 64%, rgba(0,38,55,1) 84%, rgba(0,27,43,1) 100%);  
  overflow: hidden;
  margin: 0;
}

.contenedor{
    margin-left: 4vw !important;
    margin-top: 10rem !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.imgConos{
    width: 40vw;
    float: unset;
}
.imgLetras{
    width: 35vw;
}
.imgLogo{
    margin-top: 1vw;
}
@media only screen and (max-width: 1540px) {
    .imgLetras{
        width: 49vw;
    }
    .contenedor{
        margin-top: 1rem !important;
        margin-left: 1vw !important;
    }
    .DivimgTexto{
        text-align: center !important;
    }
    .DivimgConos{
        text-align: center !important;
        
    }
    .imgConos{
        width: 47vw;
        float: unset !important;
    }
}

@media only screen and (max-width:768px){
    .imgLetras{
        width: 83vw !important;
    }
    .imgConos{
        width: 52vw !important;
    }
}

@media only screen and (max-width: 600px){
    .imgLogo{
        margin-top: 19vw;
    }
    .imgConos {
        width: 70vw !important;
    }
}
