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

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

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

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

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

@media (max-width: 1200px){
    /* FOOTER 1200 */
    footer .footerContainer .modalsFooter{
      gap: 35px;
    }
}

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

@media (max-height: 800px) {}

@media (max-width: 991px) {
  header .nav .menuOptions a {
    font-size: 13px;
  }
  .redComplete2{
    text-align: center;
  }
  #calculadora .titlePage h1 {
    font-size: 30px;
  }
  #calculadora .titlePage p {
    font-size: 16px;
  }
  #calculadora .cardForm {
    margin-bottom: 30px;
  }
  #calculadora .cardForm.completed .checkCompleted {
    right: 15px;
    transform: scale(.8);
  }
  #calculadora .cardForm{
    width: 100%;
  }
  #calculadora .cardForm .leftCard{
    position: absolute;
  }
  #calculadora .cardForm .leftCard .number {
    line-height: 0.4;
  }
  #calculadora .cardForm .headCard{
    position: relative;
    left: 14%;
    display: flex;
    align-items: center;
  }
  #calculadora .cardForm .headCard .title{
    line-height: 1;
    font-size: 20px;
    position: relative;
    top: -10px;
    width: 92%;
  }
  #calculadora .cardForm .inputsCard {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #calculadora .cardForm .inputsCard input {
    width: 80%;
    margin-right: 0;
  }

  #calculadora .cardForm .inputsCard .oblig {
    font-size: 14px;
    width: 80%;
  }

  #calculadora .cardForm.completed .headCard .title {       
    width: 81%;
  }

  #calculadora .questi{
    text-align: center;
    width: 100%;
  }
  #calculadora .questi select{
    width: 80%;
  }
  #calculadora .questi input {
    position: initial !important;
    left: unset !important;
    transform: unset !important;
  }
  
  #calculadora .questi label {
    margin-right: 10px !important;
    margin-bottom: 0 !important;
  }
  #calculadora .cardForm .selectionCard .optionCard {
    margin: 10px;
    width: 130px;
  }
  #calculadora .cardForm .selectionCard .optionCard .nameOption {
    font-size: 16px;
  }
  #calculadora .cardForm .selectionCard .optionCard.television .titleContainer {
    margin-top: 15px;
    align-self: start;
  }

  #calculadora .cardForm .selectionCard {
    justify-content: center;
    flex-wrap: wrap;
  }
  #calculadora .cardForm .selectionCard .optionCard.television .tvList p {
    font-size: 13px;
  }
  #calculadora .cardForm .selectionCard .optionCard.television {
    width: 100%;
  }
    /* FOOTER 995 */

  footer {
    font-size: 13px;
    padding-bottom: 60px;
  }
  footer .footerContainer .modalsFooter {
    gap: 15px;
  }
  footer .footerContainer .img-logo {
    width: 100px;
  }
}

