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

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

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

.escondido{ 
  display: none; 
}

#contenedor{
  width:100%;
  overflow:hidden;
  position:relative;
  font-size: 22px;
  color:#6d6e71;
  font-family:"Open Sans";
}

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

.clear{
  clear:both;
}

.logo a {
  position: relative;
  float: left;
  z-index: 99999999;
}

#barra-menu{
  background-color: #fff;
  background-image: url(../img/bg_menu.png);
  background-position: right top;
  background-repeat: no-repeat;
}

#menu{
  padding-bottom: none;
  background: transparent;
  width: 100%;
  margin-bottom:0;
  border: none;
  min-height: 10px;
}

.menu {
  text-align:right;
  margin-top: 83px;
}

#navbar li{
  display: inline-block;
  margin: 0px 0px 0px 67px;
}

#navbar a{
  color: #000;
  float: left;
  position: relative;
  display:inline-block;
  font-size: 18px;
  font-family:"Open Sans Bold";
  text-transform: uppercase;
}

#navbar a:hover{
  color: #FF8E01;
  text-decoration:none;
}

#navbar .selec{
  color: #FF8E01;
  text-decoration:none;
}

#banner{
  margin-top: 7%;
}

#prev{
  width: 130px;
  left: 19%;
  top:56%;
  background: url(../img/banner/flechas.png) no-repeat left 80px;
  opacity: 1;
}

#prev:hover{
  background: url(../img/banner/flechas-h.png) no-repeat left 80px;
}

#next{
  width: 130px;
  right: 19%;
  top:56%;
  background: url(../img/banner/flechas.png) no-repeat right 80px;
  opacity: 1;
}

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

#home_quienes {
  padding:75px 0px;
}

.home_quienes{
  padding-left: 100px;
  padding-top: 25px;
}

.home_quienes p{
  line-height: 31px;
  padding-top: 38px;
}

.home_quienes p span{
  color: #FF8E01;
}

.video {
  width: 100%;
  height: 424px;
  margin-bottom: 98px;
}

#carousel-home2 .carousel-indicators{
  float: right;
  position: relative;
  width: 100%;
  bottom:82px;
  left: 47%;
}

.carousel-indicators li {
  width: 18px;
  height: 18px;
}
.carousel-indicators .active {
  width: 18px;
  height: 18px;
}

#carousel-home2 .carousel-indicators li {
  background-color: #000000;
  border: none;
}

#carousel-home2 .carousel-indicators .active{
  background-color:#FD8F02;
  border: none;
}

#servicios_home{
  padding-bottom: 107px;
}

.texto-link{
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 100%;
}

.texto-link h3{
  text-transform: uppercase;
  font-size: 26px;
  font-family:"Open Sans Bold";
  color: #FFF;
  text-align: center;
  text-shadow: 2px -2px 2px #00000080;
  margin-top: 22%;
  padding-bottom: 30px;
}

.texto-link p{
  font-size: 21px;
  padding-top: 25px;
  color: #fff;
  text-shadow: 2px 3px 2px #000000bd;
}

.link{
  width: 100%;
  margin: 16px 0px;
  float: left;
  position: relative;
}

.link:hover .texto-link{
  background-color: #FE8F0057;
}

.link:hover .texto-link p{
  color: #FE2E37;
  text-decoration: underline;
}

#line{
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.line {
  width: 156px;
  height: 8px;
  background-color: #FE8F00;
  display: inline-block;
}

.mas{
  width: 65px;
  height: 65px;
  position: relative;
  background-image: url(../img/servicios/mas.png);
  background-repeat: no-repeat;
  float: left;
  left: 44%;
}

#servicios_home h1{
  text-align: center;
  font-size: 36px;
  font-family:"Open Sans Extrabold";
}

#servicios_home p{
  font-family:"Open Sans Bold";
  text-align: center;
  padding-bottom: 95px;
}

#lideres{
  display: flex;
}

.naranja{
  background-image: url(../img/onda1.png);
  background-repeat: no-repeat;
  padding: 250px 136px;
  background-color: #FF8E01;
}

.naranja h1{
  line-height: 114px;
  color: #fff;
  font-family:"Open Sans Extrabold";
  text-transform: uppercase;
  font-size: 90px;
}

.ampliar{
  text-align: center;
}

.ampliar a{
  padding: 15px 56px;
  border: 3px solid #fff;
  font-size: 22px;
  font-family: "Open Sans Bold";
  color: #fff;
  top: 40px;
  position: relative;
  text-decoration: none;
}

.ampliar a:hover{
  background-color: #fff;
  color: #000;
}

.ampliarb{
  text-align: center;
}

.ampliarb a{
  padding: 15px 56px;
  border: 3px solid #FF8E01;
  font-size: 22px;
  font-family: "Open Sans Bold";
  color: #FF8E01;
  top: 40px;
  position: relative;
  text-decoration: none;
}

.ampliarb a:hover{
  background-color: #FF8E01;
  color: #fff;
}

.blanco{
  padding: 250px 136px;
  background-image: url(../img/onda2.png);
  background-repeat: no-repeat;
}

.blanco h1{
  line-height: 114px;
  color: #FF8E01;
  font-family:"Open Sans Extrabold";
  text-transform: uppercase;
  font-size: 90px;
}

footer{
  margin-top: 50px;
  background-color: #fff;
}

footer p{
  color: #000;
  font-size: 19px;
  line-height: 23px;
  margin-bottom: 13px;
  font-family: "Open Sans Bold";
}

.politicas a{
  width: 100%;
  text-align: center;
  padding: 9px 5px;
  font-size:17px;
  float: left;
  margin-bottom: 7px;
  color: #fff;
  font-family: "Open Sans Bold";
  background-color: #000;
  text-decoration: none;
}

.politicas a:hover{
  background-color: #FF8E01;
}

#copy{
  padding: 6px;
  background-color: #000;
}

.copy a {
  display: inline-block;
  background: url(../img/web.png) no-repeat right;
  padding-right: 147px;
  color:#FFFFFF40 !important;
  font-size: 14px;
  margin-top: 14px;
  text-decoration: none;
}

#redes {
  position: relative;
  float: right;
}

#fb {
  display: inline-block;
  background: url(../img/redes.png) no-repeat;
  width:26px;
  height: 36px;
}

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

#titulo {
  padding-top: 417px;
  padding-bottom:71px;
  text-align: left;
  margin-top: 7%;
}

#titulo h1 {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  font-size: 49px;
  font-family:"Open Sans Extrabold";
  text-shadow: 1px 5px 6px #000;
  padding-bottom: 15px;
}

.bg1 {
  background-image: url(../img/empresa/bg.jpg);
  background-size: cover;
}

