@charset "UTF-8";
/* FUENTE */
@font-face {
  src: url("../font/WixMadeforDisplay-VariableFont_wght.ttf") format("opentype");
  font-family: "Wix Madefor Display", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@font-face {
  font-family: "Wix Madefor regular";
  src: url("../font/static/WixMadeforDisplay-Regular.ttf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Wix Madefor two";
  src: url("../font/static/WixMadeforDisplay-SemiBold.ttf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Wix Madefor two";
  src: url("../font/static/WixMadeforDisplay-ExtraBold.ttf") format("opentype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  src: url("../font/SedanSC-Regular.ttf") format("opentype");
  font-family: "SedanSC", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@font-face {
  src: url("../font/caudex/Caudex-Regular.ttf") format("opentype");
  font-family: "caudex", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
body {
  font-family: "Wix Madefor Display", sans-serif;
}

.titulo {
  font-weight: 800;
  font-size: 46px;
  text-wrap: nowrap;
}

.subtitulo {
  font-weight: 600;
  font-size: 40px;
}

.subcabecera {
  font-size: 21px;
}

.parraf {
  font-weight: 500;
  font-size: 16px;
}

.btn-primario {
  height: 40px;
  background-color: #3D4F53;
  color: #f8f6e4;
  border-radius: 22px;
  width: 186px;
}

.btn-primario:hover {
  background-color: #77823C;
  color: #f8f6e4;
}

.btn-secundario {
  background-color: #FFFFFF;
  width: 200px;
  height: 40px;
  color: #3D4F53;
  border-radius: 22px;
  border: 1px solid #3D4F53;
}

.btn-secundario:hover {
  background-color: #77823C;
  color: #f8f6e4;
}

.banner-container {
  background-image: linear-gradient(180deg, rgba(217, 217, 217, 0) 39.4%, rgba(46, 44, 44, 0.5) 68.5%, rgba(46, 44, 44, 0.65) 76%, rgba(46, 44, 44, 0.75) 84%, rgba(46, 44, 44, 0.85) 91.5%, #2E2C2C 100%), url("../img/banner2.webp");
  background-size: cover;
  /* background-attachment: fixed; */
  background-position: 75% top;
  min-height: 765px;
  /* height: 100vh; */
  color: #f8f6e4;
}

.banner-container > div:first-child {
  height: 265px;
}

.card-logo-banner img {
  width: 200px;
  top: -210px;
  position: absolute;
  z-index: 1;
}

.card-banner {
  background: rgba(41, 53, 55, 0.6);
  border-radius: 40px;
  padding-right: 70px !important;
  backdrop-filter: blur(1.4px);
}

.card-banner::before {
  content: ""; /* Pseudo-elemento vacío */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  filter: blur(3.61px); /* Aplica el desenfoque */
  z-index: -1; /* Coloca el pseudo-elemento detrás del contenido */
}

.btn-movil-float {
  right: 16px;
  height: 60px;
  border-radius: 100px;
  border: 3px solid #F8F6E4;
  width: 61px;
  background: #77823C;
  position: fixed;
  bottom: 18px;
  z-index: 11;
  display: flex;
  padding: 15px;
  cursor: pointer;
  display: none;
}

/* BARRA DE NAVGEACIÓN */
.barra-navegacion-container {
  position: sticky;
  top: 0;
  z-index: 10;
  background: white;
}

.barra-navegacion {
  padding: 30px;
  padding-bottom: 10px;
  flex-wrap: nowrap;
}

.barra-navegacion img {
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
  width: 200px;
  min-width: 150px;
}

.barra-navegacion:hover img {
  opacity: 1;
}

.barra-navegacion > div.col-auto {
  padding-left: 22px !important;
}

.barra-navegacion > div:first-child {
  margin-top: -16px !important;
}

.barra-navegacion > div.col-auto:nth-child(2) {
  padding-left: 0px !important;
}

.barra-navegacion > div:last-child {
  margin-top: -8px !important;
}

.barra-navegacion a {
  color: #3D4F53;
  padding: 15px;
  font-weight: 600;
  font-family: "Wix Madefor two";
}

.barra-navegacion button {
  background-color: #77823C;
}

.barra-navegacion a:hover {
  color: #77823C;
  text-decoration: none;
}

/* SERVICIOS CONTENEDOR */
.container-servicios {
  background-image: url("../img/fondo.svg");
  background-size: 100%;
}
.container-servicios .btn-carta-email {
  right: 18px;
  height: 60px;
  border-radius: 100px;
  border: 3px solid #F8F6E4;
  width: 61px;
  background: #3D4F53;
  position: fixed;
  bottom: 18px;
  z-index: 10;
  display: flex;
  padding: 9px;
  cursor: pointer;
}
.container-servicios .btn-carta-email:hover {
  background: #77823C;
}

.cabecera-1 {
  color: #3D4F53;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
}

.grupo-servicios > div {
  max-width: 420px;
}

.container-servicios .grupo-servicios .services-group {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 15px;
}

.container-img-service {
  position: relative;
}
.container-img-service div:first-child {
  cursor: pointer;
}

.container-img-service > div {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 39.4%, rgba(46, 44, 44, 0.5) 68.5%, rgba(46, 44, 44, 0.65) 76%, rgba(46, 44, 44, 0.75) 84%, rgba(46, 44, 44, 0.85) 91.5%, #2E2C2C 100%);
  border-radius: 15px !important;
}

.grupo-servicios .select-personalizado {
  margin-left: auto;
  margin-right: auto;
}

.grupo-servicios .select-personalizado.centrado {
  margin: 0 auto;
}

/*POLITICAS*/
.aumentar-margen {
  margin-bottom: 150px;
}

.politicas {
  margin-top: 120px;
}

.politicas .textos {
  display: table;
}

.politicas p {
  font-size: 18px;
  line-height: 32px;
  color: #2E2C2C;
}

.politicas p span {
  font-weight: 600;
}

.politicas .botones {
  width: 474px;
  margin: 0 auto;
}

.politicas .botones input:first-child {
  width: 242px;
}

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

.partners img {
  margin: 0 18px;
}

/* ANIVERSARIO */
.trompetas-container h2 {
  font-size: 32px;
  color: #3D4F53;
  line-height: 32px;
  text-align: center;
  font-weight: 600;
  padding: 0px 30px;
}

.trompetas-container img.invertir {
  transform: rotateX(180deg) rotateZ(-180deg);
}

.container-family {
  max-width: 930px;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 120px;
  font-size: 18px;
  color: #2E2C2C;
  line-height: 32px;
  /*animation*/
  position: relative;
  overflow: hidden;
}
.container-family img {
  padding: 1px;
}
.container-family::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 1px;
  top: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: white;
  border-radius: 32px;
}
.container-family::before {
  content: "";
  position: absolute;
  z-index: -2;
  left: -50%;
  top: -50%;
  width: 200%;
  height: 200%;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: conic-gradient(from 210deg, transparent, #8b9456, transparent 86deg);
}
.container-family.animar-gradiente::before {
  animation: rotate 3s linear infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}
.container-family img {
  border-radius: 130px 0px 120px 0px;
  box-shadow: 0px 22.65px 22.65px 0px rgba(0, 0, 0, 0.0901960784);
  height: 100%;
  object-fit: cover;
}

.container-family p span {
  font-weight: 600;
}

.container-family .parrafos-family {
  width: 470px;
}

.container-team {
  background-color: rgba(61, 79, 83, 0.2);
  color: #3D4F53;
}
.container-team .subcontainer-team {
  gap: 30px;
}
.container-team h5 {
  font-family: "SedanSC";
  font-size: 18px;
  margin-bottom: 10px;
}
.container-team h5 span {
  font-size: 22px;
}
.container-team p {
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 12px;
  font-family: "caudex";
}
.container-team input {
  margin-bottom: 81px;
  width: 203px;
}

.container-team .carta-email {
  position: relative;
  cursor: pointer;
}
.container-team .carta-email img {
  position: relative;
  z-index: -2;
}
.container-team .carta-email .overlay-text {
  position: absolute; /* Posiciona el texto sobre la imagen */
  top: -1px; /* Coloca el texto en la parte superior de la imagen */
  left: -100%; /* Coloca el texto en la parte izquierda de la imagen */
  width: 84px; /* Asegura que el texto cubra toda el área de la imagen */
  height: 22px;
  background-color: #77823C; /* Fondo naranja */
  color: #F8F6E4; /* Texto blanco */
  text-align: center; /* Centra el texto */
  padding: 0; /* Espaciado alrededor del texto */
  opacity: 0; /* Inicialmente, el texto está oculto */
  transition: opacity 0.3s ease; /* Transición suave */
  z-index: -1;
  border-radius: 2px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "caudex";
}
.container-team .carta-email:hover .overlay-text {
  opacity: 1; /* Al pasar el ratón, el texto aparece */
}

.add-back-email {
  background-color: #3d4f53 !important;
  width: 101px !important;
  opacity: 1 !important;
  transition: none;
}

/* RAZONES */
.container-razones {
  column-gap: 70px;
}
.container-razones .card-razon {
  max-width: 300px;
  height: 420px;
  position: relative;
  overflow: hidden;
}
.container-razones .card-razon h5 {
  animation: none;
  position: absolute;
  white-space: nowrap;
  top: 302px;
  font-size: 24px;
  font-weight: 600;
  color: #3D4F53;
}
.container-razones .card-razon p {
  top: 350px;
  position: absolute;
  animation: none;
  line-height: 24px;
  width: 200px;
  transform: translateX(-50%);
  left: 50%;
  color: #2E2C2C;
}
.container-razones .octagon {
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  border-radius: 128px;
  overflow: hidden;
  width: 300px;
  height: 286px;
  background-repeat: no-repeat;
  transition: background-size 0.5s ease, background-position 0.5s ease;
}
.container-razones .octagon-1 {
  background-image: url("../img/razon111.jpg");
  background-size: 100%;
}
.container-razones .octagon-2 {
  background-image: url("../img/razon2.jpg");
  background-size: 100%;
}
.container-razones .octagon-3 {
  background-image: url("../img/razon33.jpg");
  background-size: 192%;
  background-position: 44% 56%;
}

/* CLAIM INFO*/
.claim-info-container {
  background-color: rgba(119, 130, 60, 0.1019607843);
}
.claim-info-container > div.row {
  max-width: 926px !important;
  margin-bottom: 64px;
}
.claim-info-container div.col-6:first-of-type {
  display: flex;
  justify-content: center;
}
.claim-info-container .cabecera-1 {
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}
.claim-info-container .container-claim {
  max-width: 486px;
}
.claim-info-container .container-claim p {
  color: #2E2C2C;
  font-size: 18px;
  line-height: 32px;
}
.claim-info-container .container-claim input {
  width: 100%;
}
.claim-info-container div.image {
  background-image: url("../../assets/img/moto.jpg");
  width: 294px !important;
  height: 302px !important;
  border-bottom-left-radius: 50%;
  border-top-right-radius: 50%;
  box-shadow: 0px 37.39px 22.25px 0px rgba(0, 0, 0, 0.0509803922);
  margin-left: auto;
  background-size: cover;
}

/* FORM ASISTIR */
.container-form-asistir {
  background-color: #3D4F53;
  background-image: url("../img/test.svg");
}
.container-form-asistir form {
  max-width: 620px;
  background-color: white;
  border-radius: 12px;
}
.container-form-asistir form .form-group {
  margin-bottom: 20px;
}
.container-form-asistir form label {
  font-size: 14px;
}
.container-form-asistir form label img {
  margin-top: -3px;
}
.container-form-asistir form .label-error {
  margin-top: -2px;
  margin-bottom: 6px;
  color: #BC6909;
  font-size: 12px;
  gap: 3px;
  display: flex;
}
.container-form-asistir form .form-check {
  color: #989BA3;
}
.container-form-asistir form .form-check label {
  font-size: 16px;
}
.container-form-asistir form .form-control {
  padding: 16px 14px;
  height: 44px;
  border-radius: 8px;
}
.container-form-asistir form .select-container-custom {
  min-height: 145px;
}
.container-form-asistir form .select-container-custom .item-selected-custom {
  font-size: 13px;
  color: #77823C;
}
.container-form-asistir form .select-container-custom .item-selected-custom img {
  width: 17px;
  vertical-align: sub;
}
.container-form-asistir form .select-container-custom .item-selected-custom span {
  padding-left: 4px;
}
.container-form-asistir form .select-container-custom .item-selected-custom.active {
  margin-bottom: 4px;
}
.container-form-asistir form textarea {
  height: 204px !important;
}
.container-form-asistir form input.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #989BA3;
  font-size: 16px;
  opacity: 1; /* Firefox */
  padding-top: 44px;
}
.container-form-asistir form textarea.form-control::placeholder {
  color: #989BA3;
  font-size: 16px;
  opacity: 1;
}
.container-form-asistir form input.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #989BA3;
  font-size: 16px;
  padding-top: 44px;
}
.container-form-asistir form textarea.form-control:-ms-input-placeholder {
  color: #989BA3;
  font-size: 16px;
  opacity: 1;
}
.container-form-asistir form input.form-control::-ms-input-placeholder { /* Microsoft Edge */
  padding-top: 44px;
  color: #989BA3;
  font-size: 16px;
}
.container-form-asistir form textarea.form-control::-ms-input-placeholder {
  color: #989BA3;
  font-size: 16px;
}
.container-form-asistir form h5 {
  font-size: 24px;
  color: #2E2C2C;
  font-weight: 600;
  font-family: "Wix Madefor two";
}
.container-form-asistir form p {
  line-height: 32px;
  box-shadow: 0px 1px 0px #e0e3e3;
  padding-bottom: 20px;
}
.container-form-asistir form .required-fields {
  color: #989BA3;
  font-size: 12px;
  display: flex;
  align-items: center;
}
.container-form-asistir form .required-fields img {
  /* width: 15px; */
  margin-top: -2px;
  /* height: 10px; */
}
.container-form-asistir form .required-fields-2 {
  color: #BC6909;
  font-size: 12px;
}
.container-form-asistir form .required-fields-2 img {
  margin-top: -2px;
}
.container-form-asistir form .input-oculto {
  display: none;
  margin: 20px 0;
}

.info-map p {
  max-width: 549px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 32px;
  color: #2E2C2C;
  font-family: "Wix Madefor regular";
  font-weight: 400;
}

.info-map h2 {
  margin-bottom: 32px;
}

.mapa {
  height: 432px;
  overflow: hidden;
  margin-top: 64px;
  box-shadow: 0px 10px 35px -22px black;
  /* img{
      height: 100% !important;
      width: 100%;
      object-fit: cover;
      cursor: pointer;
  } */
}

.visitanos {
  margin-top: 114px;
}
.visitanos .cont-image .d-table {
  margin-left: auto;
  position: relative;
}
.visitanos .cont-image img {
  max-width: 439px;
  border-radius: 0 219px 219px 219px;
}
.visitanos .second-col {
  background-image: url("../img/fondo-lion.png");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 215%;
}
.visitanos .second-col .contenido {
  max-width: 417px;
  margin-bottom: 81px;
}
.visitanos .second-col .contenido hr {
  margin: 24px auto;
  width: 231px;
}
.visitanos .second-col .contenido p {
  font-size: 18px;
  padding-left: 25px;
}
.visitanos .second-col .contenido p img {
  margin-left: -25px;
  vertical-align: sub;
}
.visitanos .second-col .contenido p span.num {
  box-shadow: 0px 0.5px black;
  cursor: pointer;
}
.visitanos .second-col .contenido > div {
  margin-bottom: 48px;
}
.visitanos .texto {
  position: absolute;
  right: 78px;
  text-align: left;
  color: #3D4F53;
  font-family: "Wix Madefor two";
  font-weight: 800;
  top: 142px;
  filter: drop-shadow(0.905348px 3.62139px 5.43209px rgba(255, 255, 255, 0.75));
}
.visitanos .texto h2 {
  font-size: 36.21px;
  font-weight: 800;
}
.visitanos .texto h3 {
  font-size: 25px;
  font-weight: 800;
}

.secciones-menu {
  /* background-color: #3D4F53; */
  color: #F8F6E4;
  height: 100%;
  opacity: 0;
}
.secciones-menu .cont-flecha-img {
  cursor: pointer;
}
.secciones-menu .flecha-img {
  padding: 27px 31px;
  border: 1px solid #f8f6e4;
  border-radius: 50%;
}
.secciones-menu .ig-img {
  padding: 11px;
  border: 1px solid #f8f6e4;
  border-radius: 50%;
  cursor: pointer;
}
.secciones-menu .parrafos {
  padding-top: 15px;
  /* p:nth-child(1){

  } */
}
.secciones-menu .parrafos hr {
  margin: 0 auto;
  width: 458px;
  background-color: #f8f6e4;
  margin-bottom: 48px;
}
.secciones-menu .parrafos > div {
  margin-left: -185px;
  margin-bottom: 94px;
}
.secciones-menu .parrafos > div p {
  font-size: 20px;
}
.secciones-menu .parrafos > div p span {
  margin: 0 23px;
}
.secciones-menu .parrafos > div p span.links-pdf {
  cursor: pointer;
}
.secciones-menu .parrafos > p:nth-child(2) {
  font-size: 15px;
  margin-bottom: 55px;
  margin-left: -185px;
}
.secciones-menu .parrafos > p:nth-child(3) {
  font-size: 11.67px;
  margin-left: -185px;
}

.footer .cont-image-mitad1 {
  left: 16px;
  top: 0px;
}
.footer .cont-image-mitad1 img {
  margin-right: -30px;
  margin-left: -16px;
}
.footer > .row {
  position: relative; /* Asegura que los elementos dentro se posicionen relativos al contenedor */
  overflow: hidden;
  background-color: #3D4F53;
}
.footer .cont-image-mitad2 {
  transform: translateX(100%);
  background-color: white;
}

.input-oculto {
  display: none !important;
  margin: 20px 0;
}

/* MODAL */
#staticBackdrop .modal-dialog {
  max-width: 620px;
}
#staticBackdrop .modal-dialog form {
  max-width: 620px;
  background-color: white;
  border-radius: 12px;
}
#staticBackdrop .modal-dialog form .form-group {
  margin-bottom: 20px;
}
#staticBackdrop .modal-dialog form label {
  font-size: 14px;
}
#staticBackdrop .modal-dialog form label img {
  margin-top: -3px;
}
#staticBackdrop .modal-dialog form .label-error {
  margin-top: -2px;
  margin-bottom: 6px;
  color: #BC6909;
  font-size: 12px;
  gap: 3px;
  display: flex;
}
#staticBackdrop .modal-dialog form .form-check {
  color: #989BA3;
}
#staticBackdrop .modal-dialog form .form-check label {
  font-size: 16px;
}
#staticBackdrop .modal-dialog form .form-control {
  padding: 16px 14px;
  height: 44px;
  border-radius: 8px;
}
#staticBackdrop .modal-dialog form .select-container-custom {
  min-height: 145px;
}
#staticBackdrop .modal-dialog form .select-container-custom .item-selected-custom {
  font-size: 13px;
  color: #77823C;
}
#staticBackdrop .modal-dialog form .select-container-custom .item-selected-custom img {
  width: 17px;
  vertical-align: sub;
}
#staticBackdrop .modal-dialog form .select-container-custom .item-selected-custom span {
  padding-left: 4px;
}
#staticBackdrop .modal-dialog form .select-container-custom .item-selected-custom.active {
  margin-bottom: 4px;
}
#staticBackdrop .modal-dialog form textarea {
  height: 204px !important;
}
#staticBackdrop .modal-dialog form input.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #989BA3;
  font-size: 16px;
  opacity: 1; /* Firefox */
  padding-top: 44px;
}
#staticBackdrop .modal-dialog form textarea.form-control::placeholder {
  color: #989BA3;
  font-size: 16px;
  opacity: 1;
}
#staticBackdrop .modal-dialog form input.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #989BA3;
  font-size: 16px;
  padding-top: 44px;
}
#staticBackdrop .modal-dialog form textarea.form-control:-ms-input-placeholder {
  color: #989BA3;
  font-size: 16px;
  opacity: 1;
}
#staticBackdrop .modal-dialog form input.form-control::-ms-input-placeholder { /* Microsoft Edge */
  padding-top: 44px;
  color: #989BA3;
  font-size: 16px;
}
#staticBackdrop .modal-dialog form textarea.form-control::-ms-input-placeholder {
  color: #989BA3;
  font-size: 16px;
}
#staticBackdrop .modal-dialog form h5 {
  font-size: 24px;
  color: #2E2C2C;
  font-weight: 600;
  font-family: "Wix Madefor two";
}
#staticBackdrop .modal-dialog form p {
  line-height: 32px;
  box-shadow: 0px 1px 0px #e0e3e3;
  padding-bottom: 20px;
}
#staticBackdrop .modal-dialog form .required-fields {
  color: #989BA3;
  font-size: 12px;
  display: flex;
  align-items: center;
}
#staticBackdrop .modal-dialog form .required-fields img {
  /* width: 15px; */
  margin-top: -2px;
  /* height: 10px; */
}
#staticBackdrop .modal-dialog form .required-fields-2 {
  color: #BC6909;
  font-size: 12px;
}
#staticBackdrop .modal-dialog form .required-fields-2 img {
  margin-top: -2px;
}
#staticBackdrop .modal-dialog form .input-oculto {
  display: none;
  margin: 20px 0;
}
#staticBackdrop .modal-dialog .modal-body {
  padding-top: 9px !important;
}
#staticBackdrop .modal-dialog button.close {
  position: relative;
  top: 15px;
}
#staticBackdrop .modal-dialog .modal-content {
  max-height: 550px !important;
}

