* {
  margin: 0;
}
html, body {
  height:100%;
  background-color:#fff;
  line-height: 1.6;
}
@font-face{
  font-family: "ErasMedium";
  src: url(../fonts/ERASMD.TTF) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face{
  font-family: "TheSansLight";
  src: url(../fonts/TheSansLight.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face{
  font-family: "TheSansRegular";
  src: url(../fonts/TheSansRegular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face{
  font-family: "TheSansSemiBold";
  src: url(../fonts/TheSansSemiBold.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face{
  font-family: "TheSansBold";
  src: url(../fonts/TheSansBold.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

.feedback-message{
  font-size:11pt;
}
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.page-wrapper {
  position: relative;
  overflow: hidden;
/*  margin-bottom: -142px; */
  position: relative;
  overflow: hidden;
  width: 100%;
}
.sitio{
  font-family: TheSansLight;
  font-size: 12pt;
  padding-top: 7px;
}
.mit{
  font-family: TheSansSemiBold;
  font-size: 12pt; 
}
.logoM img{
  height: 60px;
  width: 60px;
}
.invGalery a{
  cursor:pointer;
}
table{
  color: #fff;
  font-family: TheSansLight;
}
#site-canvas {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
  padding: 5% 0; /* Temp: Just spacing. */
}
#site-menu {
  width: 300px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom:0;
  left: -300px;
  background: #428bca;
  padding: 15px;
}
.fill-section{
  background: url(images/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.page-wrapper.show-nav #site-canvas {
  -webkit-transform: translateX(160px);
  transform: translateX(160px);
}
.page-wrap:after {
  content: "";
  display: block;
}
.site-footer, .page-wrap:after {
  height: 142px; 
}
.site-footer {
  padding-top:10px;
  font-size:14pt;
  font-family: custom-bld;
  color:#FFF;
  background: #424242;
    letter-spacing: 1px;
}
.btn {
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
}
/* TOOLTIPS && popovers */
.tooltip-inner {
    max-width: none; 
    padding: 8px 8px 8px 8px;
    color: #fff;
    text-align: center;
    background-color: #003a49;
    border-radius: 1px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: -2px;
    margin-top: -12px;
    border-width: 10px 10px 10px 0;
    border-right-color: #37474F;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 10px 10px 0 10px;
    border-top-color: #37474F;
    top: initial;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: -1px;
    margin-top: -5px;
    border-width: 7px 0 7px 7px;
    border-left-color: #37474F;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0px 7px 7px;
    border-bottom-color: #37474F;
}
.popover{
      border-radius: 1px;
      padding:0px;
      font-size: 13pt;
      font-family: custom;
}
.popover-title {
    padding: 10px 14px;
    margin: 0;
    font-size: 16pt;
    letter-spacing: 1px;
    font-family: TheSansRegular;
    background-color: #213037;
    color:#fff;
    border-bottom: 1px solid #ebebeb;
    border-radius: 1px 1px 0 0;
}
/* NAV MENU */
.navmenu, .navbar-offcanvas {
    width: 150px;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-radius: 1px;
}
.navmenu-default {
    background-color: #FFF;
    border-color: #e7e7e7;
}
/* top navbar */
.navbar-custom{
    background-color: #213037;
    border-color: #212121;
    letter-spacing: 0px;
}
.navbar{
  border:none;
}
.navbar-nav>li>a{
  line-height: 40px;
}
.navbar-custom>div>div>ul>li>a{
  color:#213037;
}
.nav>li>a:hover{
  color:#fff;
  font-family: TheSansRegular;
  background-color: #213037;
}
.nav>li>a:focus {
    text-decoration: none;
    background-color:#213037;
    color: #fff;
}
.nav>li>a:hover {
    text-decoration: none;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
  color:#fff;
  font-family: TheSansRegular;
  background-color:#213037;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #fff;
    font-family: TheSansLight;
    font-size: 12pt;    
}
.navbar-nav>li>.dropdown-submenu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #fff;
    font-family: TheSansLight;
    font-size: 12pt;    
}
.nav {
  padding-left: 0px;
}
ul.nav.navbar-nav.navbar-right{
  margin-top: 30px;
}
/*Submenú acerca de / servicios*/
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    text-align: left;
    list-style: none;
    background-color: #AF1016;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    color: #FFF;
}
.dropdown-menu>li>a{
  color: #FFF;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
  background-color: #910D17;
  color: #FFF;   
}
.dropdown-toggle{
  font-family: TheSansRegular;
  font-size: 10pt;
  color: #FFF;
  cursor: pointer;
}
/*   TABLAS    */
.table-striped.table-hover>tbody>tr:hover {
    background-color: #fff;
    cursor:pointer;
}
thead>tr>th{
  font-family: custom-li !important;
}
thead>tr {
    background-color: rgba(0,129,198,1);
    color:#FFF;
    font-size: 13pt;
    letter-spacing: 1px;
    font-family: custom-li;
    text-shadow: none;
}
tbody>tr {
    font-size: 12pt;
    letter-spacing: 1px;
    text-shadow: none;
}
/* MODALS  */
@media (min-width: 1200px) {
  .modal-dialog {
      width: 75%;
      margin: 40px auto;
  }
}
/* 003a49 */
@media (min-width: 768px) and (max-width: 1199px){
  .modal-dialog {
      width: 85%;
      margin: 40px auto;
  }
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
     border-radius: 1px; 
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    margin-top: 134px;
}
/*---------Animación---------*/
* {
    box-sizing: border-box;
}
input[name="slider-select-element"] {
    display: none;
}
#slider-box {
    -moz-animation: autoSlider 15s infinite linear;
    -o-animation: autoSlider 15s infinite linear;
    -webkit-animation: autoSlider 15s infinite linear;
    animation: autoSlider 15s infinite linear;
    -webkit-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    -ms-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    transition: all 0.75s ease;

    height: 100%;
    width: 300%;
}
#slider-container {    
    margin-top: 50px;
    overflow: hidden;
    text-align: left;    
}

.primer-elemento,
.segundo-elemento,
.tercer-elemento,
.cuarto-elemento {
    width: 100%; 
    height: 100vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
}
.primer-elemento {
    background-image: url("../img/backgrounds/Slide1_valic.png");
}
.segundo-elemento {
    background-image: url("../img/backgrounds/Slide2_valic.png");
}
.tercer-elemento {
    background-image: url("../img/backgrounds/Slide3_valic.png");
}
.cuarto-elemento {
    background-image: url("../img/backgrounds/Slide4_valic.png");
}
.slider-element {
    float: left;
    width: 33.333%;
}
@-moz-keyframes autoSlider {
    0% {
        margin-left: 0;
    }
    30% {
        margin-left: 0;
    }
    35% {
        margin-left: -100%;
    }
    65% {
        margin-left: -100%;
    }
    70% {
        margin-left: -200%;
    }
    95% {
        margin-left: -200%;
    }
    100% {
        margin-left: 0;
    }
}

@-webkit-keyframes autoSlider {
    0% {
        margin-left: 0;
    }
    30% {
        margin-left: 0;
    }
    35% {
        margin-left: -100%;
    }
    65% {
        margin-left: -100%;
    }
    70% {
        margin-left: -200%;
    }
    95% {
        margin-left: -200%;
    }
    100% {
        margin-left: 0;
    }
}

@keyframes autoSlider {
    0% {
        margin-left: 0;
    }
    30% {
        margin-left: 0;
    }
    35% {
        margin-left: -100%;
    }
    65% {
        margin-left: -100%;
    }
    70% {
        margin-left: -200%;
    }
    95% {
        margin-left: -200%;
    }
    100% {
        margin-left: 0;
    }
}
/*----Menú-----*/
#pA .azul li a{
  color: #FFFFFF;
  font-family: ErasMedium;
  font-size: 24pt;
  background-color: #213037;
}
.anti{
    transform: skewX(-30deg);
}
/*Aqui onda del nav banda*/
.azul{
  background-color: #213037;
  width: 30%;
}
.rojo{
  background-color: #D31016;  
  width: 70%;
}
.navbar-default{
  border-color: #FFFFFF;  
}
.container-fluid{
  padding-right: 0px;
  padding-left: 0px;  
  margin-right: 0px;
}
.container-fluid a{
  color: #fff;
}
#seccion3{
  background-color: #213037;
}
#seccion3 h1{
  color:#fff;
  padding-bottom: 15px;
}
/*------Onda según dispositivo---------*/
@media screen and (width: 320px){
  .container {
        width: 295px;
  }
  .seccion2_bg{
    background-color: #fff;
    text-align: center;
  }
  .row{
    margin-right: 0px;
    margin-left: 0px;
  }  
  .infoNosotrospad{
    margin-top: 80px;
  }  
  .infoNosotros h3{
  font-family: TheSansBold;
  font-size: 10pt;
  color: #D31016;
  }
  .infoNosotros .texto{
  font-family: TheSansLight;
  font-size: 10pt;
  color: #000000;
  text-align: left;
  }
  h1{
    color: #213037;
    font-family: ErasMedium;
    font-size: 24pt;
    left: 0px;
    text-align: center;    
  }  
  footer{
    background-color: #AF1016;
    color: #fff;
    height: 55px;
    padding-top: 3px;
  }
  .sitio{
    font-family: TheSansLight;
    font-size: 8pt;
    padding-top: 6px;
  }
  .mit{
    font-family: TheSansSemiBold;
    font-size: 8pt; 
  }
  .logoM img{
    height: 40px;
    width: 40px;
  }
  #seccion1{
      width: 100%;
      margin-top: 15px;
  }
  #seccion2{
      width: 100%;
      margin-bottom: 40px;
  } 
  #seccion3{
    width: 100%;
      padding-top: 0px;
      background-color: #fff;
  }
  #seccion3 h1{
    color: #213037;
  }
  .imgGaleria img{
    width: 300px;
      height: 160px;
      cursor: pointer;
  }
  .imgpGaleria img{
      width: 430px;
      height: 60vh;
  }
  .imagenEdif .arriba{
    background-color: #000000;
    color: #FFF;  
    font-family: ErasMedium;
    font-size: 20pt;
    width: 100%;
    opacity: 0.6;
    padding: 0%; 
    margin-top: -50px;
  }  

  /*.secciones{
    margin-top: 60px;
  } */ 
  .primer-elemento,
