@charset "UTF-8";

/*CONTENEDOR*/
/*Dispositivos*/
/*Media screen*/
.container {
  margin: 0 auto;
  max-width: 1480px;
	width: 90%;
}

@media only screen and (min-width: 720px) {
  .container {
    width: 85% !important;
  }
}

@media only screen and (min-width: 1150px) {
  .container {
    width: 90% !important;
  }
}
@media only screen and (min-width: 1366px) {
  .container {
    width: 80% !important;
  }
}

@media only screen and (min-width: 1440px) {
  .container {
    width: 1150px !important;
  }
}

.grid {
  display: grid;
}

.no-gap {
  grid-gap: 0 !important;
}

/*=============================================================
==================================================================
============================================================*/
.grid-col {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 22px;
}

.grid-1 {
  grid-column: span 1;
}

.grid-2 {
  grid-column: span 2;
}

.grid-3 {
  grid-column: span 3;
}

.grid-4 {
  grid-column: span 4;
}

.grid-5 {
  grid-column: span 5;
}

.grid-6 {
  grid-column: span 6;
}

.grid-7 {
  grid-column: span 7;
}

.grid-8 {
  grid-column: span 8;
}

.grid-9 {
  grid-column: span 9;
}

.grid-10 {
  grid-column: span 10;
}

.grid-11 {
  grid-column: span 11;
}

.grid-12 {
  grid-column: span 12;
}

@media screen and (min-width: 100px) {
  .grid-s-1 {
    grid-column: span 1;
  }

  .grid-s-2 {
    grid-column: span 2;
  }

  .grid-s-3 {
    grid-column: span 3;
  }

  .grid-s-4 {
    grid-column: span 4;
  }

  .grid-s-5 {
    grid-column: span 5;
  }

  .grid-s-6 {
    grid-column: span 6;
  }

  .grid-s-7 {
    grid-column: span 7;
  }

  .grid-s-8 {
    grid-column: span 8;
  }

  .grid-s-9 {
    grid-column: span 9;
  }

  .grid-s-10 {
    grid-column: span 10;
  }

  .grid-s-11 {
    grid-column: span 11;
  }

  .grid-s-12 {
    grid-column: span 12;
  }
}

@media screen and (min-width: 720px) {
  .grid-m-1 {
    grid-column: span 1;
  }

  .grid-m-2 {
    grid-column: span 2;
  }

  .grid-m-3 {
    grid-column: span 3;
  }

  .grid-m-4 {
    grid-column: span 4;
  }

  .grid-m-5 {
    grid-column: span 5;
  }

  .grid-m-6 {
    grid-column: span 6;
  }

  .grid-m-7 {
    grid-column: span 7;
  }

  .grid-m-8 {
    grid-column: span 8;
  }

  .grid-m-9 {
    grid-column: span 9;
  }

  .grid-m-10 {
    grid-column: span 10;
  }

  .grid-m-11 {
    grid-column: span 11;
  }

  .grid-m-12 {
    grid-column: span 12;
  }
}

@media screen and (min-width: 1150px) {
  .grid-l-1 {
    grid-column: span 1;
  }

  .grid-l-2 {
    grid-column: span 2;
  }

  .grid-l-3 {
    grid-column: span 3;
  }

  .grid-l-4 {
    grid-column: span 4;
  }

  .grid-l-5 {
    grid-column: span 5;
  }

  .grid-l-6 {
    grid-column: span 6;
  }

  .grid-l-7 {
    grid-column: span 7;
  }

  .grid-l-8 {
    grid-column: span 8;
  }

  .grid-l-9 {
    grid-column: span 9;
  }

  .grid-l-10 {
    grid-column: span 10;
  }

  .grid-l-11 {
    grid-column: span 11;
  }

  .grid-l-12 {
    grid-column: span 12;
  }
}

@media screen and (min-width: 1366px) {
  .grid-xl-1 {
    grid-column: span 1;
  }

  .grid-xl-2 {
    grid-column: span 2;
  }

  .grid-xl-3 {
    grid-column: span 3;
  }

  .grid-xl-4 {
    grid-column: span 4;
  }

  .grid-xl-5 {
    grid-column: span 5;
  }

  .grid-xl-6 {
    grid-column: span 6;
  }

  .grid-xl-7 {
    grid-column: span 7;
  }

  .grid-xl-8 {
    grid-column: span 8;
  }

  .grid-xl-9 {
    grid-column: span 9;
  }

  .grid-xl-10 {
    grid-column: span 10;
  }

  .grid-xl-11 {
    grid-column: span 11;
  }

  .grid-xl-12 {
    grid-column: span 12;
  }
}

@media screen and (max-width: 720px) {
  .no-movil {
    display: none !important;
  }
}

@media screen and (max-width: 720px) {
  .si-movil {
    display: block !important;
  }
}

/*
   HEADER
   *
   -----------------------------------------
   *
 */
.header {
  width: 100%;
  z-index: 200;
  transition: 0.3s;
  padding: 20px 30px;
  /* modificadores */
  /*--------------------*/
  /* elementos */
  /*-----------------------------*/
}
.header .header-container {
    width: 100% !important;
    max-width: 100% !important;
}
.header--background {
  background: #ffffff;
}

.header--fixed {
  position: fixed;
  top: 0;
}

.header--shadow {
  filter: drop-shadow(0px 2px 20px rgba(0, 0, 0, 0.2));
}

.header--n-padding {
  padding: 0;
}

.header__content {
  display: flex;
  grid-gap: 25px;
  justify-content: space-between;
}

.header__logo--padding {
  /*padding: 20px 0;*/
  /* PUEDE MODIFICARSE */
}

.header__logo--padding-less {
  padding: 7px 0;
}

.header__link--show {
  display: block;
}

.header__link--hide {
  display: none;
}

.header__img {
  max-width: 165px;
  /* PUEDE MODIFICARSE */
  display: block;
}

.header__img--less {
  max-width: 112px;
}

.main-nav {
  display: flex;
  grid-gap: 20px;
  align-items: center;
  /* elementos */
  /*-----------------------------------*/
}

.main-nav__list {
  display: flex;
  grid-gap: 20px;
  justify-content: right;
  align-items: center;
  height: 100%;
}

.main-nav__list--t-color-2 .main-nav__item,
.main-nav__list--t-color-2 .main-nav__item a {
  color: #B30041;
}

.main-nav__item {
  margin: 0;
  /*display: flex;
  align-items: center;*/
  transition: 0.3s;
  position: relative;
  /* modificadores */
  /* ------------------- */
}

.main-nav__icon a {
  padding: 15px;
  border-radius: 50%;
  display: flex !important;
  width: 54px !important;
  height: 54px !important;
  align-content: center !important;
  justify-content: center !important;
}

.whatssap a {
  background-color: #5BC336;
}

.main-nav__item--maxalto {
  height: 100%;
}

/*.main-nav__item::before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  background-color: #ffffff;
  transition: 0.3s;
  bottom: 0;
  left: 0;
}*/
.main-nav__item:hover .main-nav__dropdown {
  display: block;
  top: 40px;
}

.main-nav__item:hover .main-nav__dropdown--drop-more {
  top: 35px;
}

.main-nav__item:hover::before {
  width: 100%;
}

.main-nav__idiomas {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  justify-content: center;
  color: #ffffff;
  grid-gap: 8px;
}

.main-nav__idiomas span {
  text-align: center;
}

.main-nav__idiomas::before {
  content: inherit;
}

.main-nav__idiomas--text-normal {
  color: initial;
}

.main-nav__link {
  padding: 15px 35px;
  font-size: 15px;
  position: relative;
  font-weight: normal;
  color: #ffffff;
  display: flex;
  align-items: center;
  height: 100%;
  grid-gap: 8px;
  background-color: #0F4E82;
  border-radius: 5px;

  border: 2px solid #ffffff;
}

.main-nav__link--t-color {
  color: #1F1E21;
}

.main-nav__link--t-color-2 {
  color: #B30041;
}

.main-nav__link .text-link {
  font-weight: normal;
  font-size: 16px;
}

.main-nav__link .icono-link {
  display: flex;
  font-weight: normal;
  font-size: 24px;
}

.main-nav__link--p-less {
  padding: 5px 0px;
}

.main-nav__dropdown {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 194px;
  /* PUEDE MODIFICARSE */
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  z-index: 2;
  border-radius: 5px;
  overflow: hidden;
  top: 60px;
}

.main-nav__search {
  position: relative;
  /*modificadores*/
}

.main-nav__search input {
  height: 32px;
  border: 1px solid #cecece;
  padding: 0 30px 0 12px;
  width: 220px;
  outline: none;
}

.main-nav__search span {
  font-size: 14px;
  position: absolute;
  right: 12px;
  bottom: 50%;
  transform: translate(0px, 50%);
}

.main-nav__search--b-radius input {
  border-radius: 50px;
}

.dropdown-link {
  color: #B30041;
  padding: 12px 15px;
  display: block;
  font-size: 15px;
}

.dropdown-link:hover {
  background-color: #B30041;
  color: #ffffff;
}

/* boton menu */
.movil-menu {
  cursor: pointer;
}

.movil-menu li {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  grid-gap: 16px;
}

.movil-menu li .btn-nav {
  color: #ffffff;
  display: flex;
}

.movil-menu li .btn-nav i {
  color: #ffffff;
  font-size: 30px;
}

.movil-menu li.menu-btn a,
.movil-menu li.menu-btn i {
  color: #B30041;
}

.movil-menu--efecto li a {
  background-color: #e5e5e5;
  padding: 14px;
  border-radius: 100px;
  display: block;
}

.movil-menu--efecto:hover li a {
  background-color: #317fcd;
  display: block;
}

.movil-menu--efecto:hover li a span {
  color: #ffffff;
}

/* --------------------------- */
@media only screen and (max-width: 980px) {
  .movil-menu {
    display: block !important;
  }

  /*.main-nav__list {
    display: none !important;
  }*/
}