@media(max-width: 767px) {

  /* HEADER 767 */
  header .nav .menuOptions a {
    font-size: 16px;
  }
  .subheader {
    height: 135px;
  }
  .subheader.email, 
  .subheader.hidden{
    height: 73px;
  }
  
  header.email {
    height: 74px;
    z-index: 700;
  }

  header {
    height: 135px;
    z-index: 700;
  }

  header .first{
    min-height: unset;
  } 

  header .first.email{
    min-height: 84px;
  }

  header .nav {
    height: 100vh;
    top: 132px !important;
    left: 1020px;
    transition: 0.5s;
  }

  header .nav.hidden {
    transform: none;
  }

  header.open .nav {
    transform: translateX(-1020px);
  }

  header.email .nav {
    top: 74px!important;
  }

  header .first .mobile{
    display: flex;
    flex-direction: column;
    height: unset;
    min-height: unset;
    gap: 15px;
  }

  header .nav .menuOptions {
    flex-direction: column;
    justify-content: start;
    gap: 20px;
    padding: 20px;
  }

  header .nav .menuOptions .link-container {
    border-bottom: 0.5px solid var(--grey-regular);
  }

  header .nav .menuOptions .btn-bottom-menu{
    display: block;
  }

  header .first .header-top {
    justify-content: space-between;
  }

  header .img-logo {
    width: 137px;
  }

  header .telefonos {
    justify-content: center;
    margin: auto;
    width: 100%;
    gap: 5px;
  }

  header .phone {
    padding: 0;
    margin-left: 0px;
    width: 168px;
  }

  header .phone.nuevas-contrataciones a {
    padding: 9px;
    border-radius: 4px;
    background-color: var(--secondary-green);
    border: 1px solid var(--secondary-green);
    display: flex;
    align-items: center;
  }

  header .phone.atencion-cliente a {
    padding: 9px;
    border-radius: 4px;
    border: 1px solid var(--secondary-green);
    display: flex;
    align-items: center;
  }
  

  header .phone.nuevas-contrataciones span {
    line-height: 1;
    color: #FFFFFF;
    text-align: left;
  }

  header .phone.atencion-cliente span {
    line-height: 1;
    color: var(--secondary-green);
    text-align: left;
  }

  header .phone .phoneTitle {
    font-size: 13px;
    color: #FFFFFF;
    line-height: 1.2;
    margin-bottom: 0;
  }

  header .phone .number {
    font-size: 18px;
  }

  header .menuButton{
    display: block;
    transform: scale(1.5);
    cursor: pointer;
    margin-right: 20px;         
    padding: 10px;
  }

  header .menuButton span{        
    background-color: var(--black);
    display: block;
    position: relative;
    height: 2px;
    width: 16px;
    border-radius: 9px;
    margin: 3px 0;
    transition: .7s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: .7s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: .7s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition: .7s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  header.open .menuButton > span:nth-child(1){
    transform: rotate(45deg) translate(2.6px, 4.8px);
  }
  header.open .menuButton > span:nth-child(2){
    transform: rotate(-45deg) translate(-1px, -1px);
  }
  header.open .menuButton > span:nth-child(3){
    transform: rotate(-45deg) translate(3.5px, -6px);
    opacity: 0;
  }
  /*ANIMACION ICONO MENU 991*/
    
  header .btnMenu {
    display: block;
    position: fixed;
    top: 15px;
    right: 10px;
    display: none;
    margin-top: 5px
  }

  header .btnMenu .animated-icon1,
  header .btnMenu .animated-icon2,
  header .btnMenu .animated-icon3 {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer
  }

  header .btnMenu .animated-icon1 span,
  header .btnMenu .animated-icon2 span,
  header .btnMenu .animated-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
  }

  header .btnMenu .animated-icon2 span {
    background: #000
  }

  header .btnMenu .btnMenu {
    margin-top: 5px
  }

  header .btnMenu .animated-icon2 span:nth-child(1) {
    top: 0
  }

  header .btnMenu .animated-icon2 span:nth-child(2),
  header .btnMenu .animated-icon2 span:nth-child(3) {
    top: 10px
  }

  header .btnMenu .animated-icon2 span:nth-child(4) {
    top: 20px
  }

  header .btnMenu .animated-icon2.open span:nth-child(1) {
    top: 11px;
    width: 0%;
    left: 50%
  }

  header .btnMenu .animated-icon2.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  header .btnMenu .animated-icon2.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }

  header .btnMenu .animated-icon2.open span:nth-child(4) {
    top: 11px;
    width: 0%;
    left: 50%
  }
  #calculadora {
    padding: 40px 0;
  }
  #calculadora .cardForm .selectionCard .optionCard.television {
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: start;
    margin-bottom: 10px!important;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
  }
  #calculadora .cardForm .selectionCard .optionCard.television .checkTV {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background-color: white;
    margin: 20px;
    border: 3px solid var(--primary);
    position: absolute;
    right: 10px;
    top: 5px;
  }
  #calculadora .cardForm .selectionCard .optionCard.television .tvList {
    margin: 20px 10px;
  }
  #calculadora .cardForm .selectionCard .optionCard.television .tvList p {
    display: inline-flex;
  }

    /* MODALES 767 */
    .modal-form .loadedFormJazztel .form_pp .telefono-modal {
      background-color: var(--secondary-green);
      color: white;
      padding: 12px 16px;
      width: 100%;
      text-align: center;
      border-radius: 4px;
      line-height: 1;
      font-size: 18px;
    }
    .modal-form .loadedFormJazztel .form_pp .telefono-modal p span {
      color: white !important;
      font-size: 24px;
    }
    .modal-form .loadedFormJazztel .form_pp .telefono-modal br {
      display: block;
    }
    .modal-form .loadedFormJazztel .form_pp .fr-line3 button {
      min-width: 80% !important;
      max-width: 80% !important;
      border: 1px solid var(--secondary-green);
      background-color: white;
      color: var(--secondary-green);
    }
    .modal-form .loadedFormJazztel .contentModal.out-of-time .form_pp .fr-line3 button {
      background-color: var(--secondary-green);
      color: white;
    }
    .modal-form .loadedFormJazztel .form_pp .llamamos-modal {
      text-align: center;
      font-size: 16px;
    }

  /* FOOTER 767 */

  footer{
    height: unset;
    padding-bottom: 60px;
    padding-top: 15px;
    font-size: 14px;
    font-weight: 400;
  }
  
  footer .footerContainer {
    flex-direction: column-reverse;
  }
  
  footer .footerContainer .modalsFooter{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap:8px;
    padding: 15px 0;
  }
  
  footer .footerContainer .img-logo{
    width: 110px;
    height: 40px;
  }

  /* MODALES 767 */
  .modal-form .loadedFormJazztel {
    min-width: 400px;
    top: 10%;
  }
  .modal-form .loadedFormJazztel .form_pp .fr-line1 br {
    display: none;
  }
}

