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

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

#contenedor{
  width:100%;
  font-family:"Montserrat-Regular";
  overflow:hidden;
  position:relative;
  font-size: 17px;
  color: #000;
}

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

.escondido {
  display: none;
}

.clear{
  clear:both;
}

.logo{
  background-color: #05294D;
}

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

#barra-menu{
  padding-bottom: 19px;
}

.barra-menu{
  display: flex;
  justify-content: center;
}

#sello{
  position: absolute;
  top: 0;
}

.img2 {
  width:174px;
  float: left;
  padding: 6px 0px;
}

.navbar-inverse{
  background-color: #fff;
}

#banner{
  margin-top: 6%;
}

#banner .carousel-indicators{
  bottom: -41px;
  width: 100%;
  left: 0%;
  margin-left: 0%;
}

#banner .carousel-indicators li {
  background-color: #08284E;
  border: transparent;
  width: 18px;
  height: 18px;
  margin-left: 6px;
}

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

#datos_header{
  padding: 4px 0px;
}

.datos_header ul{
  float: right;
}

.datos_header ul li a{
  color: #05294D;
  padding-left: 7px;
  font-size: 14px;
  line-height:32px;
}

.datos_header ul li p {
  color: #072848;
  font-size: 14px;
  float: left;
  position: relative;
  padding-left: 6px;
  margin:0px;
}

.ico_login{
  background-image: url(../img/ico-login.svg);
  background-repeat: no-repeat;
  width: 27px;
  height: 27px;
  float: left;
}

#h-quienes{
  padding: 125px 0px;
}

#h-quienes h1{
  color: #CA7300;
  font-size: 98px;
  font-family:"Montserrat-Bold";
  padding-bottom: 55px;
}

#h-quienes span{
  color: #072848;
}

.text-hquienes{
  padding-left: 300px;
}

.text-hquienes h2{
  font-family:"Montserrat-Bold";
  color: #08284E;
  font-size: 36px;
  padding-bottom: 15px;
}

.text-hquienes h3{
  font-size: 30px;
  color: #08284E;
}

.line{
  width: 100%;
  height: 6px;
  background: #FF8C00;
background: linear-gradient(50deg, rgba(255, 140, 0, 1) 27%, rgba(194, 106, 0, 1) 50%);
}

.ver-mas{
  margin-top:45px;
  padding-left: 460px;
}

.ver-mas a{
  font-size: 32px;
  color: #fff;
  padding:9px 40px;
  background:#FF8B00;
  background:linear-gradient(50deg, rgba(255, 139, 0, 1) 39%, rgba(194, 106, 0, 1) 60%);
  text-decoration:none;
  float: right;
  margin-top: -22px;
  margin-right: 21%;
}

.ver-mas a:hover{
  background: #26336C;
background: linear-gradient(50deg, rgba(38, 51, 108, 1) 27%, rgba(57, 72, 121, 1) 50%, rgba(27, 45, 77, 1) 69%);
}


.isotipo {
  float: left;
  position: absolute;
  bottom: 22%;
  right: 0%;
  text-align: center;
  color: #FFF;
  padding: 45px 37px;
  z-index: 99999;
}

#hservicios{
  background-color: #D6E0E9;
  margin-top: 151px;
}

#hservicios h1{
  background-color: #08284E;
  font-size: 66px;
  color: #fff;
  padding:8px 65px 8px 95px;
  margin-top: 33px;
  display: inline-block;
}

#hservicios h2{
  color: #08284E;
  font-family:"Montserrat-Bold";
  font-size: 110px;
  padding-top: 45px;
  padding-left: 62px;
}

.hservicios{
  margin-top: -5%;
}

.link-services{
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 57px;
  text-decoration: none !important;
}

.link-services h3{
  font-size: 24px;
  color:#08284E;
  padding: 0px 26px;
  margin-top: 20px;
  text-decoration: none;
  text-align: center;
}

.link-services:hover h3{
  color: #000;
}



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

.link-services:hover .hover{
  display: block;
}

.line2{
  width: 80%;
  height: 19px;
  background-color: #08284E;
  float: left;
}

#hactualidad{
  padding:104px 0px;
}

.tit-actualidad{
  text-align: center;
}

.tit-actualidad h1{
  color: #08284E;
  font-size: 110px;
  font-family: "Montserrat-Bold";
  text-align: center;
  border-bottom:5px solid #C76C00;
  display: inline-block;
  padding-bottom: 7px;
}

.ite-actualidad{
  padding-top: 75px;
}

.items-actualidad {
  float: left;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.item-actualidad {
  bottom: 0px;
  height: 100%;
  position: absolute;
  width: 100%;
  text-align: center;
  padding-top: 250px;
  left: 0;
}

.items-actualidad:hover .item-actualidad {
  background:#b4721442;
}

#clientes{
  padding: 106px 0px;
  background-image: url(../img/clientes/bg.webp);
  background-color: #B96800;
}

#clientes h1{
  font-family: "Montserrat-Bold";
  color: #fff;
  font-size: 40px;
  padding-bottom: 65px;
}

.line3{
  float: left;
  width: 9%;
  height: 5px;
  margin-top: 20px;
  background-color: #fff;
  margin-right: 21px;
}

.line4{
  float: right;
  width:54%;
  height: 5px;
  margin-top: 20px;
  background-color: #fff;
}

footer{
  padding-top: 107px;
  background-color: #08284e;
  padding-bottom: 45px;
}

footer p{
  color: #FFF;
  font-family: "Montserrat-Bold";
  font-size: 22px;
  line-height: 27px;
}

#copy{
  background-color: #08284e;
  text-align: center;
}

.copy{
  padding: 14px 0px;
}

.copy a {
  background: url(../img/web.svg) no-repeat right;
  color: #ffffff1f;
  padding-right: 126px;
  display: inline-block;
  font-size: 12px;
  text-decoration: none !important;
}

#titulo {
  padding-top: 409px;
  padding-bottom: 0px;
  background-size: cover;
  margin-top: 6%;
}

#titulo h1 {
  background-color:#05294DB2;
  color:#fff;
  text-align:right;
  font-family: "Montserrat-Bold";
  font-size: 55px;
  float: right;
  padding:20px 232px 20px 70px;
}

.bg2 {
  background: url(../img/quienes-somos/bg.webp) no-repeat;
  background-size: auto;
  background-position: center;
}

.bg3 {
  background: url(../img/servicios/bg.webp) no-repeat;
  background-size: auto;
  background-position: center;
}

.bg4 {
  background: url(../img/nuestro-equipo/bg.webp) no-repeat;
  background-size: auto;
  background-position: center;
}

.bg5 {
  background: url(../img/responsabilidad-social/bg.webp) no-repeat;
  background-size: auto;
  background-position: center;
}

.bg6 {
  background: url(../img/testimonios/bg.webp) no-repeat;
  background-size: auto;
  background-position: center;
}

.bg7 {
  background: url(../img/actualidad/bg.webp) no-repeat;
  background-size: auto;
  background-position: center;
}

.bg8 {
  background: url(../img/bg-contacto.webp) no-repeat;
  background-size: auto;
  background-position: center;
}





#empresa{
  padding: 95px 0px;
}

#empresa h1{
  font-size: 24px;
  color: #08284E;
  text-align: center;
  line-height: 33px;
}

#estrategia{
  padding: 45px 0px
}

.text-estrategia{
  padding-left: 129px;
  padding-top: 136px;
}

.text-estrategia h1{
  font-size: 110px;
  color: #0C2649;
  font-family: "Montserrat-Bold";
  margin-bottom: 39px;
}

.text-estrategia span{
  color: #CA7300;
}

.text-estrategia p{
  font-size: 24px;
  color: #08284E;
  display: flex;
}

.line5{
  width:9%;
  height: 5px;
  background:#FF8C00;
  background:
linear-gradient(50deg, rgba(255, 140, 0, 1) 27%, rgba(194, 106, 0, 1) 50%);
  float: left;
  margin-right: 35px;
  margin-top: 10px;
}

#gestion{
  padding: 75px 0px;
}

.text-gestion{
  margin-top: 99px;
  padding-right: 143px;
}

.text-gestion h1{
  font-family: "Montserrat-Bold";
  font-size: 60px;
  letter-spacing: 4px;
  padding-bottom: 39px;
  color: #0A2747;
}

.text-gestion ul li{
  background-image: url(../img/quienes-somos/li.webp);
  background-repeat: no-repeat;
  background-position:0px 13px;
  padding-left: 78px;
  padding-bottom: 41px;
  color: #08284E;
  font-size: 24px;
  line-height: 28px;
}

.fig1{
  background: #F68501;
  background: linear-gradient(90deg, rgba(246, 133, 1, 1) 0%, rgba(197, 109, 1, 1) 53%);
  position: absolute;
  width: 556px;
  height: 503px;
  right: 0%;
  top: 0%;
}

.fig2{
  background: #F68501;
  background: linear-gradient(90deg, rgba(246, 133, 1, 1) 0%, rgba(197, 109, 1, 1) 53%);
  position: absolute;
  width: 556px;
  height: 503px;
  left: 0%;
  top: 0%;
}

.text-gestion2{
  margin-top: 207px;
  padding-left: 198px;
}

.text-gestion2 h1{
  font-family: "Montserrat-Bold";
  font-size: 60px;
  letter-spacing: 4px;
  padding-bottom: 39px;
  color: #0A2747;
}

.text-gestion2 ul li{
  background-image: url(../img/quienes-somos/li.webp);
  background-repeat: no-repeat;
  background-position:0px 15px;
  padding-left: 78px;
  padding-bottom: 41px;
  color: #08284E;
  font-size: 24px;
  line-height: 31px;
}

#tit-servicio{
  text-align: center;
}

.text-tit-servicio{
  margin-top:85px;
  margin-bottom: 85px;
  border-radius: 10px;
  padding: 35px 65px;
  background-color: #05294D;
}

.text-tit-servicio h1{
  border-radius: 10px;
  background-color: #F9FAFA;
  color: #CB7101;
  font-size: 50px;
  padding: 15px;
  font-family: "Montserrat-Bold";
}

.text-tit-servicio h2{
  font-family: "Montserrat-Bold";
  color: #fff;
  font-size: 50px;
  padding-top: 18px;
}

#nuestro-objetivo{
  padding: 15px 0px
}

#servicios{
  padding:165px 0px;
}

.text-servicio2{
  margin-top: 93px;
  padding-left: 41px;
  padding-right: 48px;
}

.text-servicio2 p {
  font-size: 24px;
  color: #08284E;
  display: flex;
  text-align: justify;
  line-height: 29px;
}

.text-servicio2 h1{
  font-family: "Montserrat-Bold";
  font-size: 60px;
  letter-spacing: 4px;
  padding-bottom: 39px;
  color: #0A2747;
}

