@import "../style_multiple.css";

@font-face {
  font-family: Gilroy;
  src: url(../../fonts/Gilroy-Bold.otf);
  font-weight: 700;
}

@font-face {
  font-family: Gilroy;
  src: url(../../fonts/Gilroy-Regular.otf);
  font-weight: 400;
}

@font-face {
  font-family: Gilroy;
  src: url(../../fonts/Gilroy-UltraLight.otf);
  font-weight: 200;
}

@font-face {
  font-family: Inter;
  src: url(../../../fonts/Inter/Inter_18pt-Bold.ttf);
  font-weight: 700;
}

@font-face {
  font-family: Inter;
  src: url(../../../fonts/Inter/Inter_18pt-Light.ttf);
  font-weight: 400;
}

@font-face {
  font-family: Inter;
  src: url(../../../fonts/Inter/Inter_18pt-ExtraLight.ttf);
  font-weight: 200;
}

:root {
  --verde: #6ABFAA;
  --text: #212529;
  --azul: #5652E8;
  --button-color: #6abfaa;
  --main-blue: #6E92E4;
}

section:not(.banner-central) {
  padding: 50px 0;
}

.button-primary {
  display: flex;
  width: 262px;
  height: 56px;
  padding: 16px 0;
  justify-content: center;
  align-items: center;
  gap: 7.99px;
  border-radius: 12px;
  background:  #5652E8;
  color:  #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  cursor: pointer;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
  transition: background .3s;
  border: none;
}
.button-primary:hover {
  background-color: #7A77F5;
}

