@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
}

@font-face {
    font-family: 'Serpentine ICG';
    src: url('../font/SerpentineICGBold.woff2') format('woff2'),
         url('../font/SerpentineICGBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}


/*-------------------------------- GENERAL --------------------------------*/
.title{
  font-size: 31px;
  text-align: center;
  color: #014892;
  padding: 65px 0;
}

.padding{
  padding: 0 15px;
}

/*-------------------------------- GENERAL --------------------------------*/

/*-------------------------------- CONTACTO --------------------------------*/

.cont-contacto{
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.cont-contacto h2{
  font-size: 29px;
  color: #706F6F;
  text-align: center;
  padding-bottom: 35px;
  text-transform: uppercase;
}

.bubtitle-form{
  width: 100%;
  font-size: 16px;
  padding: 25px 0 16px;
}

.campo-input{
  position: relative;
  width: 100%;
  margin: 10px 0;
}

.submit{
  color: #FFFFFF;
  display: block;
  margin: 31px auto;
  font-size: 21px;
  border: none;
  padding: 19px 41px;
  background-color: #00913A;
  border-radius: 9px;
  font-weight: 600;
  cursor: pointer;
}

.form-control{
  width: 100%;
  height: 53px;
  border:none;
  border-radius: 5px;
  padding-left: 45px;
  font-size: 17px;
  background-color: #E6E6E6;
  color: #495057;
  outline: none;
  /* box-shadow: 0 0 6px 1px rgba(62,28,131,0.1); */
}

.campo-input i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  font-size: 18px;
  color: #a2a9bf;
  font-style: normal;
  cursor: normal;
  pointer-events: none;
}

.textarea{
  height: 150px;
  padding: 17px 9px 9px 45px;
}

.fa-comment-alt {
  top: 25px !important;
}

/*DATOS CONTACTOS*/

.datos-contacto{
  width: 100%;
  height: auto;
  margin: 130px auto 0;
}

.item-contacto{
  text-align: center;
  margin: 75px 0;
}

.item-contacto a{
  text-decoration: none;
}

.item-contacto img{
  width: 125px;
}

.item-contacto i{
  font-size: 85px;
  color: #ffc706;
}

.fa-phone-volume{
  transform: rotate(-40deg);
}

.item-contacto h3{
  font-size: 19px;
  color: #151515;
  padding: 35px 0 15px;
}

.item-email h3{
  font-size: 16px;
}

.item-contacto h3 a{
  color: #151515;
  text-decoration: none;
}
.item-contacto p{
  font-size: 16px;
  color: rgba(21, 21, 21, 0.6);
}
/*DATOS CONTACTOS*/

/* UBÍCANOS */

.content-ubicanos{
  margin-bottom: 95px;
}

.content-ubicanos h3{
  color: #00913A;
  font-size: 19px;
  margin-bottom: 25px;
  padding-bottom: 15px;  
  border-bottom: 1px solid #00913A;
}

.content-ubicanos iframe{
  width: 100%;
  border-radius: 15px;
  border: 2px solid #BFBFBF !important;
}

/* UBÍCANOS */

/*-------------------------------- CONTACTO --------------------------------*/


@media screen and (min-width: 640px){
  form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;    
  }

  /* .campo-input{
    width: 49%;
  } */

  .mensaje{
    width: 100%;
  }

  .textarea{
    height: 150px;
  }
}

@media screen and (min-width: 768px){

  .datos-contacto{
    margin: 90px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .item-contacto{
    width: 49%;
    margin: 0 0;
  }  

  .item-email{
    width: 100%;
    margin-top: 73px;
  }

  .col-3 {
    width: 32%;
  }

  .item-email h3 {
    font-size: 23px;
  }

}

@media screen and (min-width: 1024px){

  .item-email{
    margin-top: 0;
  }

  .item-contacto {
    width: 32%;
  }

  .item-contacto h3 {
    font-size: 19px;
  }

  .item-email h3 {
    font-size: 16px;
  }  

}