body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

.planesTabla th{
    border: none;
}

.footer section {
    background-color: black;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: nowrap;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #000;
    height: 100px;
    padding: 0 20px;
}

.logo {
    width: 150px;
    height: auto;
}

.contWhat{
    width: 200px;
    height: auto;
}

.inputMailForm{
    display:none;
}
.labelAceptoPoliticas
{text-decoration: underline;}
.whatsapp-fixed-btn-link {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 100; 
}

.whatsapp-fixed-btn-img {
    width: 200px;
    height: auto;
}

.linkTerminos{
    cursor:pointer; 
    color: white;}

.content.bannerHeader {
    background: url('../imgs/background.png');
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    padding: 20px;
    background-position-y: -109px;
    background-size: cover;
}

td.tituloTerminos {
    color: white;
}
span.txtPoliticas {
    color: white;
}

img.imgPlanPrincipal {
    width: 95%;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 20px;
}

.imgPlanPrincipal {
    width: 100%;
    max-width: 600px;
    margin-bottom: 20px;
}

.termCondiciones {
    background-color: #000;
    padding: 30px;
    text-align: center;
}

.termCondiciones span {
    color: #fff;
    padding: 20px;
}

.bannerHeader {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    align-items: center;
    align-content: space-around;
    flex-wrap: wrap;
}