.text-servicio2 ul li{
  background-image: url(../img/quienes-somos/li.webp);
  background-repeat: no-repeat;
  background-position:0px 15px;
  padding-left: 78px;
  padding-bottom: 41px;
  color: #08284E;
  font-size: 24px;
  line-height: 31px;
}

.fig3 {
  background:
#F68501;
  background:
linear-gradient(90deg, rgba(246, 133, 1, 1) 0%, rgba(197, 109, 1, 1) 53%);
  position: absolute;
  width: 167.6px;
  height: 330.8px;
  left: 0%;
  bottom: 0%;
}

.text-servicio3{
  margin-top: 83px;
  padding-left: 97px;
}

.text-servicio3 h1{
  font-family: "Montserrat-Bold";
  font-size: 40px;
  letter-spacing: 4px;
  padding-bottom: 39px;
  color: #0A2747;
}

.text-servicio3 ul li{
  background-image: url(../img/quienes-somos/li.webp);
  background-repeat: no-repeat;
  background-position:0px 15px;
  padding-left: 78px;
  padding-bottom: 10px;
  color: #08284E;
  font-size: 24px;
  line-height: 31px;
}

#equipo{
  padding: 150px 0px;
}

.equipo2{
  display: flex;
  justify-content: center;
}

@keyframes moveToRight {
  0% {
    right: 0;
  }
  48% {
    transform: rotateY(0deg); 
  }
  50% { 
    right: calc(100% - 100px);
  }
  100% {
    right: 0;    
  }
 }

.fig4 {
  animation-name: moveToRight;
  animation-duration: 14s;
  animation-iteration-count: infinite;
  width: 90%;
  position: absolute;
  float: left;
  background: #FF8B00;
  background: linear-gradient(90deg, rgba(255, 139, 0, 1) 0%, rgba(247, 135, 0, 1) 46%, rgba(193, 104, 0, 1) 100%);
  height: 200px;
  right: 0%;
  bottom: 422px;
}

.text-equipo{
  padding-top: 19px;
}

.text-equipo h1{
  font-family: "Montserrat-Bold";
  font-size: 22px;
  color: #05294D;
  padding-bottom: 8px;
}

.text-equipo h2{
  font-size: 16px;
  font-family: "Montserrat-Bold";
  color: #CA6F06;
  padding-bottom: 20px;
}

.text-equipo p{
  font-size: 18px;
  color: #1c2c4d;
  padding-bottom: 40px;
  line-height: 24px;
  text-align: justify;
}

.caja{
  display: flex;
  flex-wrap: wrap;
}

.home_servicios2 {
  position: absolute;
  bottom:-55px;
  z-index: 0;
}

#btn-ampliar{
  color: #fff;
  padding: 10px 18px;
  background: #11386F;
  background: linear-gradient(67deg, rgba(17, 56, 111, 1) 0%, rgba(18, 67, 126, 1) 23%, rgba(25, 66, 120, 1) 52%, rgba(18, 67, 126, 1) 82%, rgba(5, 41, 77, 1) 100%);
  text-decoration: none;
  top: 40px;
  position: relative;
}

#btn-ampliar:hover{
  background: #FF8B00;
  background: linear-gradient(67deg, rgba(255, 139, 0, 1) 0%, rgba(197, 104, 0, 1) 23%, rgba(255, 139, 0, 1) 52%, rgba(197, 104, 0, 1) 82%, rgba(255, 139, 0, 1) 100%);
}

#des-equipo{
  padding: 102px 0px;
}

.descripcion h1{
  padding-bottom: 15px;
  font-size: 60px;
  color: #0C2B48;
  letter-spacing: 3px;
  font-family: "Montserrat-Bold";
}

.descripcion p{
  font-family: "Montserrat-Bold";
  color:#C87400;
  font-size: 16px;
  margin-bottom: 13px;
}

.descripcion{
  padding-left: 107px;
}

.volver{
  padding-bottom: 88px;
  text-align: center;
  padding-top: 50px;
}

.volver a{
  font-family: "Montserrat-Bold";
  background: #FF8B00;
  background: linear-gradient(90deg, rgba(255, 139, 0, 1) 0%, rgba(255, 138, 0, 1) 36%, rgba(199, 109, 0, 1) 59%, rgba(194, 105, 1, 1) 100%);
  color: #fff;
  text-decoration: none;
  padding: 10px 22px;
  font-size: 16px
}

.volver a:hover{
  background: #11386F;
  background: linear-gradient(67deg, rgba(17, 56, 111, 1) 0%, rgba(18, 67, 126, 1) 23%, rgba(25, 66, 120, 1) 52%, rgba(18, 67, 126, 1) 82%, rgba(5, 41, 77, 1) 100%);
}

#testimonios{
  padding: 95px 0px
}

#testimonios h1{
  font-family: "Montserrat-Bold";
  text-align: center;
  font-size: 80px;
  color: #C87300;
  letter-spacing:4px;
  padding-bottom: 55px;
}

#testimonios h1 span{
  color: #08284E;
}

.testimonio{
  display: flex;
  flex-wrap: wrap;
}

.caja_testimonio{
  background-color: #D6E0E9;
  text-decoration:none;
  margin:28px;
  padding: 38px 46px;
}

.caja_testimonio h2{
  color: #08284E;
  text-align: center;
  padding-bottom: 35px;
  font-size: 30px;
  font-family: "Montserrat-Bold";
}

.caja_testimonio h3{
  color: #C77500;
  text-align: center;
  font-size: 20px;
  padding-bottom: 30px;
  font-family: "Montserrat-Bold";
}

.caja_testimonio p{
  text-align: justify;
  font-size: 18px;
  line-height: 21px;
  color: #1c2c4d;
}

.comillas{
  text-align: center;
  font-family: "Montserrat-Bold";
  color: #DA9000;
  font-size: 80px;
}

#video{
  padding-top: 85px;
  padding-bottom: 160px;
}

.embed-responsive {
  border-radius: 15px;
  position: relative;
  display: block;
  padding:0;
  overflow:hidden;
}

.video {
  width: 100%;
  height: 750px;
  margin-top: 25px;
}

#actualidad{
  padding: 55px 0px
}

#actualidad h1{
  font-family: "Montserrat-Bold";
  text-align: center;
  font-size: 44px;
  text-transform: uppercase;
  margin-bottom: 46px;
  border-bottom: 1px solid #05294d;
  color: #05294d;
}

#formulario{
  padding:110px 0px;
}

#formulario h1{
  padding-top:7px;
  font-size:18px;
  color: #1c2c4d;
}

#formulario h3{
  padding-top: 15px;
  padding-left: 5px;
  font-size: 18px;
}

#formulario p{
  margin-top:57%;
  line-height: 26px;
  text-align: center;
  font-size: 18px;
  font-family: "din-medium";
}

#formulario input {
  width: 100%;
  border: 2px solid #C77300;
  font-size: 16px;
  border-radius: 0px;
  padding: 11px 10px;
  margin-top: 5px;
  margin-bottom: 8px;
}

#formulario textarea {
  width: 100%;
  border: 2px solid #C77300;
  font-size: 16px;
  padding: 15px 10px;
  margin-top: 5px;
  border-radius: 0px;
  height: 120px;
}

.form-control {
  font-size: 15px;
  padding: 8px 8px;
  border-radius: 0px;
  border: 2px solid #C77300;
  height: 44px;
  margin-top: 7px;
  margin-bottom: 8px;
}

#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: 17px !important;
  margin-top: 31px !important;
  padding: 8px 0px !important;
  background:#07274E !important;
  margin-right: 15px;
  font-family: "Montserrat-Bold" !important;
  border: none !important;
  border-radius: 0px !important;
  text-transform: uppercase !important;
}

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

#borrar {
  width: 100px !important;
  cursor: pointer;
  position: relative;
  float: right;
  color: #fff !important;
  text-align: center;
  font-size: 17px !important;
  margin-top: 31px !important;
  padding: 8px 0px !important;
  background:#07274E !important;
  border: none !important;
  border-radius: 0px !important;
  font-family: "Montserrat-Bold" !important;
  text-transform: uppercase !important;
  margin-right: 15px;
}

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

.float_linkedin {
  background: url(../img/redes.svg) no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  width: 97px;
  height: 59px;
  position: fixed;
  right: -36px;
  z-index: 99999;
  bottom: 59%;
}

.float_whatsapp {
  background: url(../img/redes.svg) no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  width: 97px;
  height: 65px;
  position: fixed;
  right: -36px;
  z-index: 99999;
  bottom: 52%;
  background-position:0px -56px;
}

.float_telefono {
  background: url(../img/redes.svg) no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  width: 97px;
  height: 74px;
  position: fixed;
  right: -36px;
  z-index: 99999;
  bottom: 45%;
  background-position: 0px -107px;
}












