section.container  div#comochegar{
    width:1200px;
    height:310px;
    /* background-color: beige;*/
}
section.container  div#comochegar div#fotocomochegar{
    width: 400px;
    height: 310px;
    /*background-color: brown;*/
    float:left;
}
section.container  div#comochegar div#rota{
    width: 700px;
    height: 310px;
    /*background-color: rgb(42, 165, 159);*/
    float:right;
}
section.container  div#comochegar div#rota h2{
    color:#1c1c1c;
    font-size: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight:400;
    margin-bottom:20px;

}
section.container  div#comochegar div#rota p{
    color: #1c1c1c;
    font-size: 14px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    line-height: 28px;
}
section.container  div#rota2 div#textorota p{
    color:#1c1c1c;
    font-size: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight:200;
    margin-bottom:30px;
    float:right}



boy{
    font-family:Arial, Helvetica, sans-serif;

}
section.container div#formulario{
    background-color: #fff;
    max-width:600px;
    margin:auto;
    padding: 30px;
    border-radius:10px;
    box-shadow: 0 0 10px rgba(0, 0 , 0 , 0.1)
}
section.container div#formulario h2{
    text-align:center;
    color: #333;
}
section.container div#formulario input[type="text"],
section.container div#formulario input[type="email"],
section.container div#formulario textarea{
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;

}

section.container div#formulario textarea{
    height: 150px;
}

section.container div#formulario button{
    margin-top: 20px;
    background-color: #4caf50;
    color: white;
    padding: 12px 20 px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    font-size: 16px;

}
section.container div#formulario button:hover{
    background-color: #4caf50;
}

article.banner div#mapa{
   margin-top: 50px;
    margin:auto;
    max-width:1200px;}
    
  
   
   
   
   
    