@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 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;
}


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


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

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

.clear{
  clear:both;
}

#header{
  background-image: url(../img/bg_header.jpg);
  background-repeat: repeat-x;
}

#datos-head{
  background-color: #FFFFFF;
  padding: 8px 0px;
}

#barra-menu{
  padding: 15px 0px;
  background-color: #340A0B;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

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

.menu {
  text-align:center;
}

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

#navbar a{
  color: #fff;
  position: relative;
  display:block;
  font-family:"Open Sans Extrabold";
  text-transform: uppercase;
  text-decoration: none;
  font-size: 20px;
}

#navbar a:hover{
  color: #FED1C2;
}

#navbar .selec{
 color: #FED1C2;
}

.navbar-default .navbar-toggle .icon-bar{
  background-color: #000;
}
  
nav .me{
  color:#000;
  font-size: 15px;
}

#banner {
    margin-top: 11%;
}

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

.carousel-indicators li{
  width: 18px;
  height: 18px;
  margin-left: 3px;
}

.carousel-indicators .active{
  width: 18px;
  height: 18px;
  background-color: #330B0C;
}

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

#h_servicios{
  padding-top: 75px;
  padding-bottom: 135px;
}

.h_servicios{
  width: 100%;
  float: left;
  position: relative;
}

.hover{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  display: none;
}

.h_servicios:hover .hover{
  display: block;
}

#volver_ser{
  padding: 116px 0px;
  background-image: url(../img/ver_cotizacion.jpg);
  background-position: center;
  background-size: cover;
  text-align: center;
  position: relative;
  float: left;
}

#volver_ser h1{
  text-align: center;
  font-family:"Open Sans Extrabold";
  color: #fff;
  font-size: 38px;
  padding-bottom: 72px;
}

#volver_ser a {
  color: #fff;
  padding: 12px 15px;
  top: 49%;
  position: relative;
  font-size: 20px;
  text-decoration: none;
  background-color: #01ACE4;
}

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

#h_productos{
  background-color: #F4F4F4;
  padding: 95px 0px;
}

.texto-link2{
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 33px 29px;
  background-color:#1717178a;
}

.texto-link2 h3{
  font-size: 34px;
  font-family:"Open Sans Extrabold";
  color: #FFF;
  text-align: center;
  text-shadow: 2px 3px 2px #000000bd;
}

.texto-link2 p{
  padding-top: 11px;
  color: #fff;
  text-align: center;
}

.link2{
  width: 97%;
  margin-bottom: 48px;
  float: left;
  position: relative;
}

.link2:hover .texto-link2{
  background-color: #01ACE48A;
}

footer{
  padding-top: 25px;
  background-color: #340A0B;
}

footer p{
  font-family:"Open Sans Extrabold";
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  display: flex;
  padding-bottom: 26px;
}

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

#h_experiencia{
  padding: 95px 0px;
}

#h_experiencia h1{
  font-size: 75px;
  font-family:"Open Sans Extrabold Italic";
  line-height: 92px;
  padding-bottom: 65px;
}

#h_experiencia p{
  line-height: 35px;
  padding-bottom: 65px;
}

#h_experiencia span{
  font-family:"Open Sans Extrabold";
}

#h_equipos{
  background-color: #F4F4F4;
  padding: 65px 0px;
}

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

#fb {
  display: inline-block;
  background: url(../img/redes.png) left;
  width:57px;
  height:56px;
}

#ins {
  display: inline-block;
  background: url(../img/redes.png) 122px 0px;
  width: 57px;
  height: 56px;
}

#you {
  display: inline-block;
  background: url(../img/redes.png) right;
  width: 57px;
  height: 56px;
}

#what{
  color: #fff;
  float: right;
  padding-left: 25px;
}

#what span{
  float: right;
  padding-left: 7px;
  text-decoration: none;
}

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

#web{
  background: #fff;
  padding: 8px 0px;
  text-align: right;
  margin-top: 20px;
}

#copy{
  padding: 2px 0px;
}

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

#titulo {
  padding-top: 266px;
  padding-bottom: 202px;
  background-size: cover;
  text-align: left;
  margin-top: 11%;
}

#titulo h1 {
  color: #FFF;
  font-size: 40px;
  font-family:"Open Sans Extrabold";
  text-shadow: 2px 3px 4px #000000bd;
  padding-bottom: 15px;
}

#titulo span {
  font-family:"Open Sans";
}

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

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

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

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

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

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

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

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

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

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

#empresa{
  padding: 85px 0px;
}

.empresa h1{
  font-family:"Open Sans Extrabold";
  text-align: center;
  font-size: 42px;
  padding-bottom: 30px;
}

.empresa p{
  text-align: center;
  line-height: 28px;
  padding: 0px 115px;
  margin-bottom: 95px;
}

.empresa p span{
  font-family:"Open Sans Extrabold";
}

#line {
  width: 100%;
  height: 30px;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
  background-image: url(../img/empresa/line.png);
  background-position: center;
  background-repeat: no-repeat;
}

.color1{
  background-color: #340A0B;
}

.color2{
  background-color: #F4F4F4;
}

.mision{
  margin-top: 150px;
}