.bg3 {
  background-image: url(../img/servicios/bg.jpg);
  background-size: cover;
}

.bg3a{
  background-image: url(../img/oleoductos/bg.jpg);
  background-size: cover;
}

.bg3b{
  background-image: url(../img/workovers/bg.jpg);
  background-size: cover;
}

.bg3c{
  background-image: url(../img/parques_solares/bg.jpg);
  background-size: cover;
}

.bg3d{
  background-image: url(../img/tanques/bg.jpg);
  background-size: cover;
}

.bg3e{
  background-image: url(../img/torres_electricas/bg.jpg);
  background-size: cover;
}

.bg3f{
  background-image: url(../img/coil_tubing/bg.jpg);
  background-size: cover;
}

.bg3g{
  background-image: url(../img/tuberias/bg.jpg);
  background-size: cover;
}

.bg3h{
  background-image: url(../img/soporte_campamentos/bg.jpg);
  background-size: cover;
}

.bg3i{
  background-image: url(../img/teas/bg.jpg);
  background-size: cover;
}

.bg4{
  background-image: url(../img/responsabilidad/bg.jpg);
  background-size: cover;
}

.bg5{
  background-image: url(../img/bg_contacto.jpg);
  background-size: cover;
}

.bg6{
  background-image: url(../img/anclajes/bg.jpg);
  background-size: cover;
}

#empresa{
  padding: 80px 0px;
}

#empresa p{
  padding-top: 35px;
  line-height: 29px;
}

#empresa p span{
  color:#FF8E01;
}

#mision{
  padding: 136px 0px;
  background-image: url(../img/empresa/mision.jpg);
  background-size: cover;
}

#mision h1{
  text-shadow: 3px 4px 2px #000;
  font-family:"Open Sans Extrabold";
  color: #fff;
  font-size: 36px;
}

#mision p{
  color: #fff;
  padding-top: 20px;
  line-height: 29px;
}

#vision{
  padding: 65px 0px;
}

#vision p{
  padding-top: 195px;
  padding-right: 65px;
  line-height: 29px;
}

#vision p span{
  color: #FF8E01;
}

#historia{
  padding: 75px 0px;
  background-image: url(../img/empresa/historia.jpg);
}

#historia h1{
  text-align: center;
  color: #fff;
  font-size: 36px;
  text-shadow: 3px 4px 2px #000;
  font-family:"Open Sans Extrabold";
}

#comparacion{
  padding: 75px 0px;
  background-image: url(../img/anclajes/comparacion.jpg);
}

#comparacion h1{
  text-align: center;
  color: #fff;
  font-size: 36px;
  text-shadow: 3px 4px 2px #000;
  font-family:"Open Sans Extrabold";
}

#funcion{
  padding: 75px 0px;
  background-image: url(../img/anclajes/funcion.jpg);
}

#funcion h1{
  text-align: center;
  color: #fff;
  font-size: 36px;
  text-shadow: 3px 4px 2px #000;
  font-family:"Open Sans Extrabold";
}

#item_historia{
  margin-bottom: 108px;
  padding: 51px 0px;
}

#item_historia p{
  padding: 0px 220px;
  line-height: 32px;
  text-align: center;
}

#item_historia p span{
  color: #FF8E01;
}

#carousel-historia .carousel-indicators{
  bottom: -46px;
  width: 100%;
  left: 30%;
}

#carousel-historia .carousel-indicators li{
  background: #000;
  width: 14px;
  height: 14px;
  border: none;
}

#carousel-historia .carousel-indicators .active{
  width: 14px;
  height: 14px;
  background:#FE8D07;
  border: none;
}

#item_servicios{
  padding-top: 46px;
}

.item_servicios{
  padding: 174px 23px;
}

.item_servicios h1{
  color: #fff;
  text-shadow: 2px 4px 1px #000;
  font-size: 36px;
  font-family:"Open Sans Extrabold";
  line-height:37px;
  text-transform: uppercase;
  padding-bottom: 16px;
}

.item_servicios p{
  color: #fff;
  padding-bottom: 31px;
  line-height: 30px;
  text-shadow: 2px 2px 2px #000;
}

.item_servicios a{
  float: left;
  background-color: #000;
  padding: 17px 60px;
  color: #fff;
  text-decoration: none;
  font-family: "Open Sans Bold";
}

.item_servicios a:hover{
  background-color: #FF8E01;
}

.ser1{
  background-image: url(../img/oleoductos/item.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size:cover;
}


.ser2{
  background-image: url(../img/workovers/item.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size:cover;
}

.ser3{
  background-image: url(../img/parques_solares/item.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size:cover;
}

.ser4{
  background-image: url(../img/tanques/item.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size:cover;
}

.ser5{
  background-image: url(../img/torres_electricas/item.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size:cover;
}

.ser6{
  background-image: url(../img/coil_tubing/item.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size:cover;
}

.ser7{
  background-image: url(../img/tuberias/item.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size:cover;
}

.ser8{
  background-image: url(../img/soporte_campamentos/item.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size:cover;
}

.ser9{
  background-image: url(../img/teas/item.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size:cover;
}



#items{
  margin-bottom: 65px;
  display: flex;
}

.items1{
  padding-top: 208px;
  padding-left: 181px;
}

.items1 ul li{
  background-image: url(../img/servicios/li.png);
  background-position: 0px 9px;
  background-repeat: no-repeat;
  padding-left: 22px;
  line-height: 31px;
}

.color1{
  background-color:#FF8E01;
}

.color2{
  background-color:#000;
}

.items2{
  padding: 108px 109px;
}

.items2 h1{
  color: #fff;
  font-size: 36px;
  padding-bottom: 15px;
}

.items2 p{
  font-family:"Open Sans Extrabold";
  color: #fff;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 43px;
  text-shadow: 3px 3px 3px #000;
}

.volver_ser{
  margin-top: 93px;
  background-image: url(../img/servicios/volver.jpg);
  background-size: cover;
  padding:98px 0px;
  float: left;
  position: relative;
  text-align: center;
}

.volver_ser a{
  color: #fff;
  font-family:"Open Sans Extrabold";
  padding: 19px 20px;
  top: 49%;
  position: relative;
  font-size: 30px;
  text-decoration: none;
  border: 3px solid #fff;
}

.volver_ser a:hover{
  background-color:#FF8E01;
  border: 3px solid #FF8E01;
}

#responsabilidad{
  padding: 65px 0px;
}

#responsabilidad h1{
  font-family:"Open Sans Extrabold";
  font-size: 36px;
  color: #000;
  text-align: center;
}

#responsabilidad p{
  text-align: center;
  padding: 25px 198px;
}

#responsabilidad p span{
  color: #FE8F00;
}

.h_responsabilidad {
  margin-bottom: 95px;
}


.h_responsabilidad h1 {
  font-family:"Open Sans Extrabold";
  font-size: 30px;
  color: #FF950C;
  padding-bottom: 15px;
}

.h_responsabilidad p {
  line-height: 30px;
  text-align: justify;
}

#formulario{
  padding:89px 0px;
}

#formulario h1{
  font-size: 36px;
  font-family:"Open Sans Extrabold";
  color: #000;
}

#formulario p {
  text-align: left;
  padding-top: 22px;
  line-height: 29px;
  padding-bottom: 18px;
}

#formulario h3 {
  font-family:"Open Sans Extrabold";
  text-align: left;
  text-transform: uppercase;
  float: left;
  color: #000;
  margin-top:12px !important;
  font-size: 17px;
}