.segundo-elemento,
.tercer-elemento,
.cuarto-elemento {
    width: 100%; 
    height: 39vh;
}
  .primer-elemento {
      background-image: url("../img/backgrounds/Portada1mini.png");
  }
  .segundo-elemento {
      background-image: url("../img/backgrounds/Portada2mini.png");
  }

  .tercer-elemento {
      background-image: url("../img/backgrounds/Portada3mini.png");
  }  
  .cuarto-elemento {
      background-image: url("../img/backgrounds/Portada4mini.png");
  }  
  .inventarios h1{
  font-size: 18pt;
  }
  .inventarios .tit{
    font-size: 11pt;
  }
  .inventarios .resto{
    font-size: 10pt;
  }
 .inventarios h4{
  font-size: 11pt;
  }
  .contacto h1{
    font-size: 36pt;
  }  
}

@media screen and (min-width: 321px) and (max-width: 425px) {
  .container {
        width: 400px;
  }
  .seccion2_bg{
    background-color: #fff;
    text-align: center;
  }
  .row{
    margin-right: 0px;
    margin-left: 0px;
  }  
  .infoNosotrospad{
    margin-top: 80px;
  }  
  .infoNosotros h3{
  font-family: TheSansBold;
  font-size: 10pt;
  color: #D31016;
  }
  .infoNosotros .texto{
  font-family: TheSansLight;
  font-size: 10pt;
  color: #000000;
  text-align: justify;
  }
  h1{
    color: #213037;
    font-family: ErasMedium;
    font-size: 24pt;
    left: 0px;
    text-align: center;    
  }  
  footer{
    background-color: #AF1016;
    color: #fff;
    height: 55px;
    padding-top: 3px;
  }
  .sitio{
    font-family: TheSansLight;
    font-size: 8pt;
    padding-top: 6px;
  }
  .mit{
    font-family: TheSansSemiBold;
    font-size: 8pt; 
  }
  .logoM img{
    height: 40px;
    width: 40px;
  }
 
  #seccion2{
      width: 100%;
      margin-bottom: 40px;    
  }
  #seccion3{
    width: 100%;
      padding-top: 0px;
      background-color: #fff;
  }
  #seccion3 h1{
    color: #213037;    
  }
  .imgGaleria img{
    width: 300px;
      height: 160px;
      cursor: pointer;
  }
  .imgpGaleria img{
      width: 430px;
      height: 60vh;
  }   
  .imagenEdif .arriba{
    background-color: #000000;
    color: #FFF;  
    font-family: ErasMedium;
    font-size: 20pt;
    width: 100%;
    opacity: 0.6;
    padding: 0%; 
    margin-top: -55px;
  } 
 
  /*.secciones{
    margin-top: 35px;
  } */ 
    .primer-elemento,