section h2 {
  color: #191C1E;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}

.modal-form .loadedFormAES {
  padding: 0 25px 30px 25px;
  border-radius: 30px;
  box-shadow: 0 24px 70px 0 rgba(25, 28, 30, 0.12);
  max-width: 382px;
}
.modal-form .col-12 {
  padding: 0 6px;
}
.modal-form .close-section {
  top: 0;
}
.modal-form .loadedFormAES .form_pp .fr-line1 {
  display: none;
}
.modal-form .card-atencion {
  background-color: #f0f2ff;
  padding: 20px;
  text-align: center;
  border-radius: 30px 30px 0 0; 
  margin: 0px -16px ; 
}
.modal-form .card-atencion p {
  margin-bottom: 0;
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.modal-form .card-atencion p span {
  color: #5652E8;
  text-align: center;
  font-size: 34px;
  font-weight: 800;
  line-height: normal;
}
.modal-form .instruccion-llamada {
  margin: 20px 0;
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 16px;
}
.modal-form .telefono {
  margin-bottom: 4px;
  color: #191C1E;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px; 
  letter-spacing: 0.3px;
  text-transform: uppercase;
  display: flex;
  justify-content: start;
}
.modal-form .loadedFormAES .form_pp .fr-line2 input {
  margin: 0;
  padding: 13px 16px;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  background: #E6E8EA;
  border: none;
  font-size: 14px;
  text-align: start;
}
.modal-form .loadedFormAES .form_pp .fr-line2 input:focus-visible {
  border: 1px solid #5652E8;
}
.modal-form .fr-line4 {
  margin: 8px 0 20px;
  font-size: 10px;
  color: #424752;
  display: flex;
  justify-content: start;
}
.modal-form .loadedFormAES .form_pp .btn-modal {
  margin: 0 0 30px ;
  padding: 16px 0;
  border-radius: 12px;
  background: #5652E8;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.modal-form .loadedFormAES .form_pp .btn-modal:hover {
  background-color: #7A77F5;
}
.modal-form .closeBtn {
  font-size: 24px;
  color: #191C1E;
}
.modal-form .fail-form_pp i, 
.modal-form .succes-form_pp i {
  color: #5652E8;
  background-color: rgba(86, 82, 232, 0.05);
  padding: 15px;
  width: 60px;
  height: 56px;
  border-radius: 12px;
  justify-self: center;
  align-self: center;
}
.modal-form .fail-form_pp .line1 {
  color: #df0f23;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 16px; 
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.modal-form .succes-form_pp .line1 {
  color: #006F69;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 16px; 
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* ------------- CABECERA ------------- */
body {
  background: #FFF;
  font-family: Inter,sans-serif;
}
header{
  background-color: #fff;
  width: 100%;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.25);
  position: fixed;
  z-index: 400;
  height: 100px;
}
header .logo {
  height: 38px;
}
header .container .formNav {
  display: none;
}
header .container, header .row{
  height: 100%;
}
header>.container>.row>div{
  display: flex;
  align-items: center;
}

header .formNavContainer{
  display: flex;
  height: 57px;
  align-items: end;
  margin-right: 4rem;
}

header .formNav {
  display: flex;
  border: 1px solid var(--verde);
  border-radius: 10px;
  padding: 2px;
  height: fit-content;
}

header .formNav input {
  border: none;
  outline: none;
  width: 155px;
  font-size: 16px;
  padding-left: 5px;
}

header .formNav input::placeholder {
  color: var(--verde);
}

header .formNav input:focus,
header .formNav input:focus-visible,
header .formNav input:focus-within {
  outline: none;
}

header .formNav button {
  width: 145px;
  height: 40px;
  border-radius: 10px;
}

header .phone {
  width: 246px;
  height: 100px;
  padding: 20px 30px !important;
  gap: 10px;
  background-color: rgba(86, 82, 232, 0.10);
}

header .phone a {
  display: block;
}

header .phone span {
  display: block;
  text-align: right;
  position: relative;
  color: #5652E8;
  font-size: 28px;
  font-weight: 800;
  line-height: 32px;
}

header .phone .phoneTitle {
  color:  #191C1E;
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; 
}

header .phone .phone-icon {
  display: none;
}

/* ------------- FIN CABECERA ------------- */

/* ------------- BANNER CENTRAL ------------- */
.banner-central.fuera-horario {
  height: 665px;
}
.banner-central .container {
  position: relative;
}
.banner-central .container, .banner-central .row {
  height: 100%;
  margin: auto;
  padding: 0;
}

.banner-central .row .banner-info {
  display: flex;
  flex-direction: column;
  max-width: 550px;
}

.badInput {
  border: 1px solid red !important;
  color: red !important;
}

.badInput:focus-visible {
  border: 1px solid red !important;
}

.badInput::placeholder {
  color: red !important;
}

.badInput + .placeholder {
  color: red !important;
}

.banner-central .calculadora .check-sino label:has(input.badInput){
  outline: 1px solid red !important;
  color: red !important;
}

.banner-central{
  /* height: fit-content; */
  /* background-image: url(../../../img/dental/banner-desktop.png); */
  background-size: cover;
  background-position: 60% 46%;
  line-height: 1;
  height: 653px;
}
.banner-central .fondo-azul {
  width: 932px;
  height: 585px;
  background-color: rgba(86, 82, 232, 0.10);
  position: absolute;
  transform: skewX(15deg) translate(-8%);
}
.banner-central .banner-image{
  background-color: #ffffff;
  /* background-image: url(../../../img/dental/banner-desktop.webp); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.banner-central .bannerSectionContainer {
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
  align-items: center;
}
.banner-central .bannerSectionContainer .banner-info {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 17px;
  max-width: 547px;
}
.banner-central .bannerSectionContainer .banner-info .mancheta-banner {
  position: absolute;
  z-index: 3;
  top: 216px;
  left: 80px;
  width: 120px;
  height: 120px;
}
.banner-central .bannerSectionContainer .banner-info .containerPromo .mancheta {
  color:  #006F69;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  display: flex;
  padding: 8px 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch; 
  border-radius: 9999px;
  background-color: #6EF4EA;
  width: fit-content;
  margin-bottom: 17px;
  text-transform: uppercase;
}
.banner-central .bannerSectionContainer .banner-info .containerPromo .claim {
  color:  #424752;
  font-size: 37px;
  font-weight: 500;
  line-height: 50px;
  display: flex;
  flex-direction: column;
}
.banner-central .bannerSectionContainer .banner-info .containerPromo .claim span {
  color: #5652E8;
  font-size: 66px;
  font-weight: 800;
  line-height: 76px;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.banner-central .bannerSectionContainer .banner-info p.subtitle {
  color:  #424752;
  font-size: 46px;
  font-weight: 700;
  line-height: normal;
}
.banner-central .bannerSectionContainer .button-primary {
  margin-top: 30px;
}

.banner-central .bannerSectionContainer .banner-info .containerPromo .backBlue {
  font-size: 24px;
  color: #fff;
  width: 100%;
  text-align: start;
  font-weight: 300;
  border-radius: 23px;
  display: flex;
  align-items: center;
}
.banner-central .bannerSectionContainer .banner-info .containerPromo .mainInfoPromo {
  display: flex;
  align-items: baseline;
  line-height: 1;
  font-weight: bold;
  flex-direction: column;
  gap: 16px;
}
.banner-central .bannerSectionContainer .banner-info .containerPromo .miniInfoText {
  font-size: 20px;
  margin-top: 0.1em;
  font-weight: bold;
  width: 100%;
  text-align: start;
}
.banner-central .bannerSectionContainer .banner-info p {
  margin: 0;
  line-height: 1;
}
.banner-central .bannerSectionContainer .banner-info .containerPromo .mainInfoPromo .bigText {
  font-size: 72px;
  display: flex;
  line-height: 61px; 
  gap: 4px;
}
.banner-central .bannerSectionContainer .banner-info .containerPromo .mainInfoPromo .bigText span {
  font-size: 160px;
  font-weight: 900;
  font-style: italic;
  line-height: 122px;
}
.banner-central .bannerSectionContainer .banner-info .containerPromo .mainInfoPromo .subText {
  display: flex;
  flex-direction: column;
  font-size: 34px;
  font-weight: 800;
}
.banner-central .bannerSectionContainer .banner-info .containerPromo.verde {
  height: fit-content;
  background-color: #6ABFAA;
  border-radius: 10px;
  color: #fff;
  padding: 21px 32px;
  
}
.banner-central .bannerSectionContainer .banner-info .containerPromo.verde .backBlue {
  font-size: 20px;
  color: #fff;
  width: 100%;
  text-align: center;
  font-weight: bold;
  border-radius: 23px;
  display: flex;
  align-items: center;
}
.banner-central .bannerSectionContainer .banner-info .containerPromo.verde .mainInfoPromo {
  display: flex;
  align-items: center;
  line-height: 1;
  font-weight: bold;
}
.banner-central .bannerSectionContainer .banner-info .containerPromo.verde .miniInfoText {
  font-size: 20px;
  margin-top: 0.1em;
  font-weight: bold;
  width: 100%;
}
.banner-central .bannerSectionContainer .banner-info .containerPromo.verde .mainInfoPromo .bigText {
  font-size: 46px;
}
.banner-central .bannerSectionContainer .banner-info .containerPromo.verde .mainInfoPromo .subText {
  display: flex;
  flex-direction: column;
  font-size: .4em;
  margin-left: 1rem;
}
.banner-central .bannerSectionContainer .calculadora {
  border-radius: 30px !important;
  box-shadow: 0 24px 70px 0 rgba(25, 28, 30, 0.12);
  padding: 30px 50px;
  background-color: #fff;
  border-radius: 12px;
  display: flex;
  gap: 25px;
  justify-content: center;
  align-items: center;
  border: 1px solid #E6E8EA;
  width: fit-content;
  flex: unset;
  height: 487px;
}
.banner-central .bannerSectionContainer .calculadora.fuera-horario {
  height: 528px;
}
.banner-central .bannerSectionContainer .calculadora .titulo {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #5652E8;
  border-bottom: 4px solid #5652E8;
  padding: 0;
}
.banner-central .bannerSectionContainer .calculadora .titulo p {
  margin-bottom: 10px;
}
.banner-central .bannerSectionContainer .calculadora .form-calc-wrapper {
  width: 100%;
}
.banner-central .bannerSectionContainer .calculadora .cuestionario {
  min-height: 410px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-central .bannerSectionContainer .calculadora .col-md-12 {
  padding: 0;
}
.banner-central .bannerSectionContainer .calculadora .cuestionario #calculadora-form-2 {
  text-align: center;
}
.banner-central .bannerSectionContainer .calculadora .cuestionario #calculadora-form-2 img {
  width: 200px;
}
.banner-central .bannerSectionContainer .calculadora span{
  font-size: 16px;
}
.form-calc input::-webkit-outer-spin-button,
.form-calc input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.banner-central .bannerSectionContainer .calculadora input{
  margin-top: 10px;
  border-radius: 5px;
  margin-top: 10px;
  overflow: visible;
}
.banner-central .bannerSectionContainer .calculadora input.type-asegurados {
  left: -200vw;
  position: absolute;
}

.banner-central .bannerSectionContainer .calculadora label{
  position: relative;
  width: 100%;
}
.banner-central .bannerSectionContainer .calculadora label p {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px; 
  letter-spacing: 0.3px;
  text-transform: uppercase;
} 
.banner-central .bannerSectionContainer .calculadora label .checkSelectCalc {
  display: flex;
  gap: 8px;
}
.banner-central .bannerSectionContainer .calculadora label .checkSelectCalc label {
  display: inline-flex;
  padding: 12px 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  grid-row: 1 / span 1;
  grid-column: 2 / span 1;
  border-radius: 12px;
  border: 2px solid #E6E8EA;
  font-size: 10px;
  font-weight: 600;
  line-height: 15px;
  gap: 4px;
  cursor: pointer;
}
.banner-central .bannerSectionContainer .calculadora label .checkSelectCalc label img {
  width: 13px;
  height: 13px;
  filter: brightness(0) saturate(100%) invert(26%) sepia(4%) saturate(1993%) hue-rotate(183deg) brightness(92%) contrast(87%);
}
.banner-central .bannerSectionContainer .calculadora label .checkSelectCalc input[type=checkbox]:checked+label, 
.banner-central .bannerSectionContainer .calculadora label .checkSelectCalc input[type=radio]:checked+label,
.banner-central .bannerSectionContainer .calculadora label .checkSelectCalc label:hover {
  border: 2px solid #5652E8;
  color: #5652E8;
  background-color: rgba(86, 82, 232, 0.05);
}
.banner-central .bannerSectionContainer .calculadora label .checkSelectCalc input[type=checkbox]:checked+label img, 
.banner-central .bannerSectionContainer .calculadora label .checkSelectCalc input[type=radio]:checked+label img,
.banner-central .bannerSectionContainer .calculadora label .checkSelectCalc label:hover img {
  filter: brightness(0) saturate(100%) invert(29%) sepia(49%) saturate(6195%) hue-rotate(237deg) brightness(97%) contrast(87%);
  -webkit-filter: brightness(0) saturate(100%) invert(29%) sepia(49%) saturate(6195%) hue-rotate(237deg) brightness(97%) contrast(87%);
}
.banner-central .bannerSectionContainer .calculadora .politica-de-privacidad{
  color: #252525;
  text-decoration: underline !important;
}
.banner-central .bannerSectionContainer .calculadora .btn-calculadora{
  padding: 16px 0;
  width: 183px;
  height: 56px;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin: auto;
  background-color: #5652E8;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.banner-central .bannerSectionContainer .calculadora .btn-calculadora:hover {
  background-color: #7A77F5;
}
.banner-central .bannerSectionContainer .calculadora #calculadora-form-3 b {
  color: #006F69;
  font-size: 30px;
  font-weight: 700;
  line-height: 16px;
  -webkit-text-fill-color: unset !important;
}
.banner-central .bannerSectionContainer .calculadora #calculadora-form-4 b {
  color: #df0f23;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;

}
.banner-central .bannerSectionContainer .calculadora span.respuesta {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.banner-central .bannerSectionContainer .calculadora .question-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.banner-central .bannerSectionContainer .calculadora .check-sino{
  margin: 10px;
  margin-left: 1px;
  gap: 0;
  justify-content: start;
  flex-wrap: nowrap;
}
.banner-central .bannerSectionContainer .calculadora .check-sino input{
  margin-top: 0px;
  cursor: pointer;
}
.banner-central .bannerSectionContainer .calculadora .check-sino input[type='radio']:after {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  top: 2px;
  left: -1px;
  position: relative;
  background-color: #ffffff;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
  outline: 1px solid #858585;
}

.banner-central .bannerSectionContainer .calculadora .check-sino input[type='radio']:checked:after {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  top: 2px;
  left: -1px;
  position: relative;
  background-color: #6E92E4;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}
.banner-central .bannerSectionContainer .calculadora .check-sino label{
  cursor: pointer;
  user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  box-shadow: none;
  align-items: center;
  display: flex;
  gap: 3px;
  justify-content: center;
  width: fit-content;
}
.banner-central .bannerSectionContainer .calculadora .check-sino p{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin: 10px 10px 0 10px;
  gap: 8px;
}
.banner-central .bannerSectionContainer .calculadora .botones-asegurados {
  display:flex;
  flex-direction: row;
  gap: 6px;
  margin-bottom: 20px;
}
.banner-central .bannerSectionContainer .calculadora .botones-asegurados p {
  display:flex;
  flex-direction: row;
  margin-top: 13px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  /* position: absolute; */
  right: 0;
  top: 0;
  width: auto;
}

.banner-central .bannerSectionContainer .calculadora .date-input {
  width: 100%;
  height: 40px;
  overflow: visible;
  position: relative;
  padding: 13px 16px;
  background-image: none;
  background-size: 15px;
  border-radius: 12px;
  background-color: #E6E8EA;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  cursor: unset;
  border: none;
}
.banner-central .bannerSectionContainer .calculadora .calculadora-email {
  display: flex;
  width: 100%;
  padding: 8px 10px;
  align-items: center;
  gap: 10px;
  height: 40px;
  overflow: visible;
  color: #353535;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
}
.banner-central .bannerSectionContainer .calculadora .btn-nuevos-productos {
  display: flex;
  width: 100%;
  padding: 8px 10px;
  align-items: center;
  gap: 10px;
  height: 40px;
  overflow: visible;
  color: #353535;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
}

.banner-central .bannerSectionContainer .calculadora .date-input::placeholder,
.banner-central .bannerSectionContainer .calculadora .long-input::placeholder,
.banner-central .bannerSectionContainer .calculadora .calculadora-email::placeholder {
  color: #c1c1c1;
}
.banner-central .bannerSectionContainer .calculadora .date-input:focus-visible,
.banner-central .bannerSectionContainer .calculadora .long-input:focus-visible,
.banner-central .bannerSectionContainer .calculadora .short-input:focus-visible {
  border: 1px solid #5652E8;
  outline: none;
}
.banner-central .bannerSectionContainer .calculadora ::placeholder{
  color: #c1c1c1;
}
.banner-central .bannerSectionContainer .calculadora .placeholder {
  pointer-events: none;
  font-size: 16px;
  display: flex;
  align-items: center;
  position: absolute;
  color: #c1c1c1;
  background-color: #fff;
  width: 177px;
  border-radius: 0;
  height: 27px;
  left: 3px;
  bottom: -7px;
  transform: translateY(-50%);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.banner-central .bannerSectionContainer .calculadora .placeholder.open {
	display: none;
}

.banner-central .bannerSectionContainer .calculadora .placeholder .open{
	display: none;
}
.banner-central .bannerSectionContainer .calculadora #calculadora-asegurados{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 14px;
}
.banner-central .bannerSectionContainer .calculadora #calculadora-asegurados .asegurado-content {
  width: 49.5%;
}
.banner-central .bannerSectionContainer .calculadora #calculadora-asegurados .asegurado-content label {
  width: 100%;
}

.banner-central .bannerSectionContainer .calculadora #calculadora-asegurados .asegurado-content input {
  width: 100%;
}
.banner-central .bannerSectionContainer .calculadora label[for=calculadora-fecha]{
  width:100%;
}

