@font-face {
  font-family: 'Montserrat-Black';
  src: url('../fonts/Montserrat-Black.otf');
}
@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: 'Montserrat-SemiBold';
  src: url('../fonts/Montserrat-SemiBold.otf');
}
@font-face {
  font-family: 'PT_sans_bold';
  src: url('../fonts/PT sans bold.ttf');
}
@font-face {
  font-family: 'PT_sans_normal';
  src: url('../fonts/PT sans normal.ttf');
}
@font-face {
  font-family: 'PT_sans_semibold';
  src: url('../fonts/PT sans semibold.ttf');
}
@font-face {
  font-family: 'WorkSans-Bold';
  src: url('../fonts/WorkSans-Bold.otf');
}
@font-face {
  font-family: 'WorkSans-Medium';
  src: url('../fonts/WorkSans-Medium.otf');
}
@font-face {
  font-family: 'WorkSans-Regular';
  src: url('../fonts/WorkSans-Regular.otf');
}
@font-face {
  font-family: 'WorkSans-SemiBold';
  src: url('../fonts/WorkSans-SemiBold.otf');
}

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;
  }
}
.inline{
  display: inline-flex;
}
.hide{
  display: none;
}
.img_inline{
  display: inline-flex;
}
.margin_espacio{
  margin-top: 5px;
  margin-bottom: 5px;
}
.wrapper{
  max-width: 1580px;
  background: #ffffff;
  margin: auto;
  min-width: 320px !important;
}

.fondo_verde_dark{
  background: #0b5d29;
}
.fondo_verde{
  background: #138c40;
}
.fondo_gris_dark{
  background: #2e2e2d;
}
.fondo_gris_claro{
  background: #41403f;
}
.fondo_gris2{
  background: #e9e8e5;
}
.fondo_azul_rey{
  background: #1158a0;
}
.fondo_azul{
  background: #04367f;
}
.fondo_blanco{
  background: #ffffff;
}
.fondo_amarillo{
  background: #ff9900;
}
.text_blanco{
  color: #ffffff;
}
.text_right{
  text-align: right;
}
.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;
}
.div_sin_margin{
  margin: 0px;
}
.navbar-default{
  border-radius: 0px;
  border-width: 0px;
  box-shadow: inherit;
  background:#ffffff;
  min-height: 110px;
}

