@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Extra+Condensed:wght@300;400;500;600;700;800&display=swap');

html, body {
    margin: 0;
    padding: 0;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    background: #F2F2F2;
    visibility: visible!important;
}

.container-btn{
    margin: 30px 0;
}

.wsp-new {
  background: #04264C;
  font-size: 20px;
  padding: 10px;
  border-radius: 20px !important;
  position: fixed;
  bottom: 50px;
  right: 20px;
  color: #FFFFFF;
  display: inline;
  width: 220px;
  text-align: right;
  font-weight: bold;
  box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.3);
  z-index: 200;
}

.separator {
  padding: 0;
  height: 300px;
  position: relative;
  margin: 0 auto;
  position: static;
  overflow-x: visible;
  overflow-y: visible;
  margin-bottom: 0px;
  background: url(../images/separator.jpg) center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
img {
  border: 0px;
  margin: 0;
  padding: 0px;
}

.container_txtIntro{
    padding: 0; 
    max-width: 900px;
    padding: 20px 20px;
    margin: 50px auto;
}

.txt_intro2{
    font-size:25px;
    line-height: 33px;
    padding: 0;
    font-weight: 300;
    color:#fff;
    text-align: center;
    margin: 0 auto;
    text-align: center
}

.txt_intro2 span{
    font-weight: 700;
    font-size:25px;
}

.tit_intro2 {
  text-decoration: none;
  text-align: center;
  color: #363636;
  font-size:45px;
  font-weight: 600;
  line-height: 45px;
    margin-bottom: 15px;
text-transform: uppercase

}

.tit-interior {
  font-size: 30px;
  text-align: left;
  margin: 0px;
  color: #202020;
  line-height: 30px;
  font-weight: 400;
  border-bottom: 1px solid #202020;
  padding: 15px 0;
  margin: 20px 0 20px 0
}

.banner_proyectos{
    position: relative;
    width: 100%;
    padding: 50px 0;
    height: 700px;
    color: #fff;
    background: url(../images/proyectos.jpg) no-repeat center center;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;  
}

.info_banner_proyectos{
    position: absolute;
    bottom: -65px;
    left: 50%;
    transform: translate(-50%, -50%);
}



@media (max-width: 768px) {

    .info_banner_proyectos{
        position: absolute;
        bottom: -60px;
        left: 50%;
        transform: translate(-50%, -50%);
    } 
    
    .tit_intro2 {
          text-decoration: none;
          text-align: center;
          color: #363636;
          font-size:30px;
          font-weight: 600;
          line-height: 30px;
            margin-bottom: 15px;
        text-transform: uppercase

}

}
 
.navbar-inverse .navbar-nav > li > a {
  color: #111;
  padding: 10px 5px;
  margin-left: 25px
}
.navbar-inverse .navbar-nav > li > a:hover {
  color: #000;
  margin-left: 25px;
  padding: 10px 5px
}
.navbar {
  position: relative;
  margin-bottom: 0;
  border: 0 solid transparent
}

.navbar-header {
  float: none
}
.header-alt {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: .2s all linear;
    z-index: 99999;
    -webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.55);
    box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.55);   
    padding: 15px 0;
}

.link_logotipo{
    float: left
}
.logotipo {
    position: relative;
    transition: all .5s;
    width: 300px;
}

.logotipo_alt {
  transition: all .5s;
  width: 200px;
}
.margin_nav {
    border-top: 0px solid #ccc;
    border-bottom: 0px solid #ccc;
    margin-left: 10px;
    transition: all .5s;
}

.margin_nav_alt {
    border-top: 0px solid #ccc;
    border-bottom: 0px solid #ccc;  
    transition: all .5s;
    font-size: 20px;
    margin-left: 50px;
}
.logotipo_mobile {
  display: none
}
.navbar .navbar-collapse {
  text-align: right
}
   