/*==============================================*/

@font-face {
  font-family: 'Roboto';
  src: url('../font/Roboto-Black.eot');
  src: url('../font/Roboto-Black.eot?#iefix') format('embedded-opentype'),
    url('../font/Roboto-Black.woff2') format('woff2'),
    url('../font/Roboto-Black.woff') format('woff'),
    url('../font/Roboto-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../font/Roboto-Light.eot');
  src: url('../font/Roboto-Light.eot?#iefix') format('embedded-opentype'),
    url('../font/Roboto-Light.woff2') format('woff2'),
    url('../font/Roboto-Light.woff') format('woff'),
    url('../font/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../font/Roboto-Bold.eot');
  src: url('../font/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
    url('../font/Roboto-Bold.woff2') format('woff2'),
    url('../font/Roboto-Bold.woff') format('woff'),
    url('../font/Roboto-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../font/Roboto-Thin.eot');
  src: url('../font/Roboto-Thin.eot?#iefix') format('embedded-opentype'),
    url('../font/Roboto-Thin.woff2') format('woff2'),
    url('../font/Roboto-Thin.woff') format('woff'),
    url('../font/Roboto-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../font/Roboto-Medium.eot');
  src: url('../font/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
    url('../font/Roboto-Medium.woff2') format('woff2'),
    url('../font/Roboto-Medium.woff') format('woff'),
    url('../font/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../font/Roboto-Regular.eot');
  src: url('../font/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
    url('../font/Roboto-Regular.woff2') format('woff2'),
    url('../font/Roboto-Regular.woff') format('woff'),
    url('../font/Roboto-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*
    BANNER
    *
    --------------------------------------
    *
*/
.banner {
  background-color: #efefef;
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.banner video {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.banner__contenido {
  display: flex;
  /* modificadores */
  /*-----------------*/
}

.banner__contenido--posicion {
  align-items: center;
  justify-content: center;
}

.banner__contenido--wholeScreen {
  height: 100vh;
}

.banner__bloque {
  /* modificadores */
  /*-------------------*/
}

.banner__bloque--sidecontent {
  text-align: center;
}

.banner__bloque--bloquecenter {
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, 50%);
  color: #ffffff;
  z-index: 2;
}

.banner__mensaje--text-left {
  text-align: left !important;
}

.banner__mensaje {
  margin-bottom: 18px;
  text-align: center;
  color: #ffffff;
  /* se puede modificar */
}

.banner__mensaje p {
  font-size: 20px;
  margin: 0 !important;
}

.banner__mensaje b,
.banner__mensaje p {
  color: #ffffff !important;
}

.banner__mensaje h1,
.banner__mensaje h2,
.banner__mensaje h3,
.banner__mensaje h4,
.banner__mensaje h5,
.banner__mensaje h6 {

  font-size: 44px;
  font-weight: 100 !important;
  color: #ffffff;
  /*margin-bottom: 22px;*/
}

.banner__mensaje h1 strong,
.banner__mensaje h2 strong,
.banner__mensaje h3 strong,
.banner__mensaje h4 strong,
.banner__mensaje h5 strong,
.banner__mensaje h6 strong {

  font-size: inherit;
  font-weight: bold !important;
}

.banner__mensaje ul li::before {
  content: "" !important;
  position: absolute !important;
  width: 8px !important;
  height: 8px !important;
  background: #ffffff !important;
  border-radius: 50% !important;
  top: 50% !important;
  left: 0 !important;
  transform: translate(0, -50%);
}

.banner__action {
  padding: 8px 0;
  /*display: flex;
  justify-content: center;*/
}

.banner__imagen {
  position: relative;
}

.banner__imagen i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 38px;
  color: #ffffff;
  background-color: #B30041;
  padding: 18px;
  border-radius: 50px;
}

.banner__imagen img {
  width: auto;
  display: block;
}

.owl-banner {
  position: relative;
}

.owl-banner .owl-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(16, 76, 152, 0.85), rgba(16, 76, 152, 0.85));
  z-index: 5;
}

.owl-banner .owl-item .banner__contenido {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0%);
  z-index: 8;
}

.owl-banner .owl-item .banner__inicial {
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, 50%);
  z-index: 8;
  display: flex;
  align-items: center;
}

.owl-banner .owl-item .banner__contenido .banner__bloque--bloquecenter {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 50%;
  transform: translate(0px, 50%);
  color: #ffffff;
}

.owl-banner .owl-item .item {
  height: 100vh;
}

.owl-banner .owl-nav,
.owl-banner .owl-dots {
  position: absolute;
}

.owl-banner .owl-nav {
  right: 30px;
  top: 50%;
  transform: translate(0px, -50%);
  justify-content: space-between;
}

.owl-banner .owl-nav button {
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
}

.owl-banner .owl-nav button:hover {
  background: #ffffff !important;
  color: #323ecc !important;
}

.owl-banner .owl-dots {
  left: 50%;
  transform: translate(-50%, 0px);
}

/*==============================================*/
/*=========================================
=================BOTONES==================*/
.btn {
  padding: 10px 25px;
  display: grid;
  grid-gap: 14px;
  max-height: 48px;
  align-items: center;
  background: #004376;
  color: white;
  font-size: 0.9rem;
  font-weight: 700;
  transition: 0.3s;
  justify-content: center;
  justify-items: center;
  cursor: pointer;
  width: 100%;
  max-width: 200px;
  text-align: center;
  border-radius: 53px;
  border: 2px solid #004376;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
  transition: 0.2s;
}

.btn img {
  width: 30px;
  margin: 0 !important;
}

.btn:hover {
  background: #B30041;
  border: 2px solid #B30041;
  box-shadow: 0 0 0 white;
}

.btn:hover i {
  font-weight: 500;
  font-size: 1.28rem;
}

.btn.btn1 {
  background: none;
  color: #B30041;
}

.btn.btn1-white {
  background: white;
  color: #004376;
  border: 2px solid white;
}

.btn.btn2-white {
  background: none;
  color: white;
  border: 2px solid white;
}

.btn.active {
  background-color: #B30041;
  color: white;
}

.btn.btn-icon {
  grid-template-columns: auto auto;
}

.btn.btn-icon i {
  font-size: 20px;
  font-weight: 600;
  margin-top: -4px;
  margin-left: 13px;
}

.btn.btn-big {
  height: 54px;
  max-width: 225px;
}

button:focus {
  outline: none;
}

.btn-circle {
  border: 2px solid #FED775;
  color: #FED775;
  font-size: 21px;
  width: 54px;
  height: 54px;
  display: grid;
  border-radius: 50%;
  align-items: center;
  justify-items: center;
  transition: 0.3s;
}

.btn-circle:hover {
  background: #FED775;
  color: white;
  border-color: #FED775;
}

.btn-circle i {
  font-weight: 600;
}

.btn-circle.blanco {
  border: 2px solid #ffffff;
  color: white;
  font-size: 21px;
  padding: 13px;
  background: none;
}

.btn-circle.blanco:hover {
  background: #FED775;
  color: white;
  border-color: #FED775;
}

.btn-circle.blanco i {
  font-weight: 500;
}

.btn-list {
  background: #F8F8F8;
  height: 56px;
  width: 56px;
  display: grid;
  align-items: center;
  justify-items: center;
  border-radius: 8px;
}

.text-center .btn {
  max-width: 320px;
  margin: auto;
}

.btn-filter {
  width: 100%;
  height: 48px;
}

.btn-short {
  max-width: 168px;
}

.btn-usuario {
  position: relative;
  display: grid;
  grid-template-columns: auto 57px auto;
  align-content: center;
  padding: 8px;
  padding-right: 22px;
}

.btn-usuario img {
  width: 34px !important;
  border-radius: 50%;
  display: block;
}

.btn-usuario b {
  color: white;
}

.dropdown {
  position: relative;
}

/*
* Estilos boton redes footer JOSPEH PADILLA
*/
.btn-redes-footer {
  border: 2px solid #B30041;
  color: #B30041;
}

.btn-redes-footer:hover {
  background: #B30041;
  color: white;
  border-color: #B30041;
}

/*
BOTONES
*
-----------------------------
*
*/
.button {
  /*--------------------*/
}

.button a,
.button button, 
.button input[type='submit']{
  padding: 10px 25px;
  height: 50px;
  background-color: #B30041;
  color: white;
  font-size: 15px;
  font-weight: 600;
  transition: 0.3s;
  cursor: pointer;
  width: 100%;
  /* max-width: 200px; */
  outline: none;
  /* modificadores */
}

.button--shadow a,
.button--shadow button {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.button--b-radius a,
.button--b-radius button {
  border-radius: 3px;
}

.button--totalwidth a,
.button--totalwidth button {
  max-width: 100%;
}

.button--altonormal a,
.button--altonormal button {
  height: auto;
}

.button span {
  margin: 0 6px 0 0;
}

.button__estilo02 a,
.button__estilo02 button {
  background-color: #ffffff;
  border: 1px solid #B30041;
  color: #B30041;
}

.button__estilo02 a:hover,
.button__estilo02 button:hover {
  background-color: #B30041;
  color: #ffffff;
}

/*
   EDITOR
   *
   -----------------------------------------
   *
 */
.editar p,
.editar ul,
.editar a {
  margin-bottom: 12px;
  display: block;
}

.editar p {
  text-align: justify;
}

.editar p strong {
  color: #181C2B;
  font-weight: 600;
}

.editar strong,
.editar b {
  color: #B30041;
  font-weight: 600;
}

.editar a {
  color: #ffffff;
  margin-top: 25px;
  display: grid;
  align-items: center;
  width: 250px;
  justify-content: center;
}

.editar ul li {
  margin-bottom: 10px;
  /*font-size: 13px;*/
  padding-left: 0px;
  position: relative;
}

/*.editar ul li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #F67706;
  border-radius: 50%;
  top: 2px;
  left: 0;
}*/

.editar ol {
  padding-left: 1rem;
  color: #565656;
}

.editar ol li{
  list-style: inherit;
}

/*.editar ol li {
  padding-bottom: 10px;
  color: #F67706;
  list-style-type: none;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}

.editar ol li:before {
  content: counter(list-0, decimal) ". ";
}

.editar ol li.ql-indent-1 {
  margin-left: 2rem;
  color: #000000;
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-1;
  text-align: justify;
}

.editar ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) ". ";
}

.editar ol li.ql-indent-1:not(.ql-direction-rtl):before {
  margin-left: -1.1em;
}*/

/*==============================================*/
/*
    SIDENAV
    *
    -----------------------------------------
    *
*/
.sidenav {
  height: 100vh;
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateX(100%);
  transition: 0.3s;
  display: grid;
}

.sidenav__content {
  background: white;
  padding: 10%;
  display: grid;
}

.sidenav__content--back {
  background: #3d8eb5;
}

.sidenav__content--back a,
.sidenav__content--back span {
  color: #ffffff !important;
}

.sidenav__head {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.sidenav__head .head__cerrar {
  padding: 12px;
  background: #B30041;
  color: #ffffff;
  cursor: pointer;
}

.sidenav__head .head__cerrar--back {
  background: #0067cd;
  color: #ffffff;
}

.sidenav__head .head__cerrar--b-radius {
  border-radius: 50%;
}

.sidenav__head .head__cerrar a {
  font-size: 25px;
}

.sidenav__head .head__cerrar a i {
  color: #ffffff;
}

.sidenav__list {
  padding: 0 25px;
}

.sidenav__list--center li a {
  justify-content: center;
}

.sidenav__item {
  text-align: center;
}

.sidenav__links {
  padding: 15px 0px;
  display: flex;
  color: #3e3e3e;
  font-weight: 600;
  font-size: 15px;
  align-items: center;
  justify-content: space-between;
}

.sidenav__links .text-link {
  padding-right: 5px;
  font-size: 15px;
  font-weight: 600;
}

.sidenav__links .icono-link {
  width: 30px !important;
  display: inline-block;
  color: #3e3e3e;
  transform: rotate(-90deg);
  transition: 0.3s all;
  font-weight: 600;
  font-size: 14px;
}

.sidenav__links .icono-link.active {
  transform: rotate(0deg);
}

.sidenav__links a {
  color: #3e3e3e;
}

.sidenav__dropdown {
  display: none;
  background: #f9f9f9;
  left: 20px;
  z-index: 10;
  min-width: 240px;
  text-align: left;
  border-radius: 5px;
  border: 1px solid #EAEAEA;
}

.sidenav__dropdown li a {
  font-size: 14px;
  padding-left: 15px;
  color: #B30041;
}

.sidenav.active {
  transform: translateX(0%);
}

.sidenav .list__redes {
  margin: 0 5px;
  background: #B30041;
  /*puede modificarse*/
}

.sidenav .list__redes--redondo {
  border-radius: 50px;
}

.sidenav .list__redes a {
  display: block;
  padding: 12px;
}

.sidenav .list__redes a i {
  font-size: 18px;
  display: flex;
  color: #ffffff;
  /*puede modificarse*/
}

/*==========================================================*/
.vs__dropdown-toggle {
  padding: 0 !important;
}

span.vs__selected {
  position: absolute;
}

input.vs__search {
  margin: 0;
}

.input-filter {
  padding: 0 14px 0 0 !important;
}

.header-filter .grid-datos {
  display: grid;
}

@media (max-width: 1500px) {
  .card__contenedor {
    bottom: -9rem !important;
  }
}

@media (max-width: 1300px) {
  .card__contenedor {
    padding: 8rem 2rem 1.8rem !important;
  }

  .card__consultores .card__contenedor {
    padding: 2rem 1em 0 !important;
  }
  .content-consultores-new .card__consultores .card__contenedor {
    padding: 0 !important;
  }

  .section-servicios .card__figure img{
    height: 275px !important;
    object-fit: cover;
  }
}

@media (max-width: 1260px) {
  .card__consultores .card__contenedor {
    padding: 2rem 1rem 0 !important;
  }
}

@media (max-width: 1200px) {
  img.img-detalle-modelo {
    width: 420px !important;
  }
  
  .owl-banner .owl-nav {
    right: 0 !important;
    top: initial !important;
    transform: initial !important;
    justify-content: space-between !important;
    bottom: 2rem !important;
    width: 100% !important;
    flex-direction: row !important;
  }

  .owl-general--bottom-dots .owl-dots {
    position: absolute;
    bottom: 1rem;
    transform: translate(-50%, 0%) !important;
    top: initial !important;
    left: 50% !important;
    flex-direction: row !important;
  }
  
  .banner .box {
    display: none;
}
}

@media (max-width: 1160px) {
  .menu.wow.fadeIn ul {
    display: none;
  }

  header .grid-header .menu {
    display: grid;
    grid-template-columns: 1fr auto auto;
    justify-items: right;
    grid-gap: 20px;
  }
}

@media (max-width: 1150px) {
  .section-info-linea {
    padding: 60px 0 !important;
  }

  .section-info-linea .img-detalle {
    margin: 80px 0 0;
  }

  .section-solucion figure img.img-rombo {
    width: 212px !important;
  }
}

@media (max-width: 1100px) {
  .box-m-less-right {
    margin-right: 0rem !important;
  }

  .box-m-less-left {
    margin-left: 0rem !important;
  }

  .section-solucion .box_colum {
    justify-content: space-between;
    gap: 2rem;
  }

  .section-solucion figure {
    display: grid;
    align-items: center;
    height: 100%;
  }

  .card__title h2 {
    font-size: 17px !important;
  }

  .box__fila {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
  }
  
  .banner .box_fila a{
      padding: 0px !important;
  }
  
  .section-consultores .titulo-general p {
        padding: 0 8rem!important;
    }

    .section-servicios .card__figure img {
      height: 100% !important;
      object-fit: contain !important;
    }

    .section-servicios {
      margin-bottom: 3rem !important;
    }

    .section-servicios .card {
      margin-bottom: 10rem;
    }
}

@media (max-width: 920px) {
  .content-filter form.grid-filter-slider {
    grid-template-columns: 1fr;
    border-radius: 22px;
  }

  .content-filter {
    border-radius: 22px;
  }

  .content-filter form.grid-filter-slider .line-form {
    height: 0;
  }

  .hero-slider img {
    height: 600px;
  }

  .section-inicio-1 .content {
    padding: 30px 25px;
  }

  .section-inicio-1 .card-video {
    height: 100%;
    padding: 35px;
  }
}

@media (max-width: 880px) {
    .section-consultores .titulo-general p {
    padding: 0 0rem !important;
}
}

@media (max-width: 690px) {
  .menu .btn {
    padding: 15px 0px;
  }

  .menu .btn span {
    display: none;
  }

  footer .pie {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }

  .box__fila {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 450px) {
  .card .grid-datos {
    display: grid;
  }

  .box__fila {
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
  }



}

@media (max-width: 1366px) {
  .banner__contenido {
    padding-left: 60px;
    padding-right: 60px;
  }

  .modal-content {
    width: 70% !important;
  }
}

@media (max-width: 1280px) {
  .banner__contenido {
    padding-left: 60px;
    padding-right: 60px;
  }

  .owl-sectores .item {
    height: 150px !important;
  }
}

@media (max-width: 1150px) {

  .box-total-right,
  .box-right {
    justify-content: start !important;
  }

  .tab-content img {
    width: 100%;
  }
}

@media (max-width: 1100px) {
  .modal-content {
    width: 85% !important;
  }
}

@media (max-width: 1024px) {
  .banner__mensaje h1, .banner__mensaje h2, .banner__mensaje h3, .banner__mensaje h4, .banner__mensaje h5, .banner__mensaje h6 {
    font-size: 40px;
  }

  .owl-banner .item img.img-fondo {
    width: auto !important;
    display: block;
    height: 580px;
  }

  .name-page h2 {
    font-size: 40px !important;
  }

  .section-info {
    padding: 60px 0 60px !important;
  }

  .section-info .banner__imagen {
    margin: 50px 0 20px !important;
  }

  .section-info .features-list {
    padding: 0 20px !important;
  }

  .section-ubicanos-features .accordion {
    padding: 0px 0 0px !important;
  }

  .section-info-infodepsa .item-list {
    flex-flow: wrap !important;
  }
}

@media (max-width: 900px) {
	.header{
		position: relative;
    	background: #0f4e82;
	}
	.banner{
		height: auto !important;
		overflow: initial !important;
	}
	
	.banner video {
		width: 100vw;
		height: auto !important;
		min-height: initial !important;
		min-width: initial !important;
		position: relative!important;
		top: initial !important;
		left: initial !important;
		-webkit-transform: initial !important;
		transform: initial !important;
	}
	
	.owl-banner {
    position: absolute !important;
    top: 0;
		height: 100%;
}
	
	.owl-banner .owl-item, .owl-banner .owl-stage {
    height: 100%;
}
	
	.owl-banner .owl-item .item {
    height: 100% !important;
}
	
  .section-acordeon .accordion {
    width: 100% !important;
  }
	
	.owl-banner .owl-item .banner__inicial{
		position: relative !important;
		left: initial !important;
		bottom: initial !important;
		transform: initial !important;
		z-index: 8;
		display: flex;
		align-items: center;
		height: 100% !important;
	}

}

@media (max-width: 768px) {
  .banner__contenido {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .banner__mensaje h1, .banner__mensaje h2, .banner__mensaje h3, .banner__mensaje h4, .banner__mensaje h5, .banner__mensaje h6 {
    font-size: 25px !important;
  }

  .banner__imagen i {
    font-size: 30px !important;
    padding: 12px !important;
  }

  .owl-banner .item img.img-fondo {
    height: 520px;
  }

  .owl-general .owl-nav button {
    width: 40px !important;
    height: 40px !important;
  }

  .owl-general .owl-nav button i {
    font-size: 27px;
  }

  .card__aside .card__icon-servicio {
    width: 72px;
    height: 72px;
  }

  .card__aside .card__icon-servicio img {
    width: 40px !important;
  }

  .section-solucion {
    padding-top: 5rem !important;
    position: relative;
  }

  .section-solucion:before {}

  .section-solucion .soluciones {
    padding-bottom: 50px;
  }

  .section-solucion .soluciones__lista__items .lista-items li p {
    font-size: 14px !important;
  }

  .section-solucion .soluciones__resaltar b {
    font-size: 40px !important;
  }

  .section-solucion .soluciones__resaltar p {
    font-size: initial;
  }

  .section-solucion .trabajador-ref img {
    width: 100% !important;
  }

  .tab-content {
    padding: 0 !important;
    height: 100%;
    display: grid;
    align-items: center;
  }

  .section-infodepsa {
    padding: 80px 0 80px !important;
  }

  .section-infodepsa .img-detalle {
    margin-top: 35px !important;
  }

  .section-info .features-list {
    height: 140px !important;
  }

  .section-info-infodepsa .infodepsa {
    padding: 40px 20px 60px !important;
  }

  .section-info-infodepsa .infodepsa .item-list {
    padding: 40px 30px !important;
  }

  .item-list--figura--iconos {
    padding: 15px 10px !important;
  }

  .section-info-linea .img-detalle {
    margin-bottom: 30px !important;
  }

  .section-info-linea .form {
    margin-bottom: 0px;
  }

  .modal-content {
    width: 90% !important;
  }

  .modal-item-info b {
    font-size: 28px !important;
  }
}

@media (max-width: 760px) {
  /*.card__consultores .card__image {
    width: 100% !important;
  }*/
}

@media (max-width: 720px) {
  .slidebar {
    justify-content: center !important;
  }

  .slidebar li:hover a,
  li#active,
  li#active a {
    border-radius: 5px;
  }

  .section-ubicanos {
    background-color: #004376 !important;
  }

  .section-ubicanos::before {
    content: initial !important;
  }

  .box__modelo .card__header,
  .box__modelo .card__body .card__copy {
    text-align: center;
  }

  .banner .box {
    display: none;
  }


  .section-solucion figure.img-rombo,
  .section-solucion .box__modelo {
    display: none !important;
  }


  .section-servicios {
    margin-top: 5.4rem;
  }

  .section-servicios .box {
    width: 90% !important;
    margin: auto;
  }

  .section-servicios .titulo-general {
    display: block !important;
  }

  .section-servicios .box__fila {
    grid-gap: 2rem;
  }

  .section-servicios .box__fila .card {
    display: grid;
    grid-template-columns: auto 1fr;
    margin-bottom: 1.5rem;
  }

  .section-servicios .box__fila .card .card__image {
    width: 134px !important;
    display: block;
    height: auto !important;
    object-fit: cover;
    border-radius: 10px;
  }

  .section-servicios .box__fila .card .card__contenedor {
    position: initial !important;
    padding: 0 1rem !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .section-servicios .card .card__footer{
    margin-top: 1rem !important;
  }

  .section-servicios .box__fila .card .card__contenedor .card__body p {
    text-align: left;
  }

  section.section-contacto img {
    width: 100% !important;
    height: auto !important;
  }

  .rel-servicio{
    display: block !important;
  }


  .section-contacto .container {
    width: initial !important;
  }
  
  .section-contacto .date-contacto {
    margin: 0 auto;
    margin-top: 1.5rem;
    width: 90%;
  }

  .section-contacto{
    margin-top: 3rem !important;
    padding: 0rem 0 5rem !important;
  }

  .date-contacto {
    padding-left: 0rem !important;
  }

  .content-consultores .card__consultores {
    display: grid;
    grid-template-columns: auto 1fr;
  } 

  .content-consultores .card__consultores .card__contenedor {
    display: grid;
    grid-auto-rows: min-content;
    align-content: center;
    text-align: left;
  }

  .modal-content > i {
    color: #ffffff !important;
    background: #0F4E82 !important;
  }

  .modal-consultor .modal__image {
    margin: auto;
    display: block;
  }

  .modal-content > i {
    position: absolute !important;
    top: 20px !important;
    right: 20px !important;
    padding: 6px !important;
    font-size: 30px !important;
    display: grid !important;
    width: 40px !important;
    height: 40px !important;
    align-content: center !important;
    justify-content: center !important;
  }

  .content-consultores-new{
    display: block !important;
    margin-top: 2rem;
  }

  .content-consultores-new .card__consultores .card__contenedor {
    display: grid;
    grid-auto-rows: min-content;
    align-content: center;
  }
  .card__consultores .card__info-content p {
    text-align: left !important;
  }
  .card__consultores .card__footer {
    justify-content: start !important;
  }

  .section-consultores .card__title h2::before {
    left: 0 !important;
    transform: translate(0%, 0px) !important;
  }

  .card__consultores .card__contenedor {
    padding: 0 0 0 2rem !important;
  }
  .content-consultores-new .card__consultores .card__image {
    width: auto !important;
    height: 260px !important;
  }
  .contact-flotante .main-nav__list {
    grid-template-columns: 1fr 1fr;
  }
	.owl-banner .owl-nav {
    bottom: -4rem !important;
}
	
	.owl-banner .owl-nav button {
		border: 1px solid #0f4e82 !important;
    color: #0f4e82!important;
	}
	
	.owl-banner .owl-nav{
		justify-content: center !important;
	}
	
}

@media (max-width: 640px) {
  .header__img {
    max-width: 120px !important;
  }

  /*.banner,
  .banner video,
  .owl-banner .owl-item .item {
    height: 75vh !important;
  }*/

  .owl-general .owl-nav button i {
    font-size: 25px !important;
  }

  .banner__contenido {
    text-align: center;
  }

  .banner__imagen {
    margin: 50px 0;
  }

  .trabajador-ref img {
    display: none !important;
  }

  .section-info .features-list {
    height: auto !important;
    padding: 20px 30px !important;
  }

  .reel {
    grid-template-columns: repeat(2, 1fr) !important;
  }


  .box__fila {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .reel__img img.marca-agua {
    position: absolute;
    width: 90px;
    height: auto;
    bottom: -13px;
    left: -15px;
  }

  .section-ubicanos-features {
    padding: 20px 0 80px !important;
  }

  .section-ubicanos-features .soluciones {
    padding-bottom: 40px;
  }

  .section-ubicanos-features .accordion {
    padding: 50px 0 0px !important;
  }

  .section-info-infodepsa .container {
    padding: 30px !important;
  }

  .section-info-legislacion .titulo-general {
    margin-bottom: 0 !important;
  }

  .section-info-legislacion .list-info-servis {
    display: block !important;
    padding: 50px 0;
    border-bottom: 1px solid #EAEAEA;
  }

  .section-info-legislacion .list-info-servis .list-info-icon {
    margin-bottom: 30px;
  }

  .modal {
    padding-top: 50px !important;
  }

  .modal-content {
    display: block !important;
  }

  .modal-item-info b {
    font-size: 22px !important;
  }

  .modal__list {
    height: 200px !important;
  }

  .modal__mapa {
    height: 320px !important;
  }

  .main-nav__icon a {
    padding: 15px !important;
    width: 38px !important;
    height: 38px !important;
  }

  .main-nav__link {
    padding: 10px 25px !important;
    font-size: 12px !important;
  }

  .main-nav__link .icono-link {
    font-size: 20px !important;
  }

  .content-consultores-new .card__contenedor .card__body {
    -webkit-line-clamp: initial !important;
    height: 90px;
    max-height: 90px;
    overflow: auto;
    padding-right: 20px !important;
    scrollbar-color: #0F4E82 transparent;
    scrollbar-width: thin;
  }

}

@media (max-width: 530px) {
  .section-informacion {
    text-align: left !important;
  }

  .section-informacion .titulo-general {
    margin-bottom: 0px !important;
  }

  .section-informacion .list-info-servis {
    display: block !important;
    padding: 50px 0;
    border-bottom: 1px solid #EAEAEA;
  }

  .section-informacion .list-info-servis .list-info-icon {
    margin-bottom: 30px;
  }

  .footer__pie .pie {
    grid-template-columns: 1fr !important;
    grid-gap: 15px;
  }

  .item-list--figura {
    width: 150px !important;
  }

  .list-info-servis::before {
    content: initial !important;
  }

  .list-info-action {
    padding-left: 0px !important;
    display: initial !important;
  }

  .section-info-linea {
    padding: 0 0 40px !important;
  }

  /*.owl-slider {
    display: none !important;
  }*/

  .slider-services {
    display: block !important;
  }

  .content-consultores .card__consultores .card__image, .content-consultores-new .card__consultores .card__image{
      width: auto !important;
      height: 200px !important;
      display: block;
      margin: auto;
  }
  .modal-consultor .modal__image {
    width: 210px !important;
    height: auto !important;
  }

  .card__contenedor .card__body {
    -webkit-line-clamp: 3 !important;
  }

  .owl-banner .owl-dots {
    display: none !important;
}
	
	.banner__mensaje h1, .banner__mensaje h2, .banner__mensaje h3, .banner__mensaje h4, .banner__mensaje h5, .banner__mensaje h6 {
    font-size: 18px !important;
}

}

@media (max-width: 480px) {

  .titulo-general h2,
  .titulo-general h3,
  .titulo-general h4,
  .titulo-general h5,
  .titulo-general h6 {
    font-size: 25px !important;
  }

  .tab-content {
    padding: 40px 0 !important;
  }

  .section-info-infodepsa .container {
    padding: 20px !important;
  }

  .section-solucion .soluciones__resaltar b {
    font-size: 30px !important;
  }

  .slider-s__icon i {
    font-size: 50px !important;
  }

  .slider-s__content {
    grid-gap: 30px !important;
  }

  /*.banner__mensaje h1, .banner__mensaje h2, .banner__mensaje h3, .banner__mensaje h4, .banner__mensaje h5, .banner__mensaje h6 {
    font-size: 22px !important;
  }*/

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

  .card__consultores .card__footer {
    margin-top: 1.2rem !important;
  }

}

@media (max-width: 430px) {

  .content-consultores .card__consultores .card__image, .content-consultores-new .card__consultores .card__image {
    height: 160px !important;
  }

}

/*
    OWL CAROUSEL - GENERAL
    *
    --------------------------------------
    *
*/
.owl-general {
  position: relative;
}

.owl-general--centrar-navegadores .owl-nav {
  position: absolute;
}

.owl-general--centrar-navegadores .owl-nav {
  width: 100%;
  left: 0;
  top: 50%;
  transform: translate(0px, -50%);
  justify-content: space-between !important;
}

.owl-general--centrar-navegadores .owl-nav button {
  margin: 0 !important;
}

.owl-general--bottom-dots .owl-dots {
  position: absolute;
}

.owl-general--bottom-dots .owl-dots {
  top: 50%;
  left: 30px;
  transform: translate(0%, -50%);
  z-index: 5;
  display: flex;
  flex-direction: column;
}

.owl-general .item img.img-fondo {
  width: 100%;
  display: block;
  height: 100%;
  max-height: 720px;
  object-fit: cover;
}

.owl-general .owl-nav {
  display: flex;
  margin: 0 !important;
  z-index: 5;
  padding: 0 30px;
  flex-direction: column;
}

.owl-general .owl-nav button {
  width: 50px;
  height: 50px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50px !important;
  background: none !important;
  border: 1px solid #B30041;
  color: #B30041;
}

.owl-general .owl-nav button:hover {
  background: #B30041;
  color: #ffffff;
}

.owl-general .owl-nav button i {
  display: flex;
  font-size: 35px;
}

.owl-general .owl-dots .owl-dot {
  padding: 4px;
  background: initial;
}

.owl-general .owl-dots .owl-dot span {
  width: 13px !important;
  height: 13px !important;
  margin: 5px 3px !important;
  background: none !important;
  border: 2px solid #ffffff !important;
}

.owl-general .owl-dots .owl-dot.active span,
.owl-general .owl-dots .owl-dot:hover span {
  background: #ffffff !important;
}

.owl-slider .owl-nav {
  margin-top: 20px !important;
  justify-content: center;
  flex-direction: initial;
}

.owl-servicios {
  position: relative;
}

.owl-servicios:before {
  content: '';
  position: absolute;
  background-color: #E7E6E6;
  width: 100%;
  height: 2px;
  top: 2rem;
  top: 3.5rem;
}

.owl-slider .owl-nav button,
.owl-servicios .owl-nav button {
  width: 45px;
  height: 45px;
  margin: 5px 8px !important;
  border: 1px solid #0F4E82;
  color: #0F4E82;
}

.owl-slider .owl-nav button:hover,
.owl-servicios .owl-nav button:hover {
  background: #323ecc !important;
  color: #ffffff !important;
}

.owl-slider .owl-nav button i,
.owl-servicios .owl-nav button i {
  font-size: 28px;
}

.card__servicios figure .card__image {
  width: 130px;
  display: block;
  margin: auto;
  margin-bottom: auto;
  margin-bottom: 2rem;
  height: auto;
}

.card__servicios .box_item,
.card__servicios .box_item .card__body p {
  text-align: center;
}

.owl-servicios .owl-nav {
	top: 2rem;
	width: 100%;
	flex-direction: row;
	justify-content: center;
	margin-top: 1rem !important;
	gap: 1rem;
}

.owl-servicios .owl-nav button {
  margin: 5px 0px !important;
  background-color: #ffffff !important;
}



/*
   *
   -----------------------------------------
   *
   CARD
 */
.card {
  /*margin: 25px 0;*/
  /*border-radius: 10px;*/
  /*modificador*/

  position: relative;
  width: 100%;
  /*================*/
}

.card--borde {
  overflow: hidden;
}

.card__aside {
  position: relative;
}

.card__aside .card__icon-servicio {
  position: absolute;
  background: #B30041;
  border-radius: 50px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 30px);
  width: 85px;
  height: 85px;
  display: grid;
  align-items: center;
  justify-content: center;
}

.card__aside .card__icon-servicio img {
  width: 45px;
}

figure.card__figure {
  /*border-top-left-radius: 10px;
  border-top-right-radius: 10px;*/
  overflow: hidden;
}


.card__consultores .card__image {
  width: auto;
    height: 260px;
    display: block;
    margin: auto;
}

.card__consultores .card__contenedor {
  padding: 2rem 1rem 0;
  bottom: 0;
  position: initial;
  text-align: center;
}

.card__image {
  width: 100%;
  display: block;
}

.card__contenedor {
  padding: 6rem 1rem 1.8rem;
  position: absolute;
  bottom: -6rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 46.87%);
  width: 100%;
}

.card__contenedor .card__body {
  /*max-height: 55px;*/
  display: grid;
  /*margin: 12px 0;*/
  /*height: 55px;*/
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.card__header {
  margin-bottom: 8px;
}

.card__title{
  font-size: 22px;
  font-weight: 600;
  /*margin-bottom: 6px;*/
  color: #104C98;
}

.card__title--text-center {
  text-align: center;
}

.card__title--borde {
  border-bottom: 1px solid #c2c2c2;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-top: 10px;
}

.card__subtitle {
  font-size: 16px;
  font-weight: 600;
}

.card__body {
  text-align: center;
}

.card__copy--text-center {
  text-align: center;
}

.card__footer {
  display: grid;
  align-items: end;
}

.card__actions .button {
  display: grid;
  align-items: center;
  justify-content: center;
}

.card__actions a {
  background: initial;
  color: #104C98;
  padding: 0;
  display: flex;
  height: auto;
  align-items: center;
}

.card__actions a i {
  background-color: #104C98;
  color: #ffffff;
  padding: 5px;
  border-radius: 5px;
  font-weight: 100;
  font-size: 20px;
}

/* Tabs menu */
.tabs-modal {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  grid-gap: 15px;
  max-width: 430px;
  margin: auto;
}

.tabs-modal .btn {
  width: 100%;
  height: 52px;
  display: grid;
}

/* Tab Links */
.tablinks img {
  height: 75px;
  margin-bottom: 10px;
}

@media screen and (max-width: 512px) {
  .tablinks {
    font-size: 12px;
  }
}

/* Tab content line */
/*.wrapper_tabcontent:after {
   content: "";
   height: 5px;
   width: 100%;
   position: absolute;
   left: 0;
   bottom: 0;
   z-index: -2;
   transition: all 1s ease;
}*/
/* Text*/
@media screen and (max-width: 512px) {
  .tabcontent {
    font-size: 14px;
    line-height: 26px;
  }
}

.single-tabs {
  padding: 25px 0;
  border-top: 2px solid #e4e4e4;
}

/*
  TABS
  *
  -----------------------------------------
  *
*/
.tabs__list {
  display: flex;
  margin: 0;
  padding: 10px 0;
  z-index: 1;
  position: relative;
}

.tabs__list--gap-10 {
  column-gap: 10px;
}

.tabs__list--gap-20 {
  column-gap: 20px;
}

.tabs__link {
  cursor: pointer;
  position: relative;
  display: block;
  transition: 0.3s ease;
  padding: 12px 32px;
  color: #1F1E21;
  font-weight: 600;
}

.tabs__link.active {
  font-weight: 600;
  background-color: #B30041;
  color: white;
}

.tabs__link.active img {
  color: red;
}

.tabs__link:hover {
  background: #B30041;
  color: #ffffff;
}

.tabs__link--back-primary {
  background-color: #F4F4F4;
}

.tabs__link--back {
  background-color: #B30041;
  color: #ffffff;
}

.tabs__link--border-r-3 {
  border-radius: 3px;
}

.tabs__link--border-r-5 {
  border-radius: 5px;
}

.tabs__link--border-r-50 {
  border-radius: 50px;
}

.tabs__link--shadow {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.tabs__link .icono--padding-r {
  padding-right: 8px;
}

.tabs__link .icono--top {
  display: block;
  text-align: center;
  padding-bottom: 5px;
}

.tabs__link .text-tab {
  font-weight: 600;
}

.tabs__section {
  position: relative;
  opacity: 1;
  transition: all 1s ease;
  overflow: hidden;
  display: none;
  /* modificadores */
  /*-----------------------------------*/
}

.tabs__section--padding {
  padding: 30px 35px;
}

.tabs__section--top {
  margin-top: -25px;
}

.tabs__section--border-r {
  border-radius: 5px;
}

.tabs__section--shadow {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.tabs__section--back {
  background-color: #ececec;
}

.tabs__section.active {
  transition: all 1s ease;
  display: block;
}

.tabs__body {
  transition: all 1s ease;
  animation: fadeEffect 0.6s ease;
  width: 100%;
  font-family: "IBM Plex Sans", sans-serif;
}

/*====================================*/
/*
  Efecto de movimiento
*/
@keyframes fadeEffect {
  from {
    opacity: 0;
    margin-left: 30px;
  }

  to {
    opacity: 1;
    margin-left: 0;
  }
}

@keyframes tabEffect {
  from {
    top: -40px;
  }

  to {
    top: 0px;
  }
}

@keyframes city {
  from {
    left: -150px;
  }

  to {
    left: -90px;
  }
}

/*====================================*/
/*.accordion {
  font-family: "Raleway", sans-serif;
  background: #f4f4f4;
}
.accordion__title {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 1rem 1.5rem;
  background: #5B5F97;
  color: white;
  cursor: pointer;
  transition: .3s ease;
}
.accordion__title:hover {
  background: #484b77;
}
.accordion__copy {
  display: none;
  padding: 1rem 1.5rem 2rem 1.5rem;
  color: gray;
  line-height: 1.6;
  font-size: 14px;
  font-weight: 500;
}
.accordion__copy--open {
  display: block;
}
*/
.accordion {
  padding-top: 30px;
}

.accordion__item {}

.accordion__title {
  font-size: 20px;
    font-weight: 600;
    padding: 1rem 0rem 1rem;
    cursor: pointer;
    transition: 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    color: #104C98;
}

.icon-item {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1.5rem;
}

/*.accordion__title:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background-color: #B30041;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}*/
.accordion__title .icono-acordeon {
  transition: 0.3s;
  transform: rotate(0deg);
  color: #104C98;
  font-size: 28px;
}

.accordion__title .icono-acordeon.active {
  transform: rotate(-180deg);
}

.accordion__copy {
  display: none;
  padding: 0rem 0 0rem;
}

.accordion__copy--open {
  display: block;
}

/*
*
    ESTILOS DE FORMULARIO
*
*/
.form {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  padding: 2.8rem;
  filter: drop-shadow(0px 2px 12px rgba(0, 0, 0, 0.2));
}

.form b {
  color: #B30041;
  font-weight: 700;
}

.form--centered {
  width: 50%;
  margin: auto;
  border: 1px solid black;
  padding: 20px 32px;
}

.form__group {
  grid-gap: 12px;
  margin-bottom: 8px;
}

.form .input-group {
  display: flex;
  flex-direction: column;
  /* modificado */
  /*=================*/
}

.form .input-group--requerido .input-group__input {
  border: 1px solid #dc3545;
}

.form .input-group--requerido .input-group__validar {
  color: #dc3545;
}

.form .input-group__label {
  font-size: 14px;
  padding-bottom: 5px;
}

.form .input-group__input {
  border: 1px solid #EAEAEA;
  border-radius: 5px;
  height: 45px;
  margin-bottom: 2px;
  padding: 0 10px;
  outline: none;
  font-size: 16px;
	width: 100%;
}

.form .input-group__validar {
  font-size: 11px;
}

.form .input-group__select {
  height: 45px;
  border: 1px solid #EAEAEA;
  border-radius: 5px;
  padding: 0 10px;
  outline: none;
  font-size: 16px;
}

.form .input-group__text-area {
  height: 120px !important;
  outline: none;
  padding: 8px 10px;
  border: 1px solid #EAEAEA;
  border-radius: 5px;
  font-size: 16px;
  width: 100% !important;
}

.form__checkbox {
  margin-top: 7px;
  display: flex;
  align-items: center;
}

.form__checkbox span {
  margin: 0;
  font-size: 14px;
}

.form__checkbox .checkbox {}

.form__checkbox .checkbox__input {
  margin-right: 8px;
}

.form__checkbox .checkbox__help {
  font-size: 14px;
}

.form__checkbox .checkbox__help a {
  color: #104c98;
  text-decoration: revert;
}

.form__action {
  margin-top: 18px;
  text-align: center;
}

.form__action a {
  padding: 15px 0;
  background-color: #104C98;
}

.form__action button {
  width: 100%;
  background-color: #4e73bf;
  color: #ffffff;
  border: none;
  height: 42px;
  border-radius: 3px;
  cursor: pointer;
}

.form__action input[type="submit"]:disabled,
.form__action input[type="submit"][disabled]{
  background: #B0B0B0;
}

.form__action input[type="submit"] {
  border: none;
  background: #104C98;
  border-radius: 3px;
}
.wpcf7 form .wpcf7-response-output {
  margin: 1em 0em 1em !important;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
    border-top-color: rgb(0, 160, 210);
    border-right-color: rgb(0, 160, 210);
    border-bottom-color: rgb(0, 160, 210);
    border-left-color: rgb(0, 160, 210);
  width: 100%;
}
.wpcf7-spinner {
  position: absolute !important;
  top: 50%;
  transform: translate(0px, -50%);
  right: 10px;
}
.form__success span {
  display: block;
  font-size: 14px;
  border-radius: 3px;
  background-color: #17a362;
  color: #ffffff;
  margin-top: 10px;
  padding: 12px 18px;
}

/* OWL CARROUSEL */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-dot {
  border: 0;
}

.owl-carousel.owl-loaded {
  display: grid;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
 * 	Green theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*=owl-] {
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #4DC7A0;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #4DC7A0;
}

div,
* {
  margin: 0;
  padding: 0;
  font-family: "Roboto", 'Arial';
  text-decoration: none;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

p,
b {
  font-size: 15px;
}

p {
  color: #565656;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

.flex {
  display: flex;
}

.banner-page {
  width: 100%;
  height: 320px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.name-page {
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  display: grid;
  align-items: end;
  padding-bottom: 30px;
}

.name-page h2 {
  color: #ffffff;
  font-size: 50px;
}

/*titulo general*/
.titulo-general {
  margin-bottom: 20px;
}

.titulo-general h2,
.titulo-general h3,
.titulo-general h4,
.titulo-general h5,
.titulo-general h6 {
  font-size: 40px;
  color: #104C98;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}

.titulo-general--t-center h2,
.titulo-general--t-center h3,
.titulo-general--t-center h4,
.titulo-general--t-center h5,
.titulo-general--t-center h6 {
  text-align: center !important;
}

/*.titulo-general h2::before,
.titulo-general h3::before,
.titulo-general h4::before,
.titulo-general h5::before,
.titulo-general h6::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  background-color: #B30041;
  left: 50%;
  bottom: -18px;
  transform: translate(-50%, 0);
}*/
.titulo-general--white h1,
.titulo-general--white h2,
.titulo-general--white h3,
.titulo-general--white h4,
.titulo-general--white h5,
.titulo-general--white h6 {
  color: #ffffff !important;
  text-align: left;
}

/*.titulo-general--white h1::before,
.titulo-general--white h2::before,
.titulo-general--white h3::before,
.titulo-general--white h4::before,
.titulo-general--white h5::before,
.titulo-general--white h6::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 3px;
  background-color: #ffffff;
  left: 0;
  bottom: -18px;
  transform: translate(0, 0);
}*/
/*.titulo-general--normal {
  margin-bottom: 20px;
}*/
.titulo-general--normal h1,
.titulo-general--normal h2,
.titulo-general--normal h3,
.titulo-general--normal h4,
.titulo-general--normal h5,
.titulo-general--normal h6 {
  color: #004376 !important;
  text-align: left;
}

/*.titulo-general--normal h1::before,
.titulo-general--normal h2::before,
.titulo-general--normal h3::before,
.titulo-general--normal h4::before,
.titulo-general--normal h5::before,
.titulo-general--normal h6::before {
  content: inherit;
}*/
/*.titulo-general--normal p {
  color: #004376 !important;
}*/

/*-----------------------*/
/*==================================*/
/* 
    Section - Nuestros Servicios 
*/
/*====================================*/


.section-servicios .titulo-general {
  display: none;
}

.section-servicios .container {
  width: initial !important;
  max-width: initial !important;
}

.section-servicios .box__fila .card .card__contenedor .card__body p {
  margin: 0;
    text-align: left;
}

.owl-slider {
  display: block;
}

.slider-services {
  display: none;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}

.slider-services img {
  width: 100%;
  height: 130px;
  display: block;
  object-fit: cover;
}

.slider-s__content {
  background: linear-gradient(0deg, rgba(0, 67, 118, 0.85), rgba(0, 67, 118, 0.85));
  padding: 20px 40px;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  color: #ffffff;
  grid-gap: 40px;
}

.slider-s__icon {
  display: flex;
}

.slider-s__icon i {
  font-size: 70px;
}

.slider-s__body b {
  display: block;
  font-size: 30px;
  margin-bottom: 12px;
}

.slider-s__body a {
  color: #ffffff;
  text-decoration: underline;
  font-size: 20px;
}

/*-----------------------*/
/*==================================*/
/* 
    Section - Soluciones 
*/
/*====================================*/
.section-solucion {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0rem;
}

.section-solucion  figure img.img-rombo {
  width: 420px;
height: auto;
margin: auto;
display: block;
}

.section-solucion .box {
  height: 100%;
}

.section-solucion .box .box_colum .box_item .card__header .card__title {
  color: #104C98;
}


.box-m-less-right {
  margin-right: -3rem;
}

.box-m-less-left {
  margin-left: -3rem;
}

.section-solucion .box_colum {
  height: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-around;
}

.section-solucion .grid-col {
  gap: 0;
}

.section-solucion .titulo-general,
.section-solucion .titulo-general h2,
.section-consultores .titulo-general p,
.section-consultores .titulo-general h2 {
  text-align: center !important;
}

figure img {
  width: 100%;
  height: auto;
}

.trabajador-ref {
  z-index: 5;
  display: grid;
  height: 100%;
  align-items: end;
}

.trabajador-ref img {
  display: block;
}

.container {
  position: relative;
}

.soluciones {
  padding-bottom: 70px;
}

.box__fila {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.soluciones__lista__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}

.soluciones__lista__items .lista-items li {
  display: grid;
  grid-template-columns: auto 1fr;
  color: #ffffff;
  padding: 8px 0;
  align-items: center;
  grid-gap: 13px;
}

.soluciones__lista__items .lista-items li i {
  color: #B30041;
  background: #ffffff;
  font-size: 23px;
  padding: 10px;
  border-radius: 5px;
}

.soluciones__lista__items .lista-items li p {
  font-size: 18px;
  font-weight: normal;
  margin: 0 !important;
  color: #ffffff;
}

.soluciones__lista__items--opuesto {
  display: block;
}

.soluciones__lista__items--opuesto .lista-items li {
  color: initial;
}

.soluciones__lista__items--opuesto .lista-items li i {
  color: #ffffff;
  background: #004376;
}

.soluciones__resaltar {
  color: #ffffff;
  background: #88AECB;
  padding: 20px;
  margin-top: 50px;
  border-radius: 10px;
  text-align: center;
}

.soluciones__resaltar b {
  font-size: 62px;
  letter-spacing: 5px;
  margin-bottom: 10px;
  display: block;
}

.soluciones__resaltar p {
  font-size: 20px;
  color: #ffffff;
}

/*-----------------------*/
/*==================================*/
/* 
    Section - Ubicanos
*/
/*====================================*/
.section-ubicanos {
  background-color: #ffffff;
  position: relative;
}

.section-ubicanos::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background: #004376;
  left: 0;
  bottom: 0;
}

.admin-panel {
  display: grid;
  grid-template-columns: auto 1fr;
  background-color: #ffffff;
}

.slidebar {
  height: 100%;
  display: grid;
  /*grid-template-rows: max-content;*/
  align-items: end;
  justify-content: space-between;
  padding: 80px 0;
  background-color: #004376;
}

.slidebar ul {
  position: relative;
}

.slidebar a {
  color: #bbb;
  text-decoration: none;
}

.slidebar li {
  text-align: center;
  padding: 0px 0px;
}

/*.slidebar i {
    display: block;
    text-align: center;
    color: #B3B3B3;
    font-size: 40px;
    margin-bottom: 8px;
}*/
.slidebar ul a {
  color: #ffffff;
  text-decoration: none;
  box-sizing: border-box;
  display: block;
  text-transform: capitalize;
  padding: 20px;
}

.slidebar li:hover a,
li#active,
li#active a {
  background-color: #ffffff;
  color: #004376 !important;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.tab-content {
  background-color: rgb(255, 255, 255);
  padding: 60px 0;
}

.tab-content h2 {
  margin: 1em 30px;
  color: #17BCE8;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #bbb;
  padding: 0px 0px 20px 0px;
}

.tab-content img {
  margin: auto;
  display: block;
}

/*-----------------------------------------*/
/*==================================*/
/* 
    Section - Sectores
*/
/*====================================*/
.section-sectores {
  background-image: url(../../public/img/fondo-sectores.png);
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 50px;
}

.section-sectores .sectores-box {
  padding: 80px 0;
  background: rgba(255, 255, 255, 0.9);
}

.owl-sectores .item {
  padding: 30px 30px;
  border: 1px solid #EAEAEA;
  border-radius: 5px;
  display: grid;
  height: 188px;
  max-height: 188px;
  align-items: center;
  background: #ffffff;
}

.owl-sectores .item .card {
  margin: 0;
  box-shadow: initial;
  border-radius: 0;
}

.owl-sectores .item .card__image {
  width: auto;
  height: 55px;
  margin: auto;
  margin-bottom: 15px;
}

.owl-sectores .item .card p {
  text-align: center;
}

.owl-sectores .owl-nav {
  margin-top: 20px !important;
  justify-content: center;
}

.owl-sectores .owl-nav button:hover {
  background-color: #B30041 !important;
}

/*-----------------------------------------*/
/*==================================*/
/* 
    Section - Certificados
*/
/*====================================*/
.section-certificados {
  padding-bottom: 40px;
}

.section-certificados--pb-9 {
  padding-bottom: 90px;
}

.item-list {
  display: flex;
  justify-content: center;
  grid-gap: 18px;
  flex-flow: wrap;
}

.item-list--figura {
  padding: 20px;
  border: 1px solid #EAEAEA;
  border-radius: 5px;
  width: 180px;
  height: auto;
  display: grid;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}

.item-list--figura:hover {
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
}

.item-list--figura img {
  width: 100%;
}

.item-list--figura--iconos {
  border: none;
  display: block;
  padding: 0 10px;
}

.item-list--figura--iconos i {
  background: #004376;
  color: #ffffff;
  padding: 17px;
  font-size: 32px;
  border-radius: 5px;
}

.item-list--figura--iconos b {
  display: block;
  margin: 25px 0 10px;
}

.item-list--figura--iconos p {
  margin-top: 25px;
}

.item-list--figura--iconos:hover {
  box-shadow: none;
}

.item-list--figura--radius {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 250px;
}

.item-list--figura--radius i {
  background: #004376;
  color: #ffffff;
  padding: 17px;
  font-size: 24px;
  border-radius: 50px;
}

.item-list--figura--radius b {
  display: block;
  color: #004376;
  margin: 0px 0 15px;
  font-weight: 600;
  font-size: 18px;
}

.item-list--figura--radius p {
  padding: 3px 0;
}

.item-list--figura--radius:hover {
  box-shadow: none;
}

.item-list--m-none p {
  margin: 0;
}

.bloque {
  padding-bottom: 40px;
}

/*--------------------------------------------*/
/*==================================*/
/* 
    Section - Infodepsa
*/
/*====================================*/
.section-infodepsa {
  padding: 90px 0 80px;
  margin-bottom: 20px;
}

.img-detalle {
  position: relative;
}

.img-detalle img {
  width: 100%;
  display: block;
}

.img-detalle::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 12px;
  background-color: #B30041;
  right: 0;
  top: -12px;
}

.img-detalle::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 12px;
  background-color: #004376;
  left: 0;
  bottom: -12px;
}

.img-detalle--other::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 12px;
  background-color: #88AECB;
  left: 0;
  bottom: -12px;
}

/*---------------------------------------------*/
/*==================================*/
/* 
    PAGINA NOSOTROS
*/
/*====================================*/
.section-info {
  padding: 120px 0 60px;
}

.features {
  padding: 60px 0 0;
}

.features p {
  margin: 0px !important;
}

.features-list {
  border: 1px solid #EAEAEA;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  border-radius: 5px;
}

.reel {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  margin: 50px 0 80px;
}

.reel::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 12px;
  background-color: #B30041;
  right: 0;
  top: -12px;
}

.reel::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 12px;
  background-color: #004376;
  left: 0;
  bottom: -12px;
}

.reel__img {
  position: relative;
  overflow: hidden;
}

.reel__img img {
  display: block;
  width: 100%;
  height: 100%;
}

.reel__img img.marca-agua {
  position: absolute;
  width: 120px;
  height: auto;
  bottom: -22px;
  left: -15px;
}

.section-ubicanos-features {
  padding: 60px 0 80px;
}

.section-ubicanos-features img {
  width: 100%;
}

.section-ubicanos-features .accordion {
  padding: 70px 0 0px;
}

.section-ubicanos-features .soluciones__lista .soluciones__lista__items .lista-items li p {
  color: initial;
}

/*---------------------------------------------*/
/*==================================*/
/* 
    PAGINA SERVICIOS
*/
/*====================================*/
section.section-services {
  padding: 80px 0 120px;
}

.section-info-infodepsa .infodepsa {
  background: rgba(255, 255, 255, 0.95);
  padding: 40px 0 60px;
  border-radius: 5px;
  text-align: center;
}

.section-info-infodepsa .infodepsa img {
  padding-bottom: 18px;
}

.section-info-infodepsa .infodepsa .item-list {
  padding: 70px 30px;
  flex-flow: nowrap;
}

.section-info-infodepsa .container {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px;
  margin-bottom: 90px;
  position: relative;
}

.section-info-infodepsa .container::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 12px;
  background-color: #B30041;
  right: 0;
  top: -12px;
}

.section-info-infodepsa .container::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 12px;
  background-color: #004376;
  left: 0;
  bottom: -12px;
}

/*-----------------------------------------------*/
/*==================================*/
/* 
    PAGINA Línea Ética
*/
/*====================================*/
.section-info-linea {
  padding: 90px 0;
}

.section-info-linea img {
  width: 100%;
}

/*-----------------------------------------------*/
/*==================================*/
/* 
    PAGINA SERVICIO AL CLIENTE
*/
/*====================================*/
.section-contacto {
  margin-top: 5rem;
  padding: 3rem 0 5rem;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

/*section.section-contacto img {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 100%;
}*/

.section-contacto .item-list {
  text-align: center;
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #EAEAEA;
}

.section-acordeon .container {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #EAEAEA;
}

.section-acordeon .accordion {
  padding: 0;
  width: 720px;
  margin: auto;
}

.section-informacion {
  margin-bottom: 60px;
  text-align: center;
}

.section-informacion .titulo-general {
  margin-bottom: 40px;
}

.list-info-servis {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.list-info-servis::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #EAEAEA;
  left: 0;
  bottom: 50%;
  transform: translate(0, 50%);
  z-index: 0;
}

.list-info-icon {
  display: flex;
  align-items: center;
  gap: 20px;
  z-index: 4;
  background: #ffffff;
  padding-right: 15px;
}

.list-info-icon i {
  font-size: 30px;
  background: #004376;
  padding: 13px;
  color: #ffffff;
  border-radius: 50px;
}

.list-info-action {
  z-index: 4;
  padding-left: 15px;
  display: flex;
  background: #ffffff;
}

/*-----------------------------------------------*/
/*==================================*/
/* 
    PAGINA LEGISLACION
*/
/*====================================*/
.section-info-legislacion {
  padding: 60px 0;
}

.section-info-legislacion .titulo-general {
  margin-bottom: 40px;
}

/*-----------------------------------------------*/
/*==================================*/
/* 
    PAGINA SINGLE
*/
/*====================================*/
.section-temperature {
  padding: 60px 0 0;
}

.section-temperature .item-list {
  text-align: center;
  padding-bottom: 60px;
  margin-bottom: 60px;
}

.section-temperature .item-list img {
  width: auto;
  margin: auto;
  margin-bottom: 15px;
}

.section-almacenes {
  margin-bottom: 80px;
}

.card-almacen {
  padding: 30px;
  border: 1px solid #EAEAEA;
  display: grid;
  grid-gap: 80px;
  background-color: #f3f3f3;
  border-radius: 5px;
  transition: 0.5s;
}

.card-almacen__head h3 {
  color: #004376;
  font-size: 28px;
  padding-bottom: 15px;
}

.card-almacen__footer {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  align-items: end;
}

.card-almacen__footer a {
  color: #B30041;
  font-weight: 600;
  text-decoration: underline;
}

.card-almacen__footer img {
  width: 95px;
}

.card-almacen:hover {
  background-color: #004376;
}

.card-almacen:hover .card-almacen__head h3,
.card-almacen:hover .card-almacen__head p,
.card-almacen:hover .card-almacen__head a,
.card-almacen:hover .card-almacen__footer h3,
.card-almacen:hover .card-almacen__footer p,
.card-almacen:hover .card-almacen__footer a {
  color: #ffffff !important;
}

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

/*==================================*/
/* 
    FOOTER 
*/
/*====================================*/
.footer {
  padding: 5px;
  background-color: #104C98;
}

/*# sourceMappingURL=style.css.map */
/*==================================================================*/
/*-- Nuevos Estilos --*/

.banner__mensaje {
  color: #ffffff;
}

.banner__mensaje .box {
  display: block;
}

/*.banner__mensaje h1 b{
  font-size: 50px;
}*/

.banner__mensaje span {
  font-size: 24px;
  margin-top: 50px;
  display: block;
}

.banner__mensaje span b {
  font-size: inherit;
}

.banner__actions {
  position: absolute;
  z-index: 10;
  bottom: 0;
  display: flex;
  right: 0;
}

.banner__actions a {
  padding: 22px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 17px;
  background-color: #323ecc;
}

.main {
  padding: 0 0 0;
}

/*Nuevo acordeon*/
.accordion__item {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 25px;
  /*margin-bottom: 15px;*/
}

.icon-item figure {
  display: flex;
  width: 105px;
  height: 105px;
  align-items: center;
  justify-content: center;
}

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

img.img-detalle-modelo {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.date-contacto {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
  padding-left: 2rem;
}

.date-contacto ul li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  gap: 15px;
}

.date-contacto ul li .icon-date i {
  background: #ffffff;
  padding: 12px;
  display: flex;
  font-size: 24px;
  border-radius: 5px;
  filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.2));
  color: #104C98;
}

.date-contacto ul li .icon-date.icon-blue {
  background: #104C98;
  padding: 15px;
  display: flex;
  border-radius: 5px;
  filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.2));
  color: #ffffff;
  width: 48px;
  height: 48px;
}

