@font-face {
  font-family:"UKIJ Tuz Tom";
  src:url("../fonts/UKIJTuT.eot?") format("eot"),
  url("../fonts/UKIJTuT.woff") format("woff"),
  url("../fonts/UKIJTuT.ttf") format("truetype"),
  url("../fonts/UKIJTuT.svg#UKIJTuzTom") format("svg");
  font-weight:normal;
  font-style:normal;
}

@font-face {
  font-family: 'gothamblack';
  src: url('../fonts/gotham_black-webfont.eot'),
  url('../fonts/gotham_black-webfont.woff') format('woff'),
  url('../fonts/gotham_black-webfont.ttf') format('truetype'),
  url('../fonts/gotham_black-webfont.svg#gothamblack') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto Regular";
  src: url("../fonts/Roboto-Regular.eot?") format("eot"),
    url("../fonts/Roboto-Regular.woff") format("woff"),
    url("../fonts/Roboto-Regular.ttf") format("truetype"),
    url("../fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}


#container{
	width:100%;
	overflow:hidden;
	position:relative;
    font-family: "Roboto Regular";
    font-size: 19px;
}

.pad{
	padding-left:0px;
	padding-right:0px;
}

.clear{
	clear:both;
}

#header{
  padding: 20px 0px;
  background:#fff;
}

#btns-carrito a{
    padding: 5px;
    display: inline-block;
    font-size: 16px;
    color: #898989;
    margin-top: 5px;
}

#btns-carrito{
  text-align: right;
}

.borde{
    border-left: solid 1px #898989;
}

#barra-menu{
	background-color:#2673FF;
}

#menu{
  min-height: 34px;
  width: 100%;
  background-color: #2673FF;
  float:left;
  position: relative;
  margin-bottom:0px;
  border: none;
  text-align: center;
  border-radius: 0;
}

.menu li{
  display: inline-block;
  margin: 0px 95px;
}

.menu a{
  color: #fff;
	display: block;
	padding: 12px 0px;
	font-family: 'gothamblack';
  font-size:18px;
}

.menu a:hover{
  text-decoration: none;
  border-bottom: 3px solid #fff;
}

.menu .selec{
  border-bottom: 3px solid #fff;
}

.datos{
  margin-top: 24px;
  text-align: right;
}

.datos h1{
  font-family: 'gothamblack';
  font-size: 18px;
  padding-bottom: 8px;
}

.datos-xs h1{
  border-top: 1px solid #000;
  color: #4e4e4e;
  font-family: 'gothamblack';
  font-size: 18px;
  padding-bottom: 4px;
  padding-top: 4px;
  text-align: center;
}

.datos h2{
  font-size: 20px;
  font-family: 'gothamblack';
  color: #2673FF;
  padding-bottom: 12px;
}

.datos span{
  float: left;
  width: 50px;
  height: 35px;
left: 70%;
  position: relative;
  background: url(../imagenes/ico-tel.png) no-repeat center;  
}

.datos p{
  font-size: 16px;
  color:#898989;
  line-height: 21px;
}

.modal-open .modal{
  background:rgba(0, 0, 0, 0.6);
}

.modal-content{
  background-color:transparent;
  box-shadow:none;
  border:none;
}

.close {
    float: right;
    font-size: 55px;
    font-weight: 700;
    line-height: 1;
    color: #EC1C25 !important;
    text-shadow: 0 1px 0 #fff;
    opacity: 3.2;
}



 
 /*ESTILOS MENU CELULAR -------------------------------------------------------------------*/
.navbar{
  margin-bottom: 0px;
  background-color: #fff;
}

.navbar-toggle{
  margin-right: 0px;
  margin-top: 0px;
}

nav .me{
  text-align:center;
  margin:auto;
  padding-bottom: 4px;
  display: block;
  color: #000;
  font-size: 17px;
  font-family:"UKIJ Tuz Tom";
}

.navbar-default .navbar-nav > li > a{
  color: #000;
  font-family: 'gothamblack';
}

.navbar-default .navbar-toggle .icon-bar{
  background-color: #000;
}

.navbar-toggle {
  border: none;
  background: transparent !important;
}

.navbar-toggle:hover {
  background: transparent !important;
}

