@import "../style_multiple.css";

/* ------------- BANNER CENTRAL ------------- */

.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;
}
.banner-central .banner-image{
  background-color: #ffffff;
  background-image: url(../../../img/redesign/img-desktop.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/* ------------- FIN BANNER CENTRAL ------------- */


/* ------------- TARIFAS SECTION ------------- */

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

.tarifasSection h2 {
  font-weight: bold;
  width: 100%;
  text-align: center;
  margin: 3rem 0rem;
}

.tarifasSection .cardsContainer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.tarifasSection .card {
  background-color: #fff;
  width: 395px;
  margin: 20px;
  box-shadow: 0px 3px 30px #00000029;
  height: 450px;
  border-radius: 15px;
}

.tarifasSection .card .mancheta-azul {
  position: absolute;
  background-color: var(--azul);
  color: #fff;
  padding: 0px 25px;
  border-radius: 5px;
  top: -30px;
  left: -25px;
}
.tarifasSection .card .mancheta-azul .mini {
  font-size: 12px;
  font-weight: 100;
  line-height: 1;
}
.tarifasSection .card .mancheta-azul .mini sup {
  font-size: 9px;
}
.tarifasSection .card .mancheta-azul.regalo {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tarifasSection .card .mancheta-azul.regalo p {
  font-size: 18px;
  line-height: 1;
}
.tarifasSection .card .mancheta-azul.regalo sup {
  top: -0.2em;
}

.tarifasSection .card .mancheta-azul p {
  margin: 0;
  font-size: 28px;
}

.tarifasSection .card .mancheta-azul span {
  font-size: 28px;
}

.tarifasSection .card .mancheta-azul sup {
  margin: 0;
  font-size: 12px;
}

.tarifasSection .card .title-azul h3 {
  color: var(--azul);
  padding: 1.5rem 0 0.5rem 0;
  font-size: 27px;
  font-weight: bolder;
  margin-bottom: 0;
}

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

}

.tarifasSection .card .price p {
  font-size: 20px;
  line-height: 1.4;
  background: -webkit-linear-gradient(45deg, var(--verde), var(--azul));
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  position: relative;
  margin-right: 40px;
}

.tarifasSection .card .price .number {
  font-size: 50px;
}

.tarifasSection .card .price .eur {
  font-size: 20px;
  position: absolute;
  -webkit-text-fill-color: #5d75d5;
  -moz-text-fill-color: #5d75d5;
  bottom: 32px;
}

.tarifasSection .card .price .mes {
  font-size: 17px;
  position: absolute;
  -webkit-text-fill-color: #5d75d5;
  -moz-text-fill-color: #5d75d5;
  bottom: 13px;
  display: inline-flex;
}
.tarifasSection .card .price .mes sup {
  top: 3px;
  font-size: 11px;
}

.tarifasSection .card .arrowVentajas {
  text-align: left;
  padding: 0 2rem;
  font-size: 16px;
}

.tarifasSection .card .arrowVentajas p {
  display: flex;
  align-items: start;
}

.tarifasSection .card .arrowVentajas img {
  margin-right: 7px;
  margin-top: 2px;
}

.tarifasSection .card .buttonTarifa {
  height: 40px;
  margin-left: 2rem;
  margin-right: 2rem;
  margin-bottom: 2rem;
}

/* SLICK */

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

.tarifasSection .slick-list li {
  display: flex;
}

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

.tarifasSection .dotsPoints .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0; 
  padding-top: .8rem;       
  list-style-type: none;
}
.tarifasSection .dotsPoints .slick-dots li {
  margin: 0 0.25rem;
}
.tarifasSection .dotsPoints .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #5652e854;        
  text-indent: -9999px;
}
.tarifasSection .dotsPoints .slick-dots button:focus{
  outline: 0;
}
.tarifasSection .dotsPoints .slick-dots li.slick-active button {
  background-color: var(--azul);
}

.tarifasSection .normalDots .slick-dots li {
    margin: 0;
    color: var(--azul);
    font-size: 16px;
    text-align: center;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
    padding: 10px;
    border-radius: 5px;
    margin: 5px;
} 
.tarifasSection .normalDots .slick-dots button:focus{
    outline: 0;
}    

.tarifasSection .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;     
}
.tarifasSection .normalDots .slick-dots .slick-active,
.tarifasSection .normalDots .slick-dots li:hover{
    background-color: #6abfaa78;
    color: var(--azul);
    padding: 10px;
}

/* FIN SLICK */

/* ------------- FIN TARIFAS SECTION ------------- */

.rankingSection .rankingContainer {
  display: flex;
  justify-content: center;
  margin: 55px 0px;
}

.rankingSection .rankingContainer .persona{
  height: 560px;
  margin-right: 2rem;
}

.rankingSection .rankingContainer .formContainer h2{
  font-size: 40px !important;
  margin-bottom: 1rem !important;
}


.rankingSection .rankingContainer .subtitle{
  font-size: 30px;
}

.rankingSection .rankingContainer .formContainer .lineRanking{
  display: flex;
  margin-bottom: 1rem;
}

.rankingSection .rankingContainer .formContainer input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.rankingSection .rankingContainer .formContainer label {
  width: 190px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 10px;
  color: var(--verde);
  font-weight: 500;
  text-align: center;
  padding: 0.5rem;
  border: 1px solid var(--verde);
  font-size: 18px;
  font-weight: 300;
  margin-right: 1rem;
  transition: background-color .2s, border .2s;
  -o-transition: background-color .2s, border .2s;
  -moz-transition: background-color .2s, border .2s;
}

.rankingSection .rankingContainer .formContainer label:hover{
  border: 1px solid var(--verde);
  background-color: #6abfaa36;
  color: var(--verde);
}
.rankingSection .rankingContainer .formContainer input[type="radio"]:checked + label{
  border: 1px solid var(--verde);
  background-color: #6abfaa36;
  color: var(--verde);
  font-weight: 800;
}

.rankingSection .rankingContainer .formContainer .enviarRanking {
  width: 190px;
  padding: 0.5rem;
  font-size: 18px;
  font-weight: 100;
  border: 1px solid var(--verde);
}

.rankingSection .rankingContainer .formContainer .buttonRanking{
  display: flex;
  margin-top: 1rem;
  align-items: center;
}

.rankingSection .rankingContainer .formContainer .errorRanking{
  margin-top: 1rem;
  color: red;
}

/* 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 */