.date-contacto ul li .icon-date img {
  width: 18px;
    height: 18px;
    position: inherit;
}
.icon-date a {
  text-decoration: revert;
  color: #565656;
}

/*.form__checkbox input[type="checkbox"]{
  position: relative;
}

.form__checkbox input[type="checkbox"] + label:before {
	content: "";
	width: 26px;
	height: 26px;
	float: left;
	margin: 0.5em 0.5em 0 0;
	border: 2px solid #ccc;
	background: #fff;
}
.form__checkbox input[type="checkbox"]:checked + label:before {
	border-color: #0fbf12;
}

.form__checkbox input[type="checkbox"]:checked + label:after {
  content: "";
  width: 12px;
  height: 6px;
  border: 4px solid #0fbf12;
  float: left;
  margin-left: -1.95em;
  border-right: 0;
  border-top: 0;
  margin-top: 1em;
  transform: rotate(-55deg);
}
*/
/*.form__checkbox input[type="checkbox"] {
	display: none;
}*/
.form .titulo-general h2{
  font-size: 26px;
}

.date-contacto .date-box .titulo-general h2 {
  font-size: 20px;
}

.form input::placeholder,
.form textarea::placeholder {
  color: #181C2B;
  font-size: 14px;
  font-weight: bold;
}

.header--scroll {
  padding: 10px 0 !important;
}