.mision h1{
  font-family:"Open Sans Extrabold";
  text-align: center;
  color: #fff;
  font-size: 42px;
  padding-bottom: 30px;
}

.mision p{
  text-align: center;
  color: #fff;
  line-height: 28px;
  padding: 0px 115px;
  margin-bottom: 95px;
}

.mision p span{
 font-family:"Open Sans Extrabold";
}

.vision{
  margin-top: 150px;
}

.vision h1{
  font-family:"Open Sans Extrabold";
  text-align: center;
  color: #000;
  font-size: 42px;
  padding-bottom: 30px;
}

.vision p{
  text-align: center;
  color: #000;
  line-height: 28px;
  padding: 0px 115px;
  margin-bottom: 95px;
}

.vision p span{
 font-family:"Open Sans Extrabold";
}

#excelencia{
  padding: 131px 0px;
  background-image: url(../img/empresa/bg.png);
  background-repeat: no-repeat;
  margin-bottom: 130px;
}

#excelencia h1{
  text-align: center;
  font-size: 29px;
  color: #fff;
  font-family:"Open Sans Extrabold";
}

#excelencia p{
  font-size: 19px;
  color: #fff;
  text-align: center;
  padding-top: 4px;
  line-height: 22px;
  padding-bottom: 45px;
}

.icoe {
  width: 88px;
  height:89px;
  float: left;
  position: relative;
  margin-right: 18px;
}

.text{
  float: left;
}

.e-1 {
  background-image: url(../img/empresa/ico1.png);
  background-repeat: no-repeat;
}

.e-2 {
  background-image: url(../img/empresa/ico2.png);
  background-repeat: no-repeat;
}

.e-3 {
  background-image: url(../img/empresa/ico3.png);
  background-repeat: no-repeat;
}

#productos{
  padding-top: 95px;
  padding-bottom: 55px;
}

.item_pro{
  margin-bottom: 45px;
}

.text-producto {
  margin-top: 12%;
  padding: 0px 83px;
}

.text-producto h1{
  font-size: 42px;
  font-family:"Open Sans Extrabold";
  padding: 45px 0px;
}

.text-producto p{
  line-height: 35px;
  color: #292929;
}

.text-producto a{
  float: left;
  margin-top: 24px;
  padding: 15px 11px;
  background-color: #000;
  text-decoration: none;
  color: #fff;
}

.text-producto a:hover{
  background-color: #01ACE4;
}

/*PRODUCTOS*/

#proyectos{
  padding:30px 15px;
}

.proyecto{
  border-radius: 10px;
  float: left;
  position: relative;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}

#proyectos p {
  line-height: 26px;
  margin-bottom: 30px;
  color: #292929;
  text-align: justify;
  font-size: 17px;
}

.proyecto span{
  opacity: 0;
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  font-family:"Open Sans Extrabold";
  align-items: center;
  color: #fff;
  font-size: 80px;
  height: 100%;
  background: rgba(181, 198, 48, 0.5);
}

.proyecto:hover .hover{
  opacity: 1;
}

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp{
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
  z-index:9999;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999999;
}

.fancybox-skin {
  position: relative;
  background: #FFF;
  color: #444;
  text-shadow: none;
}

.fancybox-opened {
  z-index: 999999;
  }
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url('../img/fancybox_sprite.png');
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 9999;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 99999;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  z-index: 999999;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 99999;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index:9999;
  background: rgba(0, 0, 0, 0.9);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: -25px;
  margin-left: -15px;
  z-index:99999;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  width: 100%;
  float: left;
  position: relative;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: #000;
  color: #4286b0;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, .8);
}

#volver_productos{
  padding: 116px 0px;
  background-image: url(../img/productos/volver.jpg);
  background-position: center;
  background-size: cover;
  text-align: center;
  position: relative;
  float: left;
}

#volver_productos a {
  color: #fff;
  padding: 12px 15px;
  top: 49%;
  position: relative;
  font-size: 20px;
  text-decoration: none;
  background-color: #01ACE4;
}

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

#contacto{
  padding: 46px 0px;
}

#datos{
  padding-top: 64px;
  padding-right: 70px;
}

#datos h1{
  font-family:"Open Sans Extrabold";
  font-size: 42px;
  padding-bottom: 15px;
}

#datos p{
  padding-bottom: 45px;
  text-align: justify;
  line-height: 29px;
}

.datos{
  padding-bottom: 34px;
}

.datos h4{
  font-family:"Open Sans Extrabold";
  line-height:28px;
  display: flex;
}

.datos span {
  float: left;
  padding-right: 11px;
}

#formulario{
  padding:45px 0px;
}

#formulario h3{
  color: #000;
  text-transform: uppercase;
  padding-top:20px;
  font-family:"Open Sans Extrabold";
  font-size: 20px;
}

#formulario input {
  width: 100%;
  background-color:#000;
  color: #fff;
  border: none;
  font-size: 18px;
  padding: 5px;
  margin-top: 5px;
}

#formulario textarea {
  width: 100%;
  background-color:#000;
  color: #fff;
  border: none;
  padding: 8px;
  margin-top: 5px;
  height: 120px;
}

