*{
  margin:0rem;
  padding: 0rem;
  font-family: 'Pontano Sans', sans-serif;
}

body {
    background-color: #e6e6e6;
}


header nav{
    background-color: #E08341;
    overflow: hidden;
    text-align: center;
    min-height: 10vh;
    
}

header nav ul li img {
    max-width: 80px;
    margin: 0.5rem;
    align-self: center;
}


header nav ul{
    list-style: none;
}

header nav ul li{
    display: flex;
    flex-direction: column;
}

header nav ul li a{
   padding: 10px 20px;
   display: block;
   color: #fff;
   text-decoration: none;
    padding-top: 0.5rem;
    padding-bottom: -1rem;
    font-size: 17px;
    text-transform: uppercase;
    
}

header nav ul li a:hover{
    background-color: #45b29d;
}



h1{
    margin: 1rem;
    padding: 0.5rem;
}

main {
    min-height: 80vh;
}

.contenedor4 {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 50px;
    padding-bottom: 0px;
    text-align: center;
    line-height: 22px;
    font-family: 'Pontano Sans', sans-serif;
    font-size: 20px;
    margin-left: -55px
}


body form input {
   border: 1px solid #252525;
   color: #252525;
   margin: 0 0 20px;
   padding: 10px;
   width: 84%;
   font-size: 15px;
   text-transform: uppercase;
   text-align: center;    
}

body form textarea {
    border: 1px solid #252525;
   color: #252525;
   margin: 0 0 20px;
   padding: 10px;
   width: 84%;
   font-size: 15px;
   text-transform: uppercase;    
   text-align: center;  
}

#send {
    font-size: 15px;
    text-transform: uppercase;
    color: white;
    background-color: #45b29d;
    border-color: #45b29d;
    font-weight: bold;
}

#send:hover{
    background-color: black;
}

.contacto {
    text-align: center;
    font-size: 20px;
    padding: 20px;

}

.direccion {
    display: flex;
    text-align: left;
    position:relative;
    width: 50%;
    padding-top: 1em;
    background-color: #45b29d;
    color: white;
    font-size: 15px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    line-height: 1.5rem;

}

.direccion p span {
    font-weight: bold;
}

.mapa {
    max-width: 100%;
}


footer{
    background-color: #E08341;
    color: #fff;
    clear: both;
    padding: 5px 0px;
    text-align: center;
    width: 100%;
    font-size: 13px;
}



@media (min-width: 10em) {
    .direccion {
        width: 90%;
        }

}

@media (min-width: 20em) {
    .direccion {
        width: 90%;
        }

}

@media (min-width: 40em) {
    header nav ul li {
    display: flex;
    flex-direction: row;
    float: left;
    
}
    a{
        margin-top: 2rem;
    }

    
    header nav ul li img {
    max-width: 80px;
    margin: 0.5rem;
    float: left;
}
    .direccion {
        position:absolute;
        width: 50%
        
        }

   
}


@media (min-width: 100em) {
 .direccion {
        left: 190px;
        width: 30%;
    }
    }