#formulario h4 {
  text-align: left;
  float: left;
  margin-top:12px !important;
  font-size: 18px;
}

#formulario input {
  width: 100%;
  background-color:#000000;
  color: #fff;
  border: none;
  font-size: 16px;
  padding: 7px;
  margin-top: 3px;
}

#formulario textarea {
  width: 100%;
  background-color:#000000;
  color: #fff;
  border: none;
  padding: 8px;
  margin-top: 5px;
  font-size: 16px;
  height:137px;
}

#enviar {
  width: 100px !important;
  cursor: pointer;
  position: relative;
  float: right;
  color: #fff !important;
  text-align: center;
  font-size: 18px !important;
  margin-top: 20px !important;
  padding: 10px 0px !important;
  background:#000 !important;
  margin-right: 15px;
 font-family:"Open Sans Extrabold";
  border: none !important;
}

#enviar:hover{
  background-color:#FA8E00 !important;
}

#borrar {
  width: 100px !important;
  cursor: pointer;
  position: relative;
  float: right;
  font-family:"Open Sans Extrabold";
  color: #fff !important;
  text-align: center;
  font-size: 18px !important;
  margin-top: 20px !important;
  padding: 10px 0px !important;
  background:#000 !important;
  border: none !important;
}

#borrar:hover{
  background-color:#FA8E00 !important;
}

.btn a {
  display: inline-block;
  padding: 5px 18px;
  background:#000;
  color:#fff;
  text-decoration: none;
  float: left;
  font-size: 18px;
  margin-top: 17%;
  font-family:"Open Sans Extrabold";
}

.btn a:hover{
  background-color: #FA8E00;
}

.anclajes{
  background-image: url(../img/onda1.png);
  background-repeat: no-repeat;
  padding: 227px 136px 108px 136px;
  background-color: #FF8E01;
}

.anclajes h1{
  color: #fff;
  font-family:"Open Sans Extrabold";
  text-transform: uppercase;
  font-size: 36px;
  line-height: 52px;
}

.items3{
  padding-top:72px;
}

.items3 ul li{
  background-image: url(../img/servicios/li.png);
  background-position: 0px 9px;
  background-repeat: no-repeat;
  padding-left: 22px;
  line-height: 31px;
}

.items3 h1{
  font-family:"Open Sans Extrabold";
  color: #000;
  font-size: 28px;
  padding-bottom: 15px;
}

.text_anclaje{
  padding-top: 120px;
  padding-left: 50px;
}

.text_anclaje p{
  line-height: 28px;
}

.text_anclaje p span{
  color: #FB8F00;
}

#anclaje{
  padding-top: 85px;
}

.items4{
  padding-top:72px;
}

.items4 ul li{
  background-image: url(../img/servicios/li.png);
  background-position: 0px 8px;
  background-repeat: no-repeat;
  padding-left: 22px;
  margin-bottom: 29px;
  line-height: 31px;
}

.items4 h1{
  font-family:"Open Sans Extrabold";
  color: #000;
  font-size: 28px;
  padding-bottom: 15px;
}

#items4 p{
  float: left;
  padding: 50px 0px;
  line-height: 29px;
}

#map {
  height: 600px;
  margin: 25px 0px;
}

#ampliar {
  background-color: #000;
  color: #FFF;
  text-align: center;
  padding:10px 18px;
  position: absolute;
  right: 14%;
  bottom: 64px;
  text-decoration: none !important;
  font-size: 18px;
  font-family:"Open Sans Extrabold";
}

#ampliar:hover{
  background-color: #FF8E01;
}

#back-top {
    background-image: url(../img/whatsapp.png);
    background-repeat: no-repeat;
    width: 58px;
    height: 51px;
    position: fixed;
    right: 15px;
    z-index: 900;
    bottom: 18px;
}

#certificado{
  background-color: #ff8e012b;
  padding: 30px 0px;
}

#certificado h1{
  color: #000;
  font-family:"Open Sans Bold";
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 15px;
  font-size: 25px;
}

#certificaciones{
  background-color: #e4e4e433;
  padding: 50px 0px;
}

#certificaciones h1{
  font-family:"Open Sans Bold";
  text-align: center;
  text-transform: uppercase;
  color: #000;
  padding-bottom: 4px;
  border-bottom: 1px solid #000;
  margin-bottom: 19px;
  font-size: 26px;
}


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

@media (max-width: 990px) and (min-width:300px){

  #navbar a {
    width: 100%;
    text-align: center;
    padding: 7px;
    text-decoration: none;
    border: none;
  }

  #navbar li{
    width: 100%;
    margin:0px;
  }

  .navbar-header {
    float: none;
  }

  .navbar-left,.navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
    border: 1px !important;
    margin-right: 0px;
  }

   nav .me{
    color: #000;
    font-size: 14px;
    padding-bottom: 10px;
  }

   .navbar-nav{
    margin: 0px;
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
    
  .navbar-collapse.collapse {
    display: none!important;
  }

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

  .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{
    background-color: transparent;
  }

  .navbar-toggle .icon-bar{
    width: 38px;
    height: 2px;
  }

  .navbar-nav>li {
    float: none;
  }

  .navbar-nav>li>a {
    padding-top: 10px ;
    padding-bottom: 10px;
  }

  .collapse.in{
    display:block !important;
  }

  .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
    border-color: #fff0;
  }


}

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