.segundo-elemento,
.tercer-elemento,
.cuarto-elemento {
    width: 100%; 
    height: 50vh;
}
  .primer-elemento {
      background-image: url("../img/backgrounds/Portada1mini.png");
  }
  .segundo-elemento {
      background-image: url("../img/backgrounds/Portada2mini.png");
  }

  .tercer-elemento {
      background-image: url("../img/backgrounds/Portada3mini.png");
  }  
  .cuarto-elemento {
      background-image: url("../img/backgrounds/Portada4mini.png");
  }
  .invGalery h4{
    background-color: #000000;
    color: #FFF;  
    font-family: TheSansLight;
    font-size: 11pt;
    width: 100%;
    opacity: 0.6;
    margin-top: -35px;
    padding: 3%;
  } 
  .inventarios h1{
  font-size: 20pt;
  }  
    .inventarios .tit{
    font-size: 11pt;
  }
  .inventarios .resto{
    font-size: 10pt;
  }
   .inventarios h4{
  font-size: 11pt;
  }
  .contacto h1{
    font-size: 38pt;
  }  
}

@media screen and (min-width: 426px) and (max-width: 768px) {
  .container {
        width: 710px;
  }
  .seccion2_bg{
    background-color: #fff;
  }
  .row{
    margin-right: 0px;
    margin-left: 0px;
  }   
  .infoNosotrospad{
    margin-top: 40px;
  }  
  .infoNosotros h3{
  font-family: TheSansBold;
  font-size: 10pt;
  color: #D31016;
  }
  .infoNosotros .texto{
  font-family: TheSansLight;
  font-size: 10pt;
  color: #000000;
  text-align: justify;
  }
  h1{
    color: #213037;
    font-family: ErasMedium;
    font-size: 24pt;
    left: 0px;
    text-align: center;    
  }
  footer{
    background-color: #AF1016;
    color: #fff;
    height: 60px;
    padding-top: 3px;
  }
  .sitio{
    font-family: TheSansLight;
    font-size: 10pt;
    padding-top: 6px;
  }
  .mit{
    font-family: TheSansSemiBold;
    font-size: 10pt; 
  }
  .logoM img{
    height: 50px;
    width: 50px;
  }
 #seccion1{
      width: 100%;
      margin-top: 45px;
  }
  #seccion2{
      width: 100%;
      margin-bottom: 40px;    
  }
  #seccion3{
    width: 100%;
    padding-top: 0px;
  }
  #seccion3 h1{
    color: #fff;
  }
  .imgGaleria img{
    width: 100%;
    height: auto;
    cursor: pointer;
  }
  .imgpGaleria img{
    width: 100%;
  }
  .imagenEdif .arriba{
    background-color: #000000;
    color: #FFF;  
    font-family: ErasMedium;
    font-size: 25pt;
    width: 100%;
    opacity: 0.6;
    padding: 0%; 
    margin-top: -80px;
  }     
  /*.secciones{
    margin-top: 45px;
  } */
  .modal-content .inventarios .invGalery img{  
  width: 200px;
  height: 150px;
  margin-bottom: 70px;
  margin-top: 15px;
  }
  .modal-content .inventarios .invGalery h4{  
    font-size: 10pt;
    margin-top: -100px;
  }
  .modal-content h1{
    font-size: 
  }
  .invGalery h4{
    background-color: #000000;
    color: #FFF;  
    font-family: TheSansLight;
    font-size: 10pt;
    width: 100%;
    opacity: 0.6;
    margin-top: -30px;
    padding: 4%;
  }   
  .invGalery img{
    width: 250px;
    height:180px;
    margin-bottom: 15px;
  }
  .inventarios h1{
    font-size: 20pt;
  }
  .inventarios .tit{
    font-size: 11pt;
  }
  .inventarios .resto{
    font-size: 10pt;
  }  
   .inventarios h4{
  font-size: 12pt;
}
    .primer-elemento,
