@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:600');
@import url('https://fonts.googleapis.com/css?family=Karla');
body{
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #5d5d5d;
}
/* ----- Header -------- */
.bg-top{background-color:#eaedf0!important;}
a.bg-top:link, a.bg-top:visited{color:#8e9ba6; background-color:#eaedf0!important}
a.bg-top:hover{color:#6e7c88; background-color:#eaedf0!important}
.bg-top .nav-link{
    padding: 0rem 0.5rem;
}
a.tel:link, a.tel:visited{
  color: #8e9ba6;
}
.bg-top ul{
    margin-bottom: 0rem;
}
.social-links{
    text-align: right;
    margin-right: 20px;
}
.social-links ul > li{
    display: inline-block;
    /* You can also add some margins here to make it look prettier */
    zoom:1;
    *display:inline;
    /* this fix is needed for IE7- */
}
.social-links i{
    font-size: 16px;
    padding: 10px 0;
}
.navbar img{
    width: 70%;
}
.menu_gral{
    padding: 5px 0;
}
.menu_gral ul li {
border-right: 1px solid #8e9ba6;
}

.menu_gral ul li:last-of-type {
border-right: none;
}

.menu_gral ul ul li {
border-right: none;
}
.selected{
    border-bottom: 1px solid #8e9ba6;
}
/*----- gral -----*/
.gral{
    padding: 40px 0 90px;
}
.gral p{
    font-size: 18px;
    text-align: justify;
    line-height: 32px;
}
.gral hr{
    width:60px;
    border-top: 2px solid rgba(229,16,42,1);
    color: #e5102a;
}
a[href^="tel:"] {
  color: #0f3b8c;
}
.parallax {
  background-image: url("../images/bg_pm.jpg");
  height: 100%; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax2 {
  background-image: url("../images/bg_pm2.jpg");
  height: 100%; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.title{
    font-size: 25px;
    letter-spacing: 4px;
    padding: 10px 0 0px 0;
    color: #e5102a;
}
.sangria{
    margin-left: 15px;
}
/* links */
a.lk_gris:link, a.lk_gris:visited{
    color:#5d5d5d;
    font-size: 14px;
}
a.lk_gris:hover{
    color:#0a388e;
    font-size: 14px;
}
.menu_btn li{
    padding-right: .5rem;
    padding-left: .5rem;
}
.btn-primary{
    background-color: #0a388e;
}
.btn-primary{
    background-color: #0a388e;
}
.btn-primary:hover{
    background-color: #05245e;
}
.colicons p{
    font-family: 'Karla', sans-serif;
        line-height: 1.7;
    font-size: 17px;
    text-align: center;
    color: #000;
}
.servicios img{
  width: 20%;
}
.servicios p{
    font-family: 'Karla', sans-serif;
        line-height: 1.7;
    font-size: 17px;
    }
.colicons img{
    width: 40%;
    padding: 10px 0 50px;
}
.card {
    background-color: rgba(255,255,255,0);
    border: 1px solid rgba(0,0,0,.8);
}
.cardbox{
    height: 300px;
}
.productos .col-sm-4{
  float: left;
}
.productos .card{
     font-family: 'Karla', sans-serif;
        line-height: 1.7;
  background-color: #fff;
}
.productos .card-title{
  color: #0a388e;
}
.productos .h5{
  font-size: .8rem;
}
.color-rojo{
  color: #e21731;
}
.unidades{
  padding: 5px;
  margin: 30px 0;
}
.unidades img{
  width: 20%;
}
.unidades h3{
  font-size: 22px;
}
.unidades p{
  text-align: center;
  font-size: 13px;
}
.ads{
  margin-bottom: 40px;
  background-color: #202a2d;
}
.grishr{
  border-bottom: 1px solid #d0d0d0;
  width: 80%;
}
.bggris{
  background-color: #f6f6f6;
}
.box-md {
    padding: 25px 15px;
    border-radius: 7px;
    box-shadow: -1px 9px 18px 0px rgba(75, 81, 91, 0.3);
    background: #ffffff;
    text-align: center;
    min-height: 350px;
    height: auto;
    margin-bottom: 20px;
}
.box-md2 {
    padding: 25px 15px;
    border-radius: 7px;
    box-shadow: -1px 9px 18px 0px rgba(75, 81, 91, 0.3);
    background: #ffffff;
    text-align: center;
    margin-bottom: 20px;
}
.box-md-title{
  font-size: 18px;
}
.circle {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%; /* the magic */
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  margin: 0 auto 20px;
  color: #fff;
}
.blue {
  background-color: #0a388e;  
}
.box-md-icon{
    position: relative;
    margin-top: 20px;

}
.box-md-icon img{
  width: 100%;
}
.box-md-text {
  margin: 50px 30px 30px 30px;
    line-height: 1.7;
}
.txtpq h1{
  font-size: 11px;
  padding-top: 5px;
}
/* ---- vd -------*/
.ParallaxVideo{
  position: relative;
    height: ;
}
.ParallaxVideo video{ 
    min-width: 100%;
    position: relative;
    top:0;
    z-index: -2;
}
.pattern-overlay {
    position: absolute;
        top: 150px;
        width: 100%;
        opacity: 0.3;
        bottom: 0;
        background-image: url(https://cdnjs.cloudflare.com/ajax/libs/vegas/2.3.1/overlays/03.png);
        z-index: 20;
        height: 690px;
    }
.video-off{
  display: none;

}
.video-off img{
  position: relative;
  width: 100%;
}

/* ---------- Slider ------------- */
.carousel-caption {
    bottom: 20%;
    text-shadow: 3px 3px 10px #2d2d2d;
}
.slider_text h2{
    font-size: 56px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}
.slider_text h3{
    font-size: 46px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}
.md-text-button .shortcode-btn {
    float: none !important;
}
/* ----- animated ------*/
.delayanim {
  animation-duration: 2s;
  animation-delay: 0s;
}
/*------ footer -------*/
footer{
    background-color: #24324d;
    padding: 10px 0;
    color: #cacaca;
    font-family: 'Karla', sans-serif;
}
a.telfooter:link, a.telfooter:visited{
  color: #cacaca;
}
.logo-footer img{
    width: 40%;
    margin-top: 20px;
}
footer h5 {
    font-size: 15px;
    padding-left: 10px;
    border-left: 1px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color: #ffffff;
    margin-top: 20px;
}
footer .copyright{
        font-family: 'Karla', sans-serif;
        font-size: 11px;
        text-align: right;
        border-top: 1px solid #121e35;
        padding-top: 15px;
}
footer ul > li{
    text-decoration: none;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
footer ul.quick-links li {
    padding: 3px 0;
}
a.azul:link, a.azul:visited{
            color: #cacaca;
        }
         a.linkblanco:hover{
            color: #fff;
            text-decoration: none;
        }
  .side-fixed-button {
    position: fixed;
    margin-bottom: 100px;
  bottom: 20px;
  right: 20px;
  z-index: 10000;
}
.side-fixed-button a {
  display: block;
  background: #65bc54;
  width: 70px;
  height: 70px;
  font-size: 40px;
  text-align: center;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  transition: all .5s;
}
.side-fixed-button a:after {
  color: #fff;
  font-size: 16px;
  line-height: 0px;
  position: absolute;
  top: 36px;
  margin-left: 10px;
  font-weight: 400;
  transition: all 1s;
  width: 210px;
  content: 'Escribir vía Whatsapp';
  text-align: left;
  opacity: 0;
  transition: all .5s;
}
.side-fixed-button a i {
  color: #fff;
  transition: all .5s;
  pointer-events: none;
  padding-top: 16px;
}
.side-fixed-button a i:before {
  pointer-events: none;
}
.side-fixed-button a:hover {
  width: 290px;
  display: block;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.5);
}
.side-fixed-button a:hover i {
  margin-left: -180px;
}
.side-fixed-button a:hover:after {
  display: inline;
  opacity: 1;
}

/* -------------------- top ------------------------ */
/* ------------------------------------------------ */
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(26, 129, 186, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}

.cd-top.cd-top--show {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-top--fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

.cd-top:hover {
  background-color: #0c5078;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

/* ------------------------------ */
/* --------- queries    --------- */
/* ------------------------------ */
@media only screen and (max-width: 1228px) {
  .pattern-overlay {
    height: auto;    }
}
@media only screen and (max-width: 1192px) {
    .pattern-overlay {
    top: 145px;    }
}
@media only screen and (max-width: 991px) {
    .navbar img {
        width: 95%;
    }
}
@media only screen and (max-width: 767px) {
    .navbar img {
        width: 75%;
    }
    .slider_text h2 {
        font-size: 25px;
    }
    .slider_text h3 {
        font-size: 24px;
    }
}
@media only screen and (max-width: 575px) {
      .navbar img {
        width: 45%;
    }
  }
@media only screen and (max-width: 530px) {
    .logo_box {
        width: 85%;
    }
    .video-off{
      display: inline;

}
.ParallaxVideo{
  display: none;
}
.pattern-overlay{
  display: none;
}
.parallax, .parallax2{
   background-image: none;
}
.card-info{
  padding-bottom: 50px;
}
}
@media only screen and (max-width: 375px) {
    .slider_text h2 {
        font-size: 17px;
    }
    .slider_text h3 {
        font-size: 18px;
    }
    .title {
        font-size: 20px;
    }
    .gral p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 322px) {
    .logo_box {
        width: 80%;
    }
}