*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.banner_main {
    background: url(../images/banner-pbx.jpg) !important;
    padding: 97px 0px 0px 0px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 698px;
    position: relative;
}
#barra-azul{
    margin-bottom: 100px;
    background-color: #010ECF;
    padding: 40px;
    justify-content: center;
}
.cont-barra{
    display: flex;
    color: #fff;
    justify-content: space-between;   
}


.cont-izq h2{
    margin-top: 20px;
    color: #fff;
    font-weight: 600;
    font-size: 35px;
}
.cont-der{
    width: 70%;
}
.cont-der p{
    font-size: 20px;
    text-align: justify;
}


@media (max-width: 838px) {
    .cont-barra{
        flex-direction: column;
    }
    .cont-izq h2{
        font-size: 25px;
        margin-bottom: 20px;
    }
    .cont-der{
        width: 100%;
    }
}

/* pbx */
#pbx{
    margin-bottom: 100px;
}
.cont-pbx{
    display: flex;
    justify-content: space-between;
}

.pbx-izq h3{
    font-size: 30px;
    color: #000;
    font-weight: 700;
}
.fa-check{
    color: #010ECF;
    font-size: 20px;
}
.pbx-izq ul li{
    font-size: 20px;
    color: #000;
    font-weight: 500;
}

.pbx-der img{
    width: 80%;
    float: right;
}
@media (max-width: 838px) {
    .cont-pbx{
        flex-direction: column;
    }
    .pbx-der img{
        margin-top: 30px;
        width: 100%;
    }
}

/* recuadros */

#grid-nosotros{
    margin-bottom: 100px;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.grid-item {
    background-color: #81F4FC; /* Fondo azul claro */
    border-radius: 10px;
    padding: 20px;
    text-align: left;
    color: #010ecf;
    font-weight: 700;
    height: 100px;
    font-size: 20px;
}

@media (max-width: 838px) {
    .grid-container {
        grid-template-columns: 1fr;
    }
   

}

/* funciones */
#funciones{
    margin-bottom: 100px;
}
.titulos h1{
    color: #010ECF !important;
    font-size: 70px;
    font-weight: 800;
}
.titulos h2{
    color: #010ECF;
    
}
.titulos h3{
    color: #000;
    font-size: 40px;
    font-weight: 700;
}
.pbx-container {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
  }

 
  
  .item {
    border: none;
    padding: 20px;
  }

  .item h3{
    margin-top: 20px;
    color: #010ecf;
    font-size: 25px;
    font-weight: 800;
  }
  
  .item img {
    width: 100px;
    height: 100px;
    display: block;
  }
  .pbx-container ul li{
    font-size: 18px;
    color: #000;
    font-weight: 600;
  }
  
  @media (max-width: 838px) {
    .pbx-container {
      grid-template-columns: repeat(2, 1fr);
    }
    .titulos h1{
        font-size: 30px;
    }
    .item{
        padding: 5px;
    }

  }

  /* planes pbx */
 
#planes-pbx {
    position: relative;
    background-color: #E5F6FB;
    padding: 40px;
  }
  .container-table{
   
    justify-content: center;
    display: flex;
  }
  
  
  .contenido-bg-white {
    margin-top: 50px;
    position: relative;
    z-index: 1;
    background-color: white; /* Set the background color to white */
    padding: 30px;
    width: fit-content;
    border-radius: 40px;
  }
  

  .contenido-bg-white table tr .titulo-table:nth-child(3) {
    background-color: blue;
    color: white;
    padding: 20px;
    position: relative;
    z-index: 2;
  }


 
  .contenido-bg-white table tr td:nth-child(3) {
    background-color: blue;
    color: white;
    padding: 20px;
    position: relative;
    z-index: 2;
  }

  .border-top{
    border-radius: 20px 20px 0 0 ;
  }
  .border-bottom{
    border-radius: 0 0 20px 20px;
  }

  .contenido-bg-white table tr td:nth-child(3) .fa-solid.fa-circle-check {
    color: white;
  }

  .contenido-bg-white table tr td:nth-child(3) .btn-contratar {
    border: 1px solid #fff;
    color: white;
  }

  .contenido-bg-white table tr td:nth-child(3) .btn-contratar:hover {
    border: none;
    background-color: #fff;
    color: #010ECF;
  }

  table{
    width: 100%;
    display: flex;
    justify-content: center;
  }
  
  .contenido-bg-white th, td{
    text-align: center;
    padding: 5px;
    width: 100%;
  }
  .text-des{
    text-align: left !important;
    color: #000;
    font-size: 16px;

  }
  .fa-circle-check{
    font-size: 20px;
    color: #010ECF;
  }
.titulo-table{
    color: #010ECF;
    font-size: 30px;
    padding: 100px;
}
.name-plan{
    letter-spacing: 2px;
    text-transform: uppercase;
}
.precio{
    font-weight: 700;
    font-size: 50px;
    display: flex;
    flex-direction: column;
}

.precio small{
    line-height: 0.5;
    font-weight: 700;
    font-size: 20px;
}

.txt-telefonos{
    color: #010ECF;
    font-size: 20px;
    font-weight: 700;
}
.datos-tabla{
    margin-top: 30px;
}
.btn-contratar{
    padding: 5px;
    font-size: 20px;
    font-weight: 600;
    color: #010ECF;
    border-radius: 10px;
    border: 2px solid #010ECF;
}
.btn-contratar:hover{
    background-color: #010ECF;
    color: #fff;
    text-decoration: none;
}



/* planes movil */
#planes-pbx-movil{
    padding: 30px;
    background-color: #E5F6FB;
    display: none;
}

.funciones-movil{
    margin-top: 40px;
}
.funciones-movil h4{
    font-size: 30px;
    color: #000;
    font-weight: 700;
}
.funciones-movil ul{
    margin-top: 20px;
}
.funciones-movil li{
    color: #000;
    font-weight: 500;
}
.plan{
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    margin: 20px auto;
}
.planes{
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.planes h3{
    color: #010ECF;
    font-weight: 700;
    text-align: center;
}
.planes p{
    text-align: center;
    margin: 20px;
    font-size: 20px;
    color: #000;
}
.plan a{
    display: flex;
    text-align: center;
    justify-content: center;
}
  
@media (max-width: 838px) {
   #planes-pbx{
    display: none;
   }
   #planes-pbx-movil{
    display: block;
   }
  }
