@import "../media_multiple.css";

@media (min-width: 1600px) {

  /* MANTENIMIENTO 1400 */
  
  .mantenimientoSection .cardContainer .card {
    width: 400px;
  }
}

@media (min-width: 1400px) {
}

@media (min-width:  1200px){}

@media (min-width: 995px) {}

@media (max-width: 2000px) {}

@media (max-width: 1900px) {}

@media (max-width: 1650px) {
  /* BANNER-CENTRAL 1650 */
  .tarifasSectionDkv .cardsContainer {
    display: flex;
    justify-content: center;
    flex-wrap:nowrap;
  }
}

@media (max-width: 1399px) {

  /* BANNER-CENTRAL 1399 */
  .banner-central .calculadora .placeholder {
    left: 2px;
    width: 160px;
  }
  /* HAPPY 1399 */

  .tarifasSectionDkv .cardsContainer {
    justify-content: center;
}

  .happySection .cardContainer .card {
    margin: 15px;
  }
  /* MANTENIMIENTO 1399 */

  .mantenimientoSection .cardContainer {
    justify-content: center;
  }
  
  .mantenimientoSection .cardContainer .card {
    margin: 15px;
    width: 370px;
  }
  .tarifasSectionDkv .card {
    height: 499px;
  }

}

@media (max-width: 1300px){
  /* BANNER-CENTRAL 1300 */
  .banner-central .calculadora .titulo {
    font-size: 26px;
  }
}

@media (max-width: 1250px){
}

@media (max-width: 1199px) {
  /* BANNER-CENTRAL 1200 */
  .banner-central .calculadora {
    padding: 30px 15px 30px 15px;
  }
  .banner-central .calculadora span {
    font-size: 18px;
  }
  .banner-central .calculadora .titulo {
    font-size: 25px;
    margin-right: -6px;
  }
  .banner-central .calculadora .checkbox p {
    font-size: 12px;
  }

  /* TARIFAS 1200 */
  .tarifasSectionDkv {
    margin: 2rem 0;
  }
  .tarifasSectionDkv .cardsContainer {
    justify-content: center;
    flex-wrap: wrap;
  }
  .tarifasSectionDkv .card {
    height: 430px;
}

}


/* ----------- TABLET ----------- */

@media (min-width: 768px) and (max-width: 1024px) {

}

/* ----------- FIN TABLET ----------- */

/* ----------- MOBILE LADSCAPE ----------- */
@media only screen and (min-device-width: 480px) 
                 and (max-device-width: 640px) 
                 and (orientation: landscape) {


}
/* ----------- FIN MOBILE LADSCAPE ----------- */


@media (max-width: 1130px) {
  .banner-central .calculadora {
    padding: 30px 15px 30px 15px;
}
}