.banner-central .bannerSectionContainer .calculadora .last-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 14px;
}

.banner-central .bannerSectionContainer .calculadora .last-row label {
  width: 100%;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
.banner-central .bannerSectionContainer .calculadora .last-row input {
  width: 100%;
  padding: 13px 20px;
  border-radius: 12px;
  background-color:  #E6E8EA;
  border: none;
}
.banner-central .bannerSectionContainer .calculadora .last-row input#calculadora-tel {
  width: 285px;
}

.banner-central .bannerSectionContainer .calculadora .checkbox{
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  font-size: 10px;
  width: 100% !important;
}
.banner-central .bannerSectionContainer .calculadora .checkbox input{
  margin-right: 5px;
}
.banner-central .bannerSectionContainer .calculadora .lottie{
  height: 250px;
  margin-top: 2rem;
}
.banner-central .bannerSectionContainer .calculadora #calculadora-form-3 b{
  background-image: linear-gradient(to right, #5652E8, #6ABFAA);
  -webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}
.banner-central .bannerSectionContainer .calculadora .atencion-llamada {
  text-align: left !important;
}
/* ------------- FIN BANNER CENTRAL ------------- */
/* ---------- FRANJA SECTION ---------- */

.franjaSection {
  background-color: var(--main-blue);
  text-align: center;
  padding-top: 4px;
  padding-bottom: 0;
}
.franjaSection sup {
  font-size: 12px
}

.franjaSection h2 {
  display: inline-block;
  font-size: 22px;
  margin-top: 10px;
  margin-bottom: 14px;
  font-weight: 200 !important;
  color: #fff;
}
.franjaSection span {
  font-weight: 700;
  font-size: 21px;
}


/* ---------- FIN FRANJA SECTION ---------- */
/* CALENDARIO */

.ui-datepicker {
  width: 300px;
  height: 300px;
  margin: 5px auto 0;
  font-family: 'Lato', sans-serif;
}

.ui-datepicker table {
  width: 100%;
}

.ui-datepicker-header {
  background: var(--main-blue);
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #111;
}

.ui-datepicker-title {
  text-align: center;
  font-size: 15px;
}

.ui-datepicker-prev {
  float: left;
  cursor: pointer;
  background-position: center -30px;
}

.ui-datepicker-next {
  float: right;
  cursor: pointer;
  background-position: center 0px;
}

.ui-datepicker thead {
  background-color: #ffffff;
  color: var(--main-blue);
}

.ui-datepicker th {
  text-transform: uppercase;
  font-size: 8pt;
  background-color: #ffffff;
  color: #5b6fd8!important;
}

.ui-datepicker tbody td {
  padding: 0;
}

.ui-datepicker tbody td:last-child {
  border-right: 0px;
}

.ui-datepicker tbody tr {
  margin-bottom: 2px;
}

.ui-datepicker tbody tr:last-child {
  border-bottom: 0px;
}

.ui-datepicker a {
  text-decoration: none;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: #ffffff;
}

.ui-datepicker-calendar .ui-state-default {
  border: none!important;
  background: #ffffff!important;
  margin: 1px;
  color: #5b6fd8!important;
  font-family: 'Lato', sans-serif;
  line-height: 1.3;
}

.ui-datepicker-calendar .ui-state-hover {
  background: #EEF6FF!important;
}

.ui-datepicker-calendar .ui-state-active {
  background: #5652E8!important;
  border: none!important;
  color: #ffffff!important;
}

.ui-datepicker-unselectable .ui-state-default {
  background: #D6E4BE;
  color: #5b6fd8;
}

.ui-widget.ui-widget-content {
  border: none !important;
  height: auto !important;
  box-shadow: 0px 0px 5px 0 rgba(0,0,0,0.3);
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  background: #D1DFEC!important;
  border: none!important;
  color: #5b6fd8!important;
}

.ui-state-highlight.ui-state-active , .ui-widget-content .ui-state-highlight.ui-state-active , .ui-widget-header .ui-state-highlight.ui-state-active  {
  background: var(--action-color)!important;
  border: none!important;
  color: #5b6fd8!important;
}

