@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');
@import url(banner.css);
@import url(domicilio.css);
@import url(formulario.css);
@import url(ubicacion.css);
@import url(footer.css);
@import url(aventura.css);
@import url(menudesplegable.css);
@import url(menu.css);
@import url(slider.css);



*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
    
}

body{
font-family: 'Lato', sans-serif;  

}

h3, h2, h1, p{
 font-family: 'Lato', sans-serif;    
}
header{
    width: 100%;
    height: 100px;
    color: #fff;
    position:fixed;
    top: 0px;
    left: 0px;
    
    /*esto lo quito y ya muestra el boton de conectar asesor y telefono*/
    }

.contenedor {
    width:  98%;
    margin: auto;  
    }
h1{
    display: block;
    margin-top: 5px;
    float: left;
  }

header .contenedor{
    display: table;

   }
section{
    width: 100%;
   }

h1 img{
    width: 200px;
  }
#sociales1{
    display: none;
}

@media (min-width: 1024px){
    #sociales1 a{
    color: white;
    text-decoration: none;
    }
    
    h1 img{
 display: none;
  }
    
    .logoescritorio img{
    width: 400px;
  }
    .contenedor{
    width: 90%;
    }


    header{ 
    width: 100%;
    height: 200px;
    position:relative;
    top: 0px;
    left: 0;
   
    }


    
 
}
@media (min-width: 1903px){
    
  
}