.header--scroll .main-nav__link {
  font-size: 12px !important;
  border: none !important;
}

.header--scroll .main-nav__icon a {
  padding: 10px !important;
  display: flex !important;
  width: 44px !important;
  height: 44px !important;
  align-content: center !important;
  justify-content: center !important;  
  border: none !important;
}

.header--scroll .main-nav__link .icono-link {
  font-size: 22px !important;
}

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

.banner .box {
  position: absolute;
  bottom: 0;
  z-index: 1;
  padding-bottom: 3rem;
}

.banner .box_fila p {
  color: #ffffff;
  text-align: center;
  padding-right: 0rem;
  position: relative;
    margin-right: 2rem;
}

.banner .box_fila p img {
    position: absolute;
    width: auto;
    height: auto;
    right: 0px;
    top: 13px;
}

.box_fila {
  gap: 2rem;
}

.box_fila ul {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.box_fila ul li {
  text-align: center;
  /* width: 160px;*/
}

.box_fila ul li a {
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  position: relative;
}

.banner .box_fila a {
       color: #ffffff;
    position: relative;
    width: 160px;
}
.banner .box_fila a {
    color: #ffffff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner .box_fila a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    left: 50%;
    bottom: -15px;
    transform: translate(-50%, 0px);
    transition: .5s;
}

.banner .box_fila a:hover:before {
    width: 70%;
}

.box_fila ul li a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background: #ffffff;
  bottom: 0;
}