.navbar-toggle .icon-bar {
  width: 42px;
}

.navbar-toggle .middle-bar {
  opacity: 1;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus{
  color: #000;
}

.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}



/*CIERRA MENU MOVIL-----------------------------------------------------------------------------------*/



.carousel-control{
	opacity: 1;
}

#prev{
  background: url(../imagenes/flechas.png) no-repeat;
  width: 41px;
  height: 40px;
  top:39%;
  left: 1%;
}

#prev:hover{
  background: url(../imagenes/flechas-h.png) no-repeat;
}

#next{
  background: url(../imagenes/flechas.png) no-repeat right;
  width: 41px;
  height: 40px;
  top: 39%;
  right:1%;
}

#next:hover{
  background: url(../imagenes/flechas-h.png) no-repeat right;
}

#banner .carousel-indicators{
  text-align: center;
}

#banner .carousel-indicators li {
  background-color: #000;
  border-radius: 0px;
  border: none;
  width:40px;
  height: 12px;
}

#banner .carousel-indicators .active{
  background-color: #2673FF;
  border: none;
}

.caption{
  position: absolute;
  left:6%;
  bottom:39%;
}

.caption h1{
  color: #fff;
  font-size: 22px;
  text-shadow: 4px 1px 2px #00000075;
  font-family:"UKIJ Tuz Tom";
  padding-bottom:25px;
}

.caption h2{
  font-size: 72px;
  font-family: 'gothamblack';
  float: left;
  color: #fff;
  background: url(../imagenes/banner/title.png) no-repeat;
  background-position: right;
  text-shadow: 4px 3px 2px #00000085;
  line-height: 86px;
}

#llamenos{
  background-color: #efefef;
  padding: 42px 0px;
}

#llamenos h1{
  color: #2673FF;
  text-align: center;
  padding-bottom: 10px;
  font-size: 26px;
  font-family: 'gothamblack';
}

#llamenos h2{
  color: #000;
  text-align: center;
  font-size: 18px;
}

#llamenos h3{
  font-family: 'gothamblack';
  font-size: 32px;
  color: #000;
  margin-bottom: 42px;
  text-align: center;
}

#llamenos a:hover{
  text-decoration: none;
}

#productos_home{
  padding-top: 45px;
}

.productos_home{
  padding-bottom: 45px;
}

.productos_home h1{
  font-size: 30px;
  color: #2173FC;
  font-family: 'gothamblack';
}

.line{
  background-color: #898989;
  float: left;
  height: 1px;
  margin-top: 4%;
  position: relative;
  width: 100%;
}

#slide-productos{
  margin-bottom: 65px;
  padding: 10px 75px;
}

#item_productos{
  padding-top: 45px 0px;
}

.item_home{
  float: left;
  border: 2px solid #E6E6E6;
}

.item_home span{
  position: absolute;
  left: 0px;
  top: 47px;
  padding: 12px 15px;
  box-sizing: border-box;
  background-color: #0036A3;
  text-align:left;
  color: #FFF;
  font-size:35px;
  text-transform: uppercase;
  font-family:"Miso Bold";
  width: 77%;
}

.item_home:hover span{
  background-color: #FAED00;
  color: #000;
}

#quienes{
  margin-top: 5px;
  background-color: #000000;
}

.text-quienes{
  padding-top:45px;
  padding-left: 85px;
}

.text-quienes h1{
  color: #fff;
  font-size: 30px;
  font-family: 'gothamblack';
  padding-bottom:42px;
  padding-top: 43px;
}

#quienes span{
  width: 62%;
  height: 1px;
  background-color: #fff;
  float: right;
  margin-top: 61px;
}

.text-quienes h2{
  font-size: 24px;
  font-family: 'gothamblack';
  color: #fff;
  padding-bottom: 35px;
}

.text-quienes p{
  font-family:"UKIJ Tuz Tom";
  color: #898989;
  padding-top: 17px;
  line-height: 28px;
  padding-right: 143px;
  font-size: 21px;
}

#carousel-home .carousel-indicators{
  bottom: 61px;
}

#carousel-home .carousel-indicators li{
  width:13px;
  height:13px;
  background: #fff;
  border:none;
}