#modalSuccess .modal-dialog, #modalError .modal-dialog {
  max-width: 308px;
}
#modalSuccess .modal-dialog .modal-content, #modalError .modal-dialog .modal-content {
  border-radius: 32px;
}
#modalSuccess .modal-dialog .modal-body, #modalError .modal-dialog .modal-body {
  padding: 16px 20px;
}
#modalSuccess .modal-dialog h3, #modalError .modal-dialog h3 {
  font-size: 24px;
  color: #3D4F53;
}
#modalSuccess .modal-dialog p, #modalError .modal-dialog p {
  font-size: 16px;
  line-height: 24px;
  color: #2E2C2C;
}

.animarImagen1 {
  animation: logoDerecha 0.4s forwards;
}

.animarMenusToCenter {
  animation: menusToCenter 0.4s ease-out forwards;
}

.animarToLeft {
  animation: animarToLeft 0.4s ease-out forwards;
}

@keyframes logoDerecha {
  to {
    left: 100%;
    translate: -100%;
  }
}
@keyframes animarToLeft {
  to {
    transform: translateX(0%);
  }
}
@keyframes menusToCenter {
  0% {
    transform: translate(100%, 100%); /* Comienza fuera de la pantalla, en la esquina inferior derecha */
    opacity: 0; /* Empieza invisible */
  }
  100% {
    transform: translate(0, 0); /* Se mueve a su posición original */
    opacity: 1; /* Se vuelve visible */
  }
}
@keyframes izquierdaCentro {
  from {
    left: -100%;
  }
  to {
    left: 50%;
    transform: translateX(-50%);
  }
}
@keyframes salirIzquierda {
  from {
    left: 50%;
    transform: translateX(-50%);
  }
  to {
    left: -100%;
    transform: translateX(0);
  }
}
@keyframes abajoCentro {
  from {
    top: 100%;
  }
  to {
    top: 350px;
  }
}
@keyframes salirAbajo {
  to {
    top: 100%;
  }
}
@media (max-height: 555px) {
  .footer-nav {
    position: static !important;
  }
}
@media only screen and (max-width: 1280px) {
  .subtitulo {
    font-size: 32px;
  }
  .subcabecera {
    font-size: 18px;
  }
  .titulo {
    font-size: 32px;
  }
  .grupo-servicios > div {
    max-width: none;
  }
}
@media only screen and (max-width: 1200px) {
  .trompetas-container h2 {
    font-size: 28px;
  }
  .trompetas-container h2 span.peque {
    font-size: 24px;
  }
  .container-razones {
    column-gap: 0px;
  }
}
@media only screen and (min-width: 992px) {
  .card-razon:hover .octagon-1 {
    background-position-y: 23%;
    background-size: 115%;
  }
  .card-razon:hover .octagon-2 {
    background-size: 115%;
  }
  .card-razon:hover .octagon-3 {
    background-size: 230%;
    background-position: 48% 26%;
  }
  .card-razon:hover h5 {
    animation: izquierdaCentro 0.8s forwards;
  }
  .card-razon:hover p {
    animation: abajoCentro 0.8s forwards;
  }
  .card-razon:not(:hover) h5 {
    animation: salirIzquierda 0.8s forwards;
  }
  .card-razon:not(:hover) p {
    animation: salirAbajo 0.8s forwards;
  }
}
@media only screen and (max-width: 992px) {
  .container-razones .card-razon h5 {
    left: 0%;
    transform: translateX(-100%);
  }
  .container-razones .card-razon p {
    top: 100%;
  }
  .card-razon-activo .octagon-1 {
    background-position-y: 23%;
    background-size: 115%;
  }
  .card-razon-activo .octagon-2 {
    background-size: 115%;
  }
  .card-razon-activo .octagon-3 {
    background-size: 230%;
    background-position: 48% 26%;
  }
  .card-razon-activo h5 {
    animation: izquierdaCentro 0.8s forwards !important;
  }
  .card-razon-activo p {
    animation: abajoCentro 0.8s forwards !important;
  }
  .barra-navegacion a {
    padding: 0;
  }
  .container-servicios .grupo-servicios .services-group {
    height: 180px;
  }
  .politicas .textos {
    width: 465px;
  }
  .partners .imagenes img {
    width: 100px;
  }
  .container-family {
    max-width: 449px;
    border-top-right-radius: 32px;
  }
  .container-family::before {
    /* background-image: conic-gradient(from 226deg, transparent, #8b9456, transparent 103deg); */
    background-image: conic-gradient(from 205deg, transparent, #8b9456, transparent 151deg);
  }
  .parrafos-family {
    width: auto !important;
  }
  .claim-info-container .image {
    margin: auto !important;
    margin-top: 16px !important;
  }
  .claim-info-container > div.row {
    width: auto !important;
  }
  .claim-info-container .cabecera-1 {
    padding-left: 0;
    max-width: 486px;
    width: 100%;
    text-align: left;
  }
  .info-map h2 {
    margin-bottom: 42px;
  }
  .visitanos {
    margin-top: 106px;
  }
  .visitanos .cont-image .d-table {
    margin: 0 auto;
  }
  .visitanos .contenido {
    margin-left: auto;
    margin-right: auto;
    padding-top: 84px;
    margin-bottom: 0px !important;
  }
  .secciones-menu .parrafos > div p {
    font-size: 16px;
  }
  .secciones-menu .parrafos > p:nth-child(2) {
    font-size: 12px;
  }
  .secciones-menu .parrafos > p:nth-child(3) {
    font-size: 10px;
  }
  .footer .secciones-menu > .col-auto .flecha-img {
    width: 45px;
    padding: 11px 11px;
  }
  .footer .secciones-menu > .col-auto .ig-img {
    width: 36px;
  }
  .footer .cont-image-mitad1 {
    display: none;
  }
  .footer .cont-image-mitad2 {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  .grupo-servicios > div.col-12 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
}
/* ANIMACIÓN IMAGEN TABLET */
/* @media only screen and (max-width: 860px) and (min-width:768px) {
    .barra-navegacion{
        justify-content: center !important;
    }

    .barra-navegacion > div:first-child {
        display: none !important;
    }

    .barra-navegacion img{
        width: 0 !important;
        transition: width 2s ease;
    }

    .barra-navegacion:hover > div:first-child {
        display: block !important;
    }

    .barra-navegacion:hover img{
        width:  100px !important;
      }

} */
@media only screen and (max-width: 768px) {
  .grupo-servicios .select-personalizado.centrado, .grupo-servicios .select-personalizado {
    margin: 0 auto;
    max-width: 300px;
    margin-bottom: 25px;
  }
  .cabecera-1 {
    font-size: 24px;
  }
  .politicas {
    margin-top: 63px;
  }
  .barra-navegacion > div {
    padding-right: 0 !important;
  }
}
@media only screen and (max-width: 744px) {
  .banner-container .titulo {
    text-wrap: unset;
  }
  .footer .secciones-menu > div:first-child {
    padding-bottom: 13px !important;
  }
  .footer .parrafos > * {
    margin-left: -135px !important;
  }
  .footer .parrafos > div {
    margin-bottom: 45px;
  }
  .footer .parrafos hr {
    display: none;
  }
  .footer .parrafos p {
    margin-bottom: 0 !important;
    margin-top: 20px !important;
    font-size: 16px !important;
  }
  .footer .parrafos p span.salto {
    display: block;
    visibility: hidden;
  }
  .footer .parrafos > p:last-child {
    margin-bottom: 50px !important;
    font-size: 12px !important;
  }
}
@media only screen and (max-width: 670px) {
  .card-banner {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .card-banner .botones {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 32px;
  }
  .card-banner .botones input {
    margin-right: 0 !important;
    margin-left: 0 !important;
    max-width: 266px;
    width: 100%;
  }
  .card-logo-banner img {
    transform: translatex(-50%);
    left: 50%;
  }
  .container-servicios .btn-carta-email {
    display: none;
  }
  /* .btn-movil-float{
      display: flex;
  } */
}
@media only screen and (max-width: 647px) {
  .card-banner h3 {
    text-align: center;
  }
  .card-banner p {
    text-align: center;
  }
  .barra-navegacion > div:first-child {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .partners img {
    margin: 0 11px;
  }
  .trompetas-container br {
    display: block !important;
  }
  .container-team h2 {
    max-width: 318px;
  }
  .container-team h2 span.ocultar {
    display: block;
    visibility: hidden;
  }
  .container-team input {
    width: 326px !important;
  }
  /* .trompetas-container h2{
      padding: 0 15px;
  } */
}
@media only screen and (max-width: 576px) {
  .claim-info-container .cabecera-1 {
    margin-bottom: 32px;
  }
  .subtitulo {
    font-size: 24px;
  }
  .subcabecera {
    font-size: 16px;
  }
  .banner-container .titulo {
    font-size: 16px;
    text-wrap: nowrap;
  }
  .grupo-servicios .select-personalizado {
    width: 90%;
  }
  .politicas .textos {
    width: auto;
  }
  .politicas .botones {
    flex-direction: column;
    align-items: center;
    width: auto !important;
  }
  .politicas .botones input {
    width: 326px !important;
  }
  .partners .imagenes {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .partners .imagenes img {
    width: 100%;
  }
  .partners .imagenes img:last-child {
    width: 219px;
    object-fit: scale-down;
    margin-top: 15px;
  }
  .partners .imagenes img {
    object-fit: none;
  }
  .partners .imagenes img:nth-last-of-type(3) {
    margin-bottom: 12px;
  }
  .claim-info-container > div.row {
    margin-bottom: 32px;
  }
  .mapa {
    margin-top: 26px;
    height: 543px;
  }
  .visitanos .texto {
    top: 22%;
    left: 5px;
  }
  .visitanos .texto h3 {
    font-size: 18px;
  }
  .btn-movil-float {
    display: flex;
  }
}
@media only screen and (max-width: 540px) {
  .claim-info-container .cabecera-1 {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 360px) {
  .trompetas-container > div.col-auto:first-child {
    margin-right: 15px !important;
  }
  .container-team input {
    width: 90% !important;
  }
}
body.traducido {
  /* .card-razon:not(:hover) {
      h5[data-i18n="reasons-card2-title"] {
          animation: salirIzquierda2 0.8s forwards;
      }
  } */
  /* 
      @keyframes salirIzquierda2 {
          from {
            left: 50%;
            transform: translateX(-50%);
          }
          to {
            left: -115%;
            transform: translateX(0);
          }
        } */
  /* @keyframes salirIzquierda2 {
    from {
      left: -115% !important;
    }
    to {
      left: 50%;
      transform: translateX(-50%);
    }
  } */
}
body.traducido .banner-container .titulo {
  text-wrap: wrap;
}
body.traducido .banner-container .botones .btn-primario {
  width: 250px !important;
}
body.traducido .container-team .carta-email .overlay-text {
  width: 150px;
  /* opacity: 1; */
  transform: translateX(-50%);
  left: 50%;
}
body.traducido .container-team .carta-email .add-back-email {
  height: 36px !important;
}
body.traducido .container-team .carta-email:hover .overlay-text {
  opacity: 1; /* Al pasar el ratón, el texto aparece */
}
body.traducido .subcontainer-team input.btn {
  width: 315px !important;
}
body.traducido h5[data-i18n=reasons-card2-title] {
  word-break: keep-all;
  text-wrap: auto;
  width: 185px;
}
body.traducido p[data-i18n=reasons-card2-text] {
  height: 87px;
  display: flex;
  align-items: end;
}
body.traducido .card-razon {
  height: 442px !important;
}

@media only screen and (max-width: 831px) {
  body.traducido .barra-navegacion-container {
    /* .barra-navegacion >div:not(.col-md){
        padding-right: 0px !important;
        padding-left: 15px !important;
    } */
  }
  body.traducido .barra-navegacion-container img {
    display: none !important;
  }
  body.traducido .barra-navegacion-container .barra-navegacion > div:first-child {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media only screen and (max-width: 650px) {
  body.traducido .barra-navegacion-container .barra-navegacion > div:not(.col-md) {
    padding-right: 0px !important;
    padding-left: 15px !important;
  }
}

/*# sourceMappingURL=styles.css.map */
