@font-face {
  font-family: 'Poppins-Bold';
  src: url('../fonts/Poppins-Bold.ttf');
}
@font-face {
  font-family: 'Poppins-Light';
  src: url('../fonts/Poppins-Light.ttf');
}
@font-face {
  font-family: 'Poppins-Medium';
  src: url('../fonts/Poppins-Medium.ttf');
}
@font-face {
  font-family: 'Poppins-Regular';
  src: url('../fonts/Poppins-Regular.ttf');
}
@font-face {
  font-family: 'Poppins-SemiBold';
  src: url('../fonts/Poppins-SemiBold.ttf');
}

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

@media only screen  and (max-width: 767px) {
  .hide_movil{
    display: none;
  }
}
.hide{
  display: none;
}
.margin_espacio{
  margin-top: 5px;
  margin-bottom: 5px;
}
.wrapper{
  max-width: 1580px;
  background: #ffffff;
  margin: auto;
  min-width: 320px !important;
}
.barra_roja{
  border-color: #e75748;
  border-top-style: solid;
  border-width: 3px;
  width: 60px;
  margin: auto;
}
.fondo_azul{
  background: #0091EA;
}
.fondo_azul2{
  background: #004185;
}
.fondo_amarillo{
  background: #f8ca42;
}
.fondo_blanco{
  background: #ffffff;
}
.fondo_gris{
  background: #f4f4f4;
}
.fondo_gris2{
  background: #e0dcdb;
}
.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;
}
.navbar-default{
  border-radius: 0px;
  border-width: 0px;
  box-shadow: inherit;
  background:#0091EA;
}
.menu_inicio{
  padding-top: 25px;
}
.menu_inicio>li>a,.dropdown-submenu>li>a{
  font-family: "Poppins-Medium";
  font-size: 18px;
  color: #ffffff!important;
  padding-bottom: 5px;
}
.subrayado_item_menu{
}
.text_sin_margin{
  margin-bottom: 0px;
}
.navbar-brand{
  padding-bottom: 10px;
  min-height: 85px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #b5dff9;
}
.navbar-default .navbar-toggle {
    border-color: #ffffff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}
@media only screen  and (min-width: 767px) {
  .navbar .navbar-nav {
    display: inline-block;
    float: none;
  }

  .navbar .navbar-collapse {
    text-align: center;
  }
}

/* footer */
.copring_text{
  font-family: "Poppins-Regular";
  font-size: 13px;
  padding-top: 8px;
}
.footer_text1{
  font-family: "Poppins-Regular";
  font-size: 34px;
  padding-top: 8px;
  margin-bottom: 0px;
}
.barra_roja_center{
  border-color: #f61d06;
  border-top-style: solid;
  border-width: 3px;
  width: 60px;
  margin: auto;
  margin-bottom: 25px;
}

.footer_text_1{
  font-family: "Century_Ghotic_Bold";
  color: #2c3c52;
  font-size: 15px;
}
.form-control{
  margin-bottom: 15px;
  background:#ffffff;
  border-radius: 0px;
}
.btn_enviar {
    width: 100%;
    padding: 8px;
    color: #ffffff !important;
    text-align: center;
    border-radius: 5px;
    background: #004080;
    font-weight: 600;
    cursor: pointer;
    border: 0;
    margin-bottom: 15px;
}
.btn_enviar:hover{
  background: #08539d;
}
.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;
}

.icono_text{
  display: flex;
}
.info_text{
  font-family: "Poppins-Medium";
  font-size: 15px;
  color: #666666;
}
.icono_info{
  border-width: 1px;
  border-style: solid;
  border-color: #efefef;
  border-radius: 5px;
  margin: 15px;
}

/* inicio */
.banner1{
  background-image: url("../img/banner.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
  height: 450px;
}
.cuadro_banner{
  width: 620px;
  margin-left: auto;
}
.inicio_banner_text1{
  font-family: "Poppins-Regular";
  font-size: 51px;
  color: #ffffff;
}
.inicio_banner_text1_1{
  font-family: "Poppins-Light";
  font-size: 14px;
  color: #ffffff;
}
.btn_info{
  border-radius: 10px;
  border-style: solid;
  border-color: #ffffff;
  border-width: 1px;
  max-width: 220px;
  padding: 10px;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
  font-family: "Poppins-SemiBold";
  font-size: 14px;
}
.inicio_text1{
  font-family: "Poppins-Medium";
  font-size: 34px;
}
.inicio_text1_1{
  font-family: "Poppins-Medium";
  font-size: 15px;
}
.inicio_text1_2{
  font-family: "Poppins-Medium";
  font-size: 15px;
  padding: 15px;
  color: #003e80;
  margin-top: 25px;
  margin-bottom: 25px;
}
.barra_roja_left{
  border-color: #f61d06;
  border-top-style: solid;
  border-width: 3px;
  width: 60px;
  margin-bottom: 25px;
}
.banner2_inicio{
  background-image: url("../img/banner2_1.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  min-height: 438px;
  height: 100%;
}
.inicio_text2{
  font-family: "Poppins-Regular";
  font-size: 30px;
  color: #ffffff;
  text-align: center;
}
.inicio_text2_1{
  font-family: "Poppins-SemiBold";
  font-size: 16px;
  color: #ffffff;
  line-height: 2;
}
.inicio_text3{
  font-family: "Poppins-Regular";
  font-size: 17px;
  color: #484647;
}
.inicio_text4{
  font-family: "Poppins-Medium";
  font-size: 34px;
}
.inicio_img{
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
.inicio_contenido_servicios{
  display: flex;
}
.vertical_text{
writing-mode: vertical-lr;
transform: rotate(180deg);
}
@media only screen  and (max-width: 1260px) {
  .cuadro_banner{
    width: 60%;
  }
  .inicio_banner_text1{
    font-size: 30px;
  }
}
@media only screen  and (max-width: 767px) {
  .banner1{
    background-position: top;
    height: 250px;
    background-size: 100% 100%;
  }
  .cuadro_banner{
    width: 100%;
  }
  .inicio_banner_text1{
    font-size: 24px;
  }
}

/* Nosotros */
.nosotros_text1{
  font-family: "Poppins-Medium";
  font-size: 34px;
}
.nosotros_text1_1{
  font-family: "Poppins-Medium";
  font-size: 14px;
}
/* servicios */
.servicios_text1{
  font-family: "Poppins-Medium";
  font-size: 34px;
}
.servicios_text1_1{
  font-family: "Poppins-Medium";
  font-size: 15px;
}
.servicios_text1_2{
  font-family: "Poppins-SemiBold";
  font-size: 15px;
  color: #003e80;
}
/* proyectos */
.proyectos_text1{
  font-family: "Poppins-Medium";
  font-size: 34px;
}
.proyectos_text1_1{
  font-family: "Poppins-Medium";
  font-size: 15px;
}
.proyectos_text1_2{
  font-family: "Poppins-SemiBold";
  font-size: 15px;
}