#formulario h4 {
  text-align: left;
  float: left;
  margin-top:12px !important;
  color: #373435 !important;
}

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

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

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

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

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

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

#ampliar {
  font-family:"Open Sans Extrabold";
  background-color: #000;
  color: #FFF;
  padding: 9px 20px;
  position: absolute;
  right: 1%;
  bottom:40px;
  text-decoration: none !important;
  font-size: 22px;
}

#ampliar:hover{
  background: #02ABE2;
}

#map{
  height:600px;
}

.texto{
  text-align: left;
  position: absolute;
  bottom: 33%;
  font-size: 40px;
  line-height: 51px;
  color: #FFF;
  width: 100%;
  text-shadow: 2px 2px 2px #000000c9;
  padding-left: 177px;
}

.texto span{
  font-family:"Open Sans Extrabold";
}





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

@media (max-width: 850px) 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{
    font-family:"Open Sans Extrabold";
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    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: #fff;
  }

  .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;
  }

  #barra-menu{
    padding: 0px;
  }


}

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

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

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

  #banner{
    margin-top: 36%;
  }

  .img2 {
    width: 161px;
  }

  #volver_ser h1{
    font-size: 24px;
    padding-bottom: 38px;
  }

  #volver_ser{
    padding: 43px 0px;
  }

  #h_experiencia h1{
    font-size: 44px;
    line-height: 49px;
  }

  #h_experiencia{
    padding: 36px 0px;
  }

  #h_experiencia p{
    font-size: 17px;
    line-height: 28px;
  }

  #titulo{
    margin-top: 35%;
    padding-top: 98px;
    padding-bottom: 46px;
  }

  .empresa p{
    padding: 0px;
  }

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

  .mision p{
    padding: 0px;
    font-size: 18px;
    line-height: 24px;
  }

  .vision p{
    padding: 0px;
    font-size: 18px;
    line-height: 24px;
  }

  #excelencia{
    padding: 74px 0px;
    background-image: none;
    background-color: #00ACE4;
    margin-bottom: 49px;
  }

  .e-1{
    background-position: center;
  }

  .e-2{
    background-position: center;
  }

  .e-3{
    background-position: center;
  }

  .icoe{
    width: 100%;
  }

  .text{
    float: none;
  }

  .text-producto{
    padding: 0px;
  }

  .text-producto h1{
    font-size: 31px;
    padding: 11px 0px;
  }

  .text-producto p{
    font-size: 18px;
    line-height: 28px;
  }

  .text-producto a{
    margin-bottom: 19px;
  }

  #datos{
    padding-right: 0px;
  }

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

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

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

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

  #enviar{
    font-size: 19px !important;
  }

  #borrar{
    font-size: 19px !important;
  }

}


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

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

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

  #banner{
    margin-top: 36%;
  }

  .img2 {
    width: 161px;
  }

  #volver_ser h1{
    font-size: 24px;
    padding-bottom: 38px;
  }

  #volver_ser{
    padding: 43px 0px;
  }

  #h_experiencia h1{
    font-size: 44px;
    line-height: 49px;
  }

  #h_experiencia{
    padding: 36px 0px;
  }

  #h_experiencia p{
    font-size: 17px;
    line-height: 28px;
  }

  #titulo{
    margin-top: 35%;
    padding-top: 98px;
    padding-bottom: 46px;
  }

  .empresa p{
    padding: 0px;
  }

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

  .mision p{
    padding: 0px;
    font-size: 18px;
    line-height: 24px;
  }

  .vision p{
    padding: 0px;
    font-size: 18px;
    line-height: 24px;
  }

  #excelencia{
    padding: 74px 0px;
    background-image: none;
    background-color: #00ACE4;
    margin-bottom: 49px;
  }

  .e-1{
    background-position: center;
  }

  .e-2{
    background-position: center;
  }

  .e-3{
    background-position: center;
  }

  .icoe{
    width: 100%;
  }

  .text{
    float: none;
  }

  .text-producto{
    padding: 0px;
  }

  .text-producto h1{
    font-size: 31px;
    padding: 11px 0px;
  }

  .text-producto p{
    font-size: 18px;
    line-height: 28px;
  }

  .text-producto a{
    margin-bottom: 19px;
  }

  #datos{
    padding-right: 0px;
  }

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

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

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

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

  #enviar{
    font-size: 19px !important;
  }

  #borrar{
    font-size: 19px !important;
  }


}



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