@media only screen and (max-width: 320px) {

  #contenedor{
    font-size:16px ;
  }

  #barra-menu{
    background-image: none;
  }

  .img2 {
    width: 221px;
    float: left;
  }

  #menu{
    margin-top: -66px;
  }

  #banner{
    margin-top: 25%;
  }

  .video{
    height: 242px;
  }

  .home_quienes{
    padding-left: 0px;
    padding-top: 0px;
  }

  .home_quienes p{
    line-height: 25px;
  }

  #servicios_home h1{
    font-family: 24px;
  }

  #servicios_home p{
    padding-bottom: 20px;
  }

  .texto-link h3{
    margin-top: 17%;
    padding-bottom: 12px;
    font-size: 15px;
  }

  #lideres{
    display:inline-block;
  }

  .naranja{
    padding: 162px 51px;
  }

  .naranja h1{
    font-size: 35px;
    line-height: 53px;
  }

  .ampliar a{
    padding: 9px 45px;
    font-size: 20px;
  }

  .blanco{
    padding: 162px 51px;
  }

  .blanco h1{
    font-size: 35px;
    line-height: 53px;
  }

  .ampliarb a{
    padding: 9px 45px;
    font-size: 20px;
  }

  footer p{
    font-size: 14px;
  }

  .politicas a{
    font-size: 13px;
  }

  .menu{
    margin-top: 10px;
  }

  #titulo{
    margin-top: 22%;
    padding-top: 79px;
    padding-bottom: 36px;
  }

  #titulo h1{
    font-size: 29px;
  }

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

  #mision h1{
    font-size: 27px;
  }

  #vision p{
    padding-top: 0px;
    padding-right: 0px;
  }

  #item_historia p{
    padding: 0px 5px;
    line-height: 24px;
  }

  .item_servicios{
    padding: 110px 23px;
  }

  .item_servicios h1{
    font-size: 30px;
  }

  .item_servicios p{
    line-height: 24px;
  }

  #items{
    display: inline-block;
  }

  .items1{
    padding-top: 30px;
    padding-left: 20px;
  }

  .items1 ul li{
    line-height: 26px;
  }

  .items2{
    padding: 91px 42px;
  }

  .items2 h1{
    font-size: 29px;
  }

  .items2 p{
    line-height: 36px;
    font-size: 22px;
  }

  .volver_ser a{
    font-size: 18px;
    padding: 12px;
  }

  #responsabilidad p{
    line-height: 19px;
    padding: 0px;
  }

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

  .h_responsabilidad p{
    line-height: 20px;
  }

  .h_responsabilidad h1{
    font-size: 25px;
    padding-bottom: 1px;
  }

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

  #formulario p{
    line-height: 22px;
  }

  .btn a{
    font-size: 13px;
    padding: 6px 10px;
  }

  #formulario h4{
    font-size: 15px;
  }

  #map{
    height: 458px;
  }

  .anclajes{
    padding: 112px 25px 108px 20px;
  }

  .anclajes h1{
    font-size: 27px;
    line-height: 37px;
  }

  #historia h1{
    font-size: 26px;
  }

  .items3 h1{
    font-size: 19px;
  }

  .items3 ul li{
    background-position: 0px 6px;
    line-height: 24px;
  }

  .text_anclaje{
    padding-top: 48px;
    padding-left: 17px;
  }

  .text_anclaje p{
    line-height: 24px;
  }

  .items4 ul li{
    line-height: 25px;
  }
  
}


/*---------------------------------------------------------*/
@media (max-width: 400px) and (min-width:320px){

  #contenedor{
    font-size:16px ;
  }

  #barra-menu{
    background-image: none;
  }

  .img2 {
    width: 221px;
    float: left;
  }

  #menu{
    margin-top: -66px;
  }

  #banner{
    margin-top: 25%;
  }

  .video{
    height: 242px;
  }

  .home_quienes{
    padding-left: 0px;
    padding-top: 0px;
  }

  .home_quienes p{
    line-height: 25px;
  }

  #servicios_home h1{
    font-family: 24px;
  }

  #servicios_home p{
    padding-bottom: 20px;
  }

  .texto-link h3{
    margin-top: 17%;
    padding-bottom: 12px;
    font-size: 15px;
  }

  #lideres{
    display:inline-block;
  }

  .naranja{
    padding: 162px 51px;
  }

  .naranja h1{
    font-size: 35px;
    line-height: 53px;
  }

  .ampliar a{
    padding: 9px 45px;
    font-size: 20px;
  }

  .blanco{
    padding: 162px 51px;
  }

  .blanco h1{
    font-size: 35px;
    line-height: 53px;
  }

  .ampliarb a{
    padding: 9px 45px;
    font-size: 20px;
  }

  footer p{
    font-size: 14px;
  }

  .politicas a{
    font-size: 13px;
  }

  .menu{
    margin-top: 10px;
  }

  #titulo{
    margin-top: 22%;
    padding-top: 79px;
    padding-bottom: 36px;
  }

  #titulo h1{
    font-size: 29px;
  }

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

  #mision h1{
    font-size: 27px;
  }

  #vision p{
    padding-top: 0px;
    padding-right: 0px;
  }

  #item_historia p{
    padding: 0px 5px;
    line-height: 24px;
  }

  .item_servicios{
    padding: 110px 23px;
  }

  .item_servicios h1{
    font-size: 30px;
  }

  .item_servicios p{
    line-height: 24px;
  }

  #items{
    display: inline-block;
  }

  .items1{
    padding-top: 30px;
    padding-left: 20px;
  }

  .items1 ul li{
    line-height: 26px;
  }

  .items2{
    padding: 91px 42px;
  }

  .items2 h1{
    font-size: 29px;
  }

  .items2 p{
    line-height: 36px;
    font-size: 22px;
  }

  .volver_ser a{
    font-size: 18px;
    padding: 12px;
  }

  #responsabilidad p{
    line-height: 19px;
    padding: 0px;
  }

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

  .h_responsabilidad p{
    line-height: 20px;
  }

  .h_responsabilidad h1{
    font-size: 25px;
    padding-bottom: 1px;
  }

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

  #formulario p{
    line-height: 22px;
  }

  .btn a{
    font-size: 13px;
    padding: 6px 10px;
  }

  #formulario h4{
    font-size: 15px;
  }

  #map{
    height: 458px;
  }

  .anclajes{
    padding: 112px 25px 108px 20px;
  }

  .anclajes h1{
    font-size: 27px;
    line-height: 37px;
  }

  #historia h1{
    font-size: 26px;
  }

  .items3 h1{
    font-size: 19px;
  }

  .items3 ul li{
    background-position: 0px 6px;
    line-height: 24px;
  }

  .text_anclaje{
    padding-top: 48px;
    padding-left: 17px;
  }

  .text_anclaje p{
    line-height: 24px;
  }

  .items4 ul li{
    line-height: 25px;
  }
  
}