.segundo-elemento,
.tercer-elemento,
.cuarto-elemento {
    width: 100%; 
    height: 55vh;
}
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .container {
        width: 900px;
  }  
  .seccion2_bg{
    background-color: #FFFFFF;
  }
  .row{
    margin-right: 0px;
    margin-left: 0px;
  }   
  .infoNosotrospad{
    margin-top: 55px;
  }  
  .infoNosotros h3{
  font-family: TheSansBold;
  font-size: 12pt;
  color: #D31016;
  }
  .infoNosotros .texto{
  font-family: TheSansLight;
  font-size: 10pt;
  color: #000000;
  text-align: justify;
  }
  h1{
    color: #213037;
    font-family: ErasMedium;
    font-size: 30pt;
    left: 0px;
    text-align: center;    
  }
  footer{
    background-color: #AF1016;
    color: #fff;
    height: 60px;
    padding-top: 3px;
  }
  .sitio{
    font-family: TheSansLight;
    font-size: 11pt;
    padding-top: 6px;
  }
  .mit{
    font-family: TheSansSemiBold;
    font-size: 11pt; 
  }
  .logoM img{
    height: 50px;
    width: 50px;
  }
  #seccion1{
      margin-top: 80px;
  }  
  #seccion2{
      width: 100%;
      margin-bottom: 40px;    
  }
  #seccion3{
    width: 100%;
    padding-top: 0px;
  }
  .imgGaleria img{
    width: 100%;
    height: auto;
    cursor: pointer;
  }
  .imgpGaleria img{
      width: 100%;
      height: auto;
  }   
  .imagenEdif .arriba{
    background-color: #000000;
    color: #FFF;  
    font-family: ErasMedium;
    font-size: 30pt;
    width: 100%;
    opacity: 0.6;
    padding: 1%; 
    margin-top: -125px;
   }  
  /*.secciones{
    margin-top: 75px;
  } */  
  .invGalery h4{
    background-color: #000000;
    color: #FFF;  
    font-family: TheSansLight;
    font-size: 11pt;
    width: 100%;
    opacity: 0.6;
    margin-top: -30px;
    margin-left: 1px;
    padding: 3%;
  }  
  .invGalery img{
    width: 280px;
    height:230px;
    margin-bottom: 15px;
  }
  .inventarios h1{
    font-size: 30pt;
  }
  .inventarios .tit{
    font-size: 12pt;
  }
  .inventarios .resto{
    font-size: 11pt;
  }
  .inventarios h4{
  font-size: 13pt;
  }
    .primer-elemento,