#carousel-home .carousel-indicators .active{
  background:#FBED00;
  border-color: #FBED00;
}

.caption_servicios{
  position: absolute;
  left:6%;
  bottom:40%;
  display:flex;
}

.caption_servicios p{
  font-size: 30px;
  color: #fff;
  text-align: center;
}

.educacion {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 44px;
}

.text_educacion {
  bottom: 37%;
  position: absolute;
  text-align: center;
  visibility: hidden;
  width: 100%;
}

.text_educacion h2{
  color: #FFF;
  font-family: 'gothamblack';
  font-size:30px;
  text-align: center;
  padding: 19px 79px;
}

.educacion:hover .text_educacion {
  background:#276FFCD4;
  visibility: visible;
}

#services{
  padding-bottom: 65px;
}

.services {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 29px;
}

.text_services {
  bottom: 37%;
  position: absolute;
  text-align: center;
  width: 100%;
  background:#276FFCD4;
}

.text_services h2{
  color: #FFF;
  font-family: 'gothamblack';
  font-size:23px;
  text-align: center;
  padding: 19px 10px;
}

.services:hover .text_services {
  background-color: #000;
}

.btn-services{
  margin-bottom: 15px;
  background: url(../imagenes/ico-ver-mas.png) no-repeat;
  padding: 8px 15px;
  color: #fff;
  font-size: 18px;
  font-family:"UKIJ Tuz Tom";
  float: right;
  background-color: #2277FD;
  background-position: right;
  padding-right: 32px;
  text-decoration: none !important;
}

.btn-services:hover{
  color: #fff;
  background-color: #000;
}

#map {
  height: 200px;
  margin-right: 11px;
  border: 4px solid #2673FF;
}

#logoos{
  padding: 28px 0px;
}

#conduccion-bg{
  color: #fff;
  padding: 82px 0px;
  background-image: url(../imagenes/bg_conduccion-fluidos.jpg);
  background-size: cover;
}

.text-conduccion{
  float: right;
}

.text-conduccion h1{
  font-size: 21px;
  font-family:"UKIJ Tuz Tom";
  text-shadow: 2px 1px 2px #000;
  padding-bottom: 40px;
  text-transform: uppercase;
}

.text-conduccion h2{
  font-family: 'gothamblack';
  font-size: 72px;
  line-height: 91px;
  padding-bottom: 65px;
  text-shadow: 2px 4px 0px #000;
}

#ampliar2 {
  background-image: url(../imagenes/ampliar2.png);
  background-repeat: no-repeat;
  float: left;
  height: 35px;
  padding-top: 34px;
  position: relative;
  width: 244px;
}

#ampliar2:hover{
  background-image: url(../imagenes/ampliar2-h.png);
  color: #fff;
}

footer{
  padding-top: 25px;
}

footer p{
  color: #000;
  font-size: 20px;
  line-height: 27px;
  padding-bottom: 19px;
}

footer span {
  float: left;
  padding-right: 9px;
  padding-top: 3px;
}

#copy{
  background: #E4E4E4;
  margin-top: 13px;
}

#web{
  float: right;
}

#web a {
  background: url(../imagenes/web.png) no-repeat right;
  color: #0000003d;
  display: inline-block;
  font-size: 14px;
  padding-right: 121px;
  margin-top: 17px;
  text-decoration: none !important;
}

.redes {
  text-align: left;
  padding-top: 8px;
}

#fb{
  background: url(../imagenes/redes.png) no-repeat left;
  width: 39px;
  height: 35px;
  display: inline-block;
}

#tw{
  background: url(../imagenes/redes.png) no-repeat -39px;
  width:39px;
  height:35px;
  display: inline-block;
}

#ins{
  background: url(../imagenes/redes.png) no-repeat right;
  width:39px;
  height:35px;
  display: inline-block;
}

#ampliar {
  width: 38px;
  height: 163px;
  background-image: url(../imagenes/ampliar.jpg);
  padding-top:34px;
  position: absolute;
  right: 39px;
  bottom:35px;
}

#ampliar:hover{
  background-image: url(../imagenes/ampliar-h.jpg);
  color: #fff;
}

