@import url("/components/Font-Awesome/web-fonts-with-css/css/fontawesome-all.min.css");
@font-face {
    font-family: 'open_sans';
    src: url('/skins/administracion/fuentes/opensans-light-webfont.woff2') format('woff2'),
         url('/skins/administracion/fuentes/opensans-light-webfont.woff') format('woff');
    font-weight:300;
    font-style: normal;

}


@font-face {
    font-family: 'open_sans';
    src: url('/skins/administracion/fuentes/opensans-regular-webfont.woff2') format('woff2'),
         url('/skins/administracion/fuentes/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'Exo 2';
    src: url('/skins/administracion/fuentes/Exo2-VariableFont_wght.ttf') format('woff');
    font-weight: 300;
}
* {
  font-family: "open_sans";
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
}

.header-redes {
  width: 100%;
  background: #25292E;
}

.header-redes .info {
  border: none;
  border-right: 1px solid #000;
}

.header-redes .enlace {
  text-decoration: none;
  border: none;
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header-redes .enlace span {
  color: #ffffff;
  font-family: "Exo 2";
  font-size: 18px;
  font-weight: lighter;
  padding-left: 5px;
}

.header-redes .text {
  color: #ffffff;
  font-family: "Exo 2";
  font-size: 20px;
  font-weight: lighter;
  padding-left: 5px;
}

.header-redes .enlace i {
  color: #00c6ef;
  font-size: 26px;
  padding: 5px;
}

.header-redes .red {
  text-decoration: none;
}

.header-redes .red i {
  color: #fff;
  font-size: 22px;
  padding: 0 10px;
  transition: 400ms ease;
}

.header-redes .red i:hover {
  color: #00c6ef;
  transition: 400ms ease;
}

.header-redes .col-sm-3 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

.header-redes .col-sm-3 a {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header-content {
  width: 100%;
  z-index: 10000;
  position: relative;
}

.header-content img {
  width: 200px;
  margin: 0 auto;
}

.header-content .botonera {
  position: absolute;
  /* background: #ffffff57; */
  background: #131c2abb;
  width: 100%;
  top: 0;
  left: 0;
}

.header-content.header-sticky .botonera {
  padding-top: 0;
  padding-bottom: 0;
  background: #131c2abb;
}


.header-content .botonera nav ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  align-items: center;
  justify-content: space-around;
  height: 100%;
}
.header-content.header-sticky .botonera nav ul li {
  padding: 10px 30px;
}
.header-content .botonera nav ul li {
  display: flex;
  align-items: center;
  padding: 10px 30px;
  height: 100%;
  border-top: 5px solid transparent;
}

.header-content .botonera nav ul li:hover {
  border-top: 5px solid #00c6ef;
}

.header-content .botonera nav ul li a {
  text-decoration: none;
}

.header-content .botonera nav ul li a span {
  color: #ffffff;
  font-family: "Exo 2";
  transition: 300ms ease;
}

.header-content .botonera nav ul li:hover a span {
  color: #00c6ef;
  transition: 300ms ease;
}

.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}

.header-sticky img {
  width: 150px;
}

.header-content .botonera-responsive {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #131c2abb;
}

.header-content .botonera-responsive>div>div .col-sm-1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-content .botonera-responsive>div>div .col-sm-1 a {
  color: #fff;
  font-size: 24px;
}

.header-content .botonera-responsive>div>div .col-sm-1 a:hover {
  cursor: pointer;
}

.header-content .botonera-responsive>div>div .col-sm-1 .close-responsive {
  display: none;
}

.header-content .botonera-responsive>div>div nav ul {
  list-style: none;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header-content .botonera-responsive>div>div nav ul li {
  width: 100%;
}

.header-content .botonera-responsive>div>div nav ul li a {
  text-decoration: none;
  color: #fff;
  font-family: "Exo 2";
  padding: 10px 0;
  display: flex;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-content .botonera-responsive>div>div nav ul li a:hover {
  background: #131c2a65;
}

.header-content .botonera-responsive>div>div .redes {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.header-content .botonera-responsive>div>div .redes a {
  text-decoration: none;
}

.header-content .botonera-responsive>div>div .redes a i {
  padding: 15px;
  color: #fff;
  text-decoration: none;
  font-size: 24px;
}

.header-content .botonera-responsive>div>div .redes a i:hover {
  color: #00c6ef;
}

.menu-resp {
  display: none;
}

.botonera-responsive {
  display: none;
}

.carousel-caption {
  top: 45%;
}

.carousel-caption a {
  display: inline-block;
  background: #183d57;
  padding: 8px 20px;
  border-radius: 10px;
  color: #ffffff;
  text-decoration: none;
  font-family: "Exo 2";
  font-size: 24px;
  margin-top: 40px;
}

.carousel-caption h3 {
  color: #ffffff;
  text-decoration: none;
  font-family: "Exo 2";
  font-size: 38px;
}

.id_195 {
  width: 100%;
}

.id_195 div {
  margin: 0 !important;
  padding: 0 !important;
}

/* .id_195 .caja-contenido-simple{
  padding-top: 25px !important;
  padding-bottom: 5px !important;
} */
.id_195 img {
  display: block;
  width: auto;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.id_195 .descripcion-seccion {
  padding: 20px;
  background: #00c7ef10;
}

.id_195 p {
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
  font-family: "Exo 2";
  font-size: 18px;
}

.id_195 h3 {
  margin-bottom: 20px;
}

.id_195 h3 span {
  font-family: "Exo 2";
  font-size: 30px;
  font-weight: bold;
}

.id_195 .caja-contenido-simple .descripcion p {
  padding: 0 30px;
  padding-bottom: 30px;
}

.id_195 .caja-contenido-simple .descripcion h3 {
  padding-top: 24px;
}

.id_200 {
  width: 100%;
  padding: 0 40px;
  padding-bottom: 40px;
}

.id_200>div>div {
  display: flex;
  width: 100%;
  justify-content: space-around !important;
  align-items: flex-start !important;
  margin: 0 !important;
  align-items: center;
}

.id_200>div>h2 {
  text-align: center;
  font-family: "Exo 2";
  color: #183d57;
  font-weight: bold;
  margin-top: 40px;
  font-size: 30px;
}

.id_200>div .descripcion-seccion hr {
  background: #00c6ef;
  width: 200px;
  height: 3px;
  border-radius: 40px;
  margin-bottom: 80px;
}

.id_200>div>div>div {
  display: flex;
  flex-direction: column;
  align-items: space-around;
  width: 20%;
  min-width: 220px;
}

.id_200 div div div .caja-contenido-simple {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.id_200 div div div .caja-contenido-simple h2 {
  font-family: "Exo 2";
  font-weight: bold;
  font-size: 20px;
  color: #112a3b;
}

.id_200 div div div .caja-contenido-simple div,
.conocenos_como div div div .caja-contenido-simple div .descripcion {
  width: 100%;
}

.id_200 div div div .caja-contenido-simple div .descripcion hr {
  width: 50px;
  height: 3px;
  border-radius: 40px;
  background: #00c6ef;
  margin: 20px auto;
}

.id_200 div div div .caja-contenido-simple div .descripcion p {
  font-size: 18px;
  font-family: "Exo 2";
}

.id_200 div div div .caja-contenido-simple .imagen-contenido {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}


/* .conocenos_como section  div div div .caja-contenido-simple .imagen-contenido > div{
  width: 120px;
  height: 130px;
  display: flex !important;
  justify-content: center !important;
  align-items: center;
  background: #00C6EF;
  position: relative;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  transition: 300ms ease;
}
.conocenos_como section  div div div .caja-contenido-simple .imagen-contenido > div:hover{
  background: #183D57;
  transition: 300ms ease;
  cursor: pointer;
} */

.id_200 div div div .caja-contenido-simple .imagen-contenido>div {
  width: 80px;
  height: 120px;
  display: flex !important;
  justify-content: center !important;
  align-items: center;
  /*background: #00c6ef;*/
  background: #76B72B;
  position: relative;
  border-radius: 15px;
  transition: 300ms ease;
  transform: rotate(31deg);
}

.id_200 div div div .caja-contenido-simple .imagen-contenido>div::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  /*background: #00c6ef;*/
  background: #76B72B;
  
  position: absolute;
  border-radius: 15px;
  transition: 300ms ease;
  transform: rotate(60deg);
}

.id_200 div div div .caja-contenido-simple .imagen-contenido>div::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  /*background: #00c6ef;*/
  background: #76B72B;
  position: absolute;
  border-radius: 15px;
  transition: 300ms ease;
  transform: rotate(-60deg);
  z-index: -1;
}

.id_200 div div div .caja-contenido-simple .imagen-contenido>div:hover,
.id_200 div div div .caja-contenido-simple .imagen-contenido>div:hover::before,
.id_200 div div div .caja-contenido-simple .imagen-contenido>div:hover::after {
  /* background: #183d57; */
  /*background: #0033A0;*/
  background: #00c6ef;
  transition: 300ms ease;
  cursor: pointer;
}

.id_200 div div div .caja-contenido-simple .imagen-contenido div img {
  width: 30px;
  filter: invert(1);
  transform: rotate(-31deg);
}

.id_210 {
  color: #fff;
  width: 100%;
  min-height: 250px;
  margin-bottom: 40px;
}

.id_210 {
  width: 100%;
  min-height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
}

.id_210>div {
  width: 100%;
  min-height: 250px;
}

.id_210 .row {
  width: 100%;
  min-height: 250px;
  margin: 0 !important;
  padding: 0 !important;
}

.id_210 .row .descripcion {
  width: 100%;
  min-height: 250px;
}

.id_210 .row .descripcion {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 80px;
}

.id_210 .row .descripcion>p {
  padding: 0 20px;
  min-width: 300px;
}

.id_210 .row .descripcion p,
.publicidad_contactanos .row .descripcion strong {
  font-family: "Exo 2";
  font-size: 36px;
}

.id_210 .row .descripcion a {
  padding: 12px 25px;
  color: #FFF;
  background: #00c6ef;
  font-family: "Exo 2";
  border-radius: 10px;
  font-weight: 600;
  font-size: 20px;
  text-decoration: none;
  margin: 0 auto;
}

.servicios h3 {
  font-family: "Exo 2";
  text-align: center;
  font-weight: bolder;
  font-size: 30px;
  margin-bottom: 30px;
}

.servicios hr {
  background: #00c6ef;
  width: 200px;
  height: 3px;
  border-radius: 40px;
  margin: 15px auto;
  margin-bottom: 60px;
}

.servicios .buttons {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 !important;
  padding: 0 !important;
}

.servicios .buttons .item {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
  position: relative;
}

.servicios .buttons .item:hover img {
  transform: scale(1.2);
  transition: 400ms ease;
}

.servicios .buttons .item:hover {
  cursor: pointer;
}

.servicios .buttons .item:hover .fondo-color {
  opacity: 0.6;
  transition: 300ms ease;
}

.servicios .buttons .active .fondo-color {
  opacity: 0.6;
  transition: 300ms ease;
}

.servicios .buttons .item .fondo-color {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 300ms ease;
}

.servicios .buttons .item img {
  z-index: 100;
  filter: invert(1);
  width: 30px;
  margin: 10px;
  transition: 400ms ease;
}

.servicios .buttons .item p {
  z-index: 100;
  text-align: center;
  color: #fff;
  font-family: "Exo 2";
  font-weight: bold;
  padding: 0 20px;
}

.servicios .descript {
  width: 100%;
  margin: 0 !important;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.servicios .descript div {
  display: none;
}

.servicios .descript .active {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-content: stretch;
  /* border-top: 10px solid #00C6EF;
  border-bottom: 10px solid #00C6EF; */
  border-width: 10px;
  border-style: solid;
  border-image: linear-gradient(to right, #00befe, #76B72A) 1;
  border-right: 0;
  border-left: 0;
}

.servicios .descript .active .texto {
  width: auto;
  max-width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 20px;
}

.servicios .descript .active .img {
  width: 50%;
}

.servicios .descript div h3 {
  font-family: "Exo 2";
  font-size: 26px;
  font-weight: bolder;
  margin-bottom: 15px;
}

.servicios .descript div h5 {
  font-family: "Exo 2";
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #00c6ef;
}

.servicios .descript img {
  float: left;
  width: 100%;
}

.publicidad_datos {
  width: 100%;
  background-image: url("../images/fondodatos.png");
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 30px 60px;
  margin-bottom: 30px;
}

.publicidad_datos .dato {
  width: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.publicidad_datos .dato .cont-cantidad {
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 6px solid #00c6ef;
  background: #fff;
}

.publicidad_datos .dato .cont-cantidad .cantidad {
  width: 60%;
  height: 60%;
  background: #00c6ef;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  font-weight: bolder;
  font-family: "Exo 2";
  transition: 300ms ease;
}

.publicidad_datos .dato .cont-cantidad:hover .cantidad {
  background: #0033A0;
  color: #fff;
  transition: 300ms ease;
}

.publicidad_datos .dato .cont-cantidad:hover {
  cursor: pointer;
}

.publicidad_datos .dato h4 {
  margin-top: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: lighter;
  font-family: "Exo 2";
}

.equipo {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}

.equipo h3 {
  font-family: "Exo 2";
  text-align: center;
  font-weight: bolder;
  font-size: 30px;
  margin-bottom: 20px;
}

.equipo hr {
  background: #00c6ef;
  width: 200px;
  height: 3px;
  border-radius: 40px;
  margin: 15px auto;
  margin-bottom: 50px;
}

.equipo .bot {
  width: 80%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
}

.equipo .bot .item {
  width: 25%;
  max-width: 320px;
  min-width: 240px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.equipo .bot .item .cont-icon {
  width: 80px;
  height: 80px;
  background: #00c6ef;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 15px;
  position: relative;
}
.equipo .bot .item .cont-icon:hover{
  background: #0033A0;
}

.equipo .bot .item .cont-icon::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 3px solid #00c6ef;
  z-index: -1;
  transition: 300ms ease;
}

.equipo .bot .item .cont-icon:hover {
  cursor: pointer;
}

.equipo .bot .item .cont-icon:hover::before {
  transform: scale(1.25);
  transition: 300ms ease;
}

.equipo .bot .item .cont-icon img {
  width: 25px;
  filter: invert(1);
}

.equipo .bot .item h4 {
  font-size: 24px;
  color: #00c6ef;
  font-family: "Exo 2";
  font-weight: 500;
  padding: 0px 20px;
  margin: 0;
}

.equipo .bot .item p {
  font-size: 17px;
  line-height: 22px;
  padding: 0 15px;
  font-family: 'Exo 2';
}

.clientes {
  width: 100%;
  padding: 40px 0;
}

.clientes .top h3 {
  font-family: "Exo 2";
  text-align: center;
  font-weight: bolder;
  font-size: 30px;
  margin-bottom: 20px;
}

.clientes hr {
  background: #00c6ef;
  width: 200px;
  height: 3px;
  border-radius: 40px;
  margin: 15px auto;
  margin-bottom: 50px;
}

.clientes>.top {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
  background: #00c7ef10;
}

.clientes .top .slider-clientes {
  width: 80%;
}

.clientes .top .slider-clientes .item {
  width: 150px !important;
  height: 150px !important;
  border-radius: 50%;
  border: 12px solid #0033A0;
  position: relative;
  z-index: 1;
  background: #fff;
}

.clientes .top .slider-clientes .item img {
  position: absolute;
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
}

.clientes .top .slider-clientes .slick-center .item {
  position: relative;
  border: 12px solid #00c6ef;
}

.clientes .top .slider-clientes .slick-center .item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.4);
  border: 4px solid #0033A0;
}

.clientes .top .slider-clientes .slick-slide {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 20px 0;
}

.clientes .bot {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.clientes .bot .item {
  width: 100%;
  height: 504px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  align-content: stretch;
}

.clientes .bot .inactiveitem {
  display: none;
}

.clientes .bot .item .left {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 50%;
  background: #0033A0;
  padding: 40px 20px;
  height: 100%;
}

.clientes .bot .item .left .parrafo {
  width: 80%;
  position: relative;
  padding-top: 30px;
}

.clientes .bot .item .left .parrafo img {
  position: absolute;
  width: 40px;
  height: 40px;
  z-index: 1000;
}

.clientes .bot .item .left .parrafo .top {
  top: 0;
  left: 0;
}

.clientes .bot .item .left .parrafo .bot {
  bottom: 0;
  right: 0;
}

.clientes .bot .item .left .parrafo p {
  width: 100%;
  color: #fff;
  font-family: "Exo 2";
  font-size: 18px;
  font-weight: lighter;
  padding: 20px;
  text-align: center;
  position: relative;
}

.clientes .bot .item .left .text {
  text-align: center;
}

.clientes .bot .item .left .text h4 {
  color: #00c6ef;
  font-weight: bolder;
  font-family: "Exo 2";
  font-size: 20px;
}

.clientes .bot .item .left .text h3 {
  color: #fff;
  font-weight: 500;
  font-family: "Exo 2";
  font-size: 24px;
}

.clientes .bot .item .right {
  width: 50%;
  height: 100%;
  min-height: 100%;
  position: relative;
}

.clientes .bot .item .right img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.contacto {
  width: 100%;
  background-image: url("../images/fondo-abajo.png");
  background-size: cover;
  background-position: center;
}

.contacto .titulo-internas {
  padding: 40px 0;
  background-color: #25292E;
}

.contacto .titulo-internas h2 {
  color: #fff;
  font-family: "Exo 2";
}

.contacto form .form-control {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 15px;
  color: #fff;
  font-family: "Exo 2";
}

.contacto form .form-control option {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #183d57d5 !important;
  -moz-background-color: #183d57d5 !important;
  -webkit-background-color: #183d57d5 !important;
  color: #fff;
  cursor: pointer;
}

.contacto form .select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 7px 10px;
  height: 42px;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-family: "Quicksand", sans-serif;
  border: 1px solid #fff;
  border-radius: 15px;
  position: relative;
  transition: all 0.25s ease;
}

.contacto form .form-control .option {
  text-transform: capitalize;
}

.contacto form .form-control::placeholder {
  color: #fff;
}

.contacto .g-recaptcha {
  margin: 15px auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.contacto .boton-contactenos button {
  margin: 15px auto;
  width: 100%;
  background: #00c6ef !important;
  border: none !important;
  font-family: "Exo 2";
}

.contacto .informacion-contacto-noresponsive {
  color: #fff;
  padding: 30px;
}

.contacto .informacion-contacto-noresponsive P {
  font-family: "Exo 2";
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
}

.contacto .informacion-contacto-noresponsive p a {
  font-family: "Exo 2";
  font-size: 18px;
  text-decoration: none;
  display: block;
  width: 85%;
  color: #fff;
}

.contacto .informacion-contacto-noresponsive h3 {
  font-family: "Exo 2";
}

.contacto .informacion-contacto-noresponsive img {
  /* filter: invert(1); */
  margin: 10px;
  float: left;
  height: 100%;
  align-self: stretch;
}

.contacto .map a {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 10px;
  color: #fff;
  font-family: "Exo 2";
  text-decoration: none;
  font-size: 18px;
}

.contacto .map i {
  font-size: 26px;
  margin: 10px;
  color: #fff;
}

.contacto .map a:hover i,
.contacto .map a:hover {
  color: #00c6ef;
  transition: 300ms ease;
}

.contacto .redes-contactenos {
  padding-left: 15px;
}

.contacto .redes-contactenos a {
  text-decoration: none;
}

.contacto .redes-contactenos a i {
  color: #fff;
  font-size: 26px;
  padding: 8px;
  transition: 300ms ease;
}

.contacto .redes-contactenos a i:hover {
  color: #00c6ef;
  transition: 300ms ease;
}

footer {
  width: 100%;
  padding: 20px 0;
  background: #25292E;
  color: #ffffff;
}

footer .fondo-azul {
  padding: 30px 0;
  font-family: "Exo 2";
}

.fondo-video-youtube {
  position: relative;
  display: block;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.banner-video-youtube {
  position: absolute;
  top: -80%;
  left: -80%;
  z-index: 1;
  margin: auto;
  opacity: 1;
  width: 260%;
  height: 260%;
}

.fondo-imagen {
  position: relative;
  display: block;
  width: 100%;
  height: 570px;
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.slider-principal .carousel-caption {
  color: #000000;
  padding: 20px;
  border-radius: 0.5em;
  display: block;
  text-align: center;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}

.slider-principal .carrusel-derecha,
.slider-principal .carrusel-izquierda {
  background: #68696a;
  color: #ffffff;
  border-radius: 5em;
  font-size: 25px;
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 870px) {
  .header-redes {
    display: none;
  }
  .header-content .botonera {
    display: none;
  }
  .header-content .botonera-responsive {
    display: block;
  }
  .carousel-caption {
    top: 30%;
  }
  .servicios .buttons .item {
    width: 33.3%;
    padding: 0;
  }
  .clientes .bot .item {
    flex-direction: column;
    align-content: unset;
    align-items: center;
    justify-content: space-between;
    height: inherit;
  }
  .clientes .bot .item .left {
    width: 100%;
  }
  .clientes .bot .item .right {
    display: none;
  }
  .id_210 .row .descripcion {
    flex-direction: column !important;
  }
  .fondo-imagen-responsive {
    position: relative;
    display: block;
    width: 100%;
    height: 450px;
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .fondo-imagen {
    display: none;
  }
  .servicios .descript .active {
    flex-direction: column;
    align-items: center;
  }
  .servicios .descript .active .img {
    width: 100%;
  }
  .servicios .descript .active .texto {
    width: 90%;
    padding: 20px 0;
  }
}

.dinamica {
  background-attachment: fixed !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

@media screen and (max-width: 450px) {
  .servicios .buttons .item {
    width: 50%;
    padding: 0;
  }
}

@media screen and (max-width: 370px) {
  .clientes .top .slider-clientes .item {
    width: 115px !important;
    height: 115px !important;
  }
}

.fondo-imagen {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -ms-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

@media screen and (min-width: 1400px) and (max-width: 2000px) {
  .fondo-imagen {
    height: 92vh !important;
  }
}

@media screen and (min-width: 2001px) and (max-width: 8000px) {
  .fondo-imagen {
    height: 800px !important;
  }
}


/*@media screen and (min-width: 1400px) and (max-width: 1500px) {*/


/*  .fondo-imagen {*/


/*    height: 725px !important;*/


/*  }*/


/*}*/


/*@media screen and (min-width: 1501px) and (max-width: 1550px) {*/


/*  .fondo-imagen {*/


/*    height: 770px !important;*/


/*  }*/


/*}*/


/*@media screen and (min-width: 1550px) and (max-width: 1600px) {*/


/*  .fondo-imagen {*/


/*    height: 795px !important;*/


/*  }*/


/*}*/


/*@media screen and (min-width: 1601px) and (max-width: 1650px) {*/


/*  .fondo-imagen {*/


/*    height: 820px !important;*/


/*  }*/


/*}*/


/*@media screen and (min-width: 1651px) and (max-width: 1700px) {*/


/*  .fondo-imagen {*/


/*    height: 850px !important;*/


/*  }*/


/*}*/


/*@media screen and (min-width: 1701px) and (max-width: 1750px) {*/


/*  .fondo-imagen {*/


/*    height: 850px !important;*/


/*  }*/


/*}*/


/*@media screen and (min-width: 1751px) and (max-width: 1800px) {*/


/*  .fondo-imagen {*/


/*    height: 889px !important;*/


/*  }*/


/*}*/


/*@media screen and (min-width: 1801px) and (max-width: 1850px) {*/


/*  .fondo-imagen {*/


/*    height: 915px !important;*/


/*  }*/


/*}*/


/*@media screen and (min-width: 1851px) and (max-width: 1900px) {*/


/*  .fondo-imagen {*/


/*    height: 945px !important;*/


/*  }*/


/*}*/


/*@media screen and (min-width: 1901px) and (max-width: 1950px) {*/


/*  .fondo-imagen {*/


/*    height: 965px !important;*/


/*  }*/


/*}*/


/*@media screen and (min-width: 1951px) and (max-width: 2000px) {*/


/*  .fondo-imagen {*/


/*    height: 988px !important;*/


/*  }*/


/*}*/


/*@media screen and (min-width: 1531px) and (max-width: 1700px) {*/


/*  .fondo-imagen {*/


/*    height: 900px !important;*/


/*    -webkit-background-size: contain !important;*/


/*    -moz-background-size: contain !important;*/


/*    -ms-background-size: contain !important;*/


/*    -o-background-size: contain !important;*/


/*    background-size: contain !important;*/


/*  }*/


/*}*/


/*@media screen and (min-width: 1701px) and (max-width: 1920px) {*/


/*  .fondo-imagen {*/


/*    height: 1000px !important;*/


/*    -webkit-background-size: contain !important;*/


/*    -moz-background-size: contain !important;*/


/*    -ms-background-size: contain !important;*/


/*    -o-background-size: contain !important;*/


/*    background-size: contain !important;*/


/*  }*/


/*}*/


/*@media screen and (min-width: 1921px) and (max-width: 3000px) {*/


/*  .fondo-imagen {*/


/*    height: 1100px !important;*/


/*    -webkit-background-size: contain !important;*/


/*    -moz-background-size: contain !important;*/


/*    -ms-background-size: contain !important;*/


/*    -o-background-size: contain !important;*/


/*    background-size: contain !important;*/


/*  }*/


/*}*/


/*@media screen and (min-width: 3001px) and (max-width: 8000px) {*/


/*  .fondo-imagen {*/


/*    background-size: contain !important;*/


/*    height: 1100px !important;*/


/*  }*/


/*}*/