/* =============================================
   VIDEOS
   Extraido del <style> inline de modules/videos.php
   El <link> queda EN LA MISMA POSICION para preservar la cascada.
   ============================================= */

h3, .car-card__body{

    color: #fff;
}



#video .tns-item {
  -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
#video .tns-item:not(.tns-slide-active) + .tns-slide-active + .tns-slide-active { 
  -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    transform: scale(1.6);
}

.modal-dialog {
      max-width: 800px;
      margin: 30px auto;
  }


.modal{
    top: 50%;
    transform: translate(0, -35%);
}


.modal-body {
  position:relative;
  padding:0px;
}
.close {
    background-color: transparent;
    border: none;
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}

.slider{
    padding: 90px 0;
}

#tns1 > .tns-item {
    padding-left: 30px;
}

.image-cover {
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
background-attachment: scroll; }