/*---------------------------------------------------------*/
@media (max-width: 500px) and (min-width:400px){

  #contenedor{
    font-size:16px ;
  }

  #barra-menu{
    background-image: none;
  }

  .img2 {
    width: 260px;
    float: left;
  }

  #menu{
    margin-top: -66px;
  }

  #banner{
    margin-top: 20%;
  }

  .video{
    height: 242px;
  }

  .home_quienes{
    padding-left: 0px;
    padding-top: 0px;
  }

  .home_quienes p{
    line-height: 25px;
  }

  #servicios_home h1{
    font-size: 24px;
  }

  #servicios_home p{
    padding-bottom: 20px;
    line-height: 19px;
  }

  .texto-link h3{
    margin-top: 17%;
    padding-bottom: 12px;
    font-size: 20px;
  }

  #lideres{
    display:inline-block;
  }

  .naranja{
    padding: 162px 51px;
  }

  .naranja h1{
    font-size: 35px;
    line-height: 53px;
  }

  .ampliar a{
    padding: 9px 45px;
    font-size: 20px;
  }

  .blanco{
    padding: 162px 51px;
  }

  .blanco h1{
    font-size: 35px;
    line-height: 53px;
  }

  .ampliarb a{
    padding: 9px 45px;
    font-size: 20px;
  }

  footer p{
    font-size: 14px;
  }

  .politicas a{
    font-size: 15px;
  }

  .menu{
    margin-top: 10px;
  }

  #titulo{
    margin-top: 22%;
    padding-top: 79px;
    padding-bottom: 36px;
  }

  #titulo h1{
    font-size: 29px;
  }

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

  #mision h1{
    font-size: 27px;
  }

  #vision p{
    padding-top: 0px;
    padding-right: 0px;
  }

  #item_historia p{
    padding: 0px 5px;
    line-height: 24px;
  }

  .item_servicios{
    padding: 110px 23px;
  }

  .item_servicios h1{
    font-size: 30px;
  }

  .item_servicios p{
    line-height: 24px;
  }

  #items{
    display: inline-block;
  }

  .items1{
    padding-top: 30px;
    padding-left: 20px;
  }

  .items1 ul li{
    line-height: 26px;
  }

  .items2{
    padding: 91px 42px;
  }

  .items2 h1{
    font-size: 29px;
  }

  .items2 p{
    line-height: 36px;
    font-size: 22px;
  }

  .volver_ser a{
    font-size: 18px;
    padding: 12px;
  }

  #responsabilidad p{
    line-height: 19px;
    padding: 0px;
  }

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

  .h_responsabilidad p{
    line-height: 20px;
  }

  .h_responsabilidad h1{
    font-size: 25px;
    padding-bottom: 1px;
  }

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

  #formulario p{
    line-height: 22px;
  }

  .btn a{
    font-size: 13px;
    padding: 6px 10px;
  }

  #formulario h4{
    font-size: 15px;
  }

  #map{
    height: 458px;
  }

  .anclajes{
    padding: 112px 25px 108px 20px;
  }

  .anclajes h1{
    font-size: 27px;
    line-height: 37px;
  }

  #historia h1{
    font-size: 26px;
  }

  .items3 h1{
    font-size: 19px;
  }

  .items3 ul li{
    background-position: 0px 6px;
    line-height: 24px;
  }

  .text_anclaje{
    padding-top: 48px;
    padding-left: 17px;
  }

  .text_anclaje p{
    line-height: 24px;
  }

  .items4 ul li{
    line-height: 25px;
  }
  
}




