:root {
  /*--c-primary: #63ae6f; */
  --c-primary: #11b3f0;
  /*Verde*/
  --c-secondary: #ec008c;
  /* Azul */
  --c-terciary: #1e0e62;
  /* Gris de fondo principal */
  --c-hover: #222;
  --r-facebook: #3c5a99;
  --r-twitter: #00a9ff;
  --r-homea: #f7941e;
  --r-houzz: #77bc42;
  --r-yelp: #d32323;
  --r-google: #dd4b39;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}

html {
  font-size: 20px;
}

body {
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  background-color: #fff;
  color: #000;
  margin: 0;
}

a {
  color: var(--c-secondary);
}

a:hover {
  color: var(--c-hover);
}

/* Inputs */
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="search"],
select,
textarea {
  display: inline-block;
  width: 100%;
  border: 0;
  background-color: #fff;
  padding: 0 18px;
  margin-bottom: 0px;
  height: 38px;
  outline: none;
  border-radius: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  font-size: 15px;
  color: rgba(21, 20, 57, 0.8);
}

input[type="text"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
input[type="email"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
select::placeholder,
textarea::placeholder {
  opacity: 1;
  color: rgba(21, 20, 57, 0.4);
}

input[type="number"],
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

select {
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='%23343a40' d='M12 21l-12-18h24z'/%3e%3c/svg%3e")
    no-repeat right 0.75rem center/8px 10px #fff;
  /* background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px; */
  /*background: url("data:image/svg+xml,%3csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='sort-down' class='svg-inline--fa fa-sort-down fa-w-10' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3e%3cpath fill='%23333' d='M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41z'%3e%3c/path%3e%3c/svg%3e") no-repeat right .8rem center/10px 12px;*/
  /* background: url("data:image/svg+xml,%3csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='chevron-down' class='svg-inline--fa fa-chevron-down fa-w-14' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3e%3cpath fill='%23000' d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'%3e%3c/path%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px; */
  background-repeat: no-repeat;
  background-position: calc(100% + -10px) center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}

.btn {
  font-size: 0.8rem;
  padding: 6px 18px;
  font-weight: 600;
  display: inline-block;
  border: 0;
  color: #fff;
  border-radius: 100px;
  text-decoration: none;
  font-size: 18px;
  line-height: 26px;
  color: var(--c-terciary);
  background-color: #fff;
  border: 2px solid #ebeaed;
}

*[class*="btn btn-"] {
  padding: 19px 43px;
  border: 0;
  font-size: 0.8rem;
}

.btn:not([class*="btn-"]):hover {
  filter: initial;
  opacity: 0.8;
}

.modal {
  display: none;
}

.sup_titulo {
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  color: #a1a1b0;
  text-align: center;
  padding-bottom: 20px;
}

.title {
  font-size: 42px;
  line-height: 52px;
  font-weight: 800;
  color: var(--c-terciary);
  margin-top: 0;
  margin-bottom: 18px;
  display: block;
  text-align: center;
}

.subtitle {
  color: var(--c-terciary);
  margin-bottom: 18px;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}

.text {
  font-size: 16px;
  line-height: 30px;
  /* or 187% */
  text-align: center;
  letter-spacing: -0.4px;
  color: rgba(21, 20, 57, 0.4);
  margin: 0 auto;
  max-width: 802px;
  padding-bottom: 70px;
  padding-top: 36px;
  font-weight: 400;
}

.icon {
  text-align: center;
  padding-bottom: 10px;
}

.icon img {
  max-height: 52px;
  width: auto;
}

.action {
  text-align: center;
position: relative;}

.line {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 58px 0;
}

section#cabecera-interna {
  padding-top: 140px;
}

section#cabecera-interna .container {
  padding-left: 40px;
  padding-right: 40px;
}

section#cabecera-interna .btn {
  margin-bottom: 30px;
}

.d-none{
  display: none!important;
}

@media screen and (max-width: 800px) {
  .title {
    font-size: 30px !important;
    line-height: 1.2 !important;
    margin-bottom: 24px;
  }

  .title br {
    display: none;
  }

  .subtitle {
    font-size: 0.8rem;
  }

  .text {
    padding-bottom: 50px;
    line-height: 1.6;
  }

  section#cabecera-interna {
    padding-top: 150px;
  }

  section#cabecera-interna .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Cajas informacion */