.segundo-elemento,
.tercer-elemento,
.cuarto-elemento {
    width: 100%; 
    height: 80vh;
}
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .container {
        width: 1000px;
  }  
  .seccion2_bg{
    background-color: #FFFFFF;
  }
  .row{
    margin-right: 0px;
    margin-left: 0px;
  }   
  .infoNosotrospad{
    padding-top: 100px;
  }  
  .infoNosotros h3{
  font-family: TheSansBold;
  font-size: 11pt;
  color: #D31016;
  }
  .infoNosotros .texto{
  font-family: TheSansLight;
  font-size: 11pt;
  color: #000000;
  text-align: justify;
  } 
  h1{
    color: #213037;
    font-family: ErasMedium;
    font-size: 38pt;
    left: 0px;
    text-align: center;
  }   
  footer{
    background-color: #AF1016;
    color: #fff;
    height: 65px;
    padding-top: 3px;
  }
  .sitio{
    font-family: TheSansLight;
    font-size: 12pt;
    padding-top: 7px;
  }
  .mit{
    font-family: TheSansSemiBold;
    font-size: 12pt; 
  }
  .logoM img{
    height: 50px;
    width: 50px;
  }
  #seccion1{
      width: 100%;
      padding-top: 29px;
  }
  #seccion2{
      width: 100%;
      margin-bottom: 40px;    
  }
  #seccion3{
    width: 100%;
    padding-top: 0px;
  }
  .imgGaleria img{
    width: 200px;
    height: 90px;
    cursor: pointer;
  }
  .imgpGaleria img{
      width: 600px;
      height: 60vh;
  }    
  .imagenEdif .arriba{
    background-color: #000000;
    color: #FFF;  
    font-family: ErasMedium;
    font-size: 30pt;
    width: 100%;
    opacity: 0.6;
    padding: 1%; 
    margin-top: -130px;
   }     
  /*.secciones{
    margin-top: 110px;
  }*/ 
  .invGalery h4{
    background-color: #000000;
    color: #FFF;  
    font-family: TheSansLight;
    font-size: 11pt;
    width: 100%;
    opacity: 0.6;
    margin-top: -30px;
    padding: 3%;
  }     
  .invGalery img{
    width: 280px;
    height:230px;
  }
  .inventarios h1{
    font-size: 30pt;
  }
  .inventarios .tit{
    font-size: 12pt;
  }
  .inventarios .resto{
    font-size: 11pt;
  }  
  .inventarios h4{
    font-size: 13pt;
  }
    .primer-elemento,