@media (max-width:1370px) {
  .navbar .navbar-nav {
    display: inline-block;
    float: right;
    font-size: 16px;
    margin-left: 120px
  }
  .navbar-inverse .navbar-nav > li > a {
    color: #111;
    padding: 10px 5px;
    margin-left: 10px
  }
  .navbar-inverse .navbar-nav > li > a:hover {
    color: #000;
    margin-left: 10px;
    padding: 10px 5px
  }
  .navbar .navbar-collapse {
    text-align: left
  }

}
@media (max-width:768px) {

  .logotipo_mobile {
    display: block;
      margin-left: 25px
  }
  .logotipo {
    display: none
  }
  .logotipo_alt {
    display: none
  }
  .navbar-inverse {
    margin-top: 0;
    padding: 10px 10px
  }
  .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 8px;
    background-color: #000;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
  }
  .navbar-toggle:focus {
    outline: 0
  }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
  }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px
  }
  .header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9980;
    padding: 4px 0;
    overflow: hidden;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    transition: background-color .3s;
    max-width: 1903px;
    transition: .2s all linear;
    z-index: 9999
  }
  .header-alt {
    background-color: #111;
    position: relative
  }
  .logotipo {
    margin-top: 5px;
    margin-left: 5px
  }
  .navbar .navbar-nav {
    display: inline-block;
    float: none;
    font-size: 18px
  }
}    

ul.migas {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    padding: 0.625rem 1rem;
    list-style: none;
    border-bottom: 1px solid #303030;
    display: inline-block;
    margin: 0 0 15px 15px;
    font-weight: 400;
    color: #303030;
    border-radius: 0;
}

ul.migas li {
    display: inline;
    font-size: 1.5rem;
}

ul.migas li a{
    color: #404040
}

ul.migas li a:hover{
    color: #111;
    text-decoration: underline !important
}

ul.migas li + li:before {
    padding: 8px;
    color: #404040;
    content: ">\00a0";
}

.container-productos{
    background: #fff;
}

.container-interior{
    margin-top: 10px
}

@media(max-width:768px) {
    .container-interior{
        margin-top: 0px
    }

}

.btn-black{
    background-color: transparent;
    border: 3px solid #111;
    color: #111;
    padding: 7px 20px 5px 20px;
    height: 60px;
    margin: 15px 0px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    font-size: 21px;
    font-weight: 500;
    cursor: pointer;
    margin: 20px auto;
    display: table;
    border-radius: 10px !important
}

.btn-black:hover, .btn-black:active {
    background-color: rgba(4, 38, 76, 1);
    text-decoration: none;
    color: #fff;
    border: 3px solid #04264C;
}

.btn-white{
    background-color: transparent;
    border: 3px solid #fff;
    color: #fff;
    padding: 7px 20px 5px 20px;
    height: 40px;
    margin: 15px 0px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    font-size: 21px;
    font-weight: 500;
    cursor: pointer;
    margin: 20px auto;
    display: table;
    border-radius: 10px !important;
    text-align: center;
}

.btn-white:hover, .btn-white:active {
    background-color: rgba(255, 255, 255, 1);
    text-decoration: none;
    color: #111;
    border: 3px solid #111;
}

.tit_interior{
    font-size: 35px;
    text-align: left;
    color:#04264C;
    margin-bottom: 15px
}
.tit_interior2b{
    font-size: 25px;
    text-align: center;
    color:#04264C;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc3b9;
}

.tit_servicios{
    font-size: 35px;
    text-align: left;
    color:#04264C;
}

.tit_icon_equipo{
    font-size: 25px;
    line-height:32px;
    font-weight: 600;
    text-align: center;
    color:#04264C;
    margin-bottom: 10px;
    margin-top: 20px;
    
}

.box_equipo{
    border-radius:15px; 
    -moz-border-radius:15px;
    -webkit-border-radius:15px; 
    -webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.55);
    box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.55);
    border: 2px solid rgba(180,180,180,0.4);
    padding: 20px 40px;
    margin-bottom: 50px;
}
.box_equipo img{
    border-radius:15px; 
}
.saltillo{
  display: none;
}
 .col-lg-offset-4a {
    margin-left: 38.33333333%;
  }