.ui-widget-header {
  border: none!important;
  background: #5b6fd8!important;
  color: var(--main-blue)!important;
  font-weight: bold!important;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7491%) hue-rotate(133deg) brightness(105%) contrast(101%);
}

.ui-datepicker .ui-datepicker-prev .ui-state-hover,  .ui-datepicker .ui-datepicker-next .ui-state-hover, .ui-widget-header .ui-state-hover{
  border: none!important;
  background: unset!important;
  color: inherit!important;
}

.ui-datepicker .ui-datepicker-prev-hover {
  top: 2px!important;
  left: 2px!important;

}

.ui-datepicker .ui-datepicker-next-hover {
  top: 2px!important;
  right: 2px!important;
}

/* ---------- FIN CALENDARIO ----------*/

/* ---------- NIÑOS SECTION ---------- */
.infoSection.menores .container {
  display: flex;
}
.infoSection.menores .img-niños {
  background-color: #ffffff;
  background-image: url(../../../img/dental/ninios.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.infoSection.menores .img {
  width: 88%;
  border-radius: 24px;
  height: 250px;
}
.infoSection.menores .infoContainer {
  background: #FFF;
  border-radius: 0px 4px 4px 0px;
  display: flex;
  width: 928px;
  padding: 20px;
  height: 231px;
  gap: 24px;
}
.infoSection .infoContainer .uneteInfo {
  order: 2;
}
.infoSection.menores .infoContainer h2.title {
  text-align: start;
  line-height: 42px; 
  font-weight: 800;
  margin-bottom: 0;
}
.infoSection.menores .infoContainer h2.title span {
  color: #5652E8;
}
.infoSection .infoContainer .info {
  font-size: 14px;
  font-weight: 400;
  margin: 20px 0;
}
.infoSection .infoContainer .buttons {
  display: flex;
  align-items: center;
  gap: 30px;
}
.infoSection .infoContainer .buttons .button-primary {
  width: 262px;
  height: 56px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
}
.infoSection .infoContainer .buttonSeguro {
  border-radius: 8px;
  background: #6ABFAA;
  display: flex;
  padding: 8px 18px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  cursor: pointer;
}
.infoSection .infoContainer .buttonSeguro:hover,
.infoSection .infoContainer .buttonSeguro:active {
  background-color: #5EA795;
}
/* ---------- FIN NIÑOS SECTION ----------*/

/* ---------- CARDS SECTION ---------- */

#carouselExampleControls, #carouselExampleControls2 {
  display: none;
}
.ofertasDestacadas{
  padding: 3rem 0;
  padding-bottom: 0;
}
.ofertasDestacadas h2{
  font-weight: bold;
  width: 100%;
  text-align: center;
  margin-bottom: 2rem;
}

.containerOfers{
  max-width: 96%;
}

.headOfer{
  display: flex;
  height: 62px;
  position: relative;
  padding-top: 7px;
}

.cardOfer{
  box-shadow: 3px 0 6px -4px;
  width: 452px;
  margin: auto;
  background-size: 104%;
  background-position-y: -51px;
  background-position-x: -11px;
  background-image: url(../../../img/ahorrarenseguros/caja.png);
  border-radius: 12px;
  background-color: white;
}
.boxRight{
  display: flex;
  justify-content: end;
}
.boxRight .cardOfer{
  margin-right: 1rem;
}
.rowImpar::before{
  content: "";
  background-color: #6e92e43b;
  position: absolute;
  width: 100vw;
  left: 0;
  z-index: -1;
  height: 32rem;
  transform: translateY(-2.5%);

}
.boxLeft{
  display: flex;
  justify-content: start;
}
.boxLeft .cardOfer{
  margin-left: 1rem;
}
.cardOfer p{
  margin: 0;
  line-height: normal;
}
.cardOfer .manchetaOfer{
  text-align: center;
  background-color: #5652e8;
  height: 100px;
  width: 100px;
  border-radius: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: white;
  font-weight: bold;
  top: -2.5rem;
  left: -1rem;
}
.cardOfer .manchetaOfer .bigOfer sup{
  font-size: 14px;
  position: relative;
  top: -12px;
}
.headOfer img{
  height: 45px;
  position: absolute;
  top: 60%;
  right: 0;
  transform: translate(0, -50%);
}
.headOfer .priceOfer{
  display: flex;
  height: auto;
  color: #5652e8;
  font-weight: bold;
  align-items: end;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.headOfer .priceOfer b{
  font-size: 52px;
  height: auto;
  margin-left: 11px;
  line-height: .8;
}
.headOfer .priceOfer p{
  height: fit-content;
}
.headOfer .priceOfer p:first-child{
  font-size: 14px;
}
.manchetaOfer p:nth-child(2){
  font-size: 15px;
}
.manchetaOfer p.bigOfer{
  font-size: 23px;
}

.bodyOfer{
  width: 100%;
  min-height: 343px;
  padding-top: 2rem;
  color: white;
  position: relative;
}
.bodyOfer .titleOfer{
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin: 1rem 0 0.5rem 0;
}
.bodyOfer p{
  margin: 0;
  padding: 0;
}
.bodyOfer .liOfer {
  display: flex;
  align-items: baseline;
  padding: 9px 1rem;
  font-size: 18px;
}
.bodyOfer .liOferSanitas{
  font-size: 18px;
  padding: 8px 1rem;
}
.bodyOfer .liOfer i{
  font-size: 1em;
  margin-right: 13px;
}
.bodyOfer .buttonOfer{
  width: 16rem;
  border: 6px solid #5652e8;
  border-radius: 30px;
  color: #5652e8;
  font-weight: bold;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 3px 3.8rem;
  font-size: 22px;
  bottom: 1rem;
  box-shadow: 0px 0px 11px 0px rgb(0 0 0 / 75%);
}

.headOfer .imgDKV, .headOfer .imgSanitas{
  height: 61px;
  position: absolute;
  top: 64%;
  right: 8px;
  transform: translate(0, -50%);
}
.headOfer .eurMes{
  line-height: normal;
  text-align: left;
}
.headOfer .eurMes p:first-child{
  font-size: 20px;
}
.headOfer .eurMes p:nth-child(2){
  font-size: 15px;
}

/* ---------- FIN CARDS SECTION ---------- */
/* ---------- CALCULADORA MODAL ---------- */

.calculadoraModal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  margin: 0 auto;
}
/* .calculadoraModal .close-section {
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #00000099;
  position: absolute;
  z-index: 999;
} */
.calculadoraModal {
  display: none;
}
.calculadoraModal .calculadoraContainer {
  top: 68px;
  width: fit-content;
  z-index: 9999;
  position: fixed;
  transform: translateX(-50%);
  left: 50%;
}
.calculadoraModal .calculadoraContainer .close-container {
  width: 100%;
  position: relative;
}
.calculadoraModal .calculadoraContainer .img-cross {
  height: 10px;
  width: 10px;
  min-width: 10px;
  min-height: 10px;
  position: absolute;
  right: -8px;
  top: -18px;
}

.calc-banner .calculadora {
  border-radius: 30px !important;
  box-shadow: 0 24px 70px 0 rgba(25, 28, 30, 0.12);
  padding: 30px 50px;
  background-color: #fff;
  border-radius: 12px;
  gap: 25px;
  justify-content: center;
  align-items: center;
  border: 1px solid #E6E8EA;
  width: fit-content;
  max-width: 100%;
  min-width: 316px;
}
.calc-banner .calculadora .titulo {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #5652E8;
  border-bottom: 4px solid #5652E8;
  padding: 0;
}
.calc-banner .calculadora .titulo p {
  margin-bottom: 10px;
}
.calc-banner .calculadora .form-calc-wrapper {
  width: 100%;
}
.calc-banner .calculadora .cuestionario {
  min-height: 410px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.calc-banner .calculadora .col-md-12 {
  padding: 0;
}
.calc-banner .calculadora .cuestionario #calculadora-form-2 {
  text-align: center;
}
.calc-banner .calculadora .cuestionario #calculadora-form-2 img {
  width: 200px;
}
.calc-banner .calculadora span{
  font-size: 16px;
}
.form-calc input::-webkit-outer-spin-button,
.form-calc input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.calc-banner .calculadora input{
  margin-top: 10px;
  border-radius: 5px;
  margin-top: 10px;
  overflow: visible;
}
.calc-banner .calculadora input.type-asegurados {
  left: -200vw;
  position: absolute;
}