@keyframes pulse {
  0% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgb(1, 169, 1);
  }
  
  70% {
      transform: scale(1);
      box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  
  100% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}




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

  #navbar a{
    padding: 5px;
    text-decoration: none;
    border: none;
    text-align: center;
    background-color: transparent;
    width: 100%;
    color: #000;
    font-size: 16px;
    float: left;
    position: relative;
    display:inline-block;
    border-bottom: 1px solid #1b345c47;
  }

  #menu2 .selec{
    text-decoration: none;
    border-bottom: 2px solid #CA7300;
  }

  #menu2 .selec2 {
    text-decoration: none;
    color: #fff;
  }

  .navbar-default{
    background-color: transparent;
    border: none;
  }

  

  #navbar a:hover{
    border-bottom: 2px solid #CA7300;
    text-decoration: none;
  }

  .navbar-header {
    float: none;
  }

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

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

  nav .me{
    font-size: 12px;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: #fff;
  }

  .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: #da8904;
  }

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

  .navbar-toggle .icon-bar{
    width: 39px;
    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{
    background-color: #D6E0E9;
    max-height: inherit !important;
  }

  #navbar li{
    width: 100%;
    display: inline-block;
    margin: 0px;
  }
}


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

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

  #menu2 {
    margin-top: -17%;
    margin-bottom: 0px;
  }

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

  #banner{
    margin-top:54%;
  }

  #h-quienes h1{
    font-size: 35px;
  }

  .text-hquienes {
    padding-left: 0px;
  }

  .text-hquienes h2{
    font-size: 21px;
  }

  .text-hquienes h3{
    font-size: 16px;
  }

  .ver-mas{
    padding-left: 0px;
  }

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

  .ver-mas a{
    padding: 9px 26px;
    font-size: 21px;
    margin-top: -22px;
  }

  #h-quienes {
    padding:37px 0px;
  }

  #hservicios h1{
    font-size: 36px;
    margin-top: -12px;
    padding: 8px 65px 8px 22px;
  }

  #hservicios h2{
    padding-top: 11px;
    padding-left:25px;
    font-size: 44px;
    padding-bottom: 18px;
  }

  .link-services h3{
    font-size: 17px;
  }

  .tit-actualidad h1{
    font-size:39px;
  }

  #hactualidad {
    padding: 63px 0px;
  }

  .items-actualidad{
    margin-bottom: 15px;
  }

  #btn-ampliar{
    padding: 10px 15px;
    font-size: 14px;
  }
  
  .line3{
    width: 6%;
    margin-right: 12px;
  }

  .line4{
    width: 20%;
  }

  #clientes h1{
    font-size: 18px;
  }
  
  .copy a{
    font-size: 11px;
  }

  #clientes{
    padding: 61px 0px;
  }

  footer{
    padding-top: 47px;
  }

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

  #titulo{
    padding-top: 129px;
    margin-top: 34%;
  }

  #titulo h1{
    font-size: 29px;
    padding: 8px 39px 8px 20px;
  }

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

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

  #actualidad {
    padding: 25px 0px;
  }

  .text-tit-servicio{
    padding: 22px 25px;
    margin-top: 43px;
    margin-bottom: 23px;
  }

  .text-tit-servicio h1{
    font-size:26px;
    padding: 10px;
  }

  .text-tit-servicio h2{
    font-size: 22px;
  }

  .text-servicio2{
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 17px;
  }

  .text-servicio2 h1{
    font-size: 34px;
    padding-bottom: 29px;
  }

  .line5{
    margin-right: 15px;
  }

  .text-servicio2 p{
    font-size: 17px;
    padding-bottom: 39px;
    line-height: 21px;
  }

  .fig3{
    height: 198px;
  }

  #servicios {
    padding:69px 0px;
  }

  .text-servicio3{
    padding-left: 0px;
  }

  .text-servicio3 h1{
    font-size: 22px;
    letter-spacing: 2px;
  }

  #empresa h1{
    font-size: 18px;
    line-height: 25px;
  }

  .text-estrategia h1{
    font-size: 35px;
    line-height: 36px;
  }

  .text-gestion h1{
    font-size: 36px;
  }

  .text-gestion{
    padding-right: 10px;
    margin-top: 28px;
  }

  .text-gestion ul li{
    font-size: 19px;
    line-height: 23px;
  }

  .text-gestion2 {
    margin-top: 75px;
    padding-left: 23px;
  }

  .text-estrategia {
    padding-left: 8px;
    padding-top: 84px;
  }

  .fig1{
    width: 213px;
    height: 334px;
  }

  .caja_testimonio p{
    font-size: 16px;
  }

  .text-gestion2 h1{
    font-size: 36px;
  }

  .text-gestion2 ul li{
    font-size: 19px;
    line-height: 23px;
  }

  .text-estrategia {
    padding-left: 15px;
    padding-top: 81px;
  }

  .text-servicio3 ul li{
    font-size: 15px;
    line-height: 21px;
  }

  .descripcion{
    padding-top: 20px;
  }

  .descripcion {
    padding-left: 3px;
  }

  .descripcion h1{
    font-size: 27px;
  }

  .contents2 ul li{
      line-height: 22px !important;
      font-size: 16px !important;
  }

  .heading2{
    font-size: 21px !important;
  }

  .accordion2{
    margin-right: 0px !important;
  }

  #des-equipo {
    padding:55px 0px;
  }

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

  .caja_testimonio{
    margin:0px;
    padding:27px 13px;
    margin-bottom: 25px;
  }

  .caja_testimonio h3{
    font-size: 17px;
  }

  .caja_testimonio h2{
    font-size: 26px;
    padding-bottom: 19px;
  }

  #video {
    padding-top: 85px;
    padding-bottom: 102px;
  }

  .video{
    height: 261px;
  }

  #sello {
    position: relative;
    padding-bottom: 16px;
    float: right;
    display: flex;
  }

   .equipo2 {
    display: block;
  }

  #equipo {
    padding: 68px 0px;
  }

  .text-equipo p{
    font-size: 16px;
    line-height: 22px;
  }

  .caj {
    margin-bottom: 144px;
  }

  .fig4{
    bottom: 556px;
  }

  .text-estrategia p{
    font-size: 18px;
  }

  #gestion {
    padding: 47px 0px;
  }



}


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


@media (max-width: 443px) and (min-width:401px){

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

  #menu2 {
    margin-top: -16%;
    margin-bottom: 0px;
  }

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

  #banner{
    margin-top:34%;
  }

  #h-quienes h1{
    font-size: 44px;
  }

  .text-hquienes {
    padding-left: 0px;
  }

  .text-hquienes h2{
    font-size: 27px;
  }

  .text-hquienes h3{
    font-size: 19px;
  }

  .ver-mas{
    padding-left: 0px;
  }

  .ver-mas a{
    padding: 9px 26px;
    font-size: 21px;
    margin-top: -22px;
  }

  #h-quienes {
    padding:37px 0px;
  }

  #hservicios h1{
    font-size: 44px;
    margin-top: -12px;
    padding: 8px 65px 8px 63px;
  }

  #hservicios h2{
    padding-top: 11px;
    padding-left: 62px;
    font-size: 56px;
  }

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

  .tit-actualidad h1{
    font-size: 59px;
  }

  .items-actualidad{
    margin-bottom: 15px;
  }
  
  .line3{
    width: 6%;
    margin-right: 12px;
  }

  .line4{
    width: 20%;
  }

  #clientes h1{
    font-size: 22px;
  }

  #clientes{
    padding: 61px 0px;
  }

  footer{
    padding-top: 47px;
  }

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

  #titulo{
    padding-top: 129px;
    margin-top: 34%;
  }

  #titulo h1{
    font-size: 29px;
    padding: 8px 39px 8px 20px;
  }

  .text-tit-servicio{
    padding: 22px 25px;
    margin-top: 43px;
    margin-bottom: 23px;
  }

  .text-estrategia h1{
    font-size: 40px;
  }

  .text-estrategia p{
    font-size: 20px;
  }

  .text-gestion h1{
    font-size: 40px;
  }

  .text-gestion{
    padding-right: 24px;
    margin-top: 21px;
  }

  .text-gestion ul li{
    font-size: 19px;
    line-height: 23px;
    padding-bottom: 27px;
  }

  .text-gestion2 {
    margin-top: 61px;
    padding-left: 21px;
  }

  .text-gestion2 h1{
    font-size: 41px;
  }

  .text-gestion2 ul li{
    font-size: 19px;
    line-height: 24px;
  }

  .fig1{
    width: 232px;
    height: 305px;
  }

  #empresa h1{
    line-height: 27px;
    font-size: 20px;
  }

  .text-estrategia {
    padding-left: 20px;
    padding-top: 78px;
  }

  .text-tit-servicio h1{
    font-size:29px;
    padding: 10px;
  }

  .text-tit-servicio h2{
    font-size: 22px;
  }

  .text-servicio2{
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 17px;
  }

  .text-servicio2 h1{
    font-size: 38px;
    padding-bottom: 29px;
  }

  .line5{
    margin-right: 15px;
  }

  .text-servicio2 p{
    font-size: 18px;
    padding-bottom: 39px;
    line-height: 23px;
  }

  .fig3{
    height: 271px;
  }

  #servicios {
    padding:69px 0px;
  }

  .text-servicio3{
    padding-left: 2px;
  }

  .text-servicio3 h1{
    font-size: 26px;
  }

  .text-servicio3 ul li{
    font-size: 20px;
    line-height: 24px;
  }

  .descripcion{
    padding-top: 20px;
  }

  .descripcion {
    padding-left: 3px;
  }

  .descripcion h1{
    font-size: 27px;
  }

  .contents2{
    font-size: 16px !important;
    line-height: 23px !important;
  }

  .contents2 ul li{
    font-size: 17px !important;
    line-height: 23px !important;
  }

  .heading2{
    font-size: 21px !important;
  }

  .accordion2{
    margin-right: 0px !important;
  }

  #des-equipo {
    padding:55px 0px;
  }

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

  .caja_testimonio{
    margin:0px;
    padding:38px 29px;
    margin-bottom: 25px;
  }

  .caja_testimonio h2{
    padding-bottom: 19px;
    font-size: 27px;
  }

  #video {
    padding-top: 85px;
    padding-bottom: 102px;
  }

  .video{
    height: 261px;
  }

  .caj {
    margin-bottom: 139px;
  }

  .text-equipo p{
    font-size: 16px;
    line-height: 22px;
  }

  .fig4{
    bottom: 545px;
  }
  
  .equipo2{
    display: block;
  }

  #equipo {
    padding: 70px 0px;
  }

  #sello {
    position: relative;
    padding-bottom: 16px;
    float: right;
    display: flex;
  }

  .caja_testimonio p{
    font-size: 17px;
    line-height: 22px;
  }


}


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


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


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

  #menu2 {
    margin-top: -16%;
    margin-bottom: 0px;
  }

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

  #banner{
    margin-top:31%;
  }

  #h-quienes h1{
    font-size: 44px;
    padding-bottom: 32px;
  }

  .text-hquienes {
    padding-left: 0px;
  }

  .text-hquienes h2{
    font-size: 24px;
  }

  .text-hquienes h3{
    font-size: 19px;
  }

  .ver-mas{
    padding-left: 0px;
  }

  .ver-mas a{
    padding: 9px 26px;
    font-size: 21px;
    margin-top: -22px;
  }

  #h-quienes {
    padding:37px 0px;
  }

  #hservicios h1{
    font-size: 44px;
    margin-top: -12px;
    padding: 8px 65px 8px 63px;
  }

  #hservicios h2{
    padding-top: 11px;
    padding-left: 62px;
    font-size: 56px;
  }

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

  .tit-actualidad h1{
    font-size: 59px;
  }

  .items-actualidad{
    margin-bottom: 15px;
  }
  
  .line3{
    width: 6%;
    margin-right: 12px;
  }

  .line4{
    width: 20%;
  }

  #clientes h1{
    font-size: 22px;
  }

  #clientes{
    padding: 61px 0px;
  }

  footer{
    padding-top: 47px;
  }

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

  #titulo{
    padding-top: 129px;
    margin-top: 31%;
  }

  #titulo h1{
    font-size: 29px;
    padding: 8px 39px 8px 20px;
  }

  #empresa h1{
    font-size: 19px;
    line-height: 30px;
  }

  .text-estrategia h1{
    line-height: 51px;
    font-size: 43px;
  }

  #gestion {
    padding: 41px 0px;
  }

  .text-gestion{
    margin-top: 34.6px;
    padding-right: 59px;
  }

  .text-gestion ul li{
    font-size: 19px;
    padding-bottom: 24px;
    line-height: 23px;
  }

  .text-gestion2 ul li{
    font-size: 19px;
    line-height: 25px;
  }

  .text-gestion2 h1{
    font-size: 44px;
  }

  .text-gestion2 {
    margin-top: 86px;
    padding-left: 33px;
  }

  .fig1{
    width: 238.3px;
    height: 301.2px;
  }

  .text-gestion h1{
    font-size: 43px;
  }

  .text-estrategia {
    padding-left: 27px;
    padding-top: 64px;
  }

  .text-tit-servicio{
    padding: 22px 25px;
    margin-top: 43px;
    margin-bottom: 23px;
  }

  .text-tit-servicio h1{
    font-size:29px;
    padding: 10px;
  }

  .text-tit-servicio h2{
    font-size: 22px;
  }

  .text-servicio2{
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 17px;
  }

  .text-servicio2 h1{
    font-size: 38px;
    padding-bottom: 29px;
  }

  .line5{
    margin-right: 15px;
  }

  .text-servicio2 p{
    font-size: 18px;
    padding-bottom: 39px;
    line-height: 23px;
  }

  .fig3{
    height: 271px;
  }

  #servicios {
    padding:69px 0px;
  }

  .text-servicio3{
    padding-left: 2px;
  }

  .text-servicio3 h1{
    font-size: 26px;
  }

  .text-servicio3 ul li{
    font-size: 20px;
    line-height: 24px;
  }

  .descripcion{
    padding-top: 20px;
  }

  .descripcion {
    padding-left: 3px;
  }

  .descripcion h1{
    font-size:33px;
  }

  .heading2{
    font-size: 21px !important;
  }

  .contents2 ul li{
    font-size: 17px !important;
    line-height: 23px !important;
  }

  .accordion2{
    margin-right: 0px !important;
  }

  #des-equipo {
    padding:55px 0px;
  }

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

  .caja_testimonio{
    margin:0px;
    padding:38px 29px;
    margin-bottom: 25px;
  }

  .caja_testimonio h2{
    padding-bottom: 19px;
  }

  .caja_testimonio p{
    font-size: 17px;
    line-height: 22px;
  }

  #video {
    padding-top: 85px;
    padding-bottom: 102px;
  }

  .video{
    height: 261px;
  }

  .caj {
    margin-bottom: 139px;
  }

  .text-equipo p{
    font-size: 16px;
  }

  .equipo2{
    display: block;
  }

  #equipo {
    padding: 70px 0px;
  }

  #sello {
    position: relative;
    padding-bottom: 16px;
    float: right;
    display: flex;
  }



}

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


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

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

  #menu2 {
    margin-top: -13%;
    margin-bottom: 0px;
  }

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

  #banner{
    margin-top:31%;
  }

  #h-quienes h1{
    font-size: 49px;
    padding-bottom: 32px;
  }

  .text-hquienes {
    padding-left: 0px;
  }

  .text-hquienes h2{
    font-size: 23px;
  }

  .text-hquienes h3{
    font-size: 20px;
  }

  .ver-mas{
    padding-left: 0px;
    margin-top: 71px;
  }

  .ver-mas a{
    padding: 9px 26px;
    font-size: 21px;
    margin-top: -22px;
  }

  #h-quienes {
    padding:37px 0px;
  }

  #hservicios h1{
    font-size: 44px;
    margin-top: -12px;
    padding: 8px 65px 8px 63px;
  }

  #hservicios h2{
    padding-top: 11px;
    padding-left: 62px;
    font-size: 56px;
  }

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

  .tit-actualidad h1{
    font-size: 52px;
  }

  .items-actualidad{
    margin-bottom: 15px;
  }
  
  .line3{
    width: 6%;
    margin-right: 12px;
  }

  .line4{
    width: 20%;
  }

  #clientes h1{
    font-size: 26px;
    text-align: center;
  }

  #clientes{
    padding: 61px 0px;
  }

  footer{
    padding-top: 47px;
  }

  footer p{
    margin-top: 21px;
    font-size: 19px;
  }

  #titulo{
    padding-top:214px;
    margin-top: 26%;
  }

  #titulo h1{
    font-size: 38px;
    padding: 8px 39px 8px 20px;
  }

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

  .text-tit-servicio{
    padding: 22px 25px;
    margin-top: 43px;
    margin-bottom: 23px;
  }

  .text-tit-servicio h1{
    font-size:29px;
    padding: 10px;
  }

  .text-tit-servicio h2{
    font-size: 22px;
  }

  .text-servicio2{
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 17px;
  }

  #empresa h1{
    font-size: 20px;
    line-height: 29px;
  }

  .text-estrategia {
    padding-left: 11px;
    padding-top: 70px;
  }

  .text-estrategia h1{
    font-size:47px;
    line-height: 54px;
  }

  .text-gestion{
    margin-top: 12px;
    padding-right: 48px;
  }

  .text-gestion h1{
    font-size: 45px;
  }

  .text-gestion ul li{
    padding-bottom: 27px;
    font-size: 19px;
    line-height: 26px;
  }

  .fig1{
    width: 214px;
    height: 296px;
  }

  .text-gestion2 h1{
    font-size: 46px;
  }

  .text-gestion2 ul li{
    font-size: 20px;
    line-height: 26px;
  }

  .text-gestion2 {
    margin-top: 69px;
    padding-left: 27px;
  }

  .text-servicio2 h1{
    font-size: 38px;
    padding-bottom: 29px;
  }

  .line5{
    margin-right: 15px;
  }

  .text-servicio2 p{
    font-size: 18px;
    padding-bottom: 39px;
    line-height: 23px;
  }

  .fig3{
    height: 271px;
  }

  #servicios {
    padding:69px 0px;
  }

  .text-servicio3{
    padding-left: 2px;
  }

  .text-servicio3 h1{
    font-size: 26px;
  }

  .text-servicio3 ul li{
    font-size: 20px;
  }

  .descripcion{
    padding-top: 20px;
  }

  .descripcion {
    padding-left: 3px;
  }

  .descripcion h1{
    font-size: 36px;
  }

  .contents2 ul li{
    font-size: 17px !important;
    line-height: 23px !important;
  }

  .heading2{
    font-size: 21px !important;
  }

  .accordion2{
    margin-right: 0px !important;
  }

  #des-equipo {
    padding:55px 0px;
  }

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

  .caja_testimonio{
    margin:0px;
    margin-bottom: 25px;
  }

  .caja_testimonio h2{
    padding-bottom: 19px;
  }

  #video {
    padding-top: 85px;
    padding-bottom: 102px;
  }

  .video{
    height: 261px;
  }

  .text-equipo{
    padding-bottom: 19px;
  }

  .fig4{
    top: 0%;
  }

  .caj {
    margin-bottom: 139px;
  }

  .equipo2{
    display: block;
  }

  #equipo {
    padding: 70px 0px;
  }

  #sello {
    position: relative;
    padding-bottom: 16px;
    float: right;
    display: flex;
  }


}




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