.banner .box_fila,
.banner .box_fila ul {
      display: flex;
    text-align: center;
    justify-content: space-around;
    flex-flow: nowrap;
}

.banner .box_fila p {
  color: #ffffff;
  text-align: center;
}

.section-consultores {
  padding-top: 5rem;
}

.content-consultores .editar p {
  font-weight: initial;
	text-align: center;
	overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 5;
}

.section-consultores .card__title h2 {
  position: relative;
  color: initial;	
	font-size: 22px;
  font-weight: 600;
	margin-bottom: 1.8rem;
}

.section-consultores .card__title h2:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 3px;
  background-color: #104C98;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0px);
}

.section-consultores .card__body {
  padding-top: 20px;
}

.section-consultores .content-consultores-new .card__body {
  padding-top: 0px;
  margin-top: 20px;
}

.section-consultores .owl-slider {
  padding-top: 5rem;
}

.section-consultores .titulo-general p{
    padding: 2rem;
}
.section-consultores .titulo-general p {
    padding: 0 12rem;
}

.box__modelo {
  margin-top: 3rem;
}

.rel-servicio{
  display: none ;
}

/*==================================*/
/* 
    MODAL
*/
/*====================================*/
/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 300;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  border: 1px solid #888;
  width: 60%;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  padding: 2rem;
}
.modal-content > i {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #0F4E82;
  padding: 10px;
  border-radius: 50px;
  z-index: 5;
  cursor: pointer;
  font-size: 35px;
}