.calc-banner .calculadora label{
  position: relative;
  width: 100%;
}
.calc-banner .calculadora label p {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px; 
  letter-spacing: 0.3px;
  text-transform: uppercase;
} 
.calc-banner .calculadora label .checkSelectCalc {
  display: flex;
  gap: 8px;
}
.calc-banner .calculadora label .checkSelectCalc label {
  display: inline-flex;
  padding: 12px 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  grid-row: 1 / span 1;
  grid-column: 2 / span 1;
  border-radius: 12px;
  border: 2px solid #E6E8EA;
  font-size: 10px;
  font-weight: 600;
  line-height: 15px;
  gap: 4px;
  cursor: pointer;
}
.calc-banner .calculadora label .checkSelectCalc label img {
  width: 13px;
  height: 13px;
  filter: brightness(0) saturate(100%) invert(26%) sepia(4%) saturate(1993%) hue-rotate(183deg) brightness(92%) contrast(87%);
}
.calc-banner .calculadora label .checkSelectCalc input[type=checkbox]:checked+label, 
.calc-banner .calculadora label .checkSelectCalc input[type=radio]:checked+label,
.calc-banner .calculadora label .checkSelectCalc label:hover {
  border: 2px solid #5652E8;
  color: #5652E8;
  background-color: rgba(86, 82, 232, 0.05);
}
.calc-banner .calculadora label .checkSelectCalc input[type=checkbox]:checked+label img, 
.calc-banner .calculadora label .checkSelectCalc input[type=radio]:checked+label img,
.calc-banner .calculadora label .checkSelectCalc label:hover img {
  filter: brightness(0) saturate(100%) invert(26%) sepia(74%) saturate(4603%) hue-rotate(239deg) brightness(99%) contrast(83%);
}
.calc-banner .calculadora .politica-de-privacidad{
  color: #252525;
  text-decoration: underline !important;
}
.calc-banner .calculadora .btn-calculadora{
  padding: 16px 0;
  width: 183px;
  height: 56px;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin: auto;
  background-color: #5652E8;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.calc-banner .calculadora .btn-calculadora:hover {
  background-color: #7A77F5;
}
.calc-banner .calculadora #calculadora-form-3 b {
  color: #006F69;
  font-size: 30px;
  font-weight: 700;
  line-height: 16px;
  -webkit-text-fill-color: unset;
}
.calc-banner .calculadora #calculadora-form-4 b {
  color: #df0f23;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;

}
.calc-banner .calculadora span.respuesta {
  color: #006F69;
  font-size: 30px;
  font-weight: 700;
  line-height: 16px;
  -webkit-text-fill-color: unset !important;
}
.calc-banner .calculadora span.respuesta.fail {
  color: #df0f23;
}
.calc-banner .calculadora .question-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.calc-banner .calculadora .check-sino{
  margin: 10px;
  margin-left: 1px;
  gap: 0;
  justify-content: start;
  flex-wrap: nowrap;
}
.calc-banner .calculadora .check-sino input{
  margin-top: 0px;
  cursor: pointer;
}
.calc-banner .calculadora .check-sino input[type='radio']:after {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  top: 2px;
  left: -1px;
  position: relative;
  background-color: #ffffff;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
  outline: 1px solid #858585;
}

.calc-banner .calculadora .check-sino input[type='radio']:checked:after {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  top: 2px;
  left: -1px;
  position: relative;
  background-color: #6E92E4;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}
.calc-banner .calculadora .check-sino label{
  cursor: pointer;
  user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  box-shadow: none;
  align-items: center;
  display: flex;
  gap: 3px;
  justify-content: center;
  width: fit-content;
}
.calc-banner .calculadora .check-sino p{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin: 10px 10px 0 10px;
  gap: 8px;
}
.calc-banner .calculadora .botones-asegurados {
  display:flex;
  flex-direction: row;
  gap: 6px;
  margin-bottom: 20px;
}
.calc-banner .calculadora .botones-asegurados p {
  display:flex;
  flex-direction: row;
  margin-top: 13px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  /* position: absolute; */
  right: 0;
  top: 0;
  width: auto;
}

.calc-banner .calculadora .date-input {
  width: 100%;
  height: 40px;
  overflow: visible;
  position: relative;
  padding: 13px 16px;
  background-image: none;
  background-size: 15px;
  border-radius: 12px;
  background-color: #E6E8EA;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  cursor: unset;
  border: none;
}
.calc-banner .calculadora .calculadora-email {
  display: flex;
  width: 100%;
  padding: 8px 10px;
  align-items: center;
  gap: 10px;
  height: 40px;
  overflow: visible;
  color: #353535;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
}
.calc-banner .calculadora .btn-nuevos-productos {
  display: flex;
  width: 100%;
  padding: 8px 10px;
  align-items: center;
  gap: 10px;
  height: 40px;
  overflow: visible;
  color: #353535;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
}

.calc-banner .calculadora .date-input::placeholder,
.calc-banner .calculadora .long-input::placeholder,
.calc-banner .calculadora .calculadora-email::placeholder {
  color: #c1c1c1;
}
.calc-banner .calculadora .date-input:focus-visible,
.calc-banner .calculadora .long-input:focus-visible,
.calc-banner .calculadora .short-input:focus-visible {
  border: 1px solid #5652E8;
  outline: none;
}
.calc-banner .calculadora ::placeholder{
  color: #c1c1c1;
}
.calc-banner .calculadora .placeholder {
  pointer-events: none;
  font-size: 16px;
  display: flex;
  align-items: center;
  position: absolute;
  color: #c1c1c1;
  background-color: #fff;
  width: 177px;
  border-radius: 0;
  height: 27px;
  left: 3px;
  bottom: -7px;
  transform: translateY(-50%);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.calc-banner .calculadora .placeholder.open {
	display: none;
}

.calc-banner .calculadora .placeholder .open{
	display: none;
}
.calc-banner .calculadora #calculadora-asegurados{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 14px;
}
.calc-banner .calculadora #calculadora-asegurados .asegurado-content {
  width: 49.5%;
}
.calc-banner .calculadora #calculadora-asegurados .asegurado-content label {
  width: 100%;
}

.calc-banner .calculadora #calculadora-asegurados .asegurado-content input {
  width: 100%;
}
.calc-banner .calculadora label[for=calculadora-fecha]{
  width:100%;
}

.calc-banner .calculadora .last-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 14px;
}

.calc-banner .calculadora .last-row label {
  width: 100%;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
.calc-banner .calculadora .last-row input {
  width: 100%;
  padding: 13px 20px;
  border-radius: 12px;
  background-color:  #E6E8EA;
  border: none;
}
.calc-banner .calculadora .last-row input#calculadora-tel {
  width: 285px;
}

.calc-banner .calculadora .checkbox{
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  font-size: 10px;
  width: 100% !important;
}
.calc-banner .calculadora .checkbox input{
  margin-right: 5px;
}
.calc-banner .calculadora .lottie{
  height: 250px;
  margin-top: 2rem;
  align-self: center;
  display: flex;
  justify-self: center;
}
.calc-banner .calculadora #calculadora-form-3 b{
  background-image: linear-gradient(to right, #5652E8, #6ABFAA);
  -webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}
.calc-banner .calculadora .atencion-llamada {
  text-align: left !important;
}

/* --------- FIN CALCULADORA MODAL --------- */

