@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?78869254');
  src: url('../font/fontello.eot?78869254#iefix') format('embedded-opentype'),
       url('../font/fontello.woff2?78869254') format('woff2'),
       url('../font/fontello.woff?78869254') format('woff'),
       url('../font/fontello.ttf?78869254') format('truetype'),
       url('../font/fontello.svg?78869254#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:focus{
  outline: none;
}



/* cuerpo del formulario*/

.form_wrap{
  width: 100%;
  height: 100%;
  max-width:1050px;
  max-height: 530px;
  margin: auto;
  margin-top: 30px;
  display: flex;

  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

/*informacion de contacto*/


@media screen and (max-width: 700px){
/*contacto info media query*/
      .contact_info{
        display: none;
      }
      .info_title,
      .info_items{
        display: none;
      }

}


.contact_info::before{
  content:'';
  width: 100%;
  height: 100%;

  position: absolute;
  top: 0;
  left: 0;

  background: #FFB548;
  opacity: 0.9;
}

.contact_info{
  width: 38%;
  position: relative;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  background-image: url('../ofi.jpg');
  background-size: cover;
  background-position: center center;

}

.info_title,
.info_items{
  position: relative;
  z-index: 2;
  color: #006937;
}

.info_title{
  margin-bottom: 60px;

}
.info_title span{
  font-size: 100px;
  display: block;
  text-align: center;
  margin-bottom: 0px;
}

.info_title h2{
  font-size: 30px;
  text-align: center;
  font-family: 'verdana';
}
.info_items p{
	display: flex;
	align-items: center;
	font-family: 'verdana';
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 10px;
	margin-left: 50px;
}

.info_items p:nth-child(1) span{
  font-size: 30px;
  margin-right: 10px;
}
.info_items p:nth-child(2) span{
  font-size: 30px;
  margin-right: 10px;
  margin-left: 4px;
}
.info_items p:nth-child(3) span{
  font-size: 30px;
  margin-right: 5px;
  margin-left: 0px;
}

/*formulario de contacto*/

form.form_contact{
  width: 62%;
  padding: 30px 40px;
}
form.form_contact h2{
  font-size: 25px;
  font-weight: 600;
  color: #303030;
  margin-bottom: 30px;
}
form.form_contact .user_info{
  display: flex;
  flex-direction: column;
}
form.form_contact label{
  font-weight: 600;
}
form.form_contact input,
form.form_contact textarea{
  width: 100%;
  padding: 8px 0px 5px;
  margin-bottom: 20px;

  border: none;
  border-bottom: 2px solid #D1D1D1;
  font-family: 'verdana';
  color: #5A5A5A;
  font-size: 14px;
  font-weight: 400;
}
form.form_contact textarea{
  max-width: 100%;
  min-width: 100%;
  max-height: 100px
}
form.form_contact input[type="submit"]{
  width: 180px;
  background: #FFB548;
  padding: 10px;
  border: none;
  border-radius: 25px;

  align-self: flex-end;

  color: #006937;
  font-family: 'verdana';
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
form.form_contact input[type="submit"]:hover{
  background: #FDCF85;
}

/*ventana de errores*/

.modal_wrap{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);

    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;

    display: flex;
    justify-content: center;
    align-items: center;
}

.mensaje_modal{
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
    width: 400px;
    padding: 30px 20px 15px;
}

.mensaje_modal h3{
    text-align: center;
    font-family: 'Ubuntu';
	font-size: 20px;
	font-weight: 400;
}

.mensaje_modal h3:after{
    content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #C5C5C5;
	margin: 10px 0px 15px;
}

.mensaje_modal p{
    font-size: 16px;
    color: #606060;
}
.mensaje_modal p::before{
content: '\e800';
font-family:fontello;
display: inline-block;
color: #F5333F;
margin-right: 8px;
}

#btnClose{
  display: inline-block;
	padding: 3px 10px;
	margin-top: 10px;

	background: #F5333F;
	color: #fff;
	border: 2px solid #F5333F;
	cursor: pointer;

	float: right;
}

/* MENSAJE EXITOSO */

.mensaje-exito{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: 'verdana';
}

.mensaje-exito h1{
  font-size: 35px;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

.mensaje-exito a{
  display: block;
  padding: 10px 30px;
  background: #FFB548;
  text-decoration: none;
  color: #006937;
}

.mensaje-exito a:hover{
	background-color: #FDCF85;
	color: #006937;
	text-decoration: none;
}
.fotter_inf_mensaje{

	width: 100%;
	height: 270px;
	max-width: 1200px;
	max-height: 270px;
	background: #00AE42;
}
.fotter_inf2_mensaje{

	width: 100%;
	height: 50px;
	max-width: 1200px;
	max-height: 50px;
	background: #006937;
	z-index: 16;
}
.form_wrap_mensaje{
  width: 100%;
  height: 100%;
  max-width:1050px;
  max-height: 530px;
  margin: auto;
  margin-top: 50px;
  display: flex;

  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

/* leyenda cotizacion */

.form_wrap_coti{
  width: 900px;
  height: 620px;
  margin: 10px auto -50px auto;
  display: flex;

  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.leyenda{
  width: 500px;
  height: 620px;
  background: #006937;
}
.titulo h2{
text-align: center;
font-family: 'verdana';
font-size:30px;
font-weight: 400;
margin: 30px;
color: #fff;
}

.info p{
  text-align: justify;
  font-family: 'verdana';
  font-size:18px;
  font-weight: 400;
  margin: 30px;
  color: #fff;
}
.info strong{
  color: #fff;
  font-family: 'verdana';
  font-size: 22px;
}

.ima{
  width: 500px;
  height: 200px;
  background: #000000;
}