#empresa h1{
  border-bottom: 1px solid #000;
  color: #272727;
  font-family: 'gothamblack';
  font-size: 50px;
  padding-bottom: 9px;
  padding-top: 69px;
}

#empresa p{
  font-size:20px;
  padding-top: 20px;
  line-height: 26px;
}

.text_empresa{
  padding-left: 50px;
  padding-right: 160px;
}

#empresa2{
  padding:117px 0px;
  background-color:#F1F1F1;
}

#empresa2 p{
  font-size: 19px;
  padding-top: 20px;
  line-height: 27px;
}

.text_empresa2{
  padding-right: 57px;
}

#titulo {
    padding-top: 27px;
    padding-bottom: 244px;
    background-size: cover;
}

.bg-1{
    background: url(../imagenes/empresa/bg.jpg) no-repeat center right;
        background-size: auto;
}

.bg-2{
    background: url(../imagenes/productos/bg.jpg) no-repeat center right;
        background-size: auto;
}
.bg-3{
    background: url(../imagenes/servicios/bg.jpg) no-repeat center right;
        background-size: auto;
}

.bg-4{
    background: url(../imagenes/contacto/bg.jpg) no-repeat center right;
        background-size: auto;
}

#productos{
  padding: 75px 0px;
}

#item_productos2{
  padding-top: 45px 0px;
}

.item_home2{
  float: left;
  margin-top: 35px;
}

.item_home2 span{
  position: absolute;
  left: 0px;
  bottom: 48px;
  padding: 17px 15px;
  box-sizing: border-box;
  background-color: #2673FF;
  text-align:left;
  color: #FFF;
  font-size:28px;
  text-transform: uppercase;
  font-family: 'gothamblack';
  width: 70%;
}

.item_home2:hover span{
  background-color: #000;
}

.sub_item{
  padding-top: 110px;
}

.sub_item h1{
  font-size:36px;
  font-family:"UKIJ Tuz Tom";
  color: #000;
  padding-bottom: 28px;
  text-align: center;
}

.arrows {
    text-align: center;
    padding: 30px;
}

#prev2 {
    background: url(../imagenes/flechas.png) no-repeat left;
    opacity: 1;
    width: 41px;
    height: 45px;
    top: 0;
    left: auto;
    position: relative;
    display: inline-block;
}

#prev2:hover{
    background: url(../imagenes/flechas-h.png) no-repeat left;
}

#next2 {
  background: url(../imagenes/flechas.png) no-repeat right;
  display: inline-block;
  height: 45px;
  opacity: 1;
  position: relative;
  right: 0;
  top: 0;
  width: 41px;
}

#next2:hover{
    background: url(../imagenes/flechas-h.png) no-repeat right;
}

#servicios{
  padding: 75px 0px;
}

.servicios{
  padding-top: 65px;
}

.text-servicios{
  padding-top: 55px;
}

.text-servicios h1{
  border-bottom: 1px solid #000;
  color: #01349E;
  font-family: 'gothamblack';
  font-size: 32px;
  margin-bottom:25px;
}

#contacto{
  background-color: #F3F3F3;
  padding: 85px 15px;
}

#contacto p{
  line-height: 24px;
}

#formulario{
  padding: 0px 10px;
}

#formulario p{
  font-size: 17px;
  padding-top: 7px;
}

#formulario .check{
  text-align: left;
  float: none;
  display: inline-block;
  width: auto;
}

#formulario h2{
  padding-bottom:3px;
  font-family: 'gothamblack';
  text-transform: uppercase;
}

#formulario input{
  width:100%;
  background-color:#d1d1d1;
  border: none;
  color:#000;
  font-size:18px;
  padding:12px;
  margin-bottom: 14px;
}

#formulario textarea{
  width:100%;
  background-color:#d1d1d1;
  border: none;
  color:#000;
  font-size:18px;
  padding:10px;
  margin-top: 5px;
  height: 150px;
}

.btn-politicas{
  float: left;
  position: relative;
  width: 100%;
  text-align: left;
  margin-top: 22%;
}

.btn-politicas a{
  display: inline-block;
  padding: 8px 10px;
  background:#2673FF;
  color: #FFF;
  font-family: 'gothamblack';
  font-size: 22px;
}