.modal__information {
  padding: 30px;
}
.modal__head {
  margin-bottom: 30px;
}
.modal__head h3 {
  color: #004376;
  font-size: 28px;
  padding-bottom: 15px;
}
.modal__list {
  height: 345px;
  overflow-x: auto;
  
    margin-bottom: 35px;
}
.modal-item {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 15px;
  align-items: center;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #EAEAEA;
}
.modal-item-info p strong {
    font-size: 28px;
    color: #B30041;
}
.modal__mapa iframe {
    height: 100% !important;
}
.modal__mapa {
  position: relative;
}
.modal__mapa a {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translate(-50%, 0);
  width: 220px;
  text-align: center;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.modal-info{
  height: 100%;
  display: grid;
  align-content: center;
}

.modal-info .modal-action{
	margin-top: 1rem;
}

.modal-info .modal-action a {
  width: 100%;
  text-align: center;
	display: initial;
}

.modal-info .box-info h1, .modal-info .box-info h2, .modal-info .box-info h3, .modal-info .box-info h4, .modal-info .box-info h5, .modal-info .box-info h6{
  color: #104C98;
  margin-bottom: 8px;
} 
.modal-img figure .card__image{
  border-radius: 10px;
}
.modal-consultor .modal__image{
  width: auto;
  height: 300px;
}
/*==============================================*/
.section-solucion .card__resaltar p {
  color: #104C98;
  width: 70%;
  float: right;
}

.section-solucion .accordion .card__resaltar p {
  color: #104C98;
  width: inherit;
  float: initial;
}

.content-consultores{
  margin-top: 2rem;
}

.content-consultores-new .card__info-content, .content-consultores-new .card__info-content p {
  text-align: left;
}

.content-consultores-new .card__title h2::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 3px;
  background-color: #104C98;
  bottom: -10px;
  left: 0;
  transform: translate(0%, 0px);
}

