﻿#SectionContactoInvertido {
    clear: both;
    width: 100%;
    /* max-width: 1200px; */
    /* margin-bottom: 80px; */
    padding: 0px;
    overflow: auto;
    position: relative;
}

#ArticleContactoInvertido {
    width: 100%;
    min-height: 500px;    
    overflow: hidden;
}

.ColorFijoContactoInvertido 
{
    background-color: #fff;
}

.ColorIconoContactoInvertido
{
    font-size: 30px;
    color: #45484a;
}

.ColorIconoContactoInvertidoBlanco
{
    font-size: 30px;
    color: #fff;
}

.colorIconosRedesContactoInvertido
{
    font-size: 24px;
    color: #fff;
    margin-right: 2px;
    transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
}

.colorIconosRedesContactoInvertido:hover
{
    font-size: 24px;
    color: #fff;
    margin-right: 2px;
}

.colorIconosRedesContactoInvertidoColor
{
    font-size: 24px;
    color: #242831;
    margin-right: 2px;
    transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
}

.colorIconosRedesContactoInvertidoColor:hover
{
    font-size: 24px;
    color: #242831;
    margin-right: 2px;
}

.TituloSeccionContactoInvertido {
    text-align: center;
    color: #45484a;
    font-family: Lato, Sans-Serif;
    font-weight: bold;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.15;
    padding-top: 50px;
    margin-bottom: 50px;
    box-sizing: border-box;
}

@media only screen and (max-width: 1024px) 
{
	
}

@media only screen and (max-width: 800px) 
{
    .ContactoInicioDireccion {
        width: 100%;
        margin-left: 0px;
    }
    
    .ContactoInicioDireccion {
        margin-top: 50px;
    }
    
    .ContactoInicioFormulario {
        width: 100%;
        margin-left: 0px;
    }
}

@media only screen and (max-width: 600px) 
{
    .ColorFijoContactoInvertido {
        background-color: #fff !important;
        overflow: hidden;
    }
}

@media only screen and (max-width: 400px) 
{
    
}