@media (max-width:650px) and (min-width:601px){

  #menu2 {
    margin-top: -10%;
    margin-bottom: 0px;
  }

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

  #banner{
    margin-top:27%;
  }

  #h-quienes h1{
    font-size: 55px;
  }

  .text-hquienes {
    padding-left: 15px;
  }

  .text-hquienes h3{
    font-size: 26px;
  }

  #sello {
    position: relative;
    padding-bottom: 16px;
    float: right;
    display: flex;
  }

  .text-hquienes h2{
    font-size: 30px;
  }

  .ver-mas{
    padding-left: 0px;
  }

  .text-estrategia{
    padding-top: 68px;
    padding-left: 19px;
  }

  .text-estrategia h1{
    font-size: 49px;
    line-height: 69px;
  }

  .text-gestion2 h1{
    font-size: 44px;
  }

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

  .text-gestion h1{
    font-size: 46px;
  }

  .text-gestion{
    padding-right: 54px;
    margin-top: 20px;
  }

  .text-estrategia p{
    font-size: 21px;
  }

  .fig1{
    width: 208.1px;
    height: 321.7px;
  }

  .text-gestion2 {
    margin-top: 72px;
    padding-left: 19px;
  }

  .text-gestion2 ul li{
    font-size: 21px;
  }

  .text-gestion ul li{
    font-size: 21px;
    line-height: 25px;
  }

  .ver-mas a{
    margin-top: -20px;
    font-size: 24px;
  }

  #hservicios h1{
    font-size: 44px;
    margin-top: -9px;
    padding: 8px 65px 8px 65px;
  }

  #hservicios h2{
    font-size: 56px;
    padding-top: 14px;
    padding-bottom: 36px;
  }

  #hservicios{
    margin-top: 68px;
  }

  #h-quienes {
    padding:73px 0px;
  }

  .tit-actualidad h1{
    font-size:70px;
  }

  .items-actualidad{
    margin-bottom: 27px;
  }

  .line3{
    width: 14%;
  }

  .line4{
    width: 16%;
  }

  #clientes h1{
    text-align: center;
    font-size: 32px;
  }

  footer p{
    margin-top: 14px;
  }

  #titulo{
    padding-top: 213px;
    margin-top: 25%;
  }

  #titulo h1{
    font-size: 41px;
    padding:20px 38px 20px 70px;
  }

  .text-tit-servicio h1{
    font-size: 38px;
  }

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

  .text-tit-servicio{
    padding: 35px 38px;
  }

  .text-tit-servicio h2{
    font-size: 37px;
  }

  .text-servicio2{
    margin-top: 15px;
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 45px;
  }

  .line5{
    float: left;
    margin-right: 19px;
  }

  .text-servicio2 p{
    font-size: 21px;
    line-height: 27px;
  }

  .text-servicio2 h1{
    font-size: 47px;
  }

  .text-servicio3{
    padding-left: 14px;
  }

  .text-servicio3 h1{
    font-size:29px;
  }

  .text-servicio3 ul li{
    font-size: 21px;
  }

  .text-equipo{
    padding-bottom: 45px;
  }

  .descripcion{
    padding-left: 20px;
    padding-top: 24px;
  }

  .descripcion h1{
    font-size: 37px;
  }

  .video{
    height: 392px;
  }

  .contents2 ul li{
    line-height: 22px !important;
    font-size: 17px !important;
  }

  .caj {
    margin-bottom: 139px;
  }

  .equipo2{
    display: block;
  }

  #equipo {
    padding: 70px 0px;
  }


}


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


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

  #menu2 {
    margin-top: -10%;
    margin-bottom: 0px;
  }

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

  #banner{
    margin-top:27%;
  }

  .text-estrategia h1{
    font-size: 50px;
  }

  .text-estrategia {
    padding-left:16px;
    padding-top: 96px;
  }

  .text-gestion h1{
    font-size:50px;
  }

  .text-gestion{
    margin-top: 13px;
    padding-right: 25px;
  }

  .text-gestion2 ul li{
    font-size: 21px;
  }

  .text-gestion2 h1{
    font-size: 45px;
  }

  .text-gestion2 {
    margin-top: 76px;
    padding-left: 50px;
  }

  .text-gestion ul li{
    padding-bottom: 15px;
    font-size: 20px;
  }

  .fig1{
    width: 167.3px;
  }

  #h-quienes h1{
    font-size: 48px;
  }

  .text-hquienes h2{
    font-size: 28px;
  }

  #empresa h1{
    font-size: 20px;
    line-height: 29px;
  }

  #sello {
    position: relative;
    padding-bottom: 16px;
    float: right;
    display: flex;
  }
  
  .text-hquienes {
    padding-left: 20px;
  }

  .text-hquienes h3{
    font-size:22px;
  }

  .ver-mas{
    padding-left: 0px;
  }

  .ver-mas a{
    margin-top: -20px;
    font-size: 24px;
  }

  #hservicios h1{
    font-size: 53px;
    margin-top: -9px;
    padding: 8px 65px 8px 65px;
  }

  #hservicios h2{
    font-size: 66px;
    padding-top: 14px;
    padding-bottom: 36px;
  }
  
  #hservicios{
    margin-top: 68px;
  }

  #h-quienes {
    padding:73px 0px;
  }

  .tit-actualidad h1{
    font-size:70px;
  }

  .items-actualidad{
    margin-bottom: 27px;
  }

  .line3{
    width: 14%;
  }

  .line4{
    width: 16%;
  }

  #clientes h1{
    text-align: center;
    font-size: 32px;
  }

  footer p{
    margin-top: 14px;
  }

  #titulo{
    padding-top: 213px;
    margin-top: 25%;
  }

  #titulo h1{
    font-size: 41px;
    padding:20px 38px 20px 70px;
  }

  .text-tit-servicio h1{
    font-size: 38px;
  }

  .text-tit-servicio{
    padding: 35px 38px;
  }

  .text-tit-servicio h2{
    font-size: 37px;
  }

  .text-servicio2{
    margin-top: 15px;
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 45px;
  }

  .line5{
    float: left;
    margin-right: 19px;
  }

  .text-servicio2 p{
    font-size: 21px;
    line-height: 27px;
  }

  .text-servicio2 h1{
    font-size: 47px;
  }

  .text-servicio3{
    padding-left: 14px;
  }

  .text-servicio3 h1{
    font-size: 35px;
  }

  .text-servicio3 ul li{
    font-size: 21px;
  }

  .text-equipo{
    padding-bottom: 45px;
  }

  .descripcion{
    padding-left: 20px;
    padding-top: 24px;
  }

  .descripcion h1{
    font-size: 37px;
  }

  .video{
    height: 392px;
  }

  .contents2 ul li{
    font-size: 17px !important;
  }

  #testimonios h1{
    font-size: 49px;
  }

  .caj {
    margin-bottom: 139px;
  }

  .equipo2{
    display: block;
  }

  #equipo {
    padding: 70px 0px;
  }
  
}


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

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

  #menu2 {
    margin-top: -9%;
    margin-bottom: 0px;
  }

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

  #banner{
    margin-top:27%;
  }

  .text-hquienes {
    padding-left: 8px;
    padding-right: 182px;
  }

  #h-quienes h1{
    font-size: 48px;
    padding-bottom: 23px;
  }

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

  .ver-mas{
    padding-left: 0px;
  }

  .ver-mas a{
    font-size: 26px;
  }

  .text-hquienes h2{
    font-size: 27px;
  }

  #h-quienes {
    padding:70px 0px;
  }

  .text-hquienes h3{
    font-size: 20px;
  }

  #hservicios h1{
    margin-top: -8px;
    font-size: 56px;
  }

  #hservicios h2{
    font-size: 65px;
    padding-bottom: 24px;
    padding-top: 18px;
    padding-left: 91px;
  }

  .tit-actualidad h1{
    font-size: 69px;
  }

  .items-actualidad{
    margin-bottom: 15px;
  }

  #clientes h1{
    text-align: center;
    font-size: 39px;
  }

  footer p{
    margin-top: 15px;
  }

  #titulo{
    padding-top: 263px;
    margin-top: 22%;
  }

  .text-estrategia {
    padding-left: 17px;
    padding-top: 55px;
  }

  .text-estrategia h1{
    font-size: 60px;
  }

  .text-gestion2 h1{
    font-size: 51px;
  }

  .text-gestion2 {
    margin-top: 76px;
    padding-left: 33px;
  }

  .text-gestion h1{
    font-size: 49px;
  }

  .text-gestion{
    margin-top: 18px;
    padding-right: 58px;
  }

  .fig1{
    width: 268px;
    height: 399px;
  }

  #titulo h1{
    padding: 20px 43px 20px 70px;
    font-size: 46px;
  }

  .text-tit-servicio h1{
    font-size: 36px;
  }

  .text-tit-servicio{
    padding: 35px 34px;
  }

  .text-tit-servicio h2{
    font-size: 39px;
  }

  .text-servicio2{
    margin-top: 10px;
    margin-bottom: 48px;
  }

  .text-servicio2 h1{
    font-size: 48px;
  }

  .text-servicio2 p{
    font-size: 21px;
  }

  .text-servicio3{
    padding-left: 14px;
  }

  .text-servicio3 h1{
    font-size: 31px;
  }

  .text-servicio3 ul li{
    font-size: 22px;
  }

  .text-equipo{
    padding-bottom: 65px;
  }

  .descripcion {
    padding-top: 32px;
    padding-left: 16px;
  }

  .descripcion h1{
    font-size:39px;
  }

  #testimonios h1{
    font-size: 51px;
  }

  .accordion2{
    margin-right: 2px !important;
  }

  .contents2 ul li{
    font-size: 18px !important;
  }

  .video{
    height: 450px;
  }

  .text-gestion ul li{
    font-size: 21px;
    padding-bottom: 22px;
  }

  .home_servicios2{
    bottom: -31px;
  }

  .caj{
    margin-bottom:139px;
  }

  .equipo2{
    display: block;
  }

  .fig4{
    bottom: 594px;
  }

  #equipo {
    padding: 76px 0px;
  }

  
}

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

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

  #menu2 {
    margin-top: -9%;
    margin-bottom: 0px;
  }

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

  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  #banner{
    margin-top:20%;
  }

  .text-hquienes {
    padding-left: 44px;
    padding-right: 120px;
  }

  #h-quienes h1{
    font-size:48px;
    padding-bottom: 27px;
  }

  .text-hquienes h3{
    font-size: 22px;
  }

  .ver-mas{
    padding-left: 0px;
  }

  .ver-mas a{
    font-size: 26px;
    margin-right: 8%;
  }

  .text-hquienes h2{
    font-size: 28px;
  }

  #h-quienes {
    padding:70px 0px;
  }

  .text-estrategia{
    padding-left: 24px;
    padding-top: 45px;
  }

  .text-estrategia h1{
    font-size: 37px;
    line-height: 55px;
    margin-bottom: 21px;
  }

  .text-gestion{
    padding-right: 24px;
    margin-top: 21px;
  }

  .line5{
    margin-right: 16px;
  }

  .text-estrategia p{
    font-size: 20px;
  }

  .fig3{
    left: -17%;
  }

  .text-gestion ul li{
    font-size: 17px;
    line-height: 20px;
    padding-left: 78px;
    padding-bottom: 13px;
  }

  #empresa h1{
    line-height: 30px;
    font-size: 21px;
  }
  
  .fig1{
    width: 346px;
    height: 301px;
  }

  .text-gestion h1{
    font-size: 41px;
  }

  .link-services h3{
    font-size: 16px;
    padding: 0px 13px;
  }

  .fig2{
    width: 315.2px;
  }

  .text-gestion2 h1{
    font-size: 41px;
  }

  .text-gestion2 ul li{
    font-size: 20px;
    line-height: 26px;
  }

  .text-gestion2 {
    margin-top: 44px;
    padding-left: 48px;
  }

  #hservicios h1{
    margin-top: -8px;
    font-size: 47px;
  }

  #hservicios h2{
    font-size: 57px;
    padding-bottom: 24px;
    padding-top: 18px;
    padding-left: 91px;
  }

  .tit-actualidad h1{
    font-size: 69px;
  }

  .items-actualidad{
    margin-bottom: 15px;
  }

  #clientes h1{
    text-align: center;
    font-size:31px;
  }

  footer p{
    margin-top: 15px;
    font-size: 19px;
  }

  #titulo{
    padding-top: 263px;
    margin-top: 22%;
  }

  #titulo h1{
    padding: 20px 43px 20px 70px;
    font-size: 46px;
  }

  .text-tit-servicio h1{
    font-size: 38px;
  }

  .text-tit-servicio{
    padding: 35px 34px;
  }

  .text-tit-servicio h2{
    font-size: 39px;
  }

  .text-servicio2{
    margin-top: 10px;
    margin-bottom: 48px;
    padding-right: 23px;
  }

  .text-servicio2 h1{
    font-size: 40px;
    padding-bottom: 21px;
  }

  .text-servicio2 p{
    font-size: 19px;
    line-height: 23px;
  }

  .text-servicio3{
    padding-left: 14px;
    margin-top: 0px;
  }

  .text-servicio3 h1{
    font-size: 25px;
    padding-bottom: 27px;
  }

  .text-servicio3 ul li{
    font-size:19px;
    line-height: 22px;
    background-position: 0px 9px;
  }

  .text-equipo{
    padding-bottom: 65px;
  }

  .descripcion {
    padding-top: 14px;
    padding-left: 16px;
  }

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

  .contents2{
    font-size: 16px !important;
    line-height: 23px !important;
  }

  #testimonios h1{
    font-size: 51px;
  }

  .caja_testimonio{
    margin: 8px;
    padding: 38px 13px;
  }

  .caja_testimonio p{
    font-size: 15px;
    line-height: 19px;
  }

  .caja_testimonio h2{
    font-size: 23px;
  }

  .video{
    height: 450px;
  }

  .line3{
    width: 10%;
    margin-right: 3px;
  }

  .line4{
    width: 12%;
  }

  footer{
    padding-top: 67px;
  }

  #servicios {
    padding:81px 0px;
  }

  .fig4{
    bottom: 508px;
  }

  .text-equipo p{
    font-size: 14px;
    line-height: 17px;
  }

  .text-equipo h1{
    font-size: 18px;
  }

  #btn-ampliar{
    font-size: 13px;
    padding: 10px 10px;
  }

  .home_servicios2{
    bottom: -20px;
  }
  

}