/*---------------------------------------------------------*/
@media (max-width: 600px) and (min-width:500px){

  #contenedor{
    font-size:17px;
  }

  #barra-menu{
    background-image: none;
  }

  .img2 {
    width: 356px;
    float: left;
  }

  #menu{
    margin-top: -66px;
  }

  #banner{
    margin-top: 25%;
  }

  .video{
    height: 242px;
  }

  .home_quienes{
    padding-left: 0px;
    padding-top: 0px;
  }

  .home_quienes p{
    line-height: 25px;
  }

  #servicios_home h1{
    font-size: 26px;
  }

  #servicios_home p{
    padding-bottom: 20px;
    line-height: 19px;
  }

  .texto-link h3{
    margin-top: 21%;
    padding-bottom: 12px;
    font-size:29px;
  }

  #lideres{
    display:inline-block;
  }

  .naranja{
    padding: 162px 51px;
  }

  .naranja h1{
    font-size: 35px;
    line-height: 53px;
  }

  .ampliar a{
    padding: 9px 45px;
    font-size: 20px;
  }

  .blanco{
    padding: 162px 51px;
  }

  .blanco h1{
    font-size: 35px;
    line-height: 53px;
  }

  .ampliarb a{
    padding: 9px 45px;
    font-size: 20px;
  }

  footer p{
    font-size: 17px;
  }

  .politicas a{
    font-size: 15px;
  }

  .menu{
    margin-top: 10px;
  }

  #titulo{
    margin-top: 23%;
    padding-top: 79px;
    padding-bottom: 36px;
  }

  #titulo h1{
    font-size: 29px;
  }

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

  #mision h1{
    font-size: 27px;
  }

  #vision p{
    padding-top: 0px;
    padding-right: 0px;
  }

  #item_historia p{
    padding: 0px 5px;
    line-height: 24px;
  }

  .item_servicios{
    padding: 110px 23px;
  }

  .item_servicios h1{
    font-size: 32px;
  }

  .item_servicios p{
    line-height: 24px;
  }

  #items{
    display: inline-block;
  }

  .items1{
    padding-top: 30px;
    padding-left: 20px;
  }

  .items1 ul li{
    line-height: 26px;
  }

  .items2{
    padding: 91px 42px;
  }

  .items2 h1{
    font-size: 29px;
  }

  .items2 p{
    line-height: 36px;
    font-size: 22px;
  }

  .volver_ser a{
    font-size: 18px;
    padding: 12px;
  }

  #responsabilidad p{
    line-height: 23px;
    padding: 0px;
  }

  #responsabilidad h1{
    font-size: 28px;
  }

  .h_responsabilidad p{
    line-height: 23px;
  }

  .h_responsabilidad h1{
    font-size: 25px;
    padding-bottom: 1px;
  }

  #formulario h1{
    font-size: 25px;
  }

  #formulario p{
    line-height: 22px;
  }

  .btn a{
    font-size: 17px;
    padding: 6px 10px;
  }

  #formulario h4{
    font-size: 15px;
  }

  #map{
    height: 458px;
  }

  .anclajes{
    padding: 112px 25px 108px 20px;
  }

  .anclajes h1{
    font-size: 34px;
    line-height: 42px;
  }

  #historia h1{
    font-size: 26px;
  }

  .items3 h1{
    font-size: 19px;
  }

  .items3 ul li{
    background-position: 0px 6px;
    line-height: 24px;
  }

  .text_anclaje{
    padding-top: 48px;
    padding-left: 17px;
  }

  .text_anclaje p{
    line-height: 24px;
  }

  .items4 ul li{
    line-height: 25px;
  }
  
}



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

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

  #contenedor{
    font-size:18px;
  }

  .img2 {
    width: 415px;
    float: left;
  }

  .logo a{
    margin-top:25px ;
  }

  #menu{
    margin-top: -66px;
  }

  #banner{
    margin-top: 25%;
  }

  .video{
    height: 320px;
  }

  .home_quienes{
    padding-left: 0px;
    padding-top: 0px;
  }

  .home_quienes p{
    line-height: 25px;
  }

  #servicios_home h1{
    font-size: 29px;
  }

  #servicios_home p{
    padding-bottom: 20px;
    line-height: 19px;
  }

  #lideres{
    display:inline-block;
  }

  .naranja{
    padding: 162px 51px;
  }

  .naranja h1{
    font-size: 49px;
    line-height: 60px;
  }

  .ampliar a{
    padding: 9px 45px;
    font-size: 20px;
  }

  .blanco{
    padding: 162px 51px;
  }

  .blanco h1{
    font-size: 49px;
    line-height:60px;
  }

  .ampliarb a{
    padding: 9px 45px;
    font-size: 20px;
  }

  footer p{
    font-size: 17px;
  }

  .politicas a{
    font-size: 15px;
  }

  .menu{
    margin-top: 10px;
  }

  #titulo{
    margin-top: 23%;
    padding-top: 115px;
    padding-bottom: 36px;
  }

  #titulo h1{
    font-size: 29px;
  }

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

  #mision h1{
    font-size: 27px;
  }

  #vision p{
    padding-top: 0px;
    padding-right: 0px;
  }

  #item_historia p{
    padding: 0px 5px;
    line-height: 24px;
  }

  .item_servicios h1{
    font-size: 32px;
  }

  .item_servicios p{
    line-height: 24px;
  }

  #items{
    display: inline-block;
  }

  .items1{
    padding-top: 30px;
    padding-bottom: 65px;
    padding-left: 20px;
  }

  .items1 ul li{
    line-height: 26px;
  }

  .items2 p{
    line-height: 36px;
    font-size: 22px;
  }

  .volver_ser a{
    font-size: 28px;
    padding: 15px;
  }

  .items2 h1{
    font-size: 30px;
  }

  #responsabilidad p{
    line-height: 23px;
    padding: 0px;
  }

  #responsabilidad h1{
    font-size: 28px;
  }

  .h_responsabilidad p{
    line-height: 23px;
  }

  .h_responsabilidad h1{
    font-size: 25px;
    padding-bottom: 1px;
  }

  #formulario h1{
    font-size:31px;
  }

  #formulario p{
    line-height: 22px;
  }

  .btn a{
    font-size: 17px;
    padding: 6px 10px;
  }

  #formulario h4{
    font-size: 15px;
  }

  #map{
    height: 458px;
  }

  .anclajes{
    padding: 112px 25px 108px 20px;
  }

  .anclajes h1{
    font-size: 34px;
    line-height: 42px;
  }

  #historia h1{
    font-size: 26px;
  }

  .items3 h1{
    font-size: 19px;
  }

  .items3 ul li{
    background-position: 0px 6px;
    line-height: 24px;
  }

  .text_anclaje{
    padding-top: 48px;
    padding-left: 17px;
  }

  .text_anclaje p{
    line-height: 24px;
  }

  .items4 ul li{
    line-height: 25px;
  }

}



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

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

  nav .me{
    font-size: 16px;
  }

  .img2 {
    width: 362px;
    float: left;
  }

  .logo a{
    margin-top: 23px;
  }

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

   #contenedor{
    font-size:18px;
  }

  #menu{
    margin-top: -67px;
  }

  #banner{
    margin-top: 19%;
  }

  .video{
    height: 320px;
  }

  .home_quienes{
    padding-left: 0px;
    padding-top: 0px;
  }

  .home_quienes p{
    line-height: 25px;
  }

  #servicios_home h1{
    font-size: 29px;
  }

  #servicios_home p{
    padding-bottom: 20px;
    line-height: 19px;
  }

  #lideres{
    display:inline-block;
  }

  .naranja h1{
    font-size: 51px;
    line-height: 74px;
  }

  .blanco h1{
    font-size: 51px;
    line-height:74px;
  }

  footer p{
    font-size: 15px;
  }

  .menu{
    margin-top: 10px;
  }

  #titulo{
    margin-top: 22%;
    padding-top: 130px;
    padding-bottom: 50px;
  }

  #titulo h1{
    font-size: 40px;
  }

  #mision h1{
    font-size: 27px;
  }

  #vision p{
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 40px;
  }

  #item_historia p{
    padding: 0px 5px;
    line-height: 28px;
  }

  .item_servicios h1{
    font-size: 32px;
  }

  .item_servicios p{
    line-height: 24px;
  }

  #items{
    display: inline-block;
  }

  .items1{
    padding-top: 30px;
    padding-bottom: 65px;
    padding-left: 20px;
  }

  .volver_ser a{
    font-size: 28px;
    padding: 15px;
  }

  #responsabilidad p{
    line-height: 23px;
    padding: 0px;
  }

  #responsabilidad h1{
    font-size: 28px;
  }

  .h_responsabilidad p{
    line-height: 23px;
  }

  .h_responsabilidad h1{
    font-size: 22px;
    padding-bottom: 1px;
  }

  #formulario h1{
    font-size:31px;
  }

  #formulario p{
    line-height: 22px;
  }

  .btn a{
    font-size: 17px;
    padding: 6px 10px;
  }

  #formulario h4{
    font-size: 15px;
  }

  #map{
    height: 458px;
  }

  .anclajes{
    padding: 112px 25px 108px 20px;
  }

  .anclajes h1{
    font-size: 34px;
    line-height: 42px;
  }

  #historia h1{
    font-size: 26px;
  }

  .items3 h1{
    font-size: 19px;
  }

  .items3 ul li{
    background-position: 0px 6px;
    line-height: 24px;
  }

  .text_anclaje{
    padding-top: 48px;
    padding-left: 17px;
  }

  .text_anclaje p{
    line-height: 24px;
  }

  .items4 ul li{
    line-height: 25px;
  }

  #prev{
    top: 21%;
    left: 7%;
  }

  #next{
    top: 21%;
    right: 7%;
  }

  .texto-link h3{
    font-size: 20px;
  }

  .politicas a{
    width:auto;
    margin-left: 18px;
    font-size: 17px;
    padding: 13px 15px;
  }

  .h_responsabilidad p{
    font-size: 15px;
    line-height: 21px;
  }

}



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