@media (max-width: 991px) {

  /* BANNER 991 */

  .banner-central{
    background-image: url(../../../img/redesign/img-desktop.webp);
    background-size: 100%;
    background-position: 0 -100px;
    background-color: #f9f9f9;
    height: 100%;
  }
  .banner-central .calculadora {
    margin-top: 400px;
    border-radius: 11px !important;
    padding: 30px;
    margin-right: 0;
  }
  .banner-central .calculadora .form-group {
    display: flex;
    flex-direction: column;
  }
  .banner-central .calculadora .titulo {
    text-align: center;
    font-size: 30px;
  }
  .banner-central .calculadora .titulo {
    padding-left: 0;
    margin-right: 0;
  }
  .calculadora label {
    width: 100%;
  }
  .banner-central .calculadora .first-row label {
    display: contents;
    margin-bottom: 0.5rem;
  }
  .banner-central .calculadora .check-sino label{
    display: block;
  }
  .banner-central .calculadora .checkbox p {
    font-size: 10px;
  }
  .banner-central .calculadora .btn-calculadora{
    font-size: 16px;
    margin: auto;
  }
  .banner-central .calculadora .botones-asegurados p {
    font-size: 14px;
  }
  /* TARIFAS 991 */
  .rankingSection .rankingContainer .persona {
    display: none;
  }
  .rankingSection .rankingContainer .formContainer{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .rankingSection .rankingContainer .formContainer .lineRanking{
    justify-content: center;
    flex-wrap: wrap;
  }
  .rankingSection .rankingContainer .formContainer .buttonRanking {
    justify-content: center;
  }
  .rankingSection .rankingContainer .subtitle {
    text-align: center;
  }
  .rankingSection .rankingContainer .formContainer label {
    font-size: 20px;
  }
  .rankingSection .rankingContainer .formContainer .errorRanking{
    text-align: center;
  }
  /* FIN TARIFAS 991 */
}

@media(max-width: 820px) {}

@media(max-width: 767px) {

  /* BANNER-CENTRAL 767 */
  .banner-central {
    background-position: top;
  }
  .banner-central .calculadora {
    margin-top: 297px;
    max-width: 95%;
  }
  .banner-central .calculadora .titulo {
    padding-left: 0;
    margin-right: 0;
  }
  .tarifasSection .card {
    box-shadow: 2px 1px 20px #00000014;
    margin: 2rem 1rem 1rem 1rem;
    height: 470px;
    width: 100%;
  }
  .tarifasSection .card .mancheta-azul {
    left: -13px;
  }
  /* TARIFAS 767 */

  .tarifasSectionDkv h2 {
    margin-bottom: 1rem;
  }
  .tarifasSectionDkv .card .arrowVentajas {
    padding: 0 1rem;
  }
  .tarifasSectionDkv .cardsContainer .card {
    box-shadow: 2px 1px 20px #00000014;
    margin: 2rem 1rem 1rem 1rem;
    height: 470px;
    width: 100%;
  }
  .tarifasSectionDkv .cardsContainer .card .textArea {
    padding: 15px;
  }
  .tarifasSection .cardsContainer .card .textArea h3 {
    font-size: 26px;
  }
  .tarifasSectionDkv .card .mancheta-azul {
    left: -13px;
  }
  .tarifasSectionDkv .card .buttonTarifa {
    margin-bottom: 1rem;
  }

  /* RANKING 767 */
  section h2 {
    font-size: 30px;
  }
  .rankingSection .rankingContainer {
    margin: 35px 0px;
  }
  .rankingSection .rankingContainer .formContainer h2 {
    font-size: 30px !important;
  }
  .rankingSection .rankingContainer .subtitle {
    font-size: 20px;
  }
  .rankingSection .rankingContainer .formContainer label {
    font-size: 18px;
  }
  /* VENTAJAS 767 */
  .ventajasSection {
    padding: 1rem 0;
  }
  /* HAPPY 767 */
  .happySection .subTitle {
    font-size: 18px;
  }
  .happySection .cardContainer .card {
    width: 100%;
    margin: 15px 0;
    box-shadow: 0px 10px 50px #00000014;
  }

  .happySection .cardContainer .card .textContainer {
    justify-content: left;
  }

  /* MANTENIMIENTO 767 */
  .mantenimientoSection {
    margin: 1rem 0;
  }
  .mantenimientoSection .subTitle {
    font-size: 18px;
  }
  .mantenimientoSection .cardContainer .card {
    height: unset;
    width: 100%;
    margin: 15px 0;
  }
  
  .mantenimientoSection .cardContainer .card .image-1 {
    display: none;
  }
  
  .mantenimientoSection .cardContainer .card .image-2 {
    display: none;
  }
  
  .mantenimientoSection .cardContainer .card .textArea .promo {
    margin: 0px;
    margin-bottom: 5px;
  }

  /* FACTURA 767 */
  .facturaSection .subTitle {
    font-size: 18px;
  }

  .facturaSection #formDataFact .inputsContainer {
    flex-direction: column;
  }

  .facturaSection #formDataFact .inputsContainer .phoneCont{
    width: 100%;
  }
  
  .facturaSection #formDataFact .inputsContainer #drop_file_zone{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 1.5rem;
  }

  .facturaSection #formDataFact #telefono {
    margin-bottom: 1rem;
  }
}