/*-------------------------------------------------------------------------------------------------------------*/
@media (max-width:850px) and (min-width:801px){

  #menu2 {
    margin-top: -8%;
    margin-bottom: 0px;
  }

  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    border:
0;
    -webkit-box-shadow:
none;
    box-shadow: none;
  }

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

  #banner{
    margin-top:18%;
  }

  #h-quienes h1{
    font-size: 54px;
  }

  #titulo h1{
    padding: 20px 116px 20px 70px;
    font-size: 44px;
  }

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

  .descripcion {
    padding-left: 20px;
  }

  .contents2{
    line-height: 23px !important;
    font-size: 16px !important;
  }

  .descripcion h1{
    font-size: 28px;
  }

  #testimonios h1{
    font-size: 57px;
  }

  .text-hquienes h2{
    font-size: 30px;
  }

  .fig3{
    left: -18%;
  }

  .text-hquienes h3{
    font-size: 24px;
  }

  .text-estrategia {
    padding-left: 18px;
    padding-top: 10px;
  }

  .text-estrategia h1{
    font-size: 45px;
    line-height: 44px;
  }

  .text-estrategia p{
    font-size: 21px;
  }

  .text-gestion h1{
    font-size: 39px;
  }

  .text-gestion ul li{
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 18px;
  }

  .text-gestion{
    margin-top: -19px;
  }

  .text-gestion2 {
    margin-top: 48px;
    padding-left: 26px;
  }

  .text-gestion2 ul li{
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 41px;
  }

  .fig2{
    width: 358px;
    height: 368px;
  }

  .text-gestion2 h1{
    font-size: 46px;
  }

  .caja_testimonio{
    padding: 38px 23px;
    margin: 6px;
  }

  .caja_testimonio h2{
    font-size: 22px;
    padding-bottom: 24px;
  }

  .caja_testimonio p{
    font-size: 15px;
  }

  .caja_testimonio h3{
    font-size: 17px;
  }

  .text-gestion{
    padding-right: 34px;
  }

  .text-hquienes {
    padding-left: 44px;
    padding-right: 120px;
  }

  .ver-mas{
    padding-left: 0px;
    margin-top: 65px;
  }

  .ver-mas a{
    font-size: 24px;
    margin-right: 12%;
  }

  #hservicios h1{
    margin-top: -7px;
    font-size: 54px;
  }

  #h-quienes {
    padding:72px 0px;
  }

  #testimonios h1{
    font-size: 57px;
  }

  #hservicios h2{
    font-size:73px;
    padding-top: 21px;
    padding-left: 90px;
    padding-bottom: 21px;
  }

  .link-services h3{
    font-size: 17px;
  }

  .tit-actualidad h1{
    font-size: 66px;
  }

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

  .line4{
    width: 12%;
  }

  #titulo{
    padding-top: 298px;
    padding-bottom: 0px;
    margin-top: 16%;
  }

  .text-servicio2 h1{
    font-size: 36px;
    padding-bottom: 18px;
  }

  .text-servicio2{
    padding-left: 20px;
    padding-right: 24px;
  }

  .text-servicio3 {
    margin-top: 41px;
    padding-left: 17px;
  }
  
  .text-servicio2 p{
    line-height: 25px;
    font-size: 17px;
  }

  .text-servicio3 h1{
    font-size: 24px;
    padding-bottom: 15px;
  }

  .text-servicio3 ul li{
    font-size: 17px;
    padding-bottom: 0px;
    line-height: 25px;
  }

  #servicios {
    padding:81px 0px;
  }

  .text-tit-servicio h2{
    font-size: 45px;
  }

  .video{
    height: 472px;
  }

  footer p{
    font-size: 20px;
  }

  .fig4{
    bottom: 451px;
  }

  #btn-ampliar{
    padding: 10px 9px;
    font-size: 15px;
  }

  .text-equipo h1{
    font-size: 18px;
  }

  .text-equipo p{
    font-size: 13px;
    line-height: 19px;
  }

  
}

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

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

  #menu2 {
    margin-top: -8%;
    margin-bottom: 0px;
  }

  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    border:
0;
    -webkit-box-shadow:
none;
    box-shadow: none;
  }

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

  #banner{
    margin-top:12%;
  }

  #h-quienes h1{
    font-size:55px;
    padding-bottom: 28px;
  }

  .fig3{
    left: -17%;
    bottom: -16%;
  }

  #titulo h1{
    padding: 20px 116px 20px 70px;
    font-size: 49px;
  }

  .text-hquienes {
    padding-left: 38px;
    padding-right: 190px;
  }

  .ver-mas{
    padding-left: 0px;
    margin-top: 65px;
  }

  .ver-mas a{
    font-size: 24px;
    margin-right: 12%;
  }

  .text-equipo h1{
    font-size: 19px;
  }

  #btn-ampliar{
    font-size: 15px;
    padding: 10px 11px;
  }

  .text-equipo p{
    font-size: 14px;
    line-height: 18px;
  }

  #hservicios h1{
    margin-top: -7px;
    font-size: 54px;
  }

  #h-quienes {
    padding:72px 0px;
  }

  .text-estrategia {
    padding-left: 24px;
    padding-top: 19px;
  }

  #hservicios h2{
    font-size: 70px;
    padding-top: 3px;
    padding-left: 90px;
    padding-bottom: 21px;
  }

  .text-gestion h1{
    font-size:40px;
  }

  .text-gestion2 {
    margin-top: 98px;
    padding-left: 72px;
  }

  .text-gestion2 ul li{
    font-size: 19px;
    line-height: 25px;
  }

  .text-gestion {
    margin-top: 12px;
    padding-right: 40px;
  }

  #empresa h1{
    font-size: 22px;
    line-height: 31px;
  }

  .fig1{
    width: 388px;
    height: 388.7px;
  }

  .fig2{
    width: 409.4px;
    height: 339.8px;
  }

  .text-gestion2 h1{
    font-size: 43px;
  }

  .text-gestion ul li{
    padding-left: 78px;
    padding-bottom: 13px;
    font-size: 16px;
    line-height: 19px;
  }

  .text-estrategia p{
    font-size: 18px;
  }

  .text-estrategia h1{
    line-height: 52px;
    font-size: 50px;
  }

  .link-services h3{
    font-size: 17px;
  }

  .tit-actualidad h1{
    font-size: 66px;
  }

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

  .line4{
    width: 12%;
  }

  #titulo{
    padding-top: 298px;
    padding-bottom: 0px;
    margin-top: 16%;
  }

  .text-servicio2 h1{
    font-size: 38px;
    padding-bottom: 18px;
  }

  .descripcion {
    padding-left: 15px;
  }

  .contents2{
    line-height: 22px !important;
    font-size: 16px !important;
  }

  .contents2 ul li{
    font-size: 17px;
    line-height: 18px;
  }

  .descripcion h1{
    font-size: 31px;
  }

  .caja_testimonio h3{
    font-size: 17px;
  }

  .caja_testimonio p{
    font-size: 14px;
    line-height: 19px;
  }

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

  .caja_testimonio{
    margin:8px;
    padding:38px 28px;

  }

  #testimonios h1{
    font-size: 44px;
  }

  .text-servicio2{
    padding-left: 20px;
    padding-right: 24px;
    margin-top: 26px;
  }

  .text-servicio3 {
    margin-top: 41px;
    padding-left: 17px;
  }
  
  .text-servicio2 p{
    line-height: 21px;
    font-size:18px;
  }

  .text-servicio3 h1{
    font-size: 24px;
    padding-bottom: 15px;
  }

  .text-servicio3 ul li{
    font-size: 17px;
    padding-bottom: 0px;
    line-height: 25px;
  }

  #servicios {
    padding:81px 0px;
  }

  .text-tit-servicio h2{
    font-size: 45px;
  }

  .video{
    height: 472px;
  }

  footer p{
    font-size: 20px;
  }

  .text-hquienes h2{
    font-size: 30px;
  }

  .text-hquienes h3{
    font-size: 23px;
  }

  .fig4{
    bottom: 484px;
  }



}


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


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

  #banner {
    margin-top:17%;
  }

  #menu2 {
    margin-top: -8%;
    margin-bottom: 0px;
  }

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

  .text-equipo p{
    line-height: 21px;
    font-size: 16px;
  }

  .line4{
    width: 21%;
  }

  .fig3{
    left: -16%;
    bottom: -16%;
  }

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

  .descripcion {
    padding-left: 24px;
  }

  .descripcion h1{
    font-size: 31px;
  }

  .contents2 ul li{
    line-height: 23px !important;
    font-size: 17px !important;
  }

  #testimonios h1{
    font-size: 52px;
  }

  .caja_testimonio{
    margin: 8px;
    padding: 20px 18px;
  }

  .caja_testimonio h2{
    font-size: 22px;
    padding-bottom: 25px;
  }

  .caja_testimonio h3{
    font-size: 17px;
  }

  .caja_testimonio p{
    font-size: 14px;
    line-height: 19px;
  }

  .video{
    height: 546px;
  }

  #h-quienes h1{
    padding-bottom: 31px;
    font-size: 51px;
  }

  .text-hquienes {
    padding-right: 222px;
    padding-left: 33px;
  }

  .text-hquienes h3{
    font-size: 24px;
  }

  .text-hquienes h2{
    font-size: 32px;
  }

  .ver-mas{
    margin-top: 78px;
    padding-left: 0px;
  }

  #hservicios{
    margin-top: 43px;
  }

  #hservicios h1{
    margin-top: 6px;
    font-size: 55px;
  }

  #hservicios h2{
    padding-top: 18px;
    padding-left: 98px;
    padding-bottom: 65px;
    font-size: 71px;
  }

  .link-services h3{
    font-size: 18px;
  }

  .tit-actualidad h1{
    font-size:66px;
  }

  .text-servicio2{
    padding-left: 22px;
    padding-right: 25px;
    margin-top: 1px;
  }

  footer p{
    font-size: 19px;
  }

  .text-servicio2 p{
    font-size: 20px;
    line-height: 25px;
  }

  .text-servicio2 h1{
    font-size: 38px;
    padding-bottom: 16px;
  }

  .text-servicio3 {
    margin-top: 4px;
    padding-left: 24px;
  }

  .text-servicio3 h1{
    font-size: 30px;
  }

  .text-servicio3 ul li{
    font-size: 20px;
    line-height: 22px;
  }

  #servicios {
    padding:85px 0px;
  }

  .text-tit-servicio h2{
    font-size: 36px;
  }

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

  .text-tit-servicio h1{
    font-size: 39px;
  }

  .text-estrategia {
    padding-left: 34px;
    padding-top: 29px;
  }

  .text-estrategia h1{
    font-size: 52px;
    line-height: 50px;
  }

  .text-gestion h1{
    font-size: 43px;
  }

  #empresa h1{
    font-size: 20px;
    line-height: 29px;
  }

  .text-gestion {
    margin-top: 17px;
    padding-right: 43px;
  }

  .text-gestion ul li{
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 9px;
  }

  .fig1{
    width: 430px;
    height: 503px;
  }

  .text-gestion2 {
    margin-top: 86px;
    padding-left: 58px;
  }

  .text-gestion2 h1{
    font-size: 50px;
  }

  .text-gestion2 ul li{
    font-size: 20px;
    line-height: 26px;
  }

  .fig2{
    width: 436px;
  }

  .fig4{
    bottom: 484px;
  }

  .text-equipo h1{
    font-size: 19px;
  }

  #btn-ampliar{
    font-size: 16px;
    padding: 10px 12px;
  }


}



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

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

  #banner {
    margin-top:14%;
  }

  #menu2 {
    margin-top: -8%;
    margin-bottom: 0px;
  }

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

  #menu .navbar-nav > li > a{
    font-size: 13px !important;
    line-height: 15px !important;
    margin-left: -8px !important;
    margin-right: 20px !important;
  }

  .fig3{
    left: -15%;
    bottom: -16%;
  }

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

  #titulo h1{
    font-size: 48px;
    padding: 12px 231px 12px 70px;
  }

  .f_ico{
    margin: -10px 0 0 21px !important;
  }

  .mega-dropdown-menu{
    width: 54% !important;
  }

  .text-equipo p{
    line-height: 21px;
    font-size: 16px;
  }

  .line4{
    width: 26%;
  }

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

  .descripcion {
    padding-left: 24px;
  }

  .descripcion h1{
    font-size: 31px;
  }

  .contents2 ul li{
    line-height: 23px !important;
    font-size: 17px !important;
  }

  #testimonios h1{
    font-size: 52px;
  }

  .caja_testimonio{
    margin: 8px;
    padding: 38px 24px;
  }

  .caja_testimonio h2{
    font-size: 25px;
    padding-bottom: 19px;
  }

  .caja_testimonio p{
    font-size: 14px;
    line-height: 19px;
  }

  .caja_testimonio h3{
    font-size: 18px;
  }

  .video{
    height: 546px;
  }

  #h-quienes h1{
    font-size: 59px;
    padding-bottom: 26px;
  }

  .text-hquienes h3{
    font-size: 23px;
  }

  .text-hquienes h2{
    font-size: 32px;
  }

  .text-hquienes {
    padding-left: 27px;
    padding-right: 184px;
  }

  .ver-mas{
    margin-top: 78px;
    padding-left: 0px;
  }

  #hservicios{
    margin-top: 43px;
  }

  #hservicios h1{
    margin-top: 6px;
    font-size: 42px;
    padding: 8px 32px 8px 38px;
  }

  #hservicios h2{
    padding-top: 18px;
    padding-left: 41px;
    font-size:52px;
  }

  .link-services h3{
    font-size: 15px;
    margin-top: 10px;
  }

  .tit-actualidad h1{
    font-size: 70px;
  }

  footer p{
    font-size: 17px;
  }

  .text-servicio2{
    padding-left: 22px;
    padding-right: 25px;
    margin-top: 1px;
  }

  .text-servicio2 p{
    font-size: 20px;
    line-height: 25px;
  }

  .text-servicio2 h1{
    font-size: 38px;
    padding-bottom: 16px;
  }

  .text-servicio3 {
    margin-top: 4px;
    padding-left: 24px;
  }

  .text-servicio3 h1{
    font-size: 30px;
  }

  .text-servicio3 ul li{
    font-size: 19px;
    line-height: 22px;
  }

  #servicios {
    padding:85px 0px;
  }

  .text-tit-servicio h2{
    font-size: 43px;
  }

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

  #empresa h1{
    font-size: 21px;
    line-height: 30px;
  }

  .text-estrategia {
    padding-left: 54px;
    padding-top: 73px;
  }

  .text-estrategia h1{
    font-size: 51px;
    line-height: 55px;
  }

  .text-estrategia p{
    font-size: 20px;
  }

  .text-gestion h1{
    font-size:44px;
  }

  .text-gestion ul li{
    font-size: 18px;
    line-height: 23px;
    padding-bottom: 16px;
  }

  .text-gestion{
    margin-top: 7px;
  }

  .text-gestion2 {
    margin-top: 141px;
    padding-left: 55px;
  }

  .text-gestion2 h1{
    font-size: 48px;
  }

  .text-gestion2 ul li{
    font-size: 20px;
    line-height: 27px;
  }

  .fig2{
    width: 45%;
  }

  .fig4{
    bottom: 487px;
  }

  
}

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