@media (max-width: 450px) and (min-width:400px){

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

  #banner{
    margin-top: 31%;
  }

  .img2 {
    width: 161px;
  }

  #volver_ser h1{
    font-size: 24px;
    padding-bottom: 38px;
  }

  #volver_ser{
    padding: 43px 0px;
  }

  #h_experiencia h1{
    font-size: 44px;
    line-height: 49px;
  }

  #h_experiencia{
    padding: 36px 0px;
  }

  #h_experiencia p{
    font-size: 17px;
    line-height: 28px;
  }

  #titulo{
    margin-top: 30%;
    padding-top: 98px;
    padding-bottom: 46px;
  }

  .empresa p{
    padding: 0px;
  }

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

  .mision p{
    padding: 0px;
    font-size: 18px;
    line-height: 24px;
  }

  .vision p{
    padding: 0px;
    font-size: 18px;
    line-height: 24px;
  }

  #excelencia{
    padding: 74px 0px;
    background-image: none;
    background-color: #00ACE4;
    margin-bottom: 49px;
  }

  .e-1{
    background-position: center;
  }

  .e-2{
    background-position: center;
  }

  .e-3{
    background-position: center;
  }

  .icoe{
    width: 100%;
  }

  .text{
    float: none;
  }

  .text-producto{
    padding: 0px;
  }

  .text-producto h1{
    font-size: 31px;
    padding: 11px 0px;
  }

  .text-producto p{
    font-size: 18px;
    line-height: 28px;
  }

  .text-producto a{
    margin-bottom: 19px;
  }

  #datos{
    padding-right: 0px;
  }

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

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

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

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

  #enviar{
    font-size: 19px !important;
  }

  #borrar{
    font-size: 19px !important;
  }

  .texto-link2{
    padding: 23px 19px;
  }

  .texto-link2 h3{
    font-size: 31px;
  }

  .texto-link2 p{
    font-size: 15px;
  }

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


}


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


@media (max-width: 500px) and (min-width:450px){

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

  #banner{
    margin-top: 31%;
  }

  .img2 {
    width: 161px;
  }

  #volver_ser h1{
    font-size: 24px;
    padding-bottom: 38px;
  }

  #volver_ser{
    padding: 43px 0px;
  }

  #h_experiencia h1{
    font-size: 44px;
    line-height: 49px;
  }

  #h_experiencia{
    padding: 36px 0px;
  }

  #h_experiencia p{
    font-size: 17px;
    line-height: 28px;
  }

  #titulo{
    margin-top: 30%;
    padding-top: 98px;
    padding-bottom: 46px;
  }

  .empresa p{
    padding: 0px;
  }

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

  .mision p{
    padding: 0px;
    font-size: 18px;
    line-height: 24px;
  }

  .vision p{
    padding: 0px;
    font-size: 18px;
    line-height: 24px;
  }

  #excelencia{
    padding: 74px 0px;
    background-image: none;
    background-color: #00ACE4;
    margin-bottom: 49px;
  }

  .e-1{
    background-position: center;
  }

  .e-2{
    background-position: center;
  }

  .e-3{
    background-position: center;
  }

  .icoe{
    width: 100%;
  }

  .text{
    float: none;
  }

  .text-producto{
    padding: 0px;
  }

  .text-producto h1{
    font-size: 31px;
    padding: 11px 0px;
  }

  .text-producto p{
    font-size: 18px;
    line-height: 28px;
  }

  .text-producto a{
    margin-bottom: 19px;
  }

  #datos{
    padding-right:15px;
  }

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

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

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

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

  #enviar{
    font-size: 19px !important;
  }

  #borrar{
    font-size: 19px !important;
  }

  .texto-link2{
    padding: 23px 19px;
  }

  .texto-link2 h3{
    font-size: 31px;
  }

  .texto-link2 p{
    font-size: 15px;
  }

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


}


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