@media (max-width: 900px) and (min-width:800px){

  nav .me{
    font-size: 16px;
  }

  .img2 {
    width: 366px;
    float: left;
  }

  .logo a{
    margin-top: 18px;
  }

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

   #contenedor{
    font-size:18px;
  }

  #menu{
    margin-top: -79px;
  }

  .texto-link h3{
    font-size: 20px;
  }

  #banner{
    margin-top: 15%;
  }

  .video{
    height: 320px;
  }

  .home_quienes{
    padding-left: 0px;
    padding-top: 0px;
  }

  .home_quienes p{
    line-height: 25px;
  }

  #servicios_home h1{
    font-size: 29px;
  }

  #servicios_home p{
    padding-bottom: 20px;
    line-height: 19px;
  }

  #lideres{
    display:inline-block;
  }

  .naranja h1{
    font-size: 51px;
    line-height: 74px;
  }

  .blanco h1{
    font-size: 51px;
    line-height:74px;
  }

  footer p{
    font-size: 15px;
  }

  .menu{
    margin-top: 10px;
  }

  #titulo{
    margin-top: 22%;
    padding-top:149px;
    padding-bottom: 50px;
  }

  #titulo h1{
    font-size: 40px;
  }

  #mision h1{
    font-size: 27px;
  }

  #vision p{
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 40px;
  }

  #item_historia p{
    padding: 0px 5px;
    line-height: 28px;
  }

  #items{
    display: inline-block;
  }

  .items1{
    padding-top: 30px;
    padding-bottom: 65px;
    padding-left: 20px;
  }

  .volver_ser a{
    font-size: 28px;
    padding: 15px;
  }

  #responsabilidad p{
    line-height: 23px;
    padding: 0px;
  }

  #responsabilidad h1{
    font-size: 28px;
  }

  .h_responsabilidad p{
    line-height: 23px;
  }

  .h_responsabilidad h1{
    font-size: 22px;
    padding-bottom: 1px;
  }

  #formulario h1{
    font-size:32px;
  }

  .btn a{
    margin-top: 3%;
  }

  #map{
    height: 458px;
  }

  .anclajes{
    padding:135px 136px 108px 136px;
  }

  .items3 h1{
    font-size: 19px;
  }

  .items3 ul li{
    background-position: 0px 6px;
    line-height: 28px;
  }

  .text_anclaje{
    padding-top: 48px;
    padding-left: 17px;
  }

  .text_anclaje p{
    line-height: 24px;
  }

  .items4 ul li{
    line-height: 25px;
  }

  #prev{
    top: 23%;
    left: 7%;
  }

  #next{
    top: 21%;
    right: 7%;
  }

  .politicas a{
    width:auto;
    margin-left: 18px;
    font-size: 17px;
    padding: 13px 15px;
  }

  .h_responsabilidad p{
    font-size: 15px;
    line-height: 21px;
  }

}




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