.btn-politicas a:hover{
  background: #000;
  color: #fff;
  text-decoration: none;
}

#enviar{
  width:105px !important;
  cursor:pointer;
  position:relative;
  float:right;
  font-size:20px !important;
  color:#fff !important;
  text-align:center;
  font-family: 'gothamblack' !important;
  margin-top:20px !important;
  padding:10px 0px !important;
  background: #2673FF !important;
  margin-right: 15px;
  border: none !important;
}

#enviar:hover{
  background: #000  !important;
}

#borrar{
  width:105px !important;
  cursor:pointer;
  position:relative;
  float:right;
  font-size:20px !important;
  color:#fff !important;
  text-align:center;
  font-family: 'gothamblack' !important;
  margin-top:20px!important;
  padding:10px 0px !important;
  background: #2673FF !important;
  border: none !important;
}

#borrar:hover{
  background:#000 !important;
}

#volver2{
  padding: 65px 0px;
  text-align:center;
}

#volver2 a{
  display: inline-block;
  padding: 14px 25px;
  font-family:"UKIJ Tuz Tom";
  color: #fff;
  background-color: #000;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
}

#volver2 a:hover{
  background-color: #2673FF;
  color: #fff;
}
#back-top {
  background-image: url(../imagenes/whatsapp1.png);
  width: 62px;
  height: 63px;
  position: fixed;
  right: 22px;
  z-index: 900;
  bottom: 440px;
}



/*------------------------------------------------------------------------------------------*/


@media (max-width: 500px){

  .text-quienes{
    padding-top: 30px;
    padding-bottom: 65px;
    padding-left: 19px;
  }

  .text-quienes p{
    padding-right: 0px;
    font-size: 17px;
    line-height: 21px;
  }

  .text-quienes h2{
    padding-bottom: 0px;
  }

  .text-quienes h1{
    padding-bottom: 19px;
  }
  
  .text-conduccion h2{
    font-size:47px;
    line-height: 54px;
    padding-bottom: 30px;
  }

  footer p{
    font-size: 18px;
  }

  .text-conduccion h1{
    padding-bottom: 12px;
  }

  .owl-prev{
    left: 43% !important;
  }

  .owl-next{
    right: 37% !important;
  }

  .text_empresa{
    padding-left: 22px;
    padding-right: 21px;
  }

  #empresa h1{
    font-size: 34px;
  }

  #empresa p{
    font-size: 16px;
    line-height: 21px;
  }

  #empresa2 p{
    font-size: 16px;
    line-height: 21px;
    padding-bottom: 18px;
  }

  .text_empresa2{
    padding-right: 16px;
  }

  #empresa2{
    padding: 33px 0px;
  }

  .sub_item h1{
    font-size: 23px;
  }

  #volver2{
    padding: 27px 0px;
  }

  .text-servicios h1{
    font-size: 23px;
  }

  .servicios{
    padding-top: 0px;
  }

  .btn{
    padding-bottom: 43px;
    margin-top: 6%;
  }

  .btn a{
    font-size: 18px;
  }

  #formulario h2{
    font-size: 16px;
  }

  #formulario p{
    font-size: 13px;
  }

}


/*---------------------------------------------------------------------*/

@media (max-width: 700px) and (min-width:501px){

  .productos_home{
    padding-bottom: 27px;
  }
  
  .owl-prev{
    left: 43% !important;
  }

  .owl-next{
    right: 37% !important;
  }

  .text-quienes{
    padding-top: 20px;
    padding-left: 26px;
  }

  .text-quienes p{
    padding-bottom: 39px;
    font-size: 19px;
    padding-right: 10px;
    line-height: 22px;
  }

  .text-quienes h2{
    padding-bottom: 18px;
  }

  #llamenos h3{
    font-size: 26px;
  }

  .text-conduccion h2{
    font-size: 53px;
    line-height: 60px;
  }

  .text_empresa {
    padding-left: 22px;
    padding-right: 22px;
  }

  .text_empresa2 {
    padding-right: 14px;
  }

  #empresa h1{
    font-size: 37px;
  }

  #empresa p{
    font-size: 17px;
    line-height: 22px;
  }

  #empresa2 p{
    font-size: 17px;
    line-height: 21px;
    padding-bottom: 18px;
  }

  #empresa2{
    padding: 30px 0px;
  }

  .item_home2 span{
    padding: 10px 15px;
    font-size: 23px;
  }

  .sub_item h1{
    font-size: 24px;
  }

  #volver2{
    padding: 31px 0px;
  }

  .text-servicios h1{
    font-size: 23px;
  }

  .servicios{
    padding-top: 24px;
  }

  .btn{
    margin-top: 8%;
  }

  .btn a{
    font-size: 19px;
    margin-bottom: 33px;
  }

  #formulario h2{
    font-size: 18px;
  }

  .text_educacion h2{
    font-size: 29px;
    padding: 11px 79px;
  }

}