@media(max-width: 575px) {
  /* BANNER-CENTRAL 575 */
  .banner-central .calculadora {
    margin-top: 281px;
    padding: 30px 15px;

  }
  .banner-central .calculadora .titulo {
    padding-left: 0;
    text-align: center;
    font-size: 20px;
    margin-bottom: 1rem;
  }
  .banner-central .calculadora span {
    font-size: 16px;
  }
  .banner-central .calculadora .last-row label {
    font-size: 16px;
  }
}

@media(max-width: 500px){
  /* BANNER CENTRAL 500 */
  .banner-central .calculadora .date-input,
  .banner-central .calculadora .long-input {
    width: 100%;
  }
  .banner-central .calculadora #calculadora-asegurados .asegurado-content {
    width: 100%;
  }
  .banner-central .calculadora .last-row {
    flex-direction: column;
  }
  .banner-central .calculadora .last-row label {
    width: 100%;
    margin-bottom: 0;
  }
  .banner-central .calculadora .last-row label:last-of-type {
    margin-bottom: 15px;
  }
  .banner-central .calculadora label[for=calculadora-email] br{
    display: none;
  }
  .banner-central .calculadora .checkbox p {
    margin-bottom: 0;
  }
  .banner-central .calculadora .btn-calculadora{
    width: 100%
  }
}

@media(max-width: 450px) {
  /* BANNER-CENTRAL 450 */
  .banner-central .calculadora {
      margin-top: 218px;
  }
  /* TARIFAS 450 */
  .tarifasSectionDkv .cardsContainer .card {
    height: 475px;
  }
  .tarifasSection .card .arrowVentajas {
    padding: 0 1rem;
  }

  /* RANKING */
  .rankingSection .rankingContainer .formContainer label {
    width: 154px;
  }
}

@media(max-width: 376px) {
  /* BANNER CENTRAL 376 */
  .banner-central {
    background-size: 120%;
  }
  .banner-central .calculadora .titulo br {
    display: none;
  }
  /* TARIFAS 376 */
  .tarifasSectionDkv .cardsContainer .promo-azul {
    font-size: 12px;
  }
  .tarifasSectionDkv .card .mancheta-azul.regalo p {
    font-size: 16px;
  }
  /* TARIFAS 376 */
  .tarifasSectionDkv .cardsContainer .card {
    height: 520px;
  }
  .tarifasSection .card .arrowVentajas {
    padding: 0 10px;
  }
  .tarifasSection .card .mancheta-azul.regalo p {
    font-size: 16px;
  } 
  .tarifasSection .card .mancheta-azul {
    padding: 0px 13px;
  }
  .tarifasSection .card .price .eur {
    font-size: 17px;
    width: 38px;
  }
  .tarifasSection .card .price .eur sup {
    font-size: 55%;
  }
  .tarifasSection .card .buttonTarifa {
    margin-bottom: 1rem;
  }
  .tarifasSection .card {
    margin: 2rem 10px 1rem 10px;
    box-shadow: 2px 1px 10px #00000014;
  }
  .tarifasSection .card .mancheta-azul {
    left: -9px;
  }
  .rankingSection .rankingContainer .formContainer label {
    width: 137px;
    margin-right: 0.3rem;
  }
}

@media(max-width: 330px) {
  /* TARIFAS 330 */
  .tarifasSectionDkv .cardsContainer .card {
    height: 450px;
  }
  .tarifasSectionDkv .cardsContainer .promo-azul {
    height: 56px;
    display: flex;
    align-items: center;
  }
  .tarifasSectionDkv .cardsContainer .card .textArea p {
    font-size: 12px;
  }
  .tarifasSectionDkv .normalDots .slick-dots .slick-active{
    padding: 5px;
  }
  .tarifasSectionDkv .card .arrowVentajas {
    padding: 0 1rem;
  }

  .normalDots .slick-dots li {
    margin: 0 0.25rem;
    font-size: 15px;
    padding: 0 5px;
  }

}

@media(max-width: 300px){}