@font-face {
    font-family: 'yaahowu_br';
    src: url('../fonts/yaahowu_bold-webfont.eot');
    src: url('../fonts/yaahowu_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/yaahowu_bold-webfont.woff2') format('woff2'),
         url('../fonts/yaahowu_bold-webfont.woff') format('woff'),
         url('../fonts/yaahowu_bold-webfont.ttf') format('truetype'),
         url('../fonts/yaahowu_bold-webfont.svg#yaahowu_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* ------------------------ Slide --------------------------- */
body {
  -webkit-font-smoothing: antialiased;
  font: normal 15px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #232525;
}
.slidesjs-play,
.slidesjs-stop{
    display: none !important;
}
#slides {
    display: none
}
#slides .slidesjs-navigation {
    margin-top:3px;
    color: transparent;
    width: 40px;
    height: 61px;
    background-position: 0 0;
    background-repeat: no-repeat;
}
#slides .slidesjs-navigation:hover{
    color: transparent;
}
#slides .slidesjs-previous {
    position: absolute;
    top: 50%;
    z-index: 100;
    left: 0px;
    left: 12%;
    background-image: url(../images/flecha-izq.png);
}
#slides .slidesjs-next {
    position: absolute;
    top: 50%;
    z-index: 100;
    right: 12%;
    background-image: url(../images/flecha-der.png);
}
.slidesjs-pagination {
    list-style: none;
    margin: 0px;
    padding: 0px;
    height: 34px;
    position: absolute;
    margin: 0 auto;
    bottom: 62px;
    z-index: 100;
    left: 50%;
    margin-left: -100px;
}
.slidesjs-pagination li {
    float: left;
    margin: 0 3px;
}
.slidesjs-pagination li a {
    display: block;
    width: 34px;
    height: 34px;
    background-position: 0 0;
    float: left;
    overflow: hidden;
    color: transparent;
    background-image: url(../images/bnt-slide-hover.png);
}
.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active{
    /*background-position: 0 -13px*/
    color: transparent;
    background-image: url(../images/bnt-slide.png);
    color: transparent !important;  
}
.slidesjs-pagination li a:hover {
    /*background-position: 0 -26px*/
    background-image: url(../images/bnt-slide-hover.png);
    color: transparent !important;
}
#slides a:link,
#slides a:visited {
  
}
#slides a:hover,
#slides a:active {
  color: #9e2020
}
/* ------------------------ Slide --------------------------- */
a#slide,
a#productos,
a#trabaje,
a#conocenos,
a#donde,
a#contactenos{
    margin-top: -99px;
    /*width: 20px;*/
    /*height: 20px;*/
    float: left;
    /*background-color: #000;*/
}
.navbar {
  overflow: hidden
}
.container,
.jumbotron .container{
    max-width: 992px;
}
.jumbotron{
    padding-top: 40px;
    padding-bottom: 40px;
}
.jumbotron .container{
    padding: 0px;
}
.navbar > .container{
    padding: 0px;
}
.navbar-brand{
	height: 98px;
	padding: 0px;
}
.navbar-default{
    background-color: #ffffff;
    /*margin-bottom: 0px;*/
}
.navbar-default{
  animation: animationFrames_navbar ease-in-out 10s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames_navbar ease-in-out 10s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFrames_navbar ease-in-out 10s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFrames_navbar ease-in-out 10s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFrames_navbar ease-in-out 10s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
}

@keyframes animationFrames_navbar{
  0% {
    transform:  translate(0px,-100px)  ;
    opacity: 0;
  }
  100% {
    transform:  translate(0px,0px)  ;
    opacity: 1;
  }
}

@-moz-keyframes animationFrames_navbar{
  0% {
    -moz-transform:  translate(0px,-100px)  ;
    opacity: 0;
  }
  100% {
    -moz-transform:  translate(0px,0px)  ;
    opacity: 1;
  }
}