.segundo-elemento,
.tercer-elemento,
.cuarto-elemento {
    width: 100%; 
    height: 100vh;
}
}

@media screen and (min-width: 1200px) {
  .container{
        width: 1150px;
  }
  .seccion2_bg{
    background-color: #FFFFFF;
  }
  .row{
    margin-right: 0px;
    margin-left: 0px;
  }  
  .infoNosotrospad{
    margin-top: 50px;
  }
  .infoNosotros h3{
  font-family: TheSansBold;
  font-size: 12pt;
  color: #D31016;
  }
  .infoNosotros .texto{
  font-family: TheSansLight;
  font-size: 12pt;
  color: #000000;
  text-align: justify;
  }  
  h1{
    color: #213037;
    font-family: ErasMedium;
    font-size: 46pt;
    left: 0px;
    text-align: center;
  } 
  #seccion3{
    width: 100%;
    padding-top: 0px;
  }
  .imgGaleria img{
    width: 200px;
    height: 60px;
    cursor: pointer;
  }
  .imgpGaleria img{
      width: 100%;
      height: 60vh;
  }      
  .imagenEdif .arriba{
    background-color: #000000;
    color: #FFF;  
    font-family: ErasMedium;
    font-size: 30pt;
    width: 100%;
    opacity: 0.6;
    padding: 1%; 
    margin-top: -130px;
   }   
  /*.secciones{
    margin-top: 100px;
  }*/
  .invGalery h4{
    background-color: #000000;
    color: #FFF;  
    font-family: TheSansLight;
    font-size: 11pt;
    width: 100%;
    opacity: 0.6;
    margin-top: -30px;
    padding: 3%;
  }   
  #seccion1{
      width: 100%;
      margin-top: 80px;
  }
  #seccion2{
      width: 100%;
      margin-bottom: 45px;    
  }
  #seccion3{
    padding-top: 36px;
  }  
  .invGalery img{
    width: 340px;
    height:230px;
    margin: 10px;
  }  
    .inventarios h1{
    font-size: 30pt;
  }
  .inventarios .tit{
    font-size: 13pt;
  }
  .inventarios .resto{
    font-size: 12pt;
  }
  .inventarios h4{
    font-size: 14pt;
  }
    .primer-elemento,