.cajas-info {
  text-align: center;
}

.cajas-info .item {
}

.cajas-info .bg {
  border: 2px solid #ebeaed;
  box-sizing: border-box;
  border-radius: 10px;
  justify-content: center;
  padding-top: 38px;
  padding-bottom: 38px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}

.cajas-info .icono_flex {
  padding-bottom: 20px;
  align-items: center;
  width: 100%;
}

.cajas-info .icono_flex img {
  max-height: 60px;
  width: auto;
  object-fit: contain;
}

.cajas-info .titulo_flex {
  padding-bottom: 10px;
  color: var(--c-terciary);
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  /* or 145% */
  text-align: center;
  max-width: 260px;
  margin: 0 auto;
  width: 100%;
}

.cajas-info .texto_flex {
  color: #151439aa;
  mix-blend-mode: normal;
  opacity: 0.7;
  font-size: 16px;
  line-height: 26px;
  /* or 162% */
  text-align: center;
  max-width: 270px;
  margin: 0 auto;
  /* margin-bottom: 10px; */
  width: 100%;
  font-weight: 400;
}

.cajas-info .texto_flex.open {
  -webkit-line-clamp: initial !important;
  -webkit-box-orient: initial !important;
}

.cajas-info .ver-mas {
  font-size: 0.7rem;
  text-underline-offset: 3px;
  margin-top: 12px;
  /* color: var(--c-primary); */
}

/* .cajas-info .leer-mas:before {
  content: "+ Leer MÃƒÆ’Ã‚Â¡s";
}
.cajas-info .leer-mas.open:before {
  content: "- Leer Menos";
} */

/*Mobile*/
@media screen and (max-width: 900px) {
  .cajas-info {
  }

  .cajas-info .item {
  }

  .cajas-info .bg {
  }

  .cajas-info .icono_flex {
  }

  .cajas-info .icono_flex img {
  }

  .cajas-info .titulo_flex {
  }

  .cajas-info .texto_flex {
  }
}

.items-imagenes-blog {
}

.items-imagenes-blog .item {
  padding-left: 17px;
  padding-right: 17px;
padding-bottom: 30px;}

.items-imagenes-blog .bg {
}

.items-imagenes-blog .imagen_flex {
}

.items-imagenes-blog .imagen_flex a {
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 77%;
  position: relative;
  margin-bottom: 25px;
  border-radius: 10px 10px 0px 0px;
}

.items-imagenes-blog .imagen_flex a:hover {
  filter: brightness(0.7);
}

.items-imagenes-blog .imagen_flex img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.items-imagenes-blog .titulo_flex {
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  padding-left: 15px;
  padding-right: 15px;
  color: var(--c-terciary);
}

.items-imagenes-blog .subtitulo_flex {
  padding-bottom: 18px;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  text-align: justify;

  color: rgba(21, 20, 57, 0.4);
  padding-left: 15px;
  padding-right: 15px;
}

.items-imagenes-blog .btn {
}

/*Mobile*/
@media screen and (max-width: 900px) {
  .items-imagenes-blog .item {
    padding-bottom: 50px;
  }
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 600px;
  background-color: #fff;
  box-shadow: 0px 12px 32px rgb(27 81 81 / 50%);
  padding: 38px;
  border-radius: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #758897;
  z-index: 9;
}

#blackbg {
  display: none;
}

.modal .botonera {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  padding-top: 10px;
}

.modal .botonera .btn {
  padding: 8px 22px;
  font-size: 0.8rem;
  cursor: pointer;
  font-weight: 400;
}

.cookie-title {
  color: #222;
  font-weight: bold;
  font-size: 16px;
}

.text ul {
  display: block;
  list-style-image: url("../img/images/new-design/SVG/fa-dot-circle-o.svg");
}

.text li {
  padding-bottom: 20px;
  font-weight: 500;
  color: var(--c-terciary);
  padding-left: 14px;
}

.text strong {
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  color: var(--c-terciary);
}

.owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  transform: translate(-55px, -50%);
  width: 110%;
  overflow: initial;
}

.owl-theme .owl-nav > button {
  position: absolute;
  font-size: 3.5rem !important;
  line-height: 0 !important;
  color: white !important;
  margin-top: -30px !important;
}