@media (max-width: 990px) and (min-width:900px){

  nav .me{
    font-size: 16px;
  }

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

   #contenedor{
    font-size:18px;
  }

  #menu{
    margin-top: -79px;
  }

  .texto-link h3{
    font-size: 20px;
  }

  #banner{
    margin-top: 15%;
  }

  .home_quienes{
    padding-left: 0px;
    padding-top: 0px;
  }

  .home_quienes p{
    line-height: 25px;
  }

  #servicios_home h1{
    font-size: 29px;
  }

  #servicios_home p{
    padding-bottom: 20px;
    line-height: 19px;
  }

  #lideres{
    display:inline-block;
  }

  .naranja h1{
    font-size: 51px;
    line-height: 74px;
  }

  .blanco h1{
    font-size: 51px;
    line-height:74px;
  }

  footer p{
    font-size: 15px;
  }

  .menu{
    margin-top: 10px;
  }

  #titulo{
    margin-top: 15%;
    padding-top:149px;
    padding-bottom: 50px;
  }

  #titulo h1{
    font-size: 40px;
  }

  #mision h1{
    font-size: 27px;
  }

  #vision p{
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 40px;
  }

  #item_historia p{
    padding: 0px 5px;
    line-height: 28px;
  }

  #items{
    display: inline-block;
  }

  .items1{
    padding-top: 30px;
    padding-bottom: 65px;
    padding-left: 20px;
  }

  .volver_ser a{
    font-size: 28px;
    padding: 15px;
  }

  #responsabilidad p{
    line-height: 23px;
    padding: 0px;
  }

  #responsabilidad h1{
    font-size: 28px;
  }

  .h_responsabilidad p{
    line-height: 23px;
  }

  .h_responsabilidad h1{
    font-size: 22px;
    padding-bottom: 1px;
  }

  #formulario h1{
    font-size:32px;
  }

  .btn a{
    margin-top: 3%;
  }

  #map{
    height: 458px;
  }

  .anclajes{
    padding:135px 136px 108px 136px;
  }

  .items3 h1{
    font-size: 19px;
  }

  .items3 ul li{
    background-position: 0px 6px;
    line-height: 28px;
  }

  .text_anclaje{
    padding-top: 48px;
    padding-left: 17px;
  }

  .text_anclaje p{
    line-height: 24px;
  }

  .items4 ul li{
    line-height: 25px;
  }

  #prev{
    top: 23%;
    left: 7%;
  }

  #next{
    top: 21%;
    right: 7%;
  }

  .politicas a{
    width:auto;
    margin-left: 18px;
    font-size: 17px;
    padding: 13px 15px;
  }

  .h_responsabilidad p{
    font-size: 15px;
    line-height: 21px;
  }

}

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

  #navbar a{
    font-size: 16px;
  }

  #navbar li{
    margin: 0px 0px 19px 10px;;
  }

  .logo a{
    margin-top: 15px;
  }

  .home_quienes{
    padding-left: 30px;
  }

  .video{
    height: 343px;
  }

  .home_quienes p{
    font-size: 17px;
    line-height: 26px;
    padding-top: 6px;
  }

  .texto-link h3{
    margin-top: 18%;
    padding-bottom: 5px;
    font-size: 17px;
  }

  #next{
    top: 24%;
  }

  .mas{
    left: 39%;
  }

  #prev{
    top: 24%;
  }

  .blanco{
    padding: 221px 56px;
  }

  .blanco h1{
    font-size: 50px;
    line-height: 65px;
  }

  .naranja{
    padding: 221px 56px;
  }

  .naranja h1{
    font-size: 50px;
    line-height: 65px;
  }

  .politicas a{
    font-size: 15px;
  }

  footer p{
    font-size: 16px;
  }

  #titulo{
    padding-top: 225px;
    padding-bottom: 40px;
    margin-top: 11%;
  }

  #empresa p{
    font-size: 15px;
    line-height: 23px;
    padding-top: 0px;
  }

  #vision p{
    padding-top: 92px;
    padding-right: 34px;
  }

  #item_historia p{
    font-size: 18px;
    line-height: 26px;
  }

  .item_servicios{
    padding: 137px 23px;
  }

  .h_responsabilidad p{
    font-size: 18px;
    line-height: 25px;
  }

  .h_responsabilidad h1{
    font-size: 24px;
    padding-bottom: 6px;
  }

  #responsabilidad p{
    line-height: 25px;
    padding: 25px 141px;
  }

  #formulario h1{
    font-size: 30px;
  }

  #formulario p{
    font-size: 19px;
    line-height: 24px;
  }

  .anclajes{
    padding: 65px 136px 54px 56px;
  }

  .anclajes h1{
    font-size: 31px;
    line-height: 45px;
  }

  #historia h1{
    font-size: 33px;
  }

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

  .items3 ul li{
    font-size: 18px;
    line-height: 27px;
  }

  .text_anclaje{
    padding-top: 16px;
    padding-left: 10px;
  }

  .text_anclaje p{
    font-size: 17px;
    line-height: 25px;
  }

  .items4 ul li{
    font-size: 17px;
    line-height: 21px;
  }

  #items4 p{
    font-size: 17px;
    line-height: 25px;
  }

  #titulo h1{
    font-size: 42px;
  }
}


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

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

  #navbar a{
    font-size: 16px;
  }

  #navbar li{
    margin: 0px 0px 19px 10px;;
  }

  .logo a{
    margin-top: 15px;
  }

  #servicios_home h1{
    font-size: 31px;
  }

  #servicios_home p{
    font-size: 18px;
  }

  .home_quienes{
    padding-left: 30px;
  }

  .video{
    height: 343px;
  }

  .home_quienes p{
    font-size: 17px;
    line-height: 26px;
    padding-top: 6px;
  }

  .texto-link h3{
    margin-top: 18%;
    padding-bottom: 5px;
    font-size: 17px;
  }

  #prev{
    top:46%;
    left: 13%;
  }

  #next{
    top: 46%;
    right: 13%;
  }

  .mas{
    left: 39%;
  }

  .blanco{
    padding: 221px 56px;
  }

  .blanco h1{
    font-size: 50px;
    line-height: 65px;
  }

  .naranja{
    padding: 221px 56px;
  }

  .naranja h1{
    font-size: 50px;
    line-height: 65px;
  }

  .politicas a{
    font-size: 15px;
  }

  footer p{
    font-size: 16px;
  }

  #titulo{
    padding-top: 225px;
    padding-bottom: 40px;
    margin-top: 11%;
  }

  #empresa p{
    font-size: 15px;
    line-height: 23px;
    padding-top: 0px;
  }

  #vision p{
    padding-top: 92px;
    padding-right: 34px;
  }

  #item_historia p{
    font-size: 18px;
    line-height: 26px;
  }

  .item_servicios{
    padding: 137px 23px;
  }

  .h_responsabilidad p{
    font-size: 18px;
    line-height: 25px;
  }

  .h_responsabilidad h1{
    font-size: 24px;
    padding-bottom: 6px;
  }

  #responsabilidad p{
    line-height: 25px;
    padding: 25px 141px;
  }

  #formulario h1{
    font-size: 30px;
  }

  #formulario p{
    font-size: 19px;
    line-height: 24px;
  }

  .anclajes{
    padding: 65px 136px 54px 56px;
  }

  .anclajes h1{
    font-size: 31px;
    line-height: 45px;
  }

  #historia h1{
    font-size: 33px;
  }

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

  .items3 ul li{
    font-size: 18px;
    line-height: 27px;
  }

  .text_anclaje{
    padding-top: 16px;
    padding-left: 10px;
  }

  .text_anclaje p{
    font-size: 17px;
    line-height: 25px;
  }

  .items4 ul li{
    font-size: 17px;
    line-height: 21px;
  }

  #items4 p{
    font-size: 17px;
    line-height: 25px;
  }

  #titulo h1{
    font-size: 42px;
  }

}



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

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

  #navbar a{
    font-size: 17px;
  }

  #navbar li{
    margin: 0px 0px 0px 20px;
  }

  .home_quienes{
    padding-top: 9px;
    padding-left: 65px;
  }

  .home_quienes p{
    font-size: 20px;
  }

  .texto-link h3{
    font-size: 22px;
    padding-bottom: 27px;
  }

  .naranja{
    padding: 192px 109px;
  }

  .naranja h1{
    font-size: 54px;
    line-height: 78px;
  }

  .blanco{
    padding: 192px 109px;
  }

  .blanco h1{
    font-size: 54px;
    line-height: 78px;
  }

  footer p{
    font-size: 17px;
  }

  .politicas a{
    font-size: 12px;
  }

  #titulo{
    padding-top: 311px;
  }

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

  #vision p{
    padding-top: 136px;
    padding-right: 34px;
  }

  #item_historia p{
    font-size: 19px;
    padding: 0px 111px;
  }

  .item_servicios{
    padding: 147px 23px;
  }

  .item_servicios p{
    font-size: 20px;
    line-height: 27px;
  }

  .items1{
    padding-left: 75px;
  }

  .h_responsabilidad p{
    font-size: 18px;
    line-height: 25px;
  }

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

  #formulario p{
    font-size: 19px;
    line-height: 26px;
  }

}


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

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

  #navbar a{
    font-size: 18px;
  }

  #navbar li{
    margin: 0px 0px 0px 36px;
  }

  .home_quienes p{
    font-size:20px;
  }

  .naranja h1{
    font-size: 64px;
    line-height: 89px;
  }

  .blanco h1{
    font-size: 64px;
    line-height: 89px;
  }

  .politicas a{
    font-size: 15px;
  }

  #titulo{
    margin-top: 8%;
    padding-top: 314px;
  }

  #empresa p{
    font-size: 18px;
    line-height: 26px;
  }

  #item_historia p{
    font-size: 19px;
    line-height: 27px;
  }

  footer p{
    font-size: 17px;
  }

  .item_servicios p{
    font-size: 18px;
    line-height: 30px;
  }

  .h_responsabilidad p{
    font-size: 20px;
    line-height: 28px;
  }

  .h_responsabilidad h1{
    font-size: 26px;
  }

  #formulario p{
    font-size: 20px;
    line-height: 27px;
  }

  #formulario h1{
    font-size: 31px;
  }

  #prev{
    left: 16%;
  }

  #next{
    right: 16%;
  }

}