@media (max-width: 550px) and (min-width:500px){

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

  #banner{
    margin-top: 24%;
  }

  .img2 {
    width: 161px;
  }

  #volver_ser h1{
    font-size: 24px;
    padding-bottom: 38px;
  }

  #volver_ser{
    padding: 43px 0px;
  }

  #h_experiencia h1{
    font-size: 44px;
    line-height: 49px;
  }

  #h_experiencia{
    padding: 36px 0px;
  }

  #h_experiencia p{
    font-size: 17px;
    line-height: 28px;
  }

  #titulo{
    margin-top: 24%;
    padding-top: 98px;
    padding-bottom: 46px;
  }

  .empresa p{
    padding: 0px;
  }

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

  .mision p{
    padding: 0px;
    font-size: 18px;
    line-height: 24px;
  }

  .vision p{
    padding: 0px;
    font-size: 18px;
    line-height: 24px;
  }

  #excelencia{
    padding: 74px 0px;
    background-image: none;
    background-color: #00ACE4;
    margin-bottom: 49px;
  }

  .e-1{
    background-position: center;
  }

  .e-2{
    background-position: center;
  }

  .e-3{
    background-position: center;
  }

  .icoe{
    width: 100%;
  }

  .text{
    float: none;
  }

  .text-producto{
    padding: 0px;
  }

  .text-producto h1{
    font-size: 31px;
    padding: 11px 0px;
  }

  .text-producto p{
    font-size: 18px;
    line-height: 28px;
  }

  .text-producto a{
    margin-bottom: 19px;
  }

  #datos{
    padding-right:15px;
  }

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

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

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

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

  #enviar{
    font-size: 19px !important;
  }

  #borrar{
    font-size: 19px !important;
  }

  .texto-link2{
    padding: 23px 19px;
  }

  .texto-link2 h3{
    font-size: 31px;
  }

  .texto-link2 p{
    font-size: 15px;
  }

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

}

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

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

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

  #banner{
    margin-top: 23%;
  }

  .img2 {
    width: 161px;
  }

  #volver_ser h1{
    font-size: 24px;
    padding-bottom: 38px;
  }

  #volver_ser{
    padding: 43px 0px;
  }

  #h_experiencia h1{
    font-size: 44px;
    line-height: 49px;
  }

  #h_experiencia{
    padding: 36px 0px;
  }

  #h_experiencia p{
    font-size: 17px;
    line-height: 28px;
  }

  #titulo{
    margin-top: 23%;
    padding-top: 98px;
    padding-bottom: 46px;
  }

  .empresa p{
    padding: 0px;
  }

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

  .mision p{
    padding: 0px;
    font-size: 18px;
    line-height: 24px;
  }

  .vision p{
    padding: 0px;
    font-size: 18px;
    line-height: 24px;
  }

  #excelencia{
    padding: 74px 0px;
    background-image: none;
    background-color: #00ACE4;
    margin-bottom: 49px;
  }

  .e-1{
    background-position: center;
  }

  .e-2{
    background-position: center;
  }

  .e-3{
    background-position: center;
  }

  .icoe{
    width: 100%;
  }

  .text{
    float: none;
  }

  .text-producto{
    padding: 0px;
  }

  .text-producto h1{
    font-size: 31px;
    padding: 11px 0px;
  }

  .text-producto p{
    font-size: 18px;
    line-height: 28px;
  }

  .text-producto a{
    margin-bottom: 19px;
  }

  #datos{
    padding-right:15px;
  }

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

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

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

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

  #enviar{
    font-size: 19px !important;
  }

  #borrar{
    font-size: 19px !important;
  }

  .texto-link2{
    padding: 23px 19px;
  }

  .texto-link2 h3{
    font-size: 31px;
  }

  .texto-link2 p{
    font-size: 15px;
  }

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


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


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

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

  #banner{
    margin-top: 19%;
  }

  .img2 {
    width: 161px;
  }

  #volver_ser h1{
    font-size: 24px;
    padding-bottom: 38px;
  }

  #volver_ser{
    padding: 43px 0px;
  }

  #h_experiencia h1{
    font-size: 44px;
    line-height: 49px;
  }

  #h_experiencia{
    padding: 36px 0px;
  }

  #h_experiencia p{
    font-size: 17px;
    line-height: 28px;
  }

  #titulo{
    margin-top: 19%;
    padding-top: 98px;
    padding-bottom: 46px;
  }

  .empresa p{
    padding: 0px;
  }

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

  .mision p{
    padding: 0px;
    font-size: 18px;
    line-height: 24px;
  }

  .vision p{
    padding: 0px;
    font-size: 18px;
    line-height: 24px;
  }

  #excelencia{
    padding: 74px 0px;
    background-image: none;
    background-color: #00ACE4;
    margin-bottom: 49px;
  }

  .e-1{
    background-position: center;
  }

  .e-2{
    background-position: center;
  }

  .e-3{
    background-position: center;
  }

  .icoe{
    width: 100%;
  }

  .text{
    float: none;
  }

  .text-producto{
    padding: 0px;
  }

  .text-producto h1{
    font-size: 31px;
    padding: 11px 0px;
  }

  .text-producto p{
    font-size: 18px;
    line-height: 28px;
  }

  .text-producto a{
    margin-bottom: 19px;
  }

  #datos{
    padding-right:15px;
  }

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

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

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

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

  #enviar{
    font-size: 19px !important;
  }

  #borrar{
    font-size: 19px !important;
  }

  .texto-link2{
    padding: 23px 19px;
  }

  .texto-link2 h3{
    font-size: 31px;
  }

  .texto-link2 p{
    font-size: 15px;
  }

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

}


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

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

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

  #banner{
    margin-top: 18%;
  }

  .img2 {
    width: 181px;
  }

  #volver_ser h1{
    font-size: 24px;
    padding-bottom: 38px;
  }

  #h_experiencia h1{
    font-size: 44px;
    line-height: 49px;
  }

  #h_experiencia{
    padding: 36px 0px;
  }

  #h_experiencia p{
    font-size: 17px;
    line-height: 28px;
  }

  #titulo{
    margin-top: 19%;
    padding-top: 98px;
    padding-bottom: 46px;
  }

  .empresa p{
    padding: 0px;
  }

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

  .mision{
    margin-top: 86px;
  }

  #excelencia{
    padding: 74px 0px;
    background-image: none;
    background-color: #00ACE4;
    margin-bottom: 49px;
  }

  .e-1{
    background-position: center;
  }

  .e-2{
    background-position: center;
  }

  .e-3{
    background-position: center;
  }

  .icoe{
    width: 100%;
  }

  .text{
    float: none;
  }

  .text-producto h1{
    font-size: 31px;
    padding: 11px 0px;
  }

  .text-producto p{
    font-size: 18px;
    line-height: 28px;
  }

  .text-producto a{
    margin-bottom: 19px;
  }

  #datos{
    padding-right:15px;
  }

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

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

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

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

  #enviar{
    font-size: 19px !important;
  }

  #borrar{
    font-size: 19px !important;
  }

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

  #excelencia p{
    padding-bottom: 31px;
  }

}


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

