:root {
  --btn-menu: #d90000;
  --btn-menu-hover: #e50000;
  --btn-text-color: #fff;

  --footer-bg-color:#eeeeee;
  --footer-textcolor:#000;
  --footer-link-textcolor: #7F8C8D;

  --header-filter:rgba(0, 0, 0, 0.4);
  --header-brand:#000;


  --main-color: #fff;
  --main-dark-color: #000;
  --line-text:rgba(139, 138, 138, 1);
}
.container {
  max-width: 960px;
}

.blanco{
   color: var(--main-color);
}
.negro{
   color: var(--main-dark-color);
}

/*imagenes*/
.clientesimg{
  max-width: 180px; 
}

.nav-link{
  text-transform:unset!important;
}
/*galeria*/
.green{
  background-color:#6fb936;
}
.thumb{
    margin-bottom: 30px;
}
        
img.zoom {
    width: 100%;
    height: 200px;
    border-radius:5px;
    object-fit:cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
        
 
.transition {
    -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
    .modal-header {
   
     border-bottom: none;
}
    .modal-title {
        color:var(--main-dark-color);
    }
    .modal-footer{
      display:none;  
    }


/*card*/
.main{
  height: 3em;
}
/*.imgWrapper{
    height: 15vw;
}*/
.card {
        margin: 0 auto; /* Added */
        float: none; /* Added */
        margin-bottom: 10px; /* Added */
        /*height: 70%;*/
         height: auto;
         /*width: 80%;*/
             margin-left: 10rem;
                 margin-right: 10rem;

}
.card-title{
  font-weight: bold !important;
  margin-bottom: 1px;
}
.lineTxt{
  height: 3px;
  border-radius: 1px;
 
 /* background-color: #aaaa;*/
 background: var(--line-text);
}
.card-text{
   margin-top: 15px;

}
.card-img-overlay{
  margin: 0 30px;
  color: var(--main-color);
  text-align: center;
}
.card-img-top {
    width: 100%;
    min-height: 200px; 
    height: 13vw;
    object-fit: cover;
  
}
.card-body{
  text-align: center;
  padding: 25px;
}

.btnep{
  color: var(--btn-text-color);
  background-color: var(--btn-menu);
  border-radius: 5px;
}
.btnep > a:hover {
   color: var(--btn-text-color) !important;
    background-color: var(--btn-menu-hover);
}
/*navbar*/
.navbar-toggler {
  margin-right: 15px;
}
.navbar-nav > .active > a,
.nav-item > a:focus,
.nav-item > a:hover {
    color: var(--btn-text-color) !important;
    background-color: var(--btn-menu);
    border-radius: 5px;
    margin-right: 1px;
}
.navbar .navbar-nav > li > a {
    line-height: 32px;
    font-size: 15px;
    margin-right: 1px;
}
.navbar { 
  padding: 0rem 0rem !important;
  margin: 0;
  border: 0;
  border-radius: 0;
}
.navbar-brand {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: 10rem;
}
.navbar-collapse{
  margin-right: 10rem;
  margin-left: 15px;
}

/*servicios img*/
.serviciosimgbg{
  background-size: cover; 
  height: 50vh;
}
.serviciosimgup{
 background-size: cover; 
 height: 24vh; 
 margin-bottom: 2vh;
}
.serviciosImgBttm{
 background-size: cover; 
 height: 24vh;
 
}
.serviciosColBttmLeft{
 padding-right: 0px; 
}
.serviciosColBttmRight{
 padding-left: 0px; 
}

/*body bg*/
.bodybg{
  background-image: url('../images/bg.png'); 
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;


}
body, html {
  height: 100%;
}
body {
  padding-top: 85px;
}

/*footer*/
.footer {
    /*position: absolute;*/
    margin: auto;
    margin-bottom: 2%;
    
    height: auto;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: var(--footer-bg-color);
  }
/*.footer {
 
  position: absolute;
  margin-bottom: 5%;
  bottom: 0;
  width: 100%;
  height: auto;
  height: 70px; 
 line-height: 20px; 
  background-color: #eeeeee;
}*/
.footer h3 {
  color:var(--footer-textcolor);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  padding: 5px 0 0px;
}
.footer ul {
  font-size: 14px;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  margin-top: 5px; 
  color: var(--footer-link-textcolor);
}
.footer ul li a {
  padding: 0 0 5px 0;
  display: block;
}
.footer li,
.footer a {
    color:var(--footer-textcolor);
}
/*header image filtro*/
.header-filter {
  position: relative;
}
.header-filter:after {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  content: "";
  background-color: var(--header-filter);
}
.header-filter .container {
  z-index: 2;
  position: relative;
}
 .header {
  min-height: 300px;
  background-image: url('../images/baner.jpg');
  background-position: center center;
  background-size: cover;
}
.header {
  height: 60vh;
}
.brand-header {
  margin-top: 30vh;
  color: var(--header-brand);
  text-align: center;
}

/*carousel*/
.container-video {
  margin-top: 30px;
  /*width: 70%;
  margin: 0 auto;*/
 }
.embed-responsive{
  /*margin-top: 80px;*/
  max-height: 420px;
}
/*.container-video{
  position: relative;
  width: 100%
}
.container-video video{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);                            
}*/
/* elevacion....................
.header {
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  margin: 15px;
  border-radius: 3px;
  padding: 15px 0;
  background-color: #FFFFFF;
}*/


/*
 * Custom translucent site header
 */

.site-header {
  background-color: rgba(0, 0, 0, .85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #999;
  transition: ease-in-out color .15s;
}
.site-header a:hover {
  color: var(--main-color);
  text-decoration: none;
}

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, .1);
  border-radius: 5px;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
}


/*
 * Extra utilities
 */

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.flex-equal > * {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
}
@media screen and (max-width: 995px){
  .card-img-top {
    min-height: 250px; 
  }
}
@media (max-width: 968px) {
  .header {
    background-image: url('../images/baner_sm.jpg');
  }

  .card-title{
   margin-top: 0px;
  }
  .card-img-overlay{
    margin-bottom:0px;
    padding-bottom: 0px;
  }
  .card-text{
     margin: 3px !important;
  }
}

@media screen and (max-width: 850px){
  .navbar-brand {
    margin-left: 1rem;
  }
  .navbar-collapse{
    margin-right: 1rem;
  }
  .footer {
     margin-bottom: 0em;
  }
  .card {
    /*width: 85%;*/
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .card-img-top {
    min-height: 300px; 
  }
}
@media screen and (max-width: 768px){
  .contactleft {
   padding-right: 55px;
  }
   .contactright {
    padding-left: 55px;
  }
    .card {
    /*width: 85%;*/
    margin-left: 0rem;
    margin-right: 0rem;
  }

  /*servicios img*/
.serviciosimgbg{
  margin-top: 2vh;
}
.serviciosimgup{
 height: 50vh !important; 
 margin-top: 2vh;
}
.serviciosImgBttm{
 height: 50vh !important; 
}
.serviciosColBttm{
  padding: 0 !important;
}
}
@media screen and (max-width: 635px){
  .card-img-top {
    min-height: 350px; 
  }
  
}
@media screen and (max-width: 480px){
  .card-img-top {
    min-height: 450px; 
  }

}
@media screen and (max-width: 405px){
  .card-img-top {
    min-height: 550px; 
  }
  .card {

         width: 100%;       
  }
}

@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
  }
}



.overflow-hidden { overflow: hidden; }