.segundo-elemento,
.tercer-elemento,
.cuarto-elemento {
    width: 100%; 
    height: 80vh;
}
}
/*------Menu para movil---------*/
@media screen and (max-width:767px ) {
  .container {
    overflow: hidden;
    width: 100%;
  }
  .menu .sidenav a {
    color: #fff;
    font-family: TheSans-Light;
    font-size: 15pt;
  }
  .menu a:hover,
  .menu a:focus {
    color: #FFFFFF;
  }
  .content::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    -webkit-transition: opacity 0.4s, -webkit-transform 0s 0.4s;
    transition: opacity 0.4s, transform 0s 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
  }
  .fa-bars{
    width: 4.5em;
    height: 4.5em;  
    background-color: #213037;
    color: #fff;
    border: #213037;
    margin-bottom: 3px;
  }
  .fa-times{
    width: 5em;
    height: 5em;  
    color:#D31016 ;
  }
 .container .xs-nav{
    background-color: #213037;
  }
  .cerrar-btn {
    width: 2em;
    height: 2em;
    position: absolute;
    left: 20em;
    top: 1em;
    overflow: hidden;
    text-indent: 1em;
    font-size: 0.75em;
    border: none;
    background: transparent;
    color: transparent;
  }
  .cerrar-btn::before,
  .cerrar-btn::after {
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    right: 50%;
    background: #bdc3c7;
  }
  .cerrar-btn::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .cerrar-btn::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .menu {
    position: fixed;
    z-index: 1001;
    width: 300px;
    height: 100%;
    background: #213037;
    padding: 2.5em 1.5em 0;
    font-size: 1.15em;
    -webkit-transform: translate3d(-320px,0,0);
    transform: translate3d(-320px,0,0);
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
  }
  .sidenav,
  .iconos {
    height: 100%;
  }
  .iconos {
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
  .iconos a {
    display: block;
    padding: 0.8em;
    -webkit-transform: translate3d(0,500px,0);
    transform: translate3d(0,500px,0);
  }
  .iconos,
  .iconos a {
    -webkit-transition: -webkit-transform 0s 0.4s;
    transition: transform 0s 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
  }
  .iconos a:nth-child(2) {
    -webkit-transform: translate3d(0,1000px,0);
    transform: translate3d(0,1000px,0);
  }
  .iconos a:nth-child(3) {
    -webkit-transform: translate3d(0,1500px,0);
    transform: translate3d(0,1500px,0);
  }
  .iconos a:nth-child(4) {
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0);
  }
  .iconos a:nth-child(5) {
    -webkit-transform: translate3d(0,2500px,0);
    transform: translate3d(0,2500px,0);
  }
  .iconos a:nth-child(6) {
    -webkit-transform: translate3d(0,3000px,0);
    transform: translate3d(0,3000px,0);
  }
  .iconos a span {
    margin-left: 10px;
    font-weight: 700;
  }
  .show-menu .menu {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);  
  }
  .show-menu .iconos,
  .show-menu .iconos a {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);  
  }
  .show-menu .iconos a {
    -webkit-transition-duration: 0.9s;
    transition-duration: 0.9s;
  }
  .show-menu .content::before {
    opacity: 1;
    -webkit-transition: opacity 0.8s;
    transition: opacity 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  
  .sidenav-custom{
      background-color: #213037;
      letter-spacing: 2px;
  }
  .sidenav{
    border:none;
  }
  .sidenav-nav>li>a{
    line-height: 40px;
  }
  .sidenav-custom>div>div>ul>li>a{
    color:#213037;
  }
}
.date .image img{
  width: 95px;
  margin-top: -6px;
}