@media (max-width: 767px) and (min-width:750px){

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

  #banner{
    margin-top: 18%;
  }

  .img2 {
    width: 181px;
  }

  #volver_ser h1{
    font-size: 24px;
    padding-bottom: 38px;
  }

  #h_experiencia h1{
    font-size: 61px;
    line-height: 73px;
  }

  #h_experiencia{
    padding: 36px 0px;
  }

  #titulo{
    margin-top: 19%;
    padding-top: 104px;
    padding-bottom: 94px;
  }

  .mision{
    margin-top: 86px;
  }

  #excelencia{
    padding: 74px 0px;
    background-image: none;
    background-color: #00ACE4;
    margin-bottom: 49px;
  }

  .e-1{
    background-position: center;
  }

  .e-2{
    background-position: center;
  }

  .e-3{
    background-position: center;
  }

  .icoe{
    width: 100%;
  }

  .text{
    float: none;
  }

  .text-producto h1{
    font-size: 37px;
    padding: 20px 0px;
  }

  .text-producto p{
    font-size: 18px;
    line-height: 28px;
  }

  .text-producto a{
    margin-bottom: 19px;
  }

  #datos{
    padding-right:15px;
  }

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

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

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

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

  #enviar{
    font-size: 19px !important;
  }

  #borrar{
    font-size: 19px !important;
  }

  #excelencia p{
    padding-bottom: 31px;
  }
  
}

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