@-webkit-keyframes animationFrames_navbar {
  0% {
    -webkit-transform:  translate(0px,-100px)  ;
    opacity: 0;
  }
  100% {
    -webkit-transform:  translate(0px,0px)  ;
    opacity: 1;
  }
}

@-o-keyframes animationFrames_navbar {
  0% {
    -o-transform:  translate(0px,-100px)  ;
    opacity: 0;
  }
  100% {
    -o-transform:  translate(0px,0px)  ;
    opacity: 1;
  }
}

@-ms-keyframes animationFrames_navbar {
  0% {
    -ms-transform:  translate(0px,-100px)  ;
    opacity: 0;
  }
  100% {
    -ms-transform:  translate(0px,0px)  ;
    opacity: 1;
  }
}
.navbar-default .navbar-nav>li>a{
    font-family: 'yaahowu_br';
    text-transform: uppercase;
    color: #333;
}
.navbar-default .navbar-nav>li>a:hover{
    color: #FF8000;
}
.navbar-default .navbar-nav>li:last-child>a{
    padding-right: 0px;
}
.navbar>.container .navbar-brand, 
.navbar>.container-fluid .navbar-brand{
    margin-left: 0px;
}
.navbar-nav>li>a {
    padding-top: 9px;
    padding-bottom: 9px;
}
.btn-top{
    float: right;
}
.redes-top{
    text-align: right;
}
.redes-top ul{
    padding: 0px;
    display: inline-block;
    margin-bottom: 0px;
}
.redes-top ul li{
    list-style: none;
    float: left;
}
.redes-top ul li a{
    background-color: #bcbcbc;
    border-radius: 10px;
    border-radius: 84px;
    padding-top: 10px;
    text-align: center;
    width: 33px;
    height: 33px;
    color: #ffffff;
    color: #ffffff;
    margin: 15px 2px 5px;
}
.redes-top ul li a:hover{
    text-decoration: none;
    background-color: #333;
}
/*.redes-top ul li:first-child a{
    padding: 10px 13px;
}
.redes-top ul li:last-child a{
    margin: 15px 0px 5px 2px;   
}*/
.slidesjs-container{
    max-height: 668px;
    height: 668px;
}
.slide{
    margin-top: 99px;
    position: relative;
}
.slide{
  animation: animationFrames_slide ease-in-out 1.2s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames_slide ease-in-out 1.2s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFrames_slide ease-in-out 1.2s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFrames_slide ease-in-out 1.2s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFrames_slide ease-in-out 1.2s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
}

@keyframes animationFrames_slide{
  0% {
    opacity: 0;
  }
  100% {
    transform:  translate(0px,0px)  ;
    opacity: 1;
  }
}

