@font-face {
  font-family: 'Montserrat-Bold';
  src: url('../fonts/Montserrat-Bold.otf');
}
@font-face {
  font-family: 'Montserrat-Regular';
  src: url('../fonts/Montserrat-Regular.otf');
}
@font-face {
  font-family: 'Roboto-Black';
  src: url('../fonts/Roboto-Black.ttf');
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url('../fonts/Roboto-Regular.ttf');
}
@font-face {
  font-family: 'Roboto-Semibold';
  src: url('../fonts/Roboto-Semibold.ttf');
}
@font-face {
  font-family: 'Lato-Black';
  src: url('../fonts/Lato-Black.ttf');
}
@font-face {
  font-family: 'Lato-Semibold';
  src: url('../fonts/Lato-Semibold.ttf');
}
@font-face {
  font-family: 'Roboto-Light';
  src: url('../fonts/Roboto-Light.ttf');
}

body{
  color: #000;
}
footer{
  background:#e9ebf3;
}

.show_in_movil{
  display: none;
}

@media only screen  and (max-width: 767px) {
  .hide_movil{
    display: none;
  }
  .show_in_movil{
    display: block;
  }
}
.hide{
  display: none;
}
.margin_espacio{
  margin-top: 5px;
  margin-bottom: 5px;
}
.wrapper{
  max-width: 1580px;
  background: #ffffff;
  margin: auto;
  min-width: 320px !important;
}
.barrita_roja{
  border-color: #e75748;
  border-top-style: solid;
  border-width: 3px;
  width: 60px;
  margin: auto;
}
.fondo_verde_dark{
  background: #0b5d29;
}
.fondo_verde{
  background: #138c40;
}
.fondo_gris_dark{
  background: #303030;
}
.fondo_gris_claro{
  background: #f1f0f0;
}
.text_blanco{
  color: #ffffff;
}
.espacio{
  height: 30px;
}
.img_center{
  margin-left: auto;
  margin-right: auto;
}
.img_margin{
  margin-bottom: 8px;
  margin-top: 8px;
}
.mayusculas{
  text-transform: uppercase;
}
.text_justificado{
  text-align: justify;
}
.text_sin_margin{
  margin-bottom: 0px;
}
.navbar-default{
  border-radius: 0px;
  border-width: 0px;
  box-shadow: inherit;
  background:#ffffff;
}

.navbar-default .navbar-nav > li > a,.dropdown-submenu>li>a{
  font-family: "Montserrat-Regular";
  font-size: 17px;
  color: #1db062;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.navbar-nav>li>a:hover,.dropdown-submenu>li>a:hover{
  /*background:#e97529 !important;*/
  color: #848584!important;
}
.subrayado_item_menu,.subrayado_item_menu>a{
  color: #848584!important;
  border-bottom-style: solid;
  border-color:#848584;
  border-width: 1px;
}
.navbar-brand{
  padding-top: 0px;
}
.navbar-brand>img{
  width: 80px;
}
.header_text_top{
  text-align: center;
  font-family: "Montserrat-Regular";
  font-size: 14px;
  color: #4b4d53;
  margin-bottom: 0px;
}
@media only screen  and (min-width: 767px) {
  .navbar .navbar-nav {
    /*display: inline-block;
    float: none;*/
  }

  .navbar .navbar-collapse {
   /* text-align: center;*/
  }
  .navbar-brand{
    margin-top: -40px;
  }
  .header_text_top{
    text-align: right;
    font-size: 17px;
  }
  .navbar-brand>img{
    width: 120px;
  }
}
@media only screen  and (max-width: 767px) {
  .navbar-header{
    margin-bottom: 15px;
  }
}