@media (max-width: 600px) {
  #calculadora .cardForm .selectionCard .optionCard.television .tvList {
    min-width: unset;
  }
}

@media (max-width: 450px) {
  /* MODALES 450 */
  .modal-form .loadedFormJazztel {
    min-width: unset;
  }
  .modal-form .loadedFormJazztel .form_pp .fr-line1 {
    font-size: 20px;
  }
  .modal-form .loadedFormJazztel .form_pp .fr-line1,
  .modal-form .loadedFormJazztel .form_pp .fr-line2,
  .modal-form .loadedFormJazztel .form_pp .atencion-llamada,
  .modal-form .loadedFormJazztel .form_pp .fr-line4,
  .modal-form .loadedFormJazztel .form_pp .fr-line3 {
    min-width: 95%!important;
    max-width: 95%!important;
  }
  .modal-form .loadedFormJazztel .form_pp .questi {
    min-width: 90%!important;
    max-width: 90%!important;
    padding: 0 7px;
    margin: auto;
  }
  .modal-form .loadedFormJazztel .form_pp .atencion-llamada {
    text-align: center;
  }
  .modal-form .loadedFormJazztel .form_pp .fr-line4 {
    justify-content: center;
  }
  .modal-form .loadedFormJazztel .form_pp .llamadme {
    font-size: 12px;
  }
  .modal-form .loadedFormJazztel .form_pp .select-css {
    font-size: 12px;
  }
  .modal-form .loadedFormJazztel .form_pp .telefono-modal br{
    display: block;
  }
  .modal-form .fail-form_pp,
  .modal-form .succes-form_pp {
    min-width: 95%!important;
    max-width: 95%!important;
  }

}

@media (max-height: 815px) and (min-height: 670px) and (max-width: 415px) {}

@media (max-width: 376px) {
  
  /* HEADER 376 */
  header .img-logo {
    width: 115px;
  }
  header .first .mobile{
    gap: 10px;
  }
  header .phone span {
    font-size: 16px;
    line-height: 1;
    color: #FFFFFF;
    text-align: left;
  }
  
  header .phone .phoneTitle {
    font-size: 13px;
    color: #FFFFFF;
    line-height: 1.2;
    margin-bottom: 0;
  }
  #calculadora .cardForm .selectionCard .optionCard {
    width: 95px;
  }
  #calculadora .cardForm .selectionCard.fijo .optionCard {
    width: 110px;
  }
  #calculadora .cardForm .selectionCard .optionCard .nameOption {
    font-size: 15px;
  }
  #calculadora .cardForm .selectionCard .optionCard.television .tvList {
    margin: 10px 5px;
  }
}

@media(max-width: 351px) {
  /* MODAL 350 */
  .modal-form .loadedFormJazztel .form_pp .telefono-modal {
    font-size: 14px;
  }
  /* HEADER 350px */
  header .first .telefonos {
    transform: scale(0.9);
  }
  #calculadora .cardForm .selectionCard .optionCard.television .tvListContainer {
    flex-wrap: wrap;
    margin: 15px 0;
  }
  #calculadora .cardForm .selectionCard .optionCard.television .tvList {
    margin: 0 20px;
  }
  #calculadora .cardForm .selectionCard .optionCard.television .checkTV {
    right: 0px;
  }
  #calculadora .cardForm .selectionCard .optionCard.television p {
    font-size: 16px;
  }
}

@media(max-width: 360px) and (max-height: 650px)  {}

@media(max-width: 330px) {
  header .phone .phoneTitle {
    font-size: 12px;
  }
  #calculadora .cardForm .selectionCard.fijo .optionCard {
    width: 95px;
  }
}

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