@media (max-width:1199px){
  .saltillo{
  display: block;
}
}
@media (max-width:992px){
  .col-md-offset-4a {
    margin-left: 25.33333333%;
  }
}
@media (max-width: 767px) {
.box_servicios{
    min-height:auto
}
.box_equipo{
    padding: 20px;
}

.img-equipo{
  width: 350px;
}
}

.tit_quienes{
    font-size: 35px;
    text-align: left;
    color:#04264C;
    margin-bottom: 15px
}

.txt_quienes{
    font-size: 20px;
    line-height: 23px;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-weight: 300;
    color: #111;
    margin-bottom: 50px
}

.center{
    margin: 0 auto;
    display: table !important
}

.img-rouded{
    border-radius:15px; 
    -moz-border-radius:15px;
    -webkit-border-radius:15px; 
    -webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.55);
    box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.55);
    border: 2px solid rgba(180,180,180,0.2)
}

.productos{
            border-radius: 50px !important
}
.box_product{
    padding:15px; margin:0 0 0px 0;

}


.box{
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto;
	z-index:50;



}

.tit_box_product{
	text-decoration:none;
	text-align:center;
	color:#fff;
	font-weight:600;
    font-size: 45px;
    line-height: 45PX;
    border: 0px solid #111;
    padding: 5px 25px;
    margin: 0 auto;
    display: table;

}

.txt_box_product{
	text-decoration:none;
	text-align:center;
	color:#fff;
	font-weight:400;
    font-size: 20px;
    line-height: 23px;
    border: 0px solid #111;
    padding: 5px 35px;
    margin: 0 auto;
    display: table;

}

.tit_form_contacto{
    font-size: 28px;
    text-align: left;
    margin: 0 0 30px 0; 

}

.tit_form_home {
  font-size: 14px;
  text-align: left;
  margin-bottom: 10px
}
.box_form {
    padding: 20px 30px;
    margin: 30px auto 80px auto;
    background: #ffffff; 
    border-radius:15px; 
    -moz-border-radius:15px;
    -webkit-border-radius:15px; 
    -webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.55);
    box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.55);
    border: 5px solid rgba(180,180,180,0.55)    
    
}

.form-group {
  margin: 0 0 20px 0;
  padding: 0 15PX;
}
.form-control {
  display: block;
  width: 100%;
  height: 45px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
  background-image: none;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  margin: 0;
}
.control-label {
    margin: 0;
    padding: 0;
    font-size: 20px;
}