/*---------------------------------------------------------------------*/

@media (max-width: 765px) and (min-width:701px){

  .productos_home{
    padding-bottom: 27px;
  }

  .owl-prev{
    left: 43% !important;
  }

  .owl-next{
    right: 37% !important;
  }

  .text-quienes{
    padding-top: 20px;
    padding-left: 26px;
  }

  .text-quienes p{
    padding-bottom: 39px;
    font-size: 19px;
    padding-right: 10px;
    line-height: 22px;
  }

  .text-quienes h2{
    padding-bottom: 18px;
  }

  #llamenos h3{
    font-size: 26px;
  }

  .text-conduccion h2{
    font-size: 53px;
    line-height: 60px;
  }

  .text_empresa {
    padding-left: 22px;
    padding-right: 22px;
  }

  .text_empresa2 {
    padding-right: 14px;
  }

  #empresa h1{
    font-size: 37px;
  }

  #empresa p{
    font-size: 17px;
    line-height: 22px;
  }

  #empresa2 p{
    font-size: 17px;
    line-height: 21px;
    padding-bottom: 18px;
  }

  #empresa2{
    padding: 30px 0px;
  }

  .item_home2 span{
    padding: 10px 15px;
    font-size: 23px;
  }

  .sub_item h1{
    font-size: 24px;
  }

  #volver2{
    padding: 31px 0px;
  }

  .text-servicios h1{
    font-size: 23px;
  }

  .servicios{
    padding-top: 24px;
  }

  .btn{
    margin-top: 8%;
  }

  .btn a{
    font-size: 19px;
    margin-bottom: 33px;
  }

  #formulario h2{
    font-size: 18px;
  }

  .text_educacion h2{
    font-size: 29px;
    padding: 11px 79px;
  }

}


/*---------------------------------------------------------------*/


@media (max-width: 991px) and (min-width:765px){

  .productos_home{
    padding-bottom: 27px;
  }

  .menu li{
    margin: 0px 11px;
  }

  .datos{
    margin-top: 0px;
  }

  .caption h2{
    font-size:50px;
    line-height: 60px;
  }

  #llamenos h1{
    font-size: 23px;
  }

  .productos_home h1{
    font-size: 23px;
  }

  .datos h2{
    font-size: 21px;
  }

  .datos span{
    left: 35%;
    height: 38px;
  }

  .owl-prev{
    left: 43% !important;
  }

  .owl-next{
    right: 37% !important;
  }

  .text-quienes{
    padding-top: 20px;
    padding-left: 26px;
  }

  .text-quienes p{
    padding-bottom: 39px;
    font-size: 19px;
    padding-right: 10px;
    line-height: 22px;
  }

  .text-quienes h2{
    padding-bottom: 18px;
  }

  #llamenos h3{
    font-size: 26px;
  }

  .text-conduccion h2{
    font-size: 53px;
    line-height: 60px;
  }

  .text_empresa {
    padding-left: 22px;
    padding-right: 22px;
  }

  .text_empresa2 {
    padding-right: 14px;
  }

  #empresa h1{
    font-size: 37px;
  }

  #empresa p{
    font-size: 17px;
    line-height: 22px;
  }

  #empresa2 p{
    font-size: 17px;
    line-height: 21px;
    padding-bottom: 18px;
  }

  #empresa2{
    padding: 30px 0px;
  }

  .item_home2 span{
    padding: 10px 15px;
    font-size: 20px;
  }

  .sub_item h1{
    font-size: 24px;
  }

  #volver2{
    padding: 31px 0px;
  }

  .text-servicios h1{
    font-size: 23px;
  }

  .servicios{
    padding-top: 24px;
  }

  .btn{
    margin-top: 8%;
  }

  .btn a{
    font-size: 19px;
    margin-bottom: 33px;
  }

  #formulario h2{
    font-size: 18px;
  }

  .text_educacion h2{
    font-size: 29px;
    padding: 11px 79px;
  }

  .text_services h2{
    font-size: 19px;
    padding: 19px 7px;
  }

}

