body{

    background: black;
}
/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
    .logo1 img{
        width:30%
    }
    .logo2 {
        top: 100px;

    }
    .logo2 img{
        width:8%
    }
    .logo2 img:hover{
        opacity: 0.5;
    }
    .logo3 {
        top: 100px;

    }
    .conText{
        top: 50px;
    }
    .text1{
        color: #5c5b5f;
        font-size: 20px;
    }
    
    .text2{
        color: grey;
        font-size: 40px;
    }
    
    .text3{
        color: white;
        font-size: 50px;
    }

}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

    .logo1 img{
        width:30%
    }
    .logo2 {
        top: 100px;

    }
    .logo2 img{
        width:8%
    }
    .logo3 {
        top: 100px;

    }
    .conText{
        top: 50px;
    }
    .text1{
        color: #5c5b5f;
        font-size: 20px;
    }
    
    .text2 {
        color: grey;
        font-size: 40px;
    }
    
    .text3{
        color: white;
        font-size: 50px;
    }

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

    .logo1 img{
        width:30%
    }
    .logo2 {
        top: 100px;

    }
    .logo2 img{
        width:8%
    }
    .logo3 {
        top: 100px;

    }
    .conText{
    top: 50px;
}

    .text1{
        color: #5c5b5f;
        font-size: 20px;
    }
    
    .text2 {
        color: grey;
        font-size: 40px;
    }
    
    .text3{
        color: white;
        font-size: 50px;
    }

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

    .logo1 img{
        width:10%
    }
    .logo2 {
        top: 100px;

    }
    .logo2 img{
        width:2%
    }
    .logo3 {
        top: 100px;

    }
    .conText{
    top: 50px;
}

    .text1{
        color: #5c5b5f;
        font-size: 40px;
    }
    
    .text2 {
        color: grey;
        font-size: 40px;
    }
    
    .text3{
        color: white;
        font-size: 50px;
    }

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

    .logo1 img{
        width:15%
    }
    .logo2 {
        top: 100px;

    }
    .logo2 img{
        width:4%
    }
    .logo3 {
        top: 100px;

    }
    .conText{
        top: 50px;
    }
    .text1{
        color: #5c5b5f;
        font-size: 40px;
    }
    
    .text2 {
        color: grey;
        font-size: 40px;
    }
    
    .text3{
        color: white;
        font-size: 50px;
    }

}

.col-sm-6.formulario {
    top: 80px;
}
.form-group.btnSend {
    margin-left: 20px;
}