.navbar-default .navbar-nav > li > a,.dropdown-submenu>li>a{
  font-family: "WorkSans-Medium";
  font-size: 14px;
  color: #434242;
  padding-bottom: 5px;
}
.navbar-nav>li>a:hover,.dropdown-submenu>li>a:hover{
  /*background:#e97529 !important;*/
  color: #2ea3f2!important;
}
.subrayado_item_menu,.subrayado_item_menu>a{
  color: #2ea3f2!important;
}
.navbar-brand{
  
}
.navbar-brand>img{
  
}
.header_text_top{
  text-align: center;
  font-family: "PT_sans_bold";
  font-size: 13px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.navbar-nav{
  margin-top: 80px;
}
.menu_btn_contacto{
  background: #ff9900;
  border-radius: 8px;
  width: 100%;
  max-width: 130px;
  text-align: center;
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 10px;
}
.menu_btn_contacto>a{
  color: #ffffff;
  font-family: "WorkSans-SemiBold";
  font-size: 12px;
}
@media only screen  and (min-width: 767px) {
  .navbar .navbar-nav {
    /*display: inline-block;
    float: none;*/
  }

  .navbar .navbar-collapse {
   /* text-align: center;*/
  }
  .navbar-brand{
  }
  .navbar-brand>img{
    
  }
}
@media only screen  and (max-width: 767px) {
  .navbar-header{
    margin-bottom: 60px;
  }
  .navbar-nav{
    margin-top: 5px;
  }
}

/* footer */
.copring_text{
  font-family: "PT_sans_normal";
  font-size: 14px;
}
.copring{
  padding-top: 25px;
  padding-bottom: 25px;
}
.footer_redes{
  margin-left: 5px;
}
.footer_text_1{
  font-family: "PT_sans_bold";
  font-size: 35px;
}
.slick-next::before {
    content: '>' !important;
}
.slick-prev::before {
    content: '<' !important;
}
.slick-prev, .slick-next {
  background: #ffffff !important;
}
.slick-prev::before, .slick-next::before {
  color: #000000 !important;
  font-size: 25px !important;
}
@media only screen  and (max-width: 767px) {
  .footer_btn_contacto{
    margin: auto;
  }
  .footer_text_1{
    font-size: 24px;
  }
  .img_inline_footer{
    display: block !important;
  }
}

/* inicio */
.banner1{
  background-image: url("../img/inicio/banner.jpg");
  background-repeat: no-repeat;
  height: 637px;
  background-position:center;
  background-size: cover;
}
.inicio_text1{
  font-family: "Montserrat-Bold";
  font-size: 40px;
}
.inicio_text1_1{
  font-family: "Montserrat-Bold";
  font-size: 86px;
}
.inicio_text1_2{
  font-family: "Montserrat-Regular";
  font-size: 35px;
}
.inicio_btn_contacto{
  width: 100%;
  max-width: 500px;
  padding: 8px;
  background: #ff9900;
  text-align: center;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
}
.inicio_btn_contacto>div>a{
  color: #ffffff;
  font-family: "PT_sans_normal";
  font-size: 25px;
  padding-left: 5px;
}

.inicio_text2{
  color: #ff9900;
  font-family: "Montserrat-SemiBold";
  font-size: 25px;
}
.inicio_text2_1{
  color: #6e2727;
  font-family: "WorkSans-Regular";
  font-size: 15px;
  margin-bottom: 15px;
}
.inicio_text3{
  color: #2e2e2d;
  font-family: "PT_sans_bold";
  font-size: 35px;
  margin-top: 10px;
  margin-left: 10px;
}
.inicio_barra{
  padding-top: 15px;
  padding-bottom: 15px
}
.barra_amarilla{
  border-bottom-style: solid;
  border-width: 8px;
  border-color: #ff9900
}
.inicio_text4{
  color: #5163c0;
  font-family: "PT_sans_normal";
  font-size: 32px;
  padding-top: 40px;
}
.inicio_text4_1{
  color: #424140;
  font-family: "PT_sans_normal";
  font-size: 24px;
  text-align: justify;
}
.inicio_img_servicios{
  height: 100%;
  max-height: 350px;
}

.inicio_fondo2{
  background-image: url("../img/inicio/n1.jpg");
  min-height: 512px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sub_col{
  padding: 0px;
}
.inicio_text5{
  font-family: "PT_sans_normal";
  font-size: 32px;
}
.inicio_text5_1{
  font-family: "PT_sans_bold";
  font-size: 39px;
}
.inicio_text5_2{
  font-family: "PT_sans_normal";
  font-size: 17px;
}
.inicio_padding{
  padding: 50px;
  min-height: 344px;
}
.inicio_btn_contacto3{
  width: 100%;
  max-width: 150px;
  padding: 8px;
  background: #ff9900;
  text-align: center;
  border-radius: 8px;
  margin-top: 5px;
  margin-left: auto;
}
.inicio_btn_contacto3>a{
  color: #ffffff;
  font-family: "WorkSans-SemiBold";
  font-size: 12px;
}
.inicio_tel{
  margin-top: 3%;
}
@media only screen  and (max-width: 1024px) {
  .inicio_padding{
    padding: 50px;
    min-height: 500px;
  }
  .inicio_text1{
      font-size: 30px;
  }
  .inicio_text1_1{
    font-size: 66px;
  }
  .inicio_text1_2{
    font-size: 25px;
  }
  .inicio_btn_contacto>div>a{
    font-size: 20px;
    padding-left: 5px;
  }

}
@media only screen  and (max-width: 767px) {
  .inicio_tel{
    margin-top: 0%;
  }
  .inicio_text1{
    font-size: 18px;
    text-align: center;
  }
  .inicio_text1_1{
    font-size: 25px;
  }
  .inicio_text1_2{
    font-size: 16px;
  }
  .inicio_text3{
    font-size: 20px;
    margin-top: 15px;
    margin-left: 10px;
  }
  .inicio_btn_contacto>div>a{
    font-size: 14px;
    padding-top: 0px;
  }
  .inicio_btn_contacto{
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .banner1{
    height: auto;
    padding-bottom: 20px;
  }
  .inicio_text5{
    font-size: 25px;
  }
  .inicio_text5_1{
    font-size: 32px;
  }
  .inicio_text5_2{
    font-size: 15px;
  }
  .inicio_padding{
    padding: 30px;
    min-height: 200px;
  }
}

.banner_titulo_paginas{
  background-image: url("../img/inicio/banner1.jpg");
  min-height: 178px;
  padding-top: 40px;
  background-size: cover;
  background-position: center;
}
.titulos_paginas{
  font-family: "Montserrat-SemiBold";
  font-size: 63px;
  text-align: center;
}
@media only screen  and (max-width: 767px) {
  .titulos_paginas{
    font-size: 40px;
    padding-top: 15px;
  }

}

/* Nosotros */
.nosotros_text1{
  font-family: "PT_sans_normal";
  font-size: 32px;
  color: #5163c0;
}
.nosotros_text1_1{
  font-family: "PT_sans_normal";
  font-size: 17px;
  color: #424140;
  text-align: justify;
}
.nosotros_text2{
  font-family: "PT_sans_bold";
  font-size: 24px;
  color: #424140;
  padding-top: 15px;
  margin-bottom: 0px;
  padding-bottom: 15px;
}
.nosotros_bordeado{
  border-style: solid;
  border-width: 2px;
  border-color: #e9e8e5;
  padding: 30px;
}

@media only screen  and (max-width: 767px) {
  .nosotros_text2{
    font-size: 18px;
  }
}

/* Servicios */
.servicios_txt1{
  font-family: "PT_sans_normal";
  font-size: 17px;
  color: #424140;
  text-align: justify;
}
.servicios_fondo1{
  background-image: url("../img/servicios/b3.jpg");
  min-height: 498px;
}
.servicios_txt2{
  font-family: "PT_sans_normal";
  font-size: 32px;
  color: #5163c0;
}
.servicios_txt2_1{
  font-family: "PT_sans_normal";
  font-size: 17px;
  color: #ff9900;
}
.servicios_txt3{
  font-family: "PT_sans_normal";
  font-size: 32px;
  color: #5163c0;
}
.servicios_txt3_1{
  font-family: "PT_sans_normal";
  font-size: 17px;
  color: #424140;
  text-align: justify;
}
@media only screen  and (max-width: 767px) {
  .servicios_txt2{
    font-size: 22px;
  }
}

/* Clientes */
.clientes_img_botter{
  background-image: url("../img/clientes/sombra.jpg");
  min-height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 15px;
  width: 100%;
  max-width: 85%;
}
.clientes_txt1{
  font-family: "PT_sans_normal";
  font-size: 23px;
  color: #5163c0;
}
.clientes_txt1_1{
  font-family: "PT_sans_normal";
  font-size: 17px;
  color: #424140;
}
@media only screen  and (max-width: 767px) {
  .clientes_img_botter{
    max-width: 100%;
  }
}
/* contacto */
.form-control{
  margin-bottom: 15px;
  background:#efefef;
  border-radius: 20px;
  height: 40px;
}
.btn_enviar {
    width: 150px;
    padding: 8px;
    color: #868282 !important;
    text-align: center;
    border-radius: 20px;
    background: #ffffff;
    font-weight: 400;
    border-width: 2px;
    border-style: solid;
}
label{
  color: #868282;
  font-weight: 300;
}
.asterisco{
  color: #f60808;
  font-size: 16px;
}
.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;
}
.contacto_text1{
  font-family: "PT_sans_normal";
  font-size: 32px;
  color: #000000;
}
.contacto_text1_1{
  font-family: "PT_sans_normal";
  font-size: 15px;
  color: #000000;
  text-align: justify;
}


