/*-----------------------------------------------------------------------------*/


@media (max-width: 1000px) and (min-width:992px){

  .productos_home{
    padding-bottom: 27px;
  }

  .owl-prev{
    left: 43% !important;
  }

  .owl-next{
    right: 37% !important;
  }

  .text-quienes{
    padding-top: 20px;
    padding-left: 26px;
  }

  .datos h2{
    font-size: 20px;
  }
  .datos span {
    left: 52%;
  }

  .text-quienes p{
    font-size: 16px;
    padding-right: 10px;
    line-height: 21px;
  }

  .text-quienes h2{
    padding-bottom: 18px;
  }

  #llamenos h3{
    font-size: 26px;
  }

  .text-conduccion h2{
    font-size: 53px;
    line-height: 60px;
  }

  .text_empresa {
    padding-left: 22px;
    padding-right: 22px;
  }

  .text_empresa2 {
    padding-right: 14px;
  }

  #empresa h1{
    font-size: 31px;
    padding-top: 14px;
  }

  #empresa p{
    font-size: 15px;
    line-height: 20px;
  }

  #empresa2 p{
    font-size: 15px;
    line-height: 19px;
    padding-bottom: 18px;
  }

  footer p{
    font-size: 17px;
    line-height: 24px;
  }

  #contacto p{
    font-size: 16px;
    line-height: 21px;
  }

  #empresa2{
    padding: 30px 0px;
  }

  .item_home2 span{
    padding: 10px 15px;
    font-size: 23px;
  }

  .sub_item h1{
    font-size: 24px;
  }

  #volver2{
    padding: 31px 0px;
  }

  .text-servicios h1{
    font-size: 23px;
  }

  .servicios{
    padding-top: 24px;
  }

  .btn{
    margin-top: 8%;
  }

  .btn a{
    font-size: 19px;
    margin-bottom: 33px;
  }

  #formulario h2{
    font-size: 18px;
  }

  .text_educacion h2{
    font-size:25px;
    padding: 11px 79px;
  }

  .text-quienes h1{
    padding-bottom: 12px;
    padding-top: 11px;
    font-size: 25px;
  }

  .menu li{
    margin: 0px 32px;
  }

  .datos{
    margin-top: 4px;
  }

  .caption h2{
    font-size: 52px;
    line-height: 62px;
  }

}

/*---------------------------------------------------------------------------------------------------------------*/

@media (max-width: 1200px) and (min-width:1001px){

  .menu li{
    margin: 0px 34px;
  }

  .datos{
    margin-top: 0px;
  }

  .datos h2{
    font-size: 29px;
  }

  .caption h2{
    font-size: 56px;
    line-height: 67px;
  }

  .text_educacion h2{
    padding: 19px 42px;
  }

  .text-quienes{
    padding-top: 13px;
    padding-left: 30px;
  }

  .text-quienes p{
    font-size: 17px;
    line-height: 20px;
    padding-right: 17px;
  }

  .text-quienes h1{
    padding-top: 9px;
    padding-bottom: 12px;
  }

  .text-quienes h2{
    padding-bottom: 8px;
  }

  .text-conduccion h2{
    font-size: 60px;
    line-height: 64px;
  }

  .text_empresa {
    padding-left: 19px;
    padding-right: 24px;
  }

  #empresa h1{
    font-size: 34px;
    padding-top: 22px;
  }

  #empresa p{
    font-size: 17px;
    line-height: 21px;
  }

  #empresa2 p{
    font-size: 17px;
    line-height: 22px;
  }

  .item_home2 span{
    font-size: 22px;
  }

  .text-servicios h1{
    font-size: 27px;
  }

  .btn a{
    font-size: 18px;
  }

  .datos span{
    left: 38%;
    height: 39px;
  }
  
}