/* footer */
.copring_text{
  font-family: "Lato-Semibold";
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.footer_text_2{
  font-family: "Lato-Semibold";
  font-size: 16px;
}
.footer_lista{
  font-family: "Lato-Semibold";
  font-size: 16px;
  color: #000000;
  list-style: disclosure-closed;
}
.footer_lista>li>a{
  color: #ffffff !important;
}
.columna{
  display: flex;
}
.border_columna_bottom{
  border-bottom-style: solid;
  border-width: 2px;
  border-color: #efefef;
}
.contacto_icono{
  margin-top: 10px;
  margin-right: 10px;
}
.footer_text_1{
  font-family: "Lato-Semibold";
  font-size: 31px;
}
.footer_btn_contacto{
  background: #138c40;
  width: 200px;
  padding: 8px;
  text-align: center;
}
.footer_btn_contacto>a{
  color: #ffffff;
  font-family: "Lato-Semibold";
  font-size: 16px;
}
@media only screen  and (max-width: 767px) {
  .footer_btn_contacto{
    margin: auto;
  }
  .footer_text_1{
    font-size: 24px;
  }
}

/* inicio */
.banner1{
  background-image: url("../img/Home/ban1.jpg");
  background-repeat: no-repeat;
  height: 580px;
}
.inicio_text1{
  font-family: "Montserrat-Bold";
  font-size: 70px;
  color: #414241;
  text-transform: uppercase;
}
.inicio_text1_1{
  font-family: "Roboto-Regular";
  font-size: 16px;
  color: #1db062;
}
.inicio_btn_contacto{
  width: 200px;
  padding: 8px;
  background: #ffffff;
  border-style: solid;
  border-color: #1db062;
  border-width: 1px;
  text-align: center;
  margin-top: 35px;
}
.inicio_btn_contacto>a{
  color: #1db062;
  font-family: "Montserrat-Bold";
  font-size: 17px;
}
@media only screen  and (max-width: 767px) {
  .inicio_text1{
    font-size: 26px;
    text-align: center;
  }
  .inicio_text1_1{
    font-size: 15px;
    text-align: justify;
  }
  .inicio_btn_contacto{
    margin: auto;
  }
  .banner1{
    height: auto;
    padding-bottom: 20px;
  }
}
.inicio_fondo2{
  background-image: url("../img/Home/ban2.jpg");
  min-height: 121px;
}
.inicio_text2{
  font-family: "Montserrat-Regular";
  font-size: 19px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.inicio_text3{
  font-family: "Roboto-Black";
  font-size: 19px;
  color: #3e3f3f;
  margin-bottom: 5px;
}
.inicio_text3_1{
  font-family: "Roboto-Regular";
  font-size: 12px;
  color: #3e3f3f;
  margin-bottom: 30px;
}
.banner_titulo_paginas{
  background-image: url("../img/Home/ban4.jpg");
  min-height: 156px;
  padding-top: 50px;
}
.titulos_paginas{
  font-family: "Montserrat-Bold";
  font-size: 34px;
}
/* Nosotros */
.nosotros_text1{
  font-family: "Roboto-Black";
  font-size: 25px;
  color: #3e3f3f;
}
.nosotros_text1_1{
  font-family: "Roboto-Regular";
  font-size: 14px;
  color: #3e3f3f;
  text-align: justify;
}
.nosotros_text2{
  font-family: "Roboto-Light";
  font-size: 19px;
  color: #125d2e;
  padding-top: 15px;
}
.nosotros_text2_1{
  font-family: "Roboto-Black";
}
/* Mision */
.mision_text1{
  font-family: "Roboto-Black";
  font-size: 25px;
  color: #3e3f3f; 
}
.mision_text1_1{
  font-family: "Roboto-Regular";
  font-size: 15px;
  color: #3e3f3f;
  text-align: justify;
  width: 95%;
}
.img_sombra{
  background-image: url("../img/Nosotros/sombra.png");
  min-height: 36px;
  background-size: 100% 100%;
  margin-top: 15px;
}
.img_nosotros{
  width: 100%;
  max-width: 450px;
}
@media only screen  and (max-width: 767px) {
  .mision_text1_1{
      width: 100%;
  }
}

/* Servicios */
.servicios_txt1{
  font-family: "Roboto-Black";
  font-size: 25px;
  color: #3e3f3f;
  margin-top: 30px;
}
.servicios_txt1_1{
  font-family: "Roboto-Regular";
  font-size: 15px;
  color: #3e3f3f;
  text-align: justify;
}
.img_servicios{
  height: 100%;
  max-height: 300px;
}
.servicio_sombra{
  background-image: url("../img/Servicios/som.png");
  min-height: 36px;
  width: 100%;
  max-width: 792px;
  margin: auto;
  margin-top: 15px;
  background-size: 100% 100%;
  background-position: center;
}
/* contacto */
.form-control{
  margin-bottom: 15px;
  background:#efefef;
  border-radius: 0px;
  height: 40px;
}
.btn_enviar {
    width: 120px;
    padding: 8px;
    color: #ffffff !important;
    text-align: center;
    border-radius: 0px;
    background: #138c40;
    font-weight: 600;
    cursor: pointer;
    border: 0;
}
.message_success{
  text-align: center;
  background: rgb(43, 131, 66) none repeat scroll 0% 0%;
  padding-top: 7px;
  border-radius: 4px;
  color: rgb(255, 255, 255);
  font-weight: 400;
  padding-bottom: 7px;
  display: none;
}



