@media (max-width: 1199px) and (min-width:1101px){

  #banner {
    margin-top:14%;
  }

  #menu2 {
    margin-top: -8%;
    margin-bottom: 0px;
  }

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

  #menu .navbar-nav > li > a{
    font-size: 13px !important;
    margin-left:9px !important;
    margin-right: 16px !important;
    line-height: 15px !important;
  }

  #titulo h1{  
    font-size: 48px;
    padding: 13px 232px 13px 70px;
  }

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

  .f_ico{
    margin: -10px 0 0 21px !important;
  }

  .fig3{
    left: -13%;
  }

  .mega-dropdown-menu{
    width: 54% !important;
  }

  .text-equipo p{
    line-height: 21px;
    font-size: 16px;
  }

  .line4{
    width: 33%;
  }

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

  .descripcion {
    padding-left: 24px;
  }

  .descripcion h1{
    font-size: 31px;
  }

  .contents2 ul li{
    line-height: 23px !important;
    font-size: 17px !important;
  }

  #testimonios h1{
    font-size: 52px;
  }

  .caja_testimonio{
    margin: 8px;
    padding: 38px 24px;
  }

  .caja_testimonio h2{
    font-size: 25px;
  }

  .caja_testimonio p{
    font-size: 14px;
    line-height: 19px;
  }

  .video{
    height: 546px;
  }

  #h-quienes h1{
    font-size: 60px;
    padding-bottom: 34px;
  }

  .text-hquienes {
    padding-left: 44px;
    padding-right: 175px;
  }

  .ver-mas{
    margin-top: 78px;
    padding-left: 0px;
  }

  .text-hquienes h2{
    font-size: 34px;
  }

  .text-hquienes h3{
    font-size: 25px;
  }

  #hservicios{
    margin-top: 43px;
  }

  #hservicios h1{
    margin-top: 6px;
    font-size: 42px;
    padding: 8px 32px 8px 38px;
  }

  #hservicios h2{
    padding-top: 18px;
    font-size:52px;
  }

  .link-services h3{
    font-size: 15px;
    margin-top: 10px;
  }

  .tit-actualidad h1{
    font-size: 62px;
  }

  footer p{
    font-size: 17px;
  }

  .text-servicio2{
    padding-left: 22px;
    padding-right: 25px;
    margin-top: 1px;
  }

  .text-servicio2 p{
    font-size: 20px;
    line-height: 25px;
  }

  .text-servicio2 h1{
    font-size: 38px;
    padding-bottom: 16px;
  }

  .text-servicio3 {
    margin-top: 4px;
    padding-left: 24px;
  }

  .text-servicio3 h1{
    font-size: 30px;
  }

  .text-servicio3 ul li{
    font-size: 20px;
    line-height: 22px;
  }

  #servicios {
    padding:85px 0px;
  }

  .text-tit-servicio h2{
    font-size: 43px;
  }

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

  .text-estrategia h1{
    font-size: 63px;
    line-height: 65px;
  }

  .text-estrategia {
    padding-left: 54px;
    padding-top: 45px;
  }

  .text-estrategia p{
    font-size: 20px;
  }

  .text-gestion {
    margin-top: 10px;
    padding-right: 104px;
  }

  .text-gestion h1{
    font-size: 48px;
  }

  .text-gestion ul li{
    font-size: 19px;
    line-height: 24px;
    padding-bottom: 21px;
  }

  .text-gestion2 {
    margin-top: 129px;
    padding-left: 114px;
  }

  .text-gestion2 h{
    font-size: 47px;
  }

  .text-gestion2 ul li{
    font-size: 21px;
    line-height: 27px;
  }
 

  
}


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

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

  #banner {
    margin-top:14%;
  }

  #menu2 {
    margin-top: -8%;
    margin-bottom: 0px;
  }

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

  #actualidad h1{
    font-size: 39px;
  }

  #menu .navbar-nav > li > a{
    font-size: 16px !important;
    line-height: 15px !important;
    margin-left: -6px !important;
    margin-right: 20px !important;
  }

  .f_ico{
    margin: -10px 0 0 21px !important;
  }

  .mega-dropdown-menu{
    width: 54% !important;
  }

  .text-equipo p{
    line-height: 21px;
    font-size: 16px;
  }

  .fig3{
    left: -5%;
  }

  .line4{
    width: 37%;
  }

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

  .descripcion {
    padding-left: 24px;
  }

  .descripcion h1{
    font-size: 31px;
  }

  .contents2{
    font-size: 18px !important;
  }

  .contents2 ul li{
    line-height: 23px !important;
    font-size: 17px !important;
    margin-top: 7px !important;
  }

  #testimonios h1{
    font-size: 52px;
  }

  .caja_testimonio{
    margin: 8px;
    padding: 38px 24px;
  }

  .caja_testimonio h2{
    font-size: 25px;
  }

  .caja_testimonio p{
    font-size: 14px;
    line-height: 19px;
  }

  .video{
    height: 546px;
  }

  #h-quienes h1{
    font-size: 60px;
    padding-bottom: 27px;
  }

  .text-hquienes h2{
    font-size: 33px;
  }

  .text-hquienes {
    padding-left: 35px;
    padding-right: 287px;
  }

  .ver-mas{
    margin-top: 78px;
    padding-left: 0px;
  }

  #hservicios{
    margin-top: 43px;
  }

  #hservicios h1{
    margin-top: 6px;
    font-size: 42px;
    padding: 8px 32px 8px 38px;
  }

  #hservicios h2{
    padding-top: 18px;
    font-size:52px;
  }

  .link-services h3{
    font-size: 15px;
    margin-top: 10px;
  }

  .tit-actualidad h1{
    font-size: 60px;
  }

  footer p{
    font-size: 17px;
  }

  .text-hquienes h3{
    font-size: 26px;
  }

  .ver-mas a{
    font-size: 26px;
  }

  .text-servicio2{
    padding-left: 22px;
    padding-right: 25px;
    margin-top: 1px;
  }

  .text-servicio2 p{
    font-size: 20px;
    line-height: 25px;
  }

  .text-servicio2 h1{
    font-size: 38px;
    padding-bottom: 16px;
  }

  .text-servicio3 {
    margin-top: 4px;
    padding-left: 24px;
  }

  .text-servicio3 h1{
    font-size: 30px;
  }

  .text-servicio3 ul li{
    font-size: 20px;
    line-height: 22px;
  }

  #servicios {
    padding:85px 0px;
  }

  .text-tit-servicio h2{
    font-size: 43px;
  }

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

  #empresa h1{
    font-size: 21px;
    line-height: 28px;
  }

  .text-estrategia h1{
    font-size: 63px;
    line-height: 65px;
  }

  .text-estrategia {
    padding-left: 54px;
    padding-top: 45px;
  }

  .text-estrategia p{
    font-size: 20px;
  }

  .text-gestion {
    margin-top: 10px;
    padding-right: 104px;
  }

  .text-gestion h1{
    font-size: 48px;
  }

  .text-gestion ul li{
    font-size: 19px;
    line-height: 24px;
    padding-bottom: 21px;
  }

  .text-gestion2 {
    margin-top:107px;
    padding-left: 114px;
  }

  .text-gestion2 h{
    font-size: 47px;
  }

  .text-gestion2 ul li{
    font-size: 21px;
    line-height: 27px;
  }

  .fig1{
    width: 493.7px;
  height: 395.2px;
  }

  

}



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

  #banner {
    margin-top:11%;
  }

  #menu2 {
    margin-top: -8%;
    margin-bottom: 0px;
  }

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

  #menu .navbar-nav > li > a{
    font-size: 17px !important;
    line-height: 15px !important;
    margin-left: -1px !important;
    margin-right: 20px !important;
  }

  .f_ico{
    margin: -10px 0 0 21px !important;
  }

  .mega-dropdown-menu{
    width: 54% !important;
  }

  .fig3{
    left: -4%;
  }

  .text-equipo p{
    line-height: 21px;
    font-size: 16px;
  }

  .line4{
    width:41%;
  }

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

  .descripcion {
    padding-left: 24px;
  }

  .descripcion h1{
    font-size: 31px;
  }

  .contents2 ul li{
    line-height: 23px !important;
    font-size: 17px !important;
  }

  #testimonios h1{
    font-size: 52px;
  }

  .caja_testimonio{
    margin: 8px;
    padding: 38px 24px;
  }

  .caja_testimonio h2{
    font-size: 25px;
  }

  .caja_testimonio p{
    font-size: 14px;
    line-height: 19px;
  }

  .video{
    height: 546px;
  }

  #h-quienes h1{
    font-size:65px;
    padding-bottom: 31px;
  }

  .text-hquienes {
    padding-right: 268px;
    padding-left: 27px;
  }

  .text-hquienes h2{
    font-size: 32px;
  }

  .text-hquienes h3{
    font-size: 27px;
  }

  .ver-mas{
    margin-top: 78px;
    padding-left: 0px;
  }

  #hservicios{
    margin-top: 43px;
  }

  #hservicios h1{
    margin-top: 6px;
    font-size: 42px;
    padding: 8px 32px 8px 38px;
  }

  #hservicios h2{
    padding-top: 18px;
    font-size:52px;
  }

  .link-services h3{
    font-size:17px;
    margin-top: 10px;
  }

  .tit-actualidad h1{
    font-size: 70px;
  }

  footer p{
    font-size: 20px;
  }

  .fig4{
    bottom: 480px;
  }

  .text-servicio2{
    padding-left: 22px;
    padding-right: 25px;
    margin-top: 1px;
  }

  .text-servicio2 p{
    font-size: 20px;
    line-height: 25px;
  }

  .text-servicio2 h1{
    font-size: 38px;
    padding-bottom: 16px;
  }

  .text-servicio3 {
    margin-top: 4px;
    padding-left: 24px;
  }

  .text-servicio3 h1{
    font-size: 30px;
  }

  .text-servicio3 ul li{
    font-size: 20px;
    line-height: 22px;
  }

  #servicios {
    padding:85px 0px;
  }

  .text-tit-servicio h2{
    font-size: 43px;
  }

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

  .text-estrategia h1{
    font-size: 79px;
    line-height: 86px;
  }

  .text-estrategia {
    padding-left: 54px;
    padding-top: 67px;
  }

  .text-gestion h1{
    font-size: 55px;
  }

  .text-gestion{
    padding-right: 83px;
    margin-top: 24px;
  }

  .text-gestion ul li{
    padding-bottom: 25px;
    font-size: 22px;
  }
  
  .text-gestion2 {
    margin-top: 158px;
    padding-left: 91px;
  }

}





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

  #banner {
    margin-top:11%;
  }

  #menu2 {
    margin-top: -8%;
    margin-bottom: 0px;
  }

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

  #menu .navbar-nav > li > a{
    font-size: 18px !important;
    margin-left:2px !important;
    margin-right: 20px !important;
  }

  .text-estrategia h1{
    font-size: 82px;
    line-height: 80px;
  }

  .text-gestion{
    margin-top: -12px;
  }

  .text-gestion ul li{
    padding-bottom: 29px;
  }

  .text-estrategia {
    padding-left: 81.9px;
    padding-top: 40px;
  }

  .fig3{
    left: -2%;
  }

  .f_ico{
    margin: -10px 0 0 21px !important;
  }

  .mega-dropdown-menu{
    width: 54% !important;
  }

  .text-equipo p{
    line-height: 21px;
    font-size: 16px;
  }

  .line4{
    width: 44%;
  }

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

  .descripcion {
    padding-left: 24px;
  }

  .descripcion h1{
    font-size: 31px;
  }

  .contents2 ul li{
    line-height: 23px !important;
    font-size: 17px !important;
  }

  #testimonios h1{
    font-size: 62px;
  }

  .caja_testimonio{
    margin: 8px;
    padding: 38px 24px;
  }

  .caja_testimonio h2{
    font-size: 25px;
  }

  .caja_testimonio p{
    font-size: 16px;
  }

  .video{
    height: 546px;
  }

  #h-quienes h1{
    font-size: 72px;
    padding-bottom: 36px;
  }

  .text-hquienes {
    padding-left: 47px;
    padding-right: 254px;
  }

  .text-hquienes h3{
  }

  .ver-mas{
    margin-top: 78px;
    padding-left: 0px;
  }

  #hservicios{
    margin-top: 43px;
  }

  #hservicios h1{
    margin-top: 6px;
    font-size: 42px;
    padding: 8px 32px 8px 38px;
  }

  #hservicios h2{
    padding-top: 18px;
    font-size:52px;
  }

  .text-hquienes h2{
    font-size: 34px;
  }

  .text-hquienes h3{
    font-size: 26px;
  }

  .link-services h3{
    font-size:17px;
    margin-top: 10px;
  }

  .tit-actualidad h1{
    font-size: 70px;
  }

  footer p{
    font-size: 20px;
  }

  .fig4{
    bottom: 480px;
  }

  .text-servicio2 p{
    font-size: 20px;
    line-height: 25px;
  }

  .text-servicio2 h1{
    font-size:44px;
    padding-bottom: 16px;
  }

  .text-servicio3 {
    margin-top: 4px;
    padding-left: 24px;
  }

  .text-servicio3 h1{
    font-size: 32px;
  }

  .text-servicio3 ul li{
    font-size: 22px;
    line-height: 24px;
  }

  #servicios {
    padding:85px 0px;
  }

  .text-tit-servicio h2{
    font-size: 43px;
  }

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

  
}



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

  #menu .navbar-nav > li > a{
    font-size: 18px !important;
    margin-left: 13px !important;
    margin-right: 20px !important;
  }

  #banner {
    margin-top: 10%;
  }

  #h-quienes h1{
    padding-bottom: 37px;
  }

  .text-hquienes {
    padding-left: 55px;
  }

  .ver-mas{
    margin-top: 78px;
    padding-left: 157.3px;
  }

  #hservicios h2{
    font-size: 88px;
  }

  #hservicios h1{
    padding: 8px 65px 8px 60px;
  }
  
  .link-services h3{
    font-size: 19px;
    padding: 0px 19px;
  }

  .line4{
    width: 38%;
  }

  .text-estrategia {
    padding-left: 93px;
    padding-top: 110px;
  }

  .text-estrategia h1{
    font-size: 89px;
    line-height: 81px;
  }

  .mega-dropdown-menu{
    width: 37% !important;
  }

  .caja_testimonio{
    margin: 15px;
    padding: 38px 26px;
  }

  #testimonios h1{
    font-size: 72px;
  }

  .text-gestion{
    margin-top: 33px;
  }

  .text-gestion{
    padding-right: 84px;
  }

  .text-gestion ul li{
    font-size: 22px;
    padding-bottom: 31px;
  }

  .fig4{
    bottom: 474px;
  }


}


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

  #menu .navbar-nav > li > a{
    font-size: 18px !important;
    margin: 20px 23px !important;
  }

  .text-servicio2{
    margin-top: 29px;
  }

  .text-servicio3{
    margin-top: 39px;
  }

  #testimonios h1{
    font-size: 71px;
  }

  #banner {
    margin-top: 10%;
  }

  .text-hquienes {
    padding-left: 56px;
  }

  .ver-mas{
    margin-top: 78px;
    padding-left: 157.3px;
  }

  #hservicios h2{
    font-size: 88px;
  }

  #hservicios h1{
    padding: 8px 65px 8px 60px;
  }
  
  .link-services h3{
    font-size: 19px;
    padding: 0px 19px;
  }

  .line4{
    width: 38%;
  }

  .text-estrategia {
    padding-left: 93px;
    padding-top: 110px;
  }

  .text-estrategia h1{
    font-size: 89px;
    line-height: 81px;
  }

  .mega-dropdown-menu{
    width: 37% !important;
  }

  .caja_testimonio{
    margin: 15px;
    padding: 38px 39px;
  }

  .text-gestion{
    margin-top: 33px;
  }

  .text-gestion{
    padding-right: 84px;
  }

  .text-gestion ul li{
    font-size: 22px;
    padding-bottom: 31px;
  }

  .fig4{
    bottom: 474px;
  }
  

}



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

  #menu .navbar-nav > li > a{
    margin: 20px 19px !important;
  }

  .text-servicio2{
    margin-top: 29px;
  }

  .text-servicio3{
    margin-top: 39px;
  }

  #testimonios h1{
    font-size: 63px;
  }

  #banner {
    margin-top: 10%;
  }

  .text-hquienes {
    padding-left: 57px;
  }

  .ver-mas{
    margin-top: 78px;
    padding-left: 157.3px;
  }

  #hservicios h2{
    font-size: 88px;
  }

  #hservicios h1{
    padding: 8px 65px 8px 60px;
  }
  
  .link-services h3{
    font-size: 19px;
    padding: 0px 19px;
  }

  .line4{
    width: 38%;
  }

  .text-estrategia {
    padding-left: 93px;
    padding-top: 110px;
  }

  .text-estrategia h1{
    font-size: 89px;
    line-height: 81px;
  }

  .mega-dropdown-menu{
    width: 37% !important;
  }

  .caja_testimonio{
    margin: 15px;
    padding: 38px 39px;
  }

  .text-gestion{
    margin-top: 33px;
  }

  .text-gestion{
    padding-right: 84px;
  }

  .text-gestion ul li{
    font-size: 22px;
    padding-bottom: 31px;
  }

  .fig4{
    bottom: 474px;
  }
  
}



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

  #menu .navbar-nav > li > a{
    margin: 20px 23px !important;
  }

  .line4{
    width: 45%;
  }

  .fig4{
    bottom: 447px;
  }

  .img2{
    width: 190px;
  }

  #titulo{
    margin-top: 8%;
  }

}


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

  #menu .navbar-nav > li > a{
    margin-left: 40px !important;
    margin-right: 23px !important;
  }

  .line4{
    width: 45%;
  }

  .fig4{
    bottom: 447px;
  }

  .img2{
    width: 190px;
  }

}


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


  #menu .navbar-nav > li > a{
    margin-left: 65px !important;
    margin-right: 20px !important;
  }

  .line4{
    width: 45%;
  }

  .fig4{
    bottom: 447px;
  }

  .img2{
    width: 190px;
  }


}