.clientes.owl-theme .owl-nav > button {
  color: var(--c-primary) !important;
}

.owl-theme .owl-nav > button.owl-prev {
  left: 0;
}
.owl-theme .owl-nav > button.owl-next {
  right: 0;
}

.owl-theme .owl-dots {
  margin-bottom: 45px;
}

.owl-theme .owl-dots .owl-dot > span {
  background: rgba(255, 255, 255, 0.5);
}

.owl-theme .owl-dots .owl-dot.active > span {
  background: rgba(255, 255, 255, 1);
}

.owl-theme .owl-dots .owl-dot:not(.active):hover span {
  background: rgba(255, 255, 255, 0.7);
}

.clientes.owl-theme .owl-dots {
  margin-top: 20px;
}
.clientes.owl-theme .owl-dots .owl-dot > span {
  background: rgba(0, 0, 0, 0.4);
}

.clientes.owl-theme .owl-dots .owl-dot.active > span {
  background: var(--c-primary);
}

.clientes.owl-theme .owl-dots .owl-dot:not(.active):hover span {
  background: rgba(0, 0, 0, 0.7);
}

.owl-carousel.owl-theme.clientes {
  padding-top: 60px;
  padding-bottom: 30px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.owl-carousel.owl-theme.clientes .item {
  position: relative;
}

.owl-carousel.owl-theme.clientes .hover {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.85);
  height: 100%;
  width: 100%;
  padding: 30px 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /* justify-content: center; */
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.owl-carousel.owl-theme.clientes .item:hover .hover {
  opacity: 1;
}

.owl-carousel.owl-theme.clientes .subtitle {
  padding: 0;
  margin: 0;
  margin-bottom: -60px;
}

.owl-carousel.owl-theme.clientes .text {
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
  margin-bottom: -30px;
}

.owl-carousel.owl-theme.clientes .image {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 58%;
  border-radius: 12px;
border: 1px solid #eee;}

.owl-carousel.owl-theme.clientes .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.owl-carousel.owl-theme.clientes .action {
}

.owl-carousel.owl-theme.clientes .action .btn {
  padding-top: 10px;
  padding-bottom: 10px;
}

div#video {
  max-width: 800px !important;
}

div#video iframe {
  height: 51vh;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
  from {-webkit-transform: scale(0);}
  to {-webkit-transform: scale(1)}
}
/* Standard syntax */
@keyframes mymove {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.partner {
  
  position: fixed;bottom: 20px;z-index: 5;right: 20px;cursor: pointer;
}

.partner a.close {
  position: absolute;
  display: block;
  z-index: 1;
  color: white;
  right: 10px;
  font-size: 25px;
  line-height: 1;
  opacity: 0;
  -webkit-animation: mymove 1s forwards;
  animation: mymove 1s forwards;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  text-decoration: none;
}

.partner img{
  opacity: 0;
  -webkit-animation: mymove 1s forwards;
  animation: mymove 1s forwards;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.alert.alert-success.alert-dismissible {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  padding: 10px 30px;
  border: 1px solid;
  border-radius: 10px;
}

.alert.alert-success.alert-dismissible .close {
  display: none;
}

.termsfeed-com---palette-light.termsfeed-com---nb{
  max-width: 100%;
}

.termsfeed-com---nb .cc-nb-main-container{
  padding: 0.6rem 2rem;
}

.termsfeed-com---palette-light .cc-nb-okagree, 
.termsfeed-com---palette-light .cc-nb-reject,
.termsfeed-com---palette-light .cc-cp-foot-save{
  background-color: var(--c-primary);
  padding: 0.5rem 1rem;
  -webkit-appearance: button;
  border-radius: 20px !important;
  color: white !important;
  text-decoration: none !important;
}

.termsfeed-com---palette-light button:hover{
  opacity: 0.7;
}

button{
  border-radius: 20px !important;
}

button[role="tab"]{
  border-radius: 0px !important;
}

.cc-cp-foot-byline {
    display: none !important;
    /* opacity: 0; */
}

.termsfeed-com---palette-light .cc-cp-foot-byline {
    /* display: none !important; */
    opacity: 0;
    pointer-events: none;
}