.banner:before{
    background: rgba(0,0,0,0.4);
}
/*____________________________Estilo del main_____________________*/
.contactenos{
    background-color: #F0F0F0;
    margin-top: -50px;
    padding-top: 30px;
}


.tercera-maps{
    width: 98%;
    height: 350px;
}
.titulo-contactenos{
    margin-bottom: 50px;
    text-align: center;
}

.informacion-contactenos{
    padding: 10px;
    padding-top: 0;
    margin-bottom: 30px;
    border-bottom: 1px solid orange;
    width: 100%;
}
.informacion-contactenos .titulo-informacion-txt{
    font-weight: 200;
}

.informacion-contactenos [class*="icon-"]{
    font-size: 1.3em;
    margin-right: 7px;
    position: relative;
    top: 5px;
}


.informacion-txt{
    font-size: 1em;
    text-align: justify;
}

/*-------------Estilo del formulario------------*/
.formulario{
    padding-top: 35px;
    width: 90%;
    height: 390px;
    margin: auto;
    
}

input, textarea{
    width: 100%;
    height: 40px;
    font-family:var(--text);
    font-size: 15px;
    margin-bottom: 15px;
    border-radius: 10px;
    border:1px solid white;
}
textarea{
    height: 100px;
}
.formulario_submit{
    width: 150px;
    background-color: orange;
    color: white;
    cursor: pointer;

}

/*________________Estilos de responsive bases_______________________________*/


@media screen and (min-width:480px){

    
}   

/*________________Estilos de responsive bases_______________________________*/

@media screen and (min-width:768px){

    .contactenos{
        padding-top: 50px;
    }

    .column{
        width: 50%;
    }   

     /*_______Estilos de contactenos _____*/
    .titulo-contactenos{
        margin-bottom: 60px;
        font-weight: 600;
        font-size: 2em;
    }

    .informacion-contactenos{
        border:none;
    }

    .tercera-maps{
        width: 98%;
        height: 400px;
        padding: 0;
        margin: 0;
    }
    .formulario{
        padding:20px 20px;
        border: 1px solid white;
        border-radius: 10px;
        margin: 0;
        height: 400px;
    }
    .contactenos{
        height: 600px;
    }

    /*-------------Estilo del formulario------------*/
}

@media screen and (min-width:1024px){
   
    /*_______Estilos de contactenos _____*/
    .titulo-contactenos{
        margin-bottom: 70px;
        font-weight: 600;
        font-size: 2em;
    }
    /*-------------Estilo del formulario------------*/
}

@media screen and (min-width:1440px){
    .menu{
        height: 50px;
        font-size: 1em;
    }


}