/* CAROUSEL */
#carouselExampleControls, #carouselExampleControls2{
  display: none;
}
.carousel-control-prev-icon {
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-control-next, .carousel-control-prev {
  top: 23%;
}

.tabsCarouselParent{
  position: relative;
  width: 100%;
  height: 77px;
  margin-bottom: 25px;
}
.tabsCarousel{
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  max-width: 100%;
}
.itemTab{
  height: 77px;
  width: 109px;
  background-color: #dfe4f0;
  border: 1px solid white;
  border-radius: 2px;
  text-align: center;
  font-size: 12px;
  position: relative;
  color: #000;
  z-index: 2;
}
.itemTabGreen{
  border: 1px solid #98d5d6;
}
.itemTab b{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 99%;
}
.activeTab{
  background-color: #5652eb;
  border: 2px solid var(--button-color);
  border-radius: 5px;
  color: white;
}
.icTab{
  position: absolute;
  bottom: -12px;
  left: 50%;
  color: #5652eb;
  font-size: 28px;
  transform: translate(-50%, 0);
  visibility: hidden;
}

/*FIN CAROUSEL*/

/* --------- CALCULADORA SECTION --------- */
.display-calculadora {
  display: none !important;
}
.calculadoraSection {
  background-color: #F2F4F6;
}
.calculadoraSection .calculadoraContainer {
  display: flex;
  padding: 50px 80px;
  flex-direction: column;
  gap: 20px;
  align-self: stretch;
  border-radius: 30px;
  background-color: #FFF;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.07);
}
.calculadoraSection .calculadoraContainer .progresoCalc {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  max-width: 1150px;
  margin: 10px auto;
}
.calculadoraSection .calculadoraContainer .progresoCalc .progress {
  width: 99%;
  height: 2px;
  margin: 20px auto 20px auto;
  font-size: 18px;
  background-color: #E6E8EA;
  position: absolute;
  top: -4px;
  left: 3px;
}
.calculadoraSection .calculadoraContainer .progresoCalc .faseProgress {
  z-index: 1;
}
.calculadoraSection .calculadoraContainer .progresoCalc .faseProgress p {
  width: 36px;
  height: 36px;
  background-color: #E6E8EA;
  color: #424752;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.6s ease 0.4s;
  z-index: 9;
  font-size: 14px;
  font-weight: 800;
}
.calculadoraSection .calculadoraContainer .progresoCalc .faseProgress1 p {
  background-color: #5652E8;
}
.calculadoraSection .calculadoraContainer .progresoCalc .faseProgress.active p {
  background-color: #5652E8;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 12px 0 rgba(86, 82, 232, 0.35);
  color: #FFF;
}
.calculadoraSection .calculadoraContainer .progress-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  transition: width .6s ease;
}
.calculadoraSection.calc-final .calculadoraContainer .progress-bar {
  background-color: #fff;
}
.calculadoraSection .calculadoraContainer .progress-bar::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1rem;
  right: 1rem;
  height: 3px;
  background-color: #5652E8;
  z-index: 1;
  transform: translateY(-50%);
}
.calculadoraSection.calc-final .calculadoraContainer .progress-bar::before {
  background-color: #fff;
}
.calculadoraSection .calculadoraContainer .progress-bar .faseProgress::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.calculadoraSection .calculadoraContainer .progresoCalc.error p {
  background: #ea3a3d;
}
.calculadoraSection .calculadoraContainer .calculadora-form.form-1 {
  display: flex;
  align-items: center;
  align-self: stretch;
  flex-direction: column;
}
.calculadoraSection .calculadoraContainer  .badPhone {
  display: none;
}
.calculadoraSection .calculadoraContainer .calculadora-form.form-1 .inputs {
  display: flex;
  align-items: center;
  gap: 26px;
  align-self: stretch;
  justify-content: center;
  margin-bottom: 20px;
}
.calculadoraSection .calculadoraContainer .calculadora-form .inputs input {
  display: flex;
  padding: 13px 16px;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  background-color:  #E6E8EA;
  border: none;
  width: 330px;
  height: 43px;
}
.calculadoraSection .calculadoraContainer .checkSelectCalc input[type="radio"]{
  position: unset;
  accent-color: #5652E8;
}
.calculadoraSection .calculadoraContainer .calculadora-form.form-1 span {
  color: #191C1E;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px; 
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
.calculadoraSection .calculadoraContainer .calculadora-form.form-1 label {
  margin: 0;
}
.calculadoraSection .calculadoraContainer .calculadora-form.form-1 .campos {
  color: #424752;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 5px;
}
.calculadoraSection .calculadoraContainer .calculadora-form.form-1 .checkbox p label {
  display: flex;
  gap: 4px;
}
.calculadoraSection .calculadoraContainer .calculadora-form.form-1 .checkbox p label span{
  color:  #424752;
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  text-transform: math-auto;
}
.calculadoraSection .calculadoraContainer .calculadora-form.form-1 .checkbox p label span a {
  color:  #424752;
  text-decoration: underline !important;
}
.calculadoraSection .calculadoraContainer .formButtons {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 30px;
}
.calculadoraSection .calculadoraContainer .calcButton.disable {
  cursor: not-allowed;
  opacity: 20%;
  pointer-events: none;
}
.calculadoraSection .calculadoraContainer .calcButtonAtras {
  display: none;
}
.calculadoraSection .calculadoraContainer .calcButtonAtras.open {
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: 17px;
  margin-bottom: 20px;
  transition: 0.3s;
  height: fit-content;
  cursor: pointer;
  width: fit-content;
}
.calculadoraSection .calculadoraContainer .formButtons .calcButtonAtras p {
  margin: 0;
  color: #64748b;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 600;
}
.calculadoraSection .calculadoraContainer .calculadora-form label.pago {
  width: 100%;
}
.calculadoraSection .calculadoraContainer .calculadora-form .checkSelectCalc {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.calculadoraSection .calculadoraContainer .calculadora-form .checkSelectCalc label {
  display: flex;
  width: 249px;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  border-radius: 16px;
  border: 1.5px solid #E6E8EA;
  background-color: #F2F4F6;
  margin: 0;
  min-height: 88px;
}
.calculadoraSection .calculadoraContainer .calculadora-form .checkSelectCalc label .input {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
}
.calculadoraSection .calculadoraContainer .calculadora-form .checkSelectCalc label p {
  color: #424752;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  opacity: 0.7;
  margin: 0;
}
.calculadoraSection .calculadoraContainer .calculadora-form .checkSelectCalc label .type-mantenimiento {
  width: 20px;
  height: 20px;
  border-radius: 999px;
  border: 2px solid #5652E8;
  background-color: #FFF;
}
.calculadoraSection .calculadoraContainer .calculadora-form .aseguradosCalc {
  text-align: center;
}

.calculadoraSection .calculadoraContainer .calculadora-form .asegurado-pill {
  display: inline-block;
  color: #5652E8;
  background-color: rgba(86, 82, 232, 0.10);
  font-weight: 700;
  text-transform: uppercase;
  padding: .35rem 1.25rem;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 800;
  line-height: 16px;
  letter-spacing: 0.5px;
  margin-bottom: 14px;
}

.calculadoraSection .calculadoraContainer .calculadora-form .fecha-nacimiento-label {
  display: block;
  color:  #191C1E;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px; 
  letter-spacing: 0.3px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.calculadoraSection .calculadoraContainer .calculadora-form .fecha-nacimiento-group {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-bottom: 15px;
}

.calculadoraSection .calculadoraContainer .calculadora-form .fecha-nacimiento-group .fecha {
  flex: 0 1 90px;
  padding: 13px 16px;
  border: none;
  border-radius: 12px;
  background: #E6E8EA;
  text-align: start;
  outline: none;
  transition: box-shadow .15s ease, background .15s ease;
}
.calculadoraSection .calculadoraContainer .calculadora-form .fecha-nacimiento-group .fn-year { 
  flex-basis: 130px; 
}

.calculadoraSection .calculadoraContainer .calculadora-form .fecha-nacimiento-group .fecha:focus {
  background: #fff;
  box-shadow: 0 0 0 2px #5652E8;
}

.calculadoraSection .calculadoraContainer .calculadora-form .fecha-nacimiento-group .fecha::placeholder {
  color: #a0a4ad;
}

.calculadoraSection .calculadoraContainer .calculadora-form .fecha-nacimiento-group .fecha.day,
.calculadoraSection .calculadoraContainer .calculadora-form .fecha-nacimiento-group .fecha.month {
  width: 80px;
}
.calculadoraSection .calculadoraContainer .calculadora-form .fecha-nacimiento-group .fecha.year {
  width: 120px;
}

.calculadoraSection .calculadoraContainer .calculadora-form .añadirAsegurado {
  text-align: center;
  margin: 0 0 15px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  gap: 5px;
  width: 100%;
  color: #424752;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}
.calculadoraSection .calculadoraContainer .calculadora-form .añadirAsegurado input[type="button"] {
  width: 16px;
  height: 16px; 
  border-radius: 2px;
  border: 1px solid  #424752;
  cursor: pointer;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 0px;
  font-size: 19px;
  line-height: 10px;
}
.calculadoraSection.calc-final .calculadoraContainer {
  background-color: #5652E8;
}
.calculadoraSection.calc-final .calculadoraContainer h2 {
  color: #fff;
}
.calculadoraSection.calc-final .calculadoraContainer .progresoCalc .progress,
.calculadoraSection.calc-final .calculadoraContainer .progresoCalc .faseProgress p {
  background-color: #fff;
}
.calculadoraSection.calc-final .calculadoraContainer .progresoCalc .faseProgress p {
  color: #5652E8;
}
.calculadoraSection.calc-final .calculadoraContainer .progresoCalc .faseProgress.active p {
  color: #5652E8;
}
.calculadoraSection.calc-final .calculadoraContainer .calculadora-form p {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin: 10px 0;
}
.calculadoraSection.calc-final .calculadoraContainer .calculadora-form p b {
  color: #FFF;
  text-align: center;
  font-size: 34px;
  font-weight: 800;
  text-transform: uppercase;
}
.calculadoraSection.calc-final .calculadoraContainer .calculadora-form .fondo-img {
  display: flex;
  justify-self: center;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1 / 1;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.15);
}
.calculadoraSection.calc-final .calculadoraContainer .calculadora-form .fondo-img img {
  width: 32px;
}
.calculadoraSection.calc-final .calculadoraContainer .calculadora-form .fondo-img .img-error {
  filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(3034%) hue-rotate(172deg) brightness(116%) contrast(100%);
}


/* --------- VENTAJAS SECTION --------- */
.infoCompa{
  background: #F2F4F6;
}

.infoCompa h2{
  font-weight: bold;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.infoCompa .row {
  justify-content: center;
  gap: 20px;
}

.infoCompa .infoCard {
  text-align: center;
  width: 295px;
  height: 215px;
  border-radius: 24px;
  border: 1px solid #E6E8EA;
  background-color: #FFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  padding: 30px;
}
.infoCard .fondo-img {
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 16px;
  background: rgba(86, 82, 232, 0.10);
  margin-bottom: 20px;
}
.infoCard img {
  height: 20px;
  width: auto;
}
.infoCard img.videoconsulta {
  height: 13px;
}
.infoCard img.odontologia {
  height: 17px;
}
.infoCompa .infoCard .title {
  color: #191C1E;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  display: flex;
}
.infoCompa .infoCard p {
  width: 100%;
  margin: auto;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px; 
  text-align: start;
}
.infoCompa .buttons {
  align-self: center;
  justify-self: center;
  margin-top: 30px;
} 
/* --------- FIN VENTAJAS SECTION --------- */


/* --------- POR QUE SECTION --------- */

.porQueSection p{
  margin: 0;
}
.porQueSection h2 {
  font-weight: bold;
  width: 100%;
  text-align: start;
  margin-bottom: 15px;
}
.porQueSection .porQueContainer {
  display: flex;
  gap: 20px;
  justify-content: space-evenly;
  position: relative;
}
.porQueSection .porQueContainer .mancheta {
  position: absolute;
  width: 130px;
  height: 130px;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 200px;
  background-color: #5652E8;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.10), 0 8px 10px -6px rgba(0, 0, 0, 0.10);
  gap: 12px;
  left: 62px;
  top: -19px;
}
.porQueSection .porQueContainer .mancheta p {
  color:  #FFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  text-align: center;
}
.porQueSection .porQueContainer .mancheta p.num {
  font-size: 30px;
  font-weight: 700;
}
.porQueSection .porQueContainer img {
  width: 590px;
  height: 560px;
  object-fit: cover;
}
.porQueSection .porQueContainer .info-container {
  max-width: 610px;
}
.porQueSection .filaRazon{
  display: flex;
  line-height: normal;
  margin-bottom: 15px;
  gap: 15px;
}
.porQueSection .filaRazon:last-of-type{
  margin-bottom: 0;
}
.porQueSection .filaRazon > i{
  margin-right: .4em;
  font-size: 2.5em;
}
.porQueSection .filaRazon .img-fondo {
  width: 50px;
  height: 50px;
  display: flex;
  padding: 15px;
  border-radius: 12px;
  background-color: rgba(86, 82, 232, 0.05);
}
.porQueSection .filaRazon .img-fondo img {
  width: 18px;
  height: 20px;
}
.porQueSection .filaRazon .infoDiv .titleRazon{
  font-weight: bold;
  font-size: 18px;
}
.porQueSection .filaRazon .infoDiv .textRazon{
  font-size: 14px;
}

.porQueSection .porQueContainer .buttons {
  margin-top: 25px;
}

/* --------- FIN POR QUE SECTION --------- */

/* --------- CALCULADORA SECTION --------- */
.c2cSection .mainFormDental {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 858px;
  height: 364px;
  max-width: 896px;
  border-radius: 48px;
  background-color: #5652E8;
  margin: auto;
  padding: 50px 80px;
  position: relative;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  line-height: 44px; 
  color: #fff;
}
.c2cSection .mainFormDental .lead {
  max-width: 400px;
  justify-self: center;
}
.c2cSection .mainFormDental .input-phone{
  display: flex;
  padding: 17px 24px 18px 24px;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  background: rgba(255, 255, 255, 0.10);
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  justify-self: center;
  width: 100%;
  color: #fff;
}
.c2cSection .mainFormDental .input-phone::placeholder {
  color: #fff;
}
.c2cSection .mainFormDental .btn-quiero button{
  display: flex;
  width: 262px;
  height: 56px;
  padding: 16px 0;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  border: 2px solid #FFF;
  background-color: #5652E8;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px; 
  justify-self: center;
  transition: background .3s;
}
.c2cSection .mainFormDental .btn-quiero button:hover {
  border: 2px solid #FFF;
  background-color: #FFF;
  color: #5652E8;
}
.c2cSection .mainFormDental .terminos {
  font-size: 16px;
  font-weight: 400;
  margin-top: 0;
}
.c2cSection .mainFormDental .atencion-llamada {
  margin-bottom: -7px;
}
.c2cSection .mainFormDental .politica-de-privacidad {
  text-decoration: underline !important;
}
.c2cSection .fail-form_pp,
.c2cSection .succes-form_pp {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 250px;
}

.c2cSection .succes-form_pp img {
  height: 20px;
  width: 20px;
  padding: 3px;
  border-radius: 50%;
  outline: 2px solid var(--success);
  margin-bottom: 5px;
}
.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}
.c2cSection .fail-form_pp img {
  height: 20px;
  width: 20px;
  padding: 3px;
  border-radius: 50%;
  outline: 2px solid var(--danger);
  margin-bottom: 5px;
}

.c2cSection .succes-form_pp .nongraxe, .c2cSection .fail-form_pp .nongraxe {
  margin-bottom: 5px;
  text-align: center;
  display: flex;
  flex-direction: column;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  gap: 25px;
}
.c2cSection .fail-form_pp p.title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 5px;
  text-align: center;
  color: #fff;
}

.c2cSection .fail-form_pp i, .c2cSection .succes-form_pp i {
  margin-top: 10px;
  color: #fff;
  font-size: 32px;
}

.c2cSection .buttonCalcBanner {
  margin-right: -13px;
  cursor: pointer;
  background-color: #5652EB;
  font-size: 18px;
  padding: 0.5em 1rem;
  color: white;
  font-weight: bold;
  position: absolute;
  bottom: -4rem;
  border-radius: 11px;
  left: 50%;
  transform: translateX(-50%);
  width: 19rem;
}
.c2cSection p{
  margin: 0;
  line-height: 1;
  margin-bottom: 20px;
}
.c2cSection img{
  height: 1.8em;
  margin-right: 5px;
}
/* --------- FIN CALCULADORA SECTION --------- */

/* --------- NUEVAS TARIFAS --------- */

.seguroDental {
  text-align: center;
  position: relative;
  background: #F2F4F6;
}

.seguroDental h2 {
  font-weight: bold;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.seguroDental .subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  margin-bottom: 25px;
}

.seguroDental .cardGroup {
  display: flex!important;
  justify-content: center;
  gap: 20px;
}

.seguroDental .card {
  background-color: #fff;
  width: 400px;
  height: 554px;
  border: none;
  border-radius: 40px;
  padding: 30px 40px;
}
.seguroDental .card.destacada {
  background: #5652E8;
}

.seguroDental .card .title-azul h4 {
  color:  #5652E8;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  line-height: 16px; 
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.seguroDental .card .groupInner {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;

}
.seguroDental .card .price-tachado {
  color: #8F8F8F;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 16px; 
  display: flex;
  align-items: center;
  right: 70px;
  top: 60px;
  position: absolute;
  background-image: linear-gradient(to bottom right, transparent calc(50% - .5px), currentColor calc(50% - .5px), currentColor calc(50% + .5px), transparent calc(50% + .5px));
}
.seguroDental .card .price-tachado .cents {
  font-size: 14px;
  line-height: 1;
}
.seguroDental .card .price-tachado .cents .mes {
  font-size: 10px;
  line-height: .8;
}
.seguroDental .card.destacada .price-tachado {
  color: #fff;
}
.seguroDental .card .mancheta {
  display: flex;
  padding: 10px 15px;
  flex-direction: column;
  align-items: center;
  position: absolute;
  right: 79px;
  top: -18px;
  border-radius: 9999px;
  background-color:  #5652E8;
  color:  #FFF;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px; 
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.seguroDental .card.destacada .mancheta {
  background-color: #FFF;
  color: #5652E8;
}
.seguroDental .slick-slider .slick-track, 
.seguroDental .slick-slider .slick-list {
  padding-top: 9px;
}

.seguroDental .card .price p {
  font-size: 48px;
  line-height: 1;
  position: relative;
  margin-bottom: 20px;
}
.seguroDental .card .price p.ventaja {
  color:  #5652E8;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.seguroDental .card .price p.legal {
  font-size: 14px;
}

.seguroDental .card .price .number {
  font-size: 55px;
}
.seguroDental .card.destacada .price .number,
.seguroDental .card.destacada .arrowVentajas p,
.seguroDental .card.destacada .price p.ventaja,
.seguroDental .card.destacada .title-azul h4,
.seguroDental .card.destacada .price .mes,
.seguroDental .card.destacada .price p {
  color: #fff;
}
.seguroDental .card.destacada .arrowVentajas img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(68deg) brightness(107%) contrast(101%);
}
.seguroDental .card.destacada .buttonTarifa {
  border: 2px solid #FFF;
  color: #FFF;
}
.seguroDental .card.destacada .buttonTarifa:hover {
  border: 2px solid  #FFF;
  background-color:  #FFF;
  color: #5652E8;
}

.seguroDental .card .price .eur {
  font-size: 20px;
  position: absolute;
  bottom: 36px;
}

.seguroDental .card .price .mes {
  color:  #424752;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  position: absolute;
  bottom: 0;
}

.seguroDental .card .arrowVentajas {
  margin-top: 1rem;
  text-align: left;
  font-size: 16px;
}

.seguroDental .card .arrowVentajas p {
  display: flex;
  color: #191C1E;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.seguroDental .card .arrowVentajas p.legal-descuento {
  font-size: 12px;
}

.seguroDental .card .arrowVentajas img {
  margin-right: 7px;
}

.seguroDental .card .buttonTarifa {
  display: flex;
  width: 100%;
  padding: 16px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: 2px solid #5652E8;
  color: #5652E8;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  cursor: pointer;
  transition: background .3s;
}

.seguroDental .card .buttonTarifa:hover,
.seguroDental .card .buttonTarifa:active {
  border: 2px solid  #5652E8;
  background-color:  #5652E8;
  color: #fff;
}

/* FAQS */
.preguntas_frecuentes .containerFaqs .faqRow {
  border-radius: 12px;
  background-color: #F2F4F6;
  border: none;
  padding: 16px 20px;
}
.preguntas_frecuentes .containerFaqs .faqRow.open {
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(45, 52, 53, 0.25);
}
.preguntas_frecuentes .containerFaqs .faqRow .titleFaq {
  margin-bottom: 16px;
}

/* FOOTER */
footer {
  display: flex;
  height: 70px;
  padding: 25px 100px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  background-color: #F2F4F6;
}
footer .logo-footer {
  width: 120px;
  height: 28px;
}
footer .caracsFooter a {
  color:  #424752;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  margin: 0;
}
footer .justify-content-end {
  gap: 30px;
}

/* SLICK */

.normalDots .slick-dots li {
  margin: 0 0.25rem;
}

.slick-list li {
  display: flex;
}

.slick-list img {
  margin-top: 2px;
  margin-right: 5px;
  width: 15px;
  height: 15px;
}

/* SLICK DOTS POINTS */
.dotsPoints .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0; 
  padding-top: .8rem;       
  list-style-type: none;
  display: none !important;
}
.dotsPoints .slick-dots li {
  margin: 0 0.25rem;
}
.dotsPoints .slick-dots button {
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #d313591c;        
  text-indent: -9999px;
}
.dotsPoints .slick-dots button:focus{
  outline: 0;
}
.dotsPoints .slick-dots li.slick-active button {
  background-color: #d3135a;
}

/* SLICK DOTS */
.normalDots .slick-dots li {
  color: #424752;
  font-weight: 500;
  font-size: 16px;
  width: auto;
  text-align: center;
  padding: 12px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 214px;
  cursor: pointer;
  user-select: none;
  border-radius: 12px;
  border: 2px solid #E6E8EA;
  margin: 0;
  transition: all .3s;
} 
.normalDots .slick-dots button:focus{
  outline: 0;
}    

.normalDots .slick-dots{
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 18px;
  margin: 0 0 15px 0;
  list-style-type: none;
  line-height: 1.3;
  margin: 0;
  padding: 1rem 0;  
  gap: 15px; 
  margin-bottom: 30px;  
}
.normalDots .slick-dots .slick-active,
.normalDots .slick-dots li:hover{
  background-color: rgba(86, 82, 232, 0.05);
  color: #5652E8;
  border: 2px solid #5652E8;
  font-weight: 800;
}
/* FIN SLICK DOTS */
/* FIN SLICK */

/* --------- FIN NUEVAS TARIFAS --------- */

/**************************************************/
/* HORARIO ATENCION FUERA DE HORARIO*/
/**************************************************/

select:hover, select:focus, select:focus-visible, select:focus-within {
  box-shadow: none !important;
  outline: none;
  border-color: #ced4da;
}

.select-css {
  border: 1px solid #ced4da;
  color: var(--text);
  font-size: 13px;
  border-radius: 0.25rem;
  height: 30px;
  padding-left: 5px;
  padding: unset;
  -webkit-appearance: auto;
  appearance: auto;
  background-image: none;
}

.select-css:hover, .select-css:active, .select-css:focus{
  border-color: #ced4da;
}

.atencion-llamada {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  display: none;
  text-align: center;
  width: 100%;
}

.llamadme {
  font-size: 13px;
  display: inline-block;
  white-space: nowrap;
  color: #fff;
  font-weight: 400;
  padding-right: 5px;
}

.input-show {
  display: inline-block !important;
  color: var(--text);
}

/*********************************/

.btnMobile {
  display: none;
}