.required-field-block {
  position: relative;
}
.required-field-block .required-icon {
  display: inline-block;
  vertical-align: middle;
  margin: -0.25em 0.25em 0em;
  background-color: #E8E8E8;
  border-color: #FFDE01;
  padding: 0.5em 0.8em;
  color: rgba(0, 0, 0, 0.65);
  text-transform: uppercase;
  font-weight: normal;
  border-radius: 0.325em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  transition: background 0.1s linear;
  font-size: 75%;
}
.required-field-block .required-icon {
  background-color: transparent;
  position: absolute;
  top: 0em;
  right: 0em;
  z-index: 10;
  margin: 0em;
  width: 30px;
  height: 30px;
  padding: 0em;
  text-align: center;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.required-field-block .required-icon:after {
  position: absolute;
  content: "";
  right: 1px;
  top: 1px;
  z-index: -1;
  width: 0em;
  height: 0em;
  border-top: 0em solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 0em solid transparent;
  border-right-color: inherit;
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.required-field-block .required-icon .text {
  color: #B80000;
  font-size: 26px;
  margin: -3px 0 0 12px;
}

label {
  margin-top: 17px;
  text-align: right;
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

#ls-s-2 {
  background: black;
  padding: 9px 20px;
  color: #fff font-size:25px;
  font-family: 'Raleway', sans-serif !important;
}

.ls-l-2{
      text-align: left;
    font-size:70px;
    font-weight: 500;
    color: #f5f5f5 ;
    padding: 10px 25px;
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-radius: 20px;
}


footer {
  padding: 25px 0 0 0;
  margin: 0 !important;
  position: relative;
  background: #04264C;
  display: table;
  width: 100%;
  color: white
}

.title-footer{
    color: #fff;
    font-size: 30px;
    line-height: 28px;
    font-weight: 400;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px
}
.title-footer a{
    color: #fff;
text-decoration: underline;}
.title-footer a:hover{
    color: #CCC;
text-decoration: underline;}


.txt-pie {
  color: #fff;
  font-size: 25px;
  font-weight: 200;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  margin-top: 3%
}
.txt-pie a {
  color: #fff
}
.txt-pie-nav {
  color: #fff;
  font-size: 20px;
  font-weight: 200;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 50;
  margin: 0;
  text-align: center;
  margin-top: 20px;
    font-weight: 300;
    background: #021A33
}
.txt-pie-nav a {
  color: #fff;
}

.txt-pie-nav a:hover {
  text-decoration: underline !important;
}

@media (max-width: 767px) {
  .txt_footer_right {
    text-align: left;
    padding-bottom: 25px;
  }
  .footer_img_mobile {
    display: block;
  }
  .footer_img {
    display: none;
  }

  .txt-pie-nav {
    font-size: 16px;
  }
  footer {
padding-bottom: 100px;
}
}

.boton-zona{
  font-size: 25px;
  margin-top:30px;
}
.boton-hom{
  margin-top:30px;
}

@media (max-width:991px){
  .boton-zona{
  margin-top:10px;
}
.productos{
  height: 200px!important;
}
.boton-hom{
  margin-top:0;
  font-size: 25px;
}
.txt_box_product{
  font-size: 16px;
  line-height: normal;
}
.productos-hom{
  height: 520px!important;
}
}
@media (max-width:767px){
.productos-hom{
  height: 350px!important;
}
}



        .container-servicios-new {
      display: flex;
      flex-direction: column;
      gap: 2rem;
      max-width: 1000px;
      margin: auto;
    }

    .fila-superior-servicios-new {
      display: flex;
      gap: 1rem;
    }

    .fila-inferior-servicios-new {
      display: flex;
      flex-direction: column;
      gap: 1rem;
    }

    .box-servicios-new {
      background: white;
      border: 1px solid #ccc;
      padding: 1rem;
      box-sizing: border-box;
      flex: 1;
      min-height: 150px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
          border-radius:15px; 
    -moz-border-radius:15px;
    -webkit-border-radius:15px; 
    -webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.55);
    box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.55);
    border: 2px solid rgba(180,180,180,0.4);
    }

    .box-servicios-new h3 {
      margin-top: 0;
    }

    @media (max-width: 768px) {
      .fila-superior-servicios-new {
        flex-direction: column;
      }
    }

.banner-servicios{
    background: #CCCCCC50;
    padding: 0;
    margin-bottom: 30px;
    padding: 10px;
    border-radius: 20px;
    border: 4px solid #CCCCCC;
}
.tit_servicios {
  text-decoration: none;
  text-align: center;
  color: #111;
  font-size: 23px;
  font-weight: 600;
  font-family: 'Fira Sans Extra Condensed', sans-serif;    
  line-height: 21px;
}

.txt_servicios{
  text-decoration: none;
  text-align: left;
  color: #111;
  font-size: 14px;
  line-height: 16px;
  font-family: 'Fira Sans Extra Condensed', sans-serif; 
  font-weight: 400;
  padding: 0 15px;
}

.box_servicios_new{
    display: flex;
    align-items: stretch;  
}


a:hover .banner-servicios {
  background-color: #CCCCCC;
}  

  .icon_service{
    width: 90px;
    margin-bottom: 10px;
}
  .icon_service_int{
    width: 60px;
    margin-bottom: 10px;
}
.caja-servicios{
  padding: 20px;
  border: 2px solid #CCCCCC;
  border-radius: 20px;
  display: inline-block;
}
.brr{
  display: none;
}
.fondo-equipo{
  background-color: #CCCCCC40;
  padding: 20px;
  border-radius: 40px;
  margin-bottom: 20px;
}
@media (max-width:991px){
  .icon_service{
    width: 80px;
    margin-bottom: 10px;
}
.banner-servicios {
  padding: 10px 0;
}
.tit_servicios{
  text-align: center;
}
}
@media (max-width:767px){
  .brr{
  display: block;
}
}