@-moz-keyframes animationFrames_slide{
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes animationFrames_slide {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes animationFrames_slide {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-ms-keyframes animationFrames_slide {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.slide1{
    background-image: url("../images/slide1_1.png");
    background-position: center; 
    height: 668px;
    max-height: 668px;
    background-repeat: no-repeat;
    text-align: center;
    background-size: 1678px;
    background-position-y: 0px;
}
.slide2{
    background-image: url("../images/slide2_2.png");
    background-position: center; 
    height: 668px;
    max-height: 668px;
    background-repeat: no-repeat;
    text-align: center;
    background-size: 1678px;
    background-position-y: 0px;
}
.slide3{
    background-image: url("../images/slide3_3.png");
    background-position: center; 
    height: 668px;
    max-height: 668px;
    background-repeat: no-repeat;
    text-align: center;
    background-size: 1678px;
    background-position-y: 0px;
}
.slide4{
    background-image: url("../images/slide4_4.png");
    background-position: center; 
    height: 668px;
    max-height: 668px;
    background-repeat: no-repeat;
    text-align: center;
    background-size: 1678px;
    background-position-y: 0px;
}
.slide5{
    background-image: url("../images/slide5_5.png");
    background-position: center; 
    height: 668px;
    max-height: 668px;
    background-repeat: no-repeat;
    text-align: center;
    background-size: 1678px;
    background-position-y: 0px;
}
.slidesjs-container,
.slidesjs-control{
    min-height: 668px;
    height: 668px;
    background-color: #ff8102;
}
.animations{
  animation: animationFrames ease-in-out 1.5s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames ease-in-out 1.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFrames ease-in-out 1.5s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFrames ease-in-out 1.5s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFrames ease-in-out 1.5s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
}

@keyframes animationFrames{
  0% {
    transform:  translate(0px,200px)  ;
    opacity: 0;
  }
  100% {
    transform:  translate(0px,-0px)  ;
    opacity: 1;
  }
}

@-moz-keyframes animationFrames{
  0% {
    -moz-transform:  translate(0px,200px)  ;
    opacity: 0;
  }
  100% {
    -moz-transform:  translate(0px,-0px)  ;
    opacity: 1;
  }
}

@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform:  translate(0px,200px)  ;
    opacity: 0;
  }
  100% {
    -webkit-transform:  translate(0px,-0px)  ;
    opacity: 1;
  }
}

@-o-keyframes animationFrames {
  0% {
    -o-transform:  translate(0px,200px)  ;
    opacity: 0;
  }
  100% {
    -o-transform:  translate(0px,-0px)  ;
    opacity: 1;
  }
}

@-ms-keyframes animationFrames {
  0% {
    -ms-transform:  translate(0px,200px)  ;
    opacity: 0;
  }
  100% {
    -ms-transform:  translate(0px,-0px)  ;
    opacity: 1;
  }
}
.slide1 .texto1{
    font-family: 'yaahowu_br';
    text-transform: uppercase;
    font-size: 50px;
    margin-top: 133px;
    line-height: 1.2em;
}
.slide1 .linea1{
    margin: 10px auto 15px;
    max-width: 515px;
    background-color: #000;
    width: 515px;
    height: 1.5px;
}
.slide1 .texto2{
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 200;
    font-size: 21px;
    max-width: 515px;
    line-height: 1.2em;
    margin: 0 auto;
}
.slide2 .texto1{
    font-family: 'yaahowu_br';
    text-transform: uppercase;
    font-size: 50px;
    margin-top: 133px;
    line-height: 1.2em;
}
.slide2 .linea1{
    margin: 10px auto 15px;
    max-width: 515px;
    background-color: #000;
    width: 515px;
    height: 1.5px;
}
.slide2 .texto2{
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 200;
    font-size: 21px;
    max-width: 515px;
    line-height: 1.2em;
    margin: 0 auto;
}
.slide3 .texto1{
    font-family: 'yaahowu_br';
    text-transform: uppercase;
    font-size: 50px;
    margin-top: 133px;
    line-height: 1.2em;
}
.slide3 .linea1{
    margin: 10px auto 15px;
    max-width: 515px;
    background-color: #000;
    width: 515px;
    height: 1.5px;
}
.slide3 .texto2{
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 200;
    font-size: 21px;
    max-width: 515px;
    line-height: 1.2em;
    margin: 0 auto;
}
.slide4 .texto1{
    font-family: 'yaahowu_br';
    text-transform: uppercase;
    font-size: 50px;
    margin-top: 133px;
    line-height: 1.2em;
}
.slide4 .linea1{
    margin: 10px auto 15px;
    max-width: 515px;
    background-color: #000;
    width: 515px;
    height: 1.5px;
}
.slide4 .texto2{
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 200;
    font-size: 21px;
    max-width: 515px;
    line-height: 1.2em;
    margin: 0 auto;
}
.slide5 .texto1{
    font-family: 'yaahowu_br';
    text-transform: uppercase;
    font-size: 50px;
    margin-top: 133px;
    line-height: 1.2em;
}
.slide5 .linea1{
    margin: 10px auto 15px;
    max-width: 515px;
    background-color: #000;
    width: 515px;
    height: 1.5px;
}
.slide5 .texto2{
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 200;
    font-size: 21px;
    max-width: 515px;
    line-height: 1.2em;
    margin: 0 auto;
}
.titulo{
    font-family: 'yaahowu_br';
    font-size: 30px;
    margin: 0 auto;
    text-align: center;
    max-width: 700px;
    position: relative;
    margin-bottom: 47px;
}
.titulo:after{
    content: "";
    position: absolute;
    width: 561px;
    height: 1.8px;
    background-color: #000;
    margin: 0 auto;
    left: 50%;
    margin-left: -280.5px;
    bottom: -7px;
}
.jumbotron{
    padding-top: 80px;
    padding-bottom: 80px;
}
.jumbotron.container1,
.jumbotron.container2,
.jumbotron.container3,
.jumbotron.container4{
    background-image: url("../images/patron.png");
    background-size: 100px;
    margin-bottom: 0px;
}
.jumbotron.container1{
    background-color: #FFD9B3;
}
.jumbotron.container5{
    background-color: #E64D3E;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.jumbotron.container5 .copyright{
  padding-top: 50px;
  padding-bottom: 15px;
  font-size: 12px;
  color: #ffffff;
}
.jumbotron.container5 .copyright > div > div{
  margin-top: 5px;
}
.jumbotron.container5 .copyright > div > div:nth-child(1){
    float: left;
      padding: 3px 0 0 5px
}
.jumbotron.container5 .copyright > div{
    width: 209px;
    height: 25px;
    margin: 0 auto;
}
.jumbotron.container2,
.jumbotron.container4{
    background-color: #bfd62e;
}
.container1 .bloque1 img,
.container1 .bloque1 .texto-bloque{
    float: left;
}
.container1 .titulo-container1,
.container2 .titulo-container2,
.container3 .titulo-container3{
    font-family: 'yaahowu_br';
    text-transform: uppercase;
    font-size: 26px;
}
.container1 .texto-container1,
.container2 .texto-container2,
.container3 .texto-container3{
    font-size: 18px;
    text-align : justify;
}
.container3 img{
    margin-bottom: 45px;
}
.container3 .col-md-5 img:first-child{
    margin-top: 7px;
}
.container3 .titulo-container3,
.container3 .texto-container3{
    padding-left: 44px;
}
.container3 .titulo-container3{
    margin-bottom: 10px;
}
.container3 .texto-container3{
    margin-bottom: 20px;
}
.tleft{
    padding-left: 44px;
}
.tright{
    padding-right: 44px;
}
.container1 > div > div.col-md-12 {
    margin-bottom: 40px;
    padding: 0px;
}
.container1 > div > div.col-md-12 > .col-md-5{
    padding: 0px;
    width: 389px;
}
.container1 > div > div.col-md-12 > .col-md-7{
    padding: 0px;
    width: 603px;
}
.container1 > div > div.col-md-12:nth-child(2) > .col-md-7{
    padding-top: 39px;
}
.container1 > div > div.col-md-12:nth-child(3) > .col-md-7{
    padding-top: 0px;
}
.container1 > div > div.col-md-12:nth-child(4) > .col-md-7{
    padding-top: 6px;
}


.container2 > div > div.col-md-12 {
    margin-bottom: 40px;
    padding: 0px;
}
.container2 > div > div.col-md-12 > .col-md-4{
    padding: 0px;
    width: 302px;
}
.container2 > div > div.col-md-12 > .col-md-8{
    padding: 0px;
    width: 690px;
}
.icono{
    text-align: center;
    margin-bottom: 30px;
}
.icono > i{
    border: 3px solid #333;
    background-color: #fff;
    color: #E64D3E;
    font-size: 75px;
    border-radius: 80px;
    width: 121px;
    height: 121px;
    padding-top: 20px;
    text-align: center;
}
.icono1 > i{
    padding: 20px 0 0 7px;
}
.icono2 > i{
    padding-top: 25px;
    font-size: 65px;
}
.titulo-container2-1,
.titulo-container2-2,
.titulo-container2-3{
    font-family: 'yaahowu_br';
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 10px;
}
.titulo-container2-1{
    width: 200px;
}
.titulo-container2-2{
    width: 246px;
}
.titulo-container2-3{
    width: 200px;
}
.texto-container2-2{
    text-align : justify;
    font-size: 17px;
}
.container3 > div > div.row{
    margin-left: 0px;
    margin-right: 0px;
}
.container3 > div > div.row > .col-md-5{
    width: 426px;
    padding: 0px;
}
.container3 > div > div.row > .col-md-7{
    width: 566px;
    padding: 0px;
    text-align : justify;
}
.container4 .row{
    padding: 0px;
}
.container4 .container > .row:nth-child(2) .col-md-5{
    text-align: right;
}
.container4 .container > .row:nth-child(2){
    margin-bottom: 30px;
}
.container4 .col-md-7 > div{
    font-size: 18px;
    text-align: justify;
    width: 469px;
    margin-top: 13px;
}
.container4 .container > .row:nth-child(3){
    font-size: 18px;
}
.container4 .container > .row:nth-child(3) > div:first-child > div{
    padding-left: 20px;
}
.container4 .container > .row:nth-child(3) > div:last-child > div{
    padding-right: 50px;
}
.container5 .row .col-md-6{
    font-size: 17px;
    color: #fff;
}
.container5 .titulo{
    color: #ffffff;
    margin-bottom: 75px;
}
.container5 .titulo:after{
    background-color: #ffffff;
}
.container5 .row .col-md-6:first-child > div{
    float: right;
    width: 400px;
}
.container5 .row .col-md-6:first-child a i{
    background-color: #fff;
    font-size: 30px;
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 10px;
    border-radius: 30px;
}
.container5 .row .col-md-6:first-child a{
    margin-right: 5px;
}
.container5 .row .col-md-6:last-child > div{
    width: 400px;
}
.container5 .titulo-container5{
    font-family: 'yaahowu_br';
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 10px;
}
.container5 .facebook{
    color: #3b5998;
}
.container5 .twitter{
    color: #55acee;
}
.container5 .google-plus{
    color: #e02f2f;
}
.container5 .col-md-6 > div > div >i{
    width: 15px;
    text-align: center;
    min-height: 5px;
}
.container5 .col-md-6 > div > div{
    margin-bottom: 5px;
}
.container5 .row .col-md-6:last-child .form-group label{
    font-weight: 400;
}
.container5 .row .col-md-6:last-child .form-group input,
.container5 .row .col-md-6:last-child .form-group textarea{
    font-size: 17px;
    border-radius: 0px;
    border: 0px;
}
.container5 .row .col-md-6:last-child button{
    border-radius: 0px;
    font-family: 'yaahowu_br';
    text-transform: uppercase;
    font-size: 17px;
    border: 0px;
    background-color: #943c32;
    color: #fff;
}
.texto-bold{
    font-weight: 500;
}
#mailer label.error{
    margin-bottom: 0px;
    padding-left: 14px;
    margin-top: 3px;

}
#mailer label.error:before{
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f06a";
    padding-right: 5px;
}
#mailer > .form-group:nth-child(4){
    
}
#aviso{
    margin-bottom: 15px;
}
@media (max-width: 1200px) and (min-width: 992px){
    .container,
    .jumbotron .container{
        max-width: 992px;
        min-width: 992px;
    }
    .slidesjs-container{
        height: 568.691px;
    }
}
@media (max-width: 991px) and (min-width: 768px) { 
    .nav>li>a{
        padding: 10px 5px;
        font-size: 13px;
    }
}
@media (max-width: 992px) and (min-width: 768px) {
    .slidesjs-container,
    .slidesjs-control{
        min-height: 435px;
        height: 435px !important;
    }
    .slide1{
        background-size: 974px;
    }
    .slide2{
        background-size: 974px;
    }
    .jumbotron{
        padding-top: 40px;
        padding-bottom: 40px;
    } 
    .navbar-brand>img{
        width: 134px;
        margin-top: 9px;
    }
    .slide1 .texto1{
        font-size: 44px;
        margin-top: 55px;
    }
    .slide1 .texto2{
        font-size: 16px;
    }
    .slide2 .texto1{
        font-size: 44px;
        margin-top: 55px;
    }
    .slide2 .texto2{
        font-size: 16px;
    }
    .slidesjs-pagination{
        bottom: 34px;
    }
    .container1 > div > div.col-md-12 > .col-md-5{
        width: 41.66666667%;
    }
    .container1 > div > div.col-md-12 > .col-md-5 img{
        width: 100%;
    }
    .container1 > div > div.col-md-12:nth-child(2) > .col-md-7{
        width: 58.33333333%;
        padding-top: 0px;
    }
    .container1 > div > div.col-md-12 > .col-md-7{
        width: 58.33333333%;
    }
    .container1 > div > div.col-md-12:nth-child(4) > .col-md-7{
        padding-top: 0px;
    }
    .container2 > div > div.col-md-12 > .col-md-4{
        width: 33.33333333%;
    }
    .container2 > div > div.col-md-12 > .col-md-4 img{
        width: 100%;
    }
    .container2 > div > div.col-md-12 > .col-md-8{
        width: 66.66666667%;
    }
    .container3 > div > div.row > .col-md-5{
        width: 50%;
        padding-right: 22px;
        text-align: center;
    }
    .container3 .col-md-5 img:first-child{
        width: 75%;
        margin-bottom: 0px;
    }
    .container3 > div > div.row:nth-child(2){
        margin-bottom: 20px;
    }
    .container3 img{
        width: 100%;
    }
    .container3 .texto-container3{
        padding-left: 0px;
    }
    .container3 > div > div.row > .col-md-7{
        width: 50%;
        padding-left: 22px;
    }
    .container3 .sm-conocenos {
        margin-left: 0px;
        margin-right: 0px;
    }
    .container3 .sm-conocenos > div{
        padding: 0px;
    }
    .container3 .sm-conocenos > div:first-child{
        padding-right: 22px;
    }
    .container3 img{
        margin-bottom: 15px;
    }
    .container3 .sm-conocenos > div:last-child{
        padding-left: 22px;
    }
    .container3 .sm-conocenos .titulo-container3,
    .container3 .sm-conocenos .texto-container3{
        padding-left: 0px;
    }
    .container4 .container > .row:nth-child(2) .col-md-5 img{
        width: 100%;
    }
    .container4 .col-md-7 > div{
        width: 100%;
        margin-top: 0px;
    }
    .container5 .row .col-md-6:first-child > div,
    .container5 .row .col-md-6:last-child > div{
        width: 100%;
    }
}
@media (max-width: 768px) {
    .slidesjs-container,
    .slidesjs-control{
        min-height: 399px;
        height: 399px !important;
    }
    .container5 .titulo{
        margin-bottom: 55px;
    }
    .jumbotron{
        padding-top: 40px;
        padding-bottom: 40px;
    } 
    .btn-top{
        width: 100%;
    }
    .container>.navbar-header{
        margin-right: 0px;
        margin-left: 0px;
    }
    .navbar-brand>img{
        margin-left: 10px;
        width: 100px;
    }
    .navbar-brand{
        height: 66px;
    }
    .redes-top{
        position: absolute;
        top: 0px;
        right: 68px;
    }
    .redes-top ul li a{
        margin: 17px 2px 5px;
    }
    .navbar-toggle{
        margin-top: 17px;
        margin-bottom: 17px;
    }
    .slide{
        margin-top: 69px;
    }
    .slide > div > div{
        height: 389px !important;
    }
    #slides .slidesjs-previous{
        left: 3%;
        margin-top: -25px;
        background-size: 20px;
    }
    #slides .slidesjs-next{
        right: 0%;
        margin-top: -25px;
        background-size: 20px;
    }
    .slidesjs-pagination{
        bottom: 18px;
    }
    .slide1 .texto1{
        font-size: 25px;
        margin-top: 45px;
    }
    .slide1 .texto2{
        font-size: 14px;
        max-width: 274px;
    }
    .slide1 .linea1{
        width: 261px;
        margin: 5px auto 10px;
    }
    .slide1{
        background-size: 899px;
        background-position-y: 0px;
    }
    .slide2 .texto1{
        font-size: 25px;
        margin-top: 45px;
    }
    .slide2 .texto2{
        font-size: 14px;
        max-width: 274px;
    }
    .slide2 .linea1{
        width: 261px;
        margin: 5px auto 10px;
    }
    .slide2{
        background-size: 899px;
        background-position-y: 0px;
    }
    .titulo{
        font-size: 23px;
        margin-bottom: 35px;
    }
    .titulo:after {
        width: 346px;
        margin-left: -173px;
    }
    .container1 .titulo-container1,
    .container2 .titulo-container2,
    .container3 .titulo-container3{
        font-size: 22px;
    }
    .container1 > div > div.col-md-12 > .col-md-5,
    .container1 > div > div.col-md-12 > .col-md-7{
        width: 100%;
        text-align: center;
    }
    .container1 > div > div.col-md-12:nth-child(2) > .col-md-7{
        padding-top: 20px;
    }
    .container1 img{
        width: 100%;
        padding: 0 20px;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    .container1 .tleft{
        padding-left: 20px;
        padding-right: 20px;
    }
    .container1 .tright{
        padding-left: 20px;
        padding-right: 20px;
    }
    .img-mb{
        margin-bottom: 20px;
    }
    .container2 img{
        width: 100%;
        margin-bottom: 20px;
        max-width: 400px;
    }
    .container2 > div > div.col-md-12 > .col-md-4{
        width: 100%;
        padding: 0 20px;
        text-align: center;
    }
    .container2 .tleft{
        padding-left: 20px;
        padding-right: 20px;
    }
    .container2 > div > div.col-md-12 > .col-md-8{
        width: 100%;
    }
    .container2 .row{
        margin-left: 0px;
        margin-right: 0px;
    }
    .container2 .row > div{
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 40px;
    }
    .titulo-container2-1,
    .titulo-container2-2,
    .titulo-container2-3{
        width: 100%;
        text-align: center;
    }
    .container3 > div > div.row > .col-md-5{
        width: 100%;
    }
    .container3 .col-md-5 img{
        width: 100%;
    }
    .container3 img{
        margin-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .container3 > div > div.row > .col-md-7{
        width: 100%;
    }
    .container3 > div > div.row > .col-md-7 > img{
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    .container3 .texto-container3,
    .container3 .titulo-container3{
        padding-left: 20px;
        padding-right: 20px;
    }
    .container3 .titulo-container3{
        text-align: center;
    }
    .container4 .container > .row:nth-child(2) .col-md-5{
        text-align: center;
    }
    .container4 .container > .row:nth-child(2) .col-md-7{
        padding-left: 20px;
        padding-right: 20px;
    }
    .container4 .col-md-7 > div{
        width: 100%;
    }
    .container4 .row{
        margin-left: 0px;
        margin-right: 0px;
    }
    .container4 .container > .row:nth-child(3) > div:first-child > div{
        padding-left: 0px;
        margin-bottom: 20px;
    }
    .container4 .container > .row:nth-child(3) > div:last-child > div{
        padding-right: 0px;
    }
    .container4 .container > .row:nth-child(3) > div{
        padding-left: 20px;
        padding-right: 20px;
    }
    .container5 .row{
        margin-left: 0px;
        margin-right: 0px;
    }
    .container5 .row .col-md-6:first-child > div{
        float: none;
        width: 100%;
        text-align: center;
    }
    .container5 .row .col-md-6{
        margin-bottom: 40px;
    }
    .container5 .row .col-md-6:last-child > div {
        width: 100%;
    }
    .container5 .titulo-container5{
        text-align: center;
    }
    .container5 .row .col-md-6:last-child button{
        width: 100%;
        padding: 8px 6px;
    }
}   

.animateblock.imagen-izq{
  opacity: 0;
}
.animateblock.imagen-izq.animated{
  animation: imagen-izq ease-in-out 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: imagen-izq ease-in-out 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: imagen-izq ease-in-out 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: imagen-izq ease-in-out 1s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: imagen-izq ease-in-out 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  opacity: 1;
}

@keyframes imagen-izq{
  0% {
    opacity:0;
    transform:  translate(-200px,0px)  ;
  }
  28% {
    opacity:0;
    transform:  translate(-200px,0px)  ;
  }
  100% {
    opacity:1;
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes imagen-izq{
  0% {
    opacity:0;
    -moz-transform:  translate(-200px,0px)  ;
  }
  28% {
    opacity:0;
    -moz-transform:  translate(-200px,0px)  ;
  }
  100% {
    opacity:1;
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes imagen-izq {
  0% {
    opacity:0;
    -webkit-transform:  translate(-200px,0px)  ;
  }
  28% {
    opacity:0;
    -webkit-transform:  translate(-200px,0px)  ;
  }
  100% {
    opacity:1;
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes imagen-izq {
  0% {
    opacity:0;
    -o-transform:  translate(-200px,0px)  ;
  }
  28% {
    opacity:0;
    -o-transform:  translate(-200px,0px)  ;
  }
  100% {
    opacity:1;
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes imagen-izq {
  0% {
    opacity:0;
    -ms-transform:  translate(-200px,0px)  ;
  }
  28% {
    opacity:0;
    -ms-transform:  translate(-200px,0px)  ;
  }
  100% {
    opacity:1;
    -ms-transform:  translate(0px,0px)  ;
  }
}

.animateblock.imagen-der{
  opacity: 0;
}
.animateblock.imagen-der.animated{
  animation: imagen-der ease-in-out 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: imagen-der ease-in-out 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: imagen-der ease-in-out 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: imagen-der ease-in-out 1s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: imagen-der ease-in-out 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
   opacity: 1;
}

@keyframes imagen-der{
  0% {
    opacity:0;
    transform:  translate(-200px,0px)  ;
  }
  28% {
    opacity:0;
    transform:  translate(200px,0px)  ;
  }
  100% {
    opacity:1;
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes imagen-der{
  0% {
    opacity:0;
    -moz-transform:  translate(-200px,0px)  ;
  }
  28% {
    opacity:0;
    -moz-transform:  translate(200px,0px)  ;
  }
  100% {
    opacity:1;
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes imagen-der {
  0% {
    opacity:0;
    -webkit-transform:  translate(-200px,0px)  ;
  }
  28% {
    opacity:0;
    -webkit-transform:  translate(200px,0px)  ;
  }
  100% {
    opacity:1;
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes imagen-der {
  0% {
    opacity:0;
    -o-transform:  translate(-200px,0px)  ;
  }
  28% {
    opacity:0;
    -o-transform:  translate(200px,0px)  ;
  }
  100% {
    opacity:1;
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes imagen-der {
  0% {
    opacity:0;
    -ms-transform:  translate(-200px,0px)  ;
  }
  28% {
    opacity:0;
    -ms-transform:  translate(200px,0px)  ;
  }
  100% {
    opacity:1;
    -ms-transform:  translate(0px,0px)  ;
  }
}


.animateblock.imagen-stay{
  opacity: 0;
}
.animateblock.imagen-stay.animated{
  animation: imagen-stay ease-in-out 0.7s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: imagen-stay ease-in-out 0.7s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: imagen-stay ease-in-out 0.7s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: imagen-stay ease-in-out 0.7s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: imagen-stay ease-in-out 0.7s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  opacity:1;
}

@keyframes imagen-stay{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes imagen-stay{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes imagen-stay {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes imagen-stay {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes imagen-stay {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}