/*-------------------------------------------------------------------------------------------------*/

@media (max-width: 1300px) and (min-width:1201px){

  .menu li{
    margin: 0px 34px;
  }

  .datos{
    margin-top: 12px;
  }

  .datos h2{
    font-size: 17px;
  }

  .caption h2{
    font-size: 56px;
    line-height: 67px;
  }

  .text_educacion h2{
    padding: 19px 42px;
  }

  .text-quienes{
    padding-top: 13px;
    padding-left: 19px;
  }

  .text-quienes p{
    font-size: 19px;
    line-height: 23px;
    padding-right: 17px;
  }

  .owl-next{
    right: 45% !important;
  }

  .text_services h2{
    font-size: 20px;
    padding: 9px 10px;
  }

  .text-quienes h1{
    padding-bottom: 21px;
  }

  .text-quienes h2{
    padding-bottom: 8px;
  }

  .text-conduccion h2{
    font-size: 60px;
    line-height: 64px;
  }

  .text_empresa {
    padding-left: 19px;
    padding-right: 24px;
  }

  #empresa h1{
    font-size: 34px;
    padding-top: 22px;
  }

  #empresa p{
    font-size: 17px;
    line-height: 21px;
  }

  #empresa2 p{
    font-size: 17px;
    line-height: 22px;
  }

  .item_home2 span{
    font-size: 22px;
  }

  .text-servicios h1{
    font-size: 27px;
  }

  .btn a{
    font-size: 18px;
  }

  .datos span{
    left: 57%;
    height: 26px;
  }

}


/*-------------------------------------------------------------------------------------------------*/

@media (max-width: 1400px) and (min-width:1301px){

  .menu li{
    margin: 0px 44px;
  }

  .text-quienes{
    padding-left: 30px;
  }

  .text-quienes p{
    padding-right: 21px;
    font-size: 18px;
    line-height: 24px;
  }

  .text-quienes h1{
    padding-top: 14px;
    padding-bottom: 45px;
  }

  .text-quienes h2{
    padding-bottom: 16px;
  }

  #empresa h1{
    padding-top: 35px;
    font-size: 36px;
  }

  .text_empresa {
    padding-left: 30px;
    padding-right: 42px;
  }

  #empresa p{
    font-size: 17px;
    line-height: 23px;
  }

  #empresa2 p{
    font-size: 17px;
    line-height: 23px;
  }

  .btn a{
    font-size: 19px;
  }

  .datos{
    margin-top: 10px;
  }

  .owl-next{
    right: 46% !important;
  }

  .text_services h2{
    font-size: 20px;
    padding: 10px 10px;
  }

  .datos h2{
    font-size: 22px;
  }
  .datos span {
      left: 52%;
  }
  

}


/*-------------------------------------------------------------------------------------------------*/

@media (max-width: 1500px) and (min-width:1401px){

  .menu li{
    margin: 0px 53px;
  }

  .text-quienes{
    padding-top: 29px;
    padding-left: 46px;
  }

  .text-quienes h1{
    padding-top: 16px;
  }

  .text-quienes p{
    padding-right: 88px;
  }

  #empresa h1{
    padding-top: 30px;
    font-size: 41px;
  }

  .text_empresa{
    padding-right: 46px;
  }
  
}

/*-------------------------------------------------------------------------------------------------*/

@media (max-width: 1600px) and (min-width:1501px){

  .menu li{
    margin: 0px 62px;
  }

  .datos span{
    left: 63%;
  }

  .text-quienes{
    padding-top: 17px;
    padding-left: 50px;
  }

  .text-quienes p{
    padding-right: 89px;
  }

  .text_empresa{
    padding-right: 75px;
  }

  #empresa h1{
    font-size: 45px;
    padding-top: 47px;
  }

  
}

/*-------------------------------------------------------------------------------------------------*/

@media (max-width: 1900px) and (min-width:1601px){

  .menu li{
    margin: 0px 70px;
  }

}