@media (max-width: 850px) and (min-width:767px){

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

  #banner{
    margin-top: 18%;
  }

  .img2 {
    width: 181px;
  }

  #volver_ser h1{
    font-size: 24px;
    padding-bottom: 38px;
  }

  #h_experiencia h1{
    font-size: 61px;
    line-height: 73px;
  }

  #h_experiencia{
    padding: 36px 0px;
  }

  #titulo{
    margin-top: 17%;
    padding-top: 104px;
    padding-bottom: 94px;
  }

  .mision{
    margin-top: 86px;
  }

  #excelencia{
    padding: 74px 0px;
    background-image: none;
    background-color: #00ACE4;
    margin-bottom: 49px;
  }

  .e-1{
    background-position: center;
  }

  .e-2{
    background-position: center;
  }

  .e-3{
    background-position: center;
  }

  .icoe{
    width: 100%;
  }

  .text{
    float: none;
  }

  .text-producto p{
    font-size: 18px;
    line-height: 28px;
  }

  .text-producto a{
    margin-bottom: 19px;
  }

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

  #enviar{
    font-size: 19px !important;
  }

  #borrar{
    font-size: 19px !important;
  }

  #excelencia p{
    padding-bottom: 31px;
  }

  .texto{
    bottom: 21%;
    padding-left: 50px;
    font-size: 34px;
    line-height: 42px;
  }

  .texto-link2{
    padding: 22px 19px;
  }

  .texto-link2 h3{
    font-size: 34px;
  }

  .texto-link2 p{
    font-size: 17px;
  }

  #h_experiencia p{
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 57px;
  }
  
  

}

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


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

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

  #banner{
    margin-top: 29%;
  }

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

  .texto{
    bottom: 21%;
    padding-left: 50px;
    font-size: 34px;
    line-height: 42px;
  }

  .texto-link2{
    padding: 23px  29px;
  }

  .texto-link2 p{
    font-size: 18px;
  }

  .texto-link2 h3{
    font-size: 35px;
  }

  #h_experiencia h1{
    font-size: 62px;
    line-height: 77px;
  }

  #h_experiencia p{
    padding-bottom: 33px;
    line-height: 27px;
    font-size: 16px;
  }

  #titulo{
    margin-top: 28%;
    padding-top: 138px;
    padding-bottom: 118px;
  }

  #excelencia{
    padding: 31px 0px;
    background-image: none;
    background-color: #00ACE4;
  }

  .icoe{
    width: 100%;
  }

  .icoe{
    background-position: center;
  }

  .text{
    width: 100%;
  }

  .text-producto a{
    margin-bottom: 65px;
  }

  #datos h1{
    font-size: 38px;
  }
  
}


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


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

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

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

  #banner{
    margin-top:25%;
  }

  .texto{
    bottom: 21%;
    padding-left: 50px;
    font-size: 34px;
    line-height: 42px;
  }

  .texto-link2{
    padding: 23px  29px;
  }

  .texto-link2 p{
    font-size: 18px;
  }

  .texto-link2 h3{
    font-size: 35px;
  }

  #h_experiencia h1{
    font-size: 62px;
    line-height: 77px;
  }

  #h_experiencia p{
    padding-bottom: 33px;
    line-height: 27px;
    font-size: 16px;
  }

  #titulo{
    margin-top: 25%;
    padding-top: 138px;
    padding-bottom: 118px;
  }

  #excelencia{
    padding: 31px 0px;
    background-image: none;
    background-color: #00ACE4;
  }

  .icoe{
    width: 100%;
  }

  .icoe{
    background-position: center;
  }

  .text{
    width: 100%;
  }

  .text-producto a{
    margin-bottom: 65px;
  }

  #datos h1{
    font-size: 38px;
  }
  
}

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


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

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

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

  .text-producto h1{
    padding: 16px 0px;
    font-size: 36px;
  }

  .text-producto{
    margin-top: 4%;
    padding: 0px 33px;
  }

  .text-producto p{
    font-size: 18px;
    line-height: 26px;
  }

  #banner{
    margin-top:22%;
  }

  .texto{
    bottom: 21%;
    padding-left: 50px;
    font-size: 34px;
    line-height: 42px;
  }

  .texto-link2{
    padding: 27px  29px;
  }

  .texto-link2 h3{
    font-size: 38px;
  }

  #h_experiencia p{
    padding-bottom: 33px;
    line-height: 30px;
    font-size: 18px;
  }

  #titulo{
    margin-top: 23%;
    padding-top: 138px;
    padding-bottom: 118px;
  }

  #excelencia{
    padding: 31px 0px;
    background-image: none;
    background-color: #00ACE4;
  }

  .icoe{
    width: 100%;
  }

  .icoe{
    background-position: center;
  }

  .text{
    width: 100%;
  }

  .text-producto a{
    margin-bottom: 65px;
  }

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

  .mision{
    margin-top: 68px;
  }

  .mision p{
    padding: 0px 41px;
    font-size: 18px;
    margin-bottom: 40px;
  }

  #h_experiencia h1{
    font-size: 50px;
    padding-bottom: 65px;
  }

  #h_experiencia{
    padding: 24px 0px;
  }

  .vision p{
    padding: 0px 38px;
    font-size: 17px;
    line-height: 24px;
  }

  .vision{
    margin-top: 69px;
  }

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

  #excelencia p{
    font-size: 16px;
  }

  #datos p{
    font-size: 16px;
    line-height: 24px;
  }

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

  .datos{
    padding-bottom: 20px;
  }
  
}



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


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

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

  #banner{
    margin-top:22%;
  }

  .texto{
    bottom: 21%;
    padding-left: 50px;
    font-size: 34px;
    line-height: 42px;
  }

  .texto-link2{
    padding: 27px  29px;
  }

  .texto-link2 h3{
    font-size: 38px;
  }

  #h_experiencia p{
    padding-bottom: 33px;
    line-height: 30px;
    font-size: 18px;
  }

  #titulo{
    margin-top: 21%;
    padding-top: 138px;
    padding-bottom: 118px;
  }

  #excelencia{
    padding: 31px 0px;
    background-image: none;
    background-color: #00ACE4;
  }

  .icoe{
    width: 100%;
  }

  .icoe{
    background-position: center;
  }

  .text{
    width: 100%;
  }

  .text-producto a{
    margin-bottom: 65px;
  }

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

  .mision{
    margin-top: 68px;
  }

  .mision p{
    padding: 0px 41px;
    font-size: 16px;
  }

  .mision h1{
    font-size: 34px;
    padding-bottom: 15px;
  }

  .vision h1{
    font-size: 34px;
    padding-bottom: 15px;
  }

  .vision p{
    padding: 0px 38px;
    font-size: 17px;
    line-height: 24px;
  }

  .vision{
    margin-top: 69px;
  }

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

  #excelencia p{
    font-size: 16px;
  }

  #datos p{
    font-size: 16px;
    line-height: 24px;
  }

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

  .datos{
    padding-bottom: 20px;
  }

  .text-producto{
    margin-top: 7%;
    padding: 0px 34px;
  }

  .text-producto h1{
    padding: 27px 0px;
    font-size: 36px;
  }

  .text-producto p{
    font-size: 17px;
    line-height: 28px;
  }

}


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

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

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

  #banner{
    margin-top:19%;
  }

  .texto{
    bottom: 21%;
    padding-left: 50px;
    font-size: 34px;
    line-height: 42px;
  }

  .texto-link2{
    padding: 27px  29px;
  }

  .texto-link2 h3{
    font-size: 38px;
  }

  #h_experiencia p{
    padding-bottom: 33px;
    line-height: 30px;
    font-size: 18px;
  }

  #titulo{
    margin-top: 19%;
    padding-top: 186px;
    padding-bottom: 118px;
  }

  #excelencia{
    padding:77px 0px;
  }

  .icoe{
    width: 100%;
  }

  .icoe{
    background-position: center;
  }

  .text{
    width: 100%;
  }

  .text-producto a{
    margin-bottom: 65px;
  }

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

  .mision{
    margin-top: 68px;
  }

  .mision p{
    padding: 0px 41px;
    font-size: 16px;
  }

  .mision h1{
    font-size: 34px;
    padding-bottom: 15px;
  }

  .vision h1{
    font-size: 34px;
    padding-bottom: 15px;
  }

  .vision p{
    padding: 0px 38px;
    font-size: 17px;
    line-height: 24px;
  }

  .vision{
    margin-top: 69px;
  }

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

  #excelencia p{
    font-size: 16px;
  }

  #datos p{
    font-size: 16px;
    line-height: 24px;
  }

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

  .datos{
    padding-bottom: 20px;
  }

  .text-producto{
    margin-top: 7%;
    padding: 0px 34px;
  }

  .text-producto h1{
    padding: 27px 0px;
    font-size: 36px;
  }

  .text-producto p{
    font-size: 17px;
    line-height: 28px;
  }

  

}


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

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

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

  #banner{
    margin-top:19%;
  }

  .texto{
    bottom: 21%;
    padding-left: 50px;
    font-size: 34px;
    line-height: 42px;
  }

  .texto-link2{
    padding: 27px  29px;
  }

  .texto-link2 h3{
    font-size: 38px;
  }

  #h_experiencia p{
    padding-bottom: 33px;
    line-height: 30px;
    font-size: 18px;
  }

  #titulo{
    margin-top: 18%;
    padding-top: 207px;
    padding-bottom: 118px;
  }

  #excelencia{
    padding: 76px 0px;
  }

  .icoe{
    width: 100%;
  }

  .icoe{
    background-position: center;
  }

  .text{
    width: 100%;
  }

  .text-producto a{
    margin-bottom: 65px;
  }

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

  .mision{
    margin-top: 68px;
  }

  .mision p{
    padding: 0px 41px;
    font-size: 16px;
  }

  .mision h1{
    font-size: 34px;
    padding-bottom: 15px;
  }

  .vision h1{
    font-size: 34px;
    padding-bottom: 15px;
  }

  .vision p{
    padding: 0px 38px;
    font-size: 17px;
    line-height: 24px;
  }

  .vision{
    margin-top: 69px;
  }

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

  #excelencia p{
    font-size: 16px;
  }

  #datos p{
    font-size: 16px;
    line-height: 24px;
  }

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

  .datos{
    padding-bottom: 20px;
  }

  .text-producto{
    margin-top: 10%;
    padding: 0px 34px;
  }

  .text-producto h1{
    padding: 27px 0px;
    font-size: 36px;
  }

  .text-producto p{
    font-size: 17px;
    line-height: 28px;
  }
  
  
}


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

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

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

  #banner{
    margin-top:17%;
  }

  .texto{
    bottom: 21%;
    padding-left: 50px;
    font-size: 34px;
    line-height: 42px;
  }

  .texto-link2{
    padding: 27px  29px;
  }

  .texto-link2 h3{
    font-size: 38px;
  }

  #h_experiencia p{
    padding-bottom: 33px;
    line-height: 30px;
    font-size: 18px;
  }

  #titulo{
    margin-top: 17%;
    padding-top: 230px;
    padding-bottom: 118px;
  }

  #excelencia{
    padding: 79px 0px;
  }

  .icoe{
    width: 100%;
  }

  .icoe{
    background-position: center;
  }

  .text{
    width: 100%;
  }

  .text-producto a{
    margin-bottom: 65px;
  }

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

  .mision{
    margin-top: 86px;
  }

  .mision p{
    padding: 0px 41px;
    font-size: 19px;
  }

  .vision p{
    padding: 0px 38px;
  }

  .vision{
    margin-top: 69px;
  }

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

  #datos p{
    font-size: 16px;
    line-height: 24px;
  }

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

  .datos{
    padding-bottom: 20px;
  }

  .text-producto{
    margin-top: 10%;
    padding: 0px 34px;
  }

  .text-producto h1{
    padding: 27px 0px;
    font-size: 36px;
  }

  .text-producto p{
    font-size: 17px;
    line-height: 28px;
  }

  
}

