  .contacto{
    width: 100%;
    height: 813px;
    border:solid 0px;   
    color: black;
    background-color: #353535;
}
.main div h2{
    margin-top: 61px;
    font-size:60px;
    color: #fbf7f2;
    text-transform: uppercase;
    text-align: center;
}
.fila2 div h6{
    margin-top: 10px;
    color: #be2e21;
    font-size: 36px;
    text-align: center;
}
.fila3 div{
    margin-top: 15px;
    color: #939291;
    display: inline-flex;
    justify-content: center;
}
.fila4a p{
margin-right: 15px;
}
.fila4b p{
margin-right: 15px;
}
.fila4c p{
margin-right: 15px;
}
.fila4a{
    color: #e2e2e2;
    display: inline-flex;
    justify-content: center;
}
.fila4a h5{
    color: #e2e2e2;
    font-size: 20px;
}
.fila4b{
    color: #e2e2e2;
    display: inline-flex;
    justify-content: center;
}
.fila4b h5{
    color: #e2e2e2;
    font-size: 20px;
}
.fila4c{
    color: #e2e2e2;
    display: inline-flex;
    justify-content: center;
}
.fila4c h5{
    color: #e2e2e2;
    font-size: 20px;
}
/*Formulario*/
.group label h6{
    color: #e2e2e2;
    font-size: 20px;
}
.group input{
    background-color: #353535;
}
.group textarea{
 background-color: #353535;   
} 
.facebook{
    color: #e2e2e2;
    border: 2px solid #e2e2e2;
    font-size: 30px ;
    padding-left:.3em;
    top: .1em;
}
#buttonlogintoregister{
    background-color: #353535;
    border-color: #353535;
    border:solid 0px;
}
.facebook, .twitter,.youtube{
    color: #b5372f;
    border: 2px solid #b5372f;
    font-size: 30px;
    /*padding-left: .3em;
    top: .1em;*/
}
/**/
.social-media-prueba{
    display: flex;
}
.social-media-prueba div{
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px;
    border: solid red;
    border-radius: 50%;
}
.social-media-prueba div a i{
    color: red;
}
.social-media-prueba div:hover {
    color: #ffffff;
    border: solid #ffffff;
}
/**/
.facebook:hover, .twitter:hover,.youtube:hover{
    color: #e2e2e2;
    border: 2px solid #e2e2e2;
    text-decoration: none;
}
.social{
    margin-top: 30px;
    margin-left: 50px;
    background-color: #353535;
}
.social h6{
    color: #dd2a1b;
    font-size:20px;
    text-transform: uppercase;
}

.social a{
    margin-left: 10px;
    margin-right: 10px;
}

/*media querys*/
@media only screen and (max-width: 500px) {
    .contacto{
       /*margin-top: -950px;*/
       border:solid 0px;
       color: blue;
    }
    .main div h2 ,.fila2 div h6{
       font-size: 20px;
       margin-top: 15px;
    }
    .fila2 div  h6{
        margin-top: -5px;
    }
    .fila4a  h5 ,.fila4b h5 , .fila4c  h5 , .social h6{
       font-size: 15px;
       margin-top: 8px;
    }
    .fila3  div{
        margin-top: -17px;
    }
    .social  h6{
        margin-top: -28px;
    }
    .group label h6{
       font-size: 12px;
    }
}
/*(992 - 1199)*/
@media (min-width: 102px) and (max-width: 1000px) {
    .contacto{
        height: 1100px;
    }
    .social{
        max-width: 200px;
        /*background-color: yellow;*/
    }
    .social-media-prueba div{
        width: 35px;
        height: 35px;
        border-radius: 50%;
    }
}