.formSection {
    background-color: black;
    border-radius: 20px;
    width: 320px;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contentPersonaliza img {
    width: 100%;
}

a.partner {
    
    text-decoration: none;
    display: grid;
    justify-items: end;
}
.partner span {
    font-size: 12px;
    background: white;
    border-radius: 50px;
    margin-top: 5px;
    color: black;
    padding: 5px;

}

img.promoFacturas {
    width: 50%;
    padding: 20px;
}

.btnForm {
    background-color: #FF0000;
    color: #fff;
    border: 2px solid #fff;
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 16px;
    margin: 30px 5px 30px 5px;
}

.formSection form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.formSection form input[type="tel"] {
    width: 80%;
    padding: 10px;
    border-radius: 20px;
    border: none;
    height: 20px;
    margin: 14px;
}

.auxPlanes {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 70%;
}

.ContainerAuxTerminos{
    display: flex;
}

.planesTabla{
    border-collapse: collapse; 
    width: 100%; 
    text-align: center;
}

.tituloTerminos{
    column-span: 3;
    color: white;
}
.txtPoliticas{
    color: white;
}

.terminosAuxliarA,
.terminosAuxliar{
    color:white;
}
.terminosAuxliarA{
    width:60%;
}
.terminosAuxliar{
    column-gap:10px;
    width: 40%;
}

/* Ocultar controles de n��mero en navegadores WebKit */
input[type="tel"]::-webkit-inner-spin-button,
input[type="tel"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.planes {
    background: url('../imgs/back\ planes.png') center/cover no-repeat;
    justify-items: center;
}

.planes .container {
    display: flex;
    justify-content: space-between;
    
}

.imgPlanesAdicionales {
    max-width: 400px;
    height: 1100px;
    margin: 20px;
}

.containerPlan {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.personaliza {
    max-width: 300px;
    margin: 20px;
}

#imgQuieroContratar {
    width: 80%;
    margin: 10px 5px;
}

form a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
}

a {
    cursor: pointer;
}



.popup button {
    background-color: #f1b501;
    border: none;
    cursor: pointer;
    font-size: 20px;
    text-align: center;
    margin: 10px;
    border-radius: 20px;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
}

.popup {
    height: 350px;
    width: 550px;
    background: url(../imgs/popup.png) no-repeat;
    background-size: 550px auto;
    background-color: transparent;
    border: none;
    color: #fff;

    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.popup {
    position: relative;
    z-index: 999;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.closePopUp {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    background: red;
    color: white;
    font-size: 16px;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 5px;

}

.contenidoPopUp {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 80px;
}

.imgPopup{
    width: 100%;
    max-width: 30rem;
   top: 20px;
   position: absolute;
   left: 20px;
}
.imgPopupMovil{
    display: none;
}

@media (max-width: 768px) {
    .imgPopup{
        display: none;
    }
    .imgPopupMovil {
        display: flex;
        width: 75%;
        max-width: 18rem;
        top: 18px;
        position: absolute;
    }
    .popup {
        background: url(../imgs/responsive/paco\ mobil.png) no-repeat;
        background-size: 400px auto;
        height: 50%;
        width: 84%;
        max-width: 530px;
        padding: 23px;
        position: revert-layer;
    }

    .contenidoPopUp {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: flex-start;
        align-items: flex-start;
        justify-content: space-between;
        padding-top: 82px;
    }

    .formSection{
        width: 80%;
    }

    .promoFacturas {
        width: 60%;
        max-width: 100%;
        height: auto;
        margin: 10px;
    }

    section.content.bannerHeader {
        display: flex;
        flex-direction: column-reverse;
    }

    img.imgPlanPrincpal {
        width: 100%;
        margin-top: 30px;
    }

    .imgPlanesAdicionales {
        max-width: 255px;
        height: auto;
        
    }

    .personaliza {
        max-width: 255px;
       
    }

    section.contentPlanes {
        display: flex;
        flex-direction: column;
    }

    img.imaIncluye {
        width: 100vw;
    }

    img.imgAux, .image-option img {
        width: 95vw;
    }
    section.contentPlanes {
        align-items: anchor-center;
    }
}

h1,
h2 {
    text-transform: uppercase;
    font-size: 15px;
    padding: 2px;
    margin: 2px;
    font-weight: 200;
}

button.auxSelect {
    height: 46px;
    width: 270px;
    font-weight: bold !important;
}

button.auxSelect:hover,
.closePopUp:hover {
    background-color: #000000;
    border: #49de2e 1px solid;

}

.auxSelect a {
    text-decoration: none;
    color: #000;
}

.auxSelect:hover a {
    color: #49de2e;
}

.btnFrom:hover {
    background-color: #000000;
    border: #49de2e 2px solid;
}
img.imgPlan {
    height: auto;
    width: 300px;
}

.image-option img {
    cursor: pointer;
    border: 3px solid transparent;
    transition: border 0.3s, box-shadow 0.3s;
    border-radius: 10px;
  }
  
  .image-option.selected img {
    border: 3px solid white; /* azul de selecci��n */
    box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
  }
  /* Fondo oscuro del popup */
.popup-overlay {
    display: none; /* Oculto por defecto */
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(19, 1, 1, 0.823);
    z-index: 1000;
    justify-content: center;
    align-items: center;
  }
  
  /* Contenido del popup */
  .popup-content {
    background: #050101;
    padding: 2rem;
    border-radius: 12px;
    max-width: 400px;
    width: 90%;
    position: relative;
    text-align: center;
  }
  
  /* Bot��n de cerrar */
  .close-popup {
    position: absolute;
    top: 10px;
    right: 12px;
    background: transparent;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color:white
  }

  input#phone {
    width: 300px;
    height: 30px;
    border-radius: 20px;
    padding: 10px;
}

section.contentPlanes {
    justify-items: center;
    width: 90%;
}

.PlanesIncluyen {
    margin: 30px 0px 30px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px;
}

.image-option {
    margin: 10px 0px 10px 0px;
}

.textForm{
    color: white;
}
img.imgAux {
    width: 300px;
}

.termYCondicinoes {
    color: white;
    width: 70%;
    text-align: center;
}
.iconos {
    display: flex;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 100px;
    justify-content: center;
        width: 90%;
}

img.icono {
    width: 200px;
    padding: 30px;
}

.iconos span {
    color: white;
    
    padding: 10px;
}
#explicacion{
    text-align: center;
    padding: 10px;
}
.contentIconos{
    width: 300px;
}

.contentPersonaliza {
    width:300px;

}

.SectionTerminos {
    display: flex;
    justify-content: center;
padding-top: 20px;
padding-bottom: 20px;
}

.footer{
    height:100px;
    background-color: black;
}


footer.footer section {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    padding-bottom:50px;
}

.footer div {
    background-color: #ff5100;
    padding: 15px;
    border-radius: 15px;
}

.footer div a{
    color:white;
}