/*-----------------------------------------------------------------------------*/
@media (max-width: 1600px) and (min-width:1499px){

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

  .icoe{
    margin-right: 7px;
  }

  #banner{
    margin-top:15%;
  }

  .texto{
    padding-left: 109px;
  }

  .texto-link2{
    padding: 37px  29px;
  }

  #titulo{
    margin-top: 15%;
    padding-top: 270px;
    padding-bottom: 118px;
  }

  .text-producto a{
    margin-bottom: 65px;
  }

  #datos h1{
    font-size: 36px;
  }

  .mision{
    margin-top: 111px;
  }

  .vision{
    margin-top: 92px;
  }

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

  #datos p{
    font-size: 16px;
    line-height: 24px;
  }

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

  .datos{
    padding-bottom: 20px;
  }

  .text-producto h1{
    padding: 27px 0px;
    font-size: 36px;
  }

  .text-producto p{
    font-size: 17px;
    line-height: 28px;
  }
  

}



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

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

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

  #banner{
    margin-top:14%;
  }

  .texto{
    padding-left: 109px;
  }

  #titulo{
    margin-top: 13%;
    padding-top: 318px;
    padding-bottom: 146px;
  }

  .text-producto a{
    margin-bottom: 65px;
  }

  #datos h1{
    font-size: 36px;
  }

  .mision{
    margin-top: 111px;
  }

  .vision{
    margin-top: 92px;
  }

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

  #datos p{
    font-size: 16px;
    line-height: 24px;
  }

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

  .datos{
    padding-bottom: 20px;
  }

  .text-producto h1{
    padding: 27px 0px;
    font-size: 36px;
  }

  .text-producto p{
    font-size: 17px;
    line-height: 28px;
  }

}


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

@media (max-width: 2100px) and (min-width:1901px){

  #banner {
    margin-top: 12%;
  }

  #titulo{
    margin-top: 12%;
  }

}


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

@media (max-width: 2300px) and (min-width:2101px){

  #banner {
    margin-top: 11%;
  }

  #titulo{
    margin-top: 12%;
  }

}