body, html {
   
    font-family: 'Exo', sans-serif;
}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
ul{
    list-style-type: circle;
}

.titulos{
    color: #1c1c1c;
}
.div-img .img-responsive {
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      transform: scale(1);
      -ms-transform: scale(1);
      -moz-transform: scale(1);
      -webkit-transform: scale(1);
      -o-transform: scale(1);
      -webkit-transition: all 500ms ease-in-out;
      -moz-transition: all 500ms ease-in-out;
      -ms-transition: all 500ms ease-in-out;
      -o-transition: all 500ms ease-in-out;
 }
 .div-img:hover .img-responsive {
      transform: scale(0.8);
      -ms-transform: scale(0.8);
      -moz-transform: scale(0.8);
      -webkit-transform: scale(0.8);
      -o-transform: scale(0.8);
 }

 .div-img .text{
      padding-top: 5px;
      display: block;
      text-align: center;
      width: 100%;
      color: orange;
      transform: translate(0px);
      -webkit-transition: all 500ms ease-in-out;
      -moz-transition: all 500ms ease-in-out;
      -ms-transition: all 500ms ease-in-out;
      -o-transition: all 500ms ease-in-out;
      opacity: 0;
      transition: transfom opacity 1.5s;


 }
 .div-img:hover .text{
      transform: translate(0px, -5px);
      opacity: 1;
 }

.bg{
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)),url("img/encabezado.png");
    max-height: 3500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
}

.logo-big {
      color: #FE941D;
      font-size: 60px;
  }
   .logo-med{
      color: #FE941D;
      font-size: 40px;
  }
  .logo-small {
      color: #FE941D;
      font-size: 20px;
  }
  .logo-tube{
    background: ;
    color: #bb0000; 
    font-size: 100px;
  }
  .fa {
  padding: 20px;
  font-size: 30px;
  width: 70px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}
.fa-xtwitter {
  background: #55ACEE;
  color: white;
}
.fa-instagram {
  background: #125688;
  color: white;
}
.fa-youtube {
  background: #bb0000;
  color: white;
}
#pie{
      background-image:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("img/productos.jpg");
      background-repeat: no-repeat;
      height: auto !important;
      color: white;
}
section {
      background-attachment: fixed;
      background-repeat: no-repeat;
      background-size: cover;
      margin: 0 auto;
      max-width: 100%;
      overflow: hidden;
      padding:0;
      position: relative;
}
a {
    text-decoration: none;
    color: #161616;
}
a:hover{
  color:#FF8D3F
}
a:link {
    text-decoration: none;
  }
  .bot{
    color: #FF8D3F;
  }  
  .carousel-indicators li {
      border-color: #f4511e;
  }
  .carousel-indicators li.active {
      background-color: #f4511e;
  } 
  .carousel-inner img {
      width: 100%;
      height: 100%;
  }
  .clientes{
    width: 100px;
    height: 100px;
    -webkit-transition: width .5s;
    transition: width .5s;
  }
  .clientes:hover{
    width: 120px;
  }
  .nav-link{
    color: white !important;
  }
  li.pal {
  list-style-image: url("img/pal.png");
}

.slideanim {visibility:hidden;}
.slide {
    /* The name of the animation */
    animation-name: slide;
    -webkit-animation-name: slide; 
    /* The duration of the animation */
    animation-duration: 1s; 
    -webkit-animation-duration: 1s;
    /* Make the element visible */
    visibility: visible; 
}

/* Go from 0% to 100% opacity (see-through) and specify the percentage from when to slide in the element along the Y-axis */
@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0%);
    } 
}
@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}
@media only screen and (min-width:1px) and (max-width : 700px) {
.visi-efect{
display:none;
}
}
@media only screen and (min-width: 700px) and (max-width: 2500px){
.ocul-efect{
display:none;
}
}