.content-consultores-new {  
  margin-top: 4rem;
}

.content-consultores-new .card__consultores{
  display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 2rem;
} 

.content-consultores-new .card__consultores .card__image {
  width: 135px;
  height: auto;
  display: block;
  margin: auto;
}

.content-consultores-new  .card__consultores .card__contenedor {
  padding: 0rem 0 0;
  bottom: 0;
}

.content-consultores-new .card__consultores .card__contenedor{
  text-align: left;
}

.contact-flotante {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 10;
}

.card__consultores .card__body p{
  text-align: center;
  margin: 0;
}

/*.content-consultores-new .card__consultores .card__body{
padding: 0 ;
}*/

.content-consultores-new .card__header .card__title::before {
  left: 0;
transform: translate(0, 0px);
  }

.content-consultores-new .card__consultores .card__body p{
  text-align: left;
  margin: 0;
}

.content-consultores-new .card__contenedor .card__body {
  -webkit-line-clamp: initial;
}

.card__consultores .card__footer{
  margin-top: 1.5rem;
  justify-content: center;
}

.card__consultores .card__action {
  margin-top: 20px;
}
.card__consultores {
  margin-top: 2rem;
}
.section-servicios {
  margin-bottom: 12rem;
}

.section-servicios .card .card__footer {
  margin-top: 2rem;
}