.contenedorcontacto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contactoL, .contactoR
{
    
    width: 50%;
    text-align: left;
}
.contactoL{
    padding:4em;
    
}
.contactoR
{
    padding-left: 8em;
}

.footSocIcon
{
    display: inline-block;
    margin: -6px 10px;
}
.footSocIcon img
{ 
   width: 45px
}

.logoContacto
{
    font-size: 26px;
    color: #80b54d;
    margin-bottom: 20px;
    
}
.titContacto
{
    margin-top: 20px;
    margin-bottom: 10px;
    color: #6084C5;
}
@media screen and (max-width: 1200px) {
    
}
@media screen and (max-width: 990px) {

}
@media screen and (max-width: 767px) {
    .contenedorcontacto {
  display: block;
  
}

.contactoL, .contactoR
{
    padding:0;
    width: 1000%;
    text-align: left;
}
   
}