/*Sección 3, galeria*/
.seccion3_bg{
  background-color: #fff;
}
/*Modal Contacto*/
.contacto{
  background-color: #213037;
}
.contacto .tit{
  font-size: 12pt;
  font-family: TheSansBold;
  color: #FAFAFA;
}
.contacto .resto{
  font-size: 12pt;
  font-family: TheSansLight;
  color: #FAFAFA;
  margin-left: 40px;
}
.contacto .sucursal{
  margin-left: 30px;
}
.contacto img{
  width: 30px;
  height: 30px;
}
.cierra img{
  width: 25px;
  height: 25px; 
  cursor : pointer;
}
.modal-content .contacto{
    position: relative;
    background-color: #213037;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
     border-radius: 1px; 
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.modal-content .modalGaleria{
    position: relative;
    background-color: #213037;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
     border-radius: 1px; 
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.modal-content .modalGaleria h1{
  color: #fff;
}
.form-control{
  background-color: #344B54;
  font-size: 10pt;
  font-family: TheSansLight;
  color: #66939E;
  border-radius: 0px;
  border: 0px solid #ccc;
}
.form-group .boton{
  background-color: #66939E;
  width: 100%;
  font-family: TheSansLight;
  font-size: 11pt;
  color: #fff;
    border: 0px solid #ccc;
}  
.contacto h1{
  margin: 0px;
  color: #fff;
  font-family: ErasMedium;
  font-size: 48pt;
  padding: 0px;
  text-align: left;
}
/*Modal Inventario*/
.inventarios{
  background-color: #213037;
}

.inventarios h4{
  font-size: 13pt;
  font-family: TheSansBold;
  color: #FFFFFF;
}
.inventarios h4{
  font-size: 13pt;
}
.modal-content .inventarios{
    position: relative;
    background-color: #213037;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 1px; 
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.inventarios .resto img{
  width: 15px;
  height: 15px;  
}
/*edificacion*/
.imagenEdif img{
  width: 100%;
  margin-top: 100px;
}
.imagenEdifmini img{
  width: 100%;
  margin-top: 60px;
}
.imagenEdif2 img{
  width: 100%;
  height: auto;
}
.secciones h1{
  padding-bottom: 50px;
  padding-top: 50px; 
}
/*maquinaria*/
.invGalery h4{
  background-color: #000000;
  color: #FFF;  
  font-family: TheSansLight;
  font-size: 10pt;
  width: 90%;
  opacity: 0.6;
  margin-top: -45px;
  margin-left: 8px;
  padding: 3%;
}
  .inventarios h1{
  margin: 0px;
  color: #fff;
  font-family: ErasMedium;
  padding: 0px;
  text-align: left;
  }
.inventarios .tit{
  font-family: TheSansBold;
  color: #FAFAFA;
}
.inventarios .resto{
  font-family: TheSansLight;
  color: #FAFAFA;
  margin-left: 5px;
}
.inventarios .imgPe img{
  width: 100%;
  height: inherit;
  margin-top: 5px;
}
.inventarios .imgPe{
  padding-right: 0px;
  padding-left: 15px;
  cursor: pointer;
  margin-left: 15px;
}
iframe {
  width: 100%;
}
.imgG img{
  width: 100%;
  height: inherit;
}
.padmenu{
  padding-left: 30px;
}
.separacion{
  margin-bottom: 35px;
}