*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
width: 100vw;
height: auto;
background-color: white;
color: black;
font-family: sans-serif;
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
header {
 width: 100vw;
 height: 100vh;
 position: relative;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.menu {
    width: 100vw;
    height: 20vh;
    position: relative;
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   align-items: center;
}
.menu .logo {
    width: 20%;
    height: 20vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu .logo img {
    width: 90%;
    height: auto;
    transition: 0.5s ease;
}
.menu .logo img:hover{
   transform: scale(1.05);
}
.menu ul {
    width: 80%;
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    flex-direction: row;
    margin-right: 25px;
}
.menu ul li {
    margin: 2px;
    list-style: none;
    transition: 0.3s ease;
}
.menu ul li:hover {
    transform: scale(1.05);
    }
.menu ul li a {
    margin: 2px;
    padding: 8px 12px;
    text-decoration: none;
    color: inherit;
  
}

header .portada {
    width: 100%;
    height: 80vh;
    background-image: url(img/img2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
header .portada .fondoportada {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.711);

}
header .portada h1 {
    width: 60%;
    height: auto;
    color: white;
    z-index: +2;
    text-align: center;
    font-size: 50px;
    font-family: 'Times New Roman', Times, serif;
    line-height: 1.5;
    text-shadow: 2px 2px 1px rgb(8, 8, 8);
}
.menucell {
    display: none;
}
section {
    width: 100vw;
    padding: 20px;
    margin-top: 60px;
}
.quienes_somos{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.quienes_somos h2 {
    margin: 15px;
    width: 100%;
    text-align: center;
    font-size: 36px;
}
.quienes_somos p {
    line-height: 1.5;
    margin: 10px;
}
.quienes_somos div {
    width: 50%;
    height: 100vh;
    padding: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.quienes_somos div {
    width: 90%;
    height: 90%;
    
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.quienes_somos div div img {
  box-shadow: 1px 1px 2px gray;
  transition: 0.5s ease;
}
.quienes_somos div div img:hover {
    transform: scale(1.1);
  }
.quienes_somos div div #img1 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.quienes_somos div div #img2 {
    width: 50%;
    height: 50%;
    object-fit: cover;
    top: 0;
    right:0;
  
    position: absolute;
    border-radius: 15px;
    border: 1px solid white;
    z-index: +2;
}
.quienes_somos div div #img3 {
    width: 40%;
    height: 40%;
    object-fit: cover;
    bottom: 0;
    left: 0;
   
    position: absolute;
    border-radius: 15px;
    border: 1px solid white;
    z-index: +2;
}
.beneficios{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}
.beneficios .fondobene {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.beneficios .fondobene2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.639);
    z-index: +1;
}
.beneficios .fondobene video {
    width: 100%;
    height: 100%;
    object-fit: cover;

}
.beneficios h2 {
    margin: 15px;
    width: 100%;
    text-align: center;
    font-size: 36px;
    z-index: +2;
    color: white;
}
.beneficios p {
    line-height: 1.5;
    margin: 20px;
    z-index: +2;
    color: white;
}
.beneficios .galeriabeneficio {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(350px, 1fr));
    z-index: +2;
    
}
.beneficios .galeriabeneficio .artbeneficio{
 min-height: 150px;
 min-width: 350px;
 
 display: flex;
 flex-direction: row-reverse;
 justify-content: center;
 align-items: center;
  background-color: #0100009a;
 margin: 10px;
 border-radius: 15px;
 padding: 15px;
 border: 2px solid black;
 color: bisque;
 transition: 0.5s ease;
}
.beneficios .galeriabeneficio .artbeneficio:hover{
    transform: scale(1.05);
}
.beneficios .galeriabeneficio .artbeneficio .textartbene{
    width: 80%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 5px;

}
.beneficios .galeriabeneficio .artbeneficio h3{
  font-size: 14px;
  margin: 5px;
  width: 100%;
  text-align: start;
}
.beneficios .galeriabeneficio .artbeneficio p{
    font-size: 12px;
    margin: 5px;  
  }
.beneficios .galeriabeneficio .artbeneficio .imgartbene {
    width: 20%;
    aspect-ratio: 1/1;
    padding: 10px;
    border: 1px solid black;
  
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: bisque;
    margin: 10px;
}
.beneficios .galeriabeneficio .artbeneficio .imgartbene img{
    width: 90%;
    aspect-ratio: 1/1;
   
}
.servicios {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
}
.servicios h2 {
    font-size: 36px;
   
    
}
.servicios p {
    margin: 20px;
}
.servicios .tiposervicio {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 80%;
  height: 90vh;
 
}
.servicios .tiposervicio .artservicio {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    border-radius: 15px;
    box-shadow: 1px 2px 3px gray;
    width: 35%;
    height: 90%;
    margin: 40px;
    padding: 20px;
    background: linear-gradient(to top, rgb(230, 227, 227) 0%, white 100%);
   
    display: flex;
    border-radius: 10px;
  }
.servicios .tiposervicio .artservicio div{
    width: 100%;
    min-height: 35%;
    padding: 20px;
    height: 35%;
    background: linear-gradient(to top, rgb(187, 186, 186) 0%, white 100%);
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 10px;
    
   
}
.servicios .tiposervicio .artservicio div img {
    width: 60%;
    aspect-ratio: 1/1;
    padding: 10px;
}
.servicios .tiposervicio .artservicio h3 {
    font-size: 20px;
    width: 100%;
    text-align: center;
    margin-top: 15px;
}
.servicios .tiposervicio div p {
  margin: 15px;

}
.servicios .tiposervicio div ul {
    width: 100%;
    list-style: none;
    
  }
  .servicios .tiposervicio div ul li {
    width: 100%;
    line-height: 1.5;
  }
  .servicios .tiposervicio  a {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .servicios .tiposervicio a img {
    width: 45%;
    height: auto;
    border-radius: 12px;
    box-shadow: 1px 1px 2px gray;
    transition: 0.5s ease;
  }
  .servicios .tiposervicio a img:hover {
 transform: scale(1.05);
  }
footer {
    display: flex;
    flex-direction: row;
    width: 100vw;
    height: 100vh;
    background-color: black;
    color: white;
    padding: 50px;
    margin-top: 50px;
  
}
.footerinfo {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    width: 60%;

}
.footerinfo .logo {
    width: 60%;
    height: auto;
  
    transition: 2s ease;
    transform: translateX(-40%);
    margin-bottom: 10px;

}
.footerinfo .logo:hover {

}
.footerinfo p {
    margin: 7px;
    
}
.footerinfo .footerredes {
    width: 90%;
    height: auto;
    display: flex;
    justify-content: end;
    align-items: center;
    flex-direction: row;
   
}
.footerinfo .footerredes img {
 width: 45px;
 height: 45px;
 margin: 5px;
}
footer .footerinfo .map {
    width: 90%;
    height: 100%;
    z-index: +3;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 7px;
}
footer .footerinfo .map iframe{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    transition: 0.5s ease;
}
footer .footerformulario {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
   
}
.footerformulario .formulario {
    width: 90%;
    height: 100%;
    
}
.formulario form {
    padding: 15px;
    border:1px solid white;
    background-color: white;
    color: black;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    box-shadow: 1px 1px  3px gray;
}
.formulario form h2 {
 width: 100%;
 text-align: center;
 margin: 10px;
}
.formulario form p {
    margin: 5px;
}
.formulario form div {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: row;
    width: 100%;

}
.formulario form div input{
 padding: 5px;
 font-size: 13px;
 margin: 5px;   
 flex-grow: 1;
}
.formulario form div label{
    padding: 5px;
    font-size: 13px;
    margin: 5px;
}
.formulario form .formularioconsulta{
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
}
.formulario form .formularioconsulta textarea{
    padding: 5px;
    font-size: 13px;
    margin: 5px;
    width: 100%;
    text-align: start;
    
    height: 150px;
}
.formulario form .formularioboton{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.formulario form .formularioboton button {
    width: 40%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin: 5px;
    padding: 5px;
}
.formulario form .formularioboton button img{
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.planes {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.planes h2 {
    width: 100%;
    text-align: start;
    text-transform: uppercase;
    margin: 10px;
    font-size: 36px;
}
.planes p {
    width: 100%;
    text-align: start;
   
   margin: 10px;
}
.planes .galeriaplan {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    height: 100%;
    width: 100%;
}
.planes .galeriaplan .tipoplan {
 display: flex;
 justify-content: start;
 align-items: start;
 flex-direction: column;
 margin: 12px;
 padding: 10px;
 width: 300px;
 height: 500px;
 box-shadow: 2px 2px 4px gray;
 transition: 0.5s ease;
}
.planes .galeriaplan .tipoplan:hover {
    transform: scale(1.05);
}
.planes .galeriaplan .tipoplan .planimg {
    width: 100%;
    height: 40%;
}
.planes .galeriaplan .tipoplan .planimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.planes .galeriaplan .tipoplan .plantext {
    width: 100%;
    height: 60%;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    padding: 5px;
    margin-top: 15px;
    position: relative;
}
.planes .galeriaplan .tipoplan .plantext h3 {
    width: 100%;
    height: auto;
    text-align: center;
}
.planes .galeriaplan .tipoplan .plantext ul {
    width: 100%;
    height: auto;
    text-align: start;

}
.planes .galeriaplan .tipoplan .plantext ul li {
    width: 100%;
    height: auto;
    text-align: start;
    line-height: 1.5;

}
.planes .galeriaplan .tipoplan .plantext span {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px 12px;
    background-color: black;
    color: white;
    box-shadow: 1px 2px 3px gray;
    border-radius: 12px;
    width: 60%;
    text-align: center;
    font-weight: bold;
}


.planes .galeriaplan .consultaplan {
    width: 70%;
    height: 80%;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    position: relative;
    display: none;
    transition: 0.5s ease;
}
.planes .galeriaplan .consultaplan span {
    position: absolute;
    top: 3px;
    right: 3px;
    font-weight: bold;
    padding: 5px;
    border: 1px solid black;
}
.planes .galeriaplan .consultaplan h2 {
    width: 100%;
    font-size: 20px;
}
.planes .galeriaplan .consultaplan p {
    width: 100%;
    
}
.planes .galeriaplan .consultaplan .galeriacosnulta {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    height: 100%;

}
.planes .galeriaplan .consultaplan .galeriacosnulta .tipoconsulta {
   width: 30%;
   height: 100%;
   display: flex;
   flex-direction: column;
   justify-content: start;
   align-items: start;
   position: relative;
   padding: 10px;
   margin: 5px;
   box-shadow: 1px 1px 2px gray;
   box-sizing: border-box;
}
.planes .galeriaplan .consultaplan .galeriacosnulta select {
  padding: 5px;
  width: 90%;
  margin-bottom: 15px;
 }
.planes .galeriaplan .consultaplan .galeriacosnulta .tipoconsulta h3 {
    width: 100%;
    text-align: center;
    margin: 5px;
    margin-bottom: 15px;

 }
 .planes .galeriaplan .consultaplan .galeriacosnulta .tipoconsulta p {
   
    text-align: start;
    margin: 5px;

 }
 .planes .galeriaplan .consultaplan .galeriacosnulta .tipoconsulta p select {
   
  width: 30%;

 }
 .planes .galeriaplan .consultaplan .galeriacosnulta .tipoconsulta div{
   display: flex;
   justify-content: start;
   align-items: center;
   flex-direction: row;
   margin-top: 20px;

 }
 .planes .galeriaplan .consultaplan .galeriacosnulta .tipoconsulta div p{

 }
 .planes .galeriaplan .consultaplan .galeriacosnulta .tipoconsulta div label {
    
    text-align: start;
    margin: 5px;

 }
 .planes .galeriaplan .consultaplan .galeriacosnulta .tipoconsulta div input {
   
    width: auto;
   
 }

 .planes .galeriaplan .consultaplan .galeriacosnulta .tipoconsulta .afiliado {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    height: 30%;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 1px 2px 2px gray;
 }
 .planes .galeriaplan .consultaplan .galeriacosnulta .tipoconsulta .afiliado p{
    width: 100%;
    text-align: center;
    margin: 5px;

 }
 .planes .galeriaplan .consultaplan .galeriacosnulta .tipoconsulta .afiliado a{
   width: 70%;
   height: auto;
   display: flex;
   justify-content: center;
   align-items: center;
 }
 .planes .galeriaplan .consultaplan .galeriacosnulta .tipoconsulta .afiliado a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 1px 2px 2px gray;
    transition: 0.5s ease;
  
 }
 .planes .galeriaplan .consultaplan .galeriacosnulta .tipoconsulta .afiliado a img:hover{
    transform: scale(1.01);
    
 }
 .planes .galeriaplan .consultaplan .galeriacosnulta .tipoconsulta .planprecios {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    margin-top: 40px;
    left: 50%;
    bottom: 20px;
    position: absolute;
    transform: translateX(-50%);
 }
 .planes .galeriaplan .consultaplan .galeriacosnulta .tipoconsulta .planprecios p{
  margin-top: 5px;
 }
 .planes .galeriaplan .consultaplan .galeriacosnulta .tipoconsulta .planprecios .botonconsultawhatsapp{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
   }
   .planes .galeriaplan .consultaplan .galeriacosnulta .tipoconsulta .planprecios .botonconsultawhatsapp button{
    width: 70%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
   }
   .planes .galeriaplan .consultaplan .galeriacosnulta .tipoconsulta .planprecios .botonconsultawhatsapp button img{
    width: 40px;
    height: 40px;
   }
@media(max-width: 800px){
    header {
        justify-content: end;
        align-items: end;
    }
    .menu {
        height: 10vh;
        width: 100vw;
        z-index: +5;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(255, 255, 255, 0.574);
        align-items: start;
    }
    .menu .logo {
        width: 40%;
        height: 10vh;
        display: flex;
        justify-content: center;
        align-items: center;
        
        
    }
    .menu ul {
        display: flex;
        width: 50vw;
        position: absolute;
        top: 0;
        right: 0;
        flex-direction: column;
        height: 100%;
        
        justify-content: start;
        margin-top: 60px;
    }
    .menu ul li {
        margin-left: 0;
        margin-right: 0px;
        margin-top: 15px;
        transform: translateX(200%);
        transition: all 0.5s ease;
        opacity: 0;
        background-color: aliceblue;
        padding: 6px;
        width: 50vw;
        display: flex;
        justify-content: start;
        align-items: start;
        margin: 0;
    }
    .menu ul li:hover {
        background-color: rgb(164, 160, 160);
    }
    .menucell {
        display: flex;
        position: fixed;
        justify-content: center;
        align-items: center;
        top: 10px;
        right: 10px;
        width: 40px;
        aspect-ratio: 1/1;
        padding: 10px;
       
        z-index: +7;
        border-radius: 50%;
        transition: 0.5s ease;
    }
    .menucell:hover {
        transform: scale(1.05);
    }
    .menucell img {
        width: 100%;
        height: 100%;
    }
 
    header .portada {
        height: 90%;
    }
    header .portada h1 {
        width: 90%;
        height: auto;
        color: white;
        z-index: +2;
        text-align: center;
        font-size: 41px;
        font-family: 'Times New Roman', Times, serif;
        line-height: 1.5;
        text-shadow: 2px 2px 1px rgb(8, 8, 8);
    }
    section {
        width: 100vw;
        padding: 10px;
        margin-top: 40px;
    }
    .quienes_somos{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
    }
    .quienes_somos h2 {
        margin: 10px;
        width: 100%;
        text-align: center;
        font-size: 28px;
    }
    .quienes_somos div {
        width: 100%;
        height: auto;
        padding: 5px;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .beneficios h2 {
        margin: 15px;
        width: 100%;
        text-align: center;
        font-size: 28px;
        z-index: +2;
        color: white;
    }
    .servicios {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100vw;
        height: auto;
    }
    .servicios h2 {
        font-size: 28px;
       
        
    }
    .servicios .tiposervicio {
        display: flex;
        justify-content: start;
        align-items: start;
        flex-direction: column;
        width: 95%;
        height: auto;
       
      }
      .servicios .tiposervicio .artservicio {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border-radius: 15px;
        box-shadow: 1px 2px 3px gray;
        width: 95%;
        height: 80vh;
        margin: 5px;
        padding: 10px;
        background: linear-gradient(to top, rgb(230, 227, 227) 0%, white 100%);
       
        display: flex;
        border-radius: 10px;
      }
      .servicios .tiposervicio .artservicio div{
        width: 100%;
        min-height: 30%;
        padding: 5px;
        height: 30%;
        background: linear-gradient(to top, rgb(187, 186, 186) 0%, white 100%);
        justify-content: center;
        align-items: center;
        display: flex;
        border-radius: 10px;
        
       
    }
      footer {
        display: flex;
        flex-direction: column-reverse;
        width: 100vw;
        height: auto;
        background-color: black;
        color: white;
        padding: 10px;
        margin-top: 60px;
      
    }
    .footerinfo {
        display: flex;
        justify-content: center;
        align-items: start;
        flex-direction: column;
        width: 100%;
    
    }
    .footerinfo .logo {
        width: 90%;
        height: auto;
      
        transition: 2s ease;
        transform: translateX(-40%);
        margin-bottom: 10px;
    
    }
    footer .footerformulario {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
       
    }
    .footerformulario .formulario {
        width: 95%;
        height: 100%;
        
    }
    .planes {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .planes .galeriaplan {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 5px;
        height: auto;
        width: 100%;
    }
    .planes .galeriaplan .tipoplan {
        display: flex;
        justify-content: start;
        align-items: start;
        flex-direction: column;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 400px;
        box-shadow: 2px 2px 4px gray;
        margin-top: 20px;
       }
       .planes .galeriaplan .tipoplan .plantext span {
        position: absolute;
        bottom: -12%;

        left: 50%;
        transform: translateX(-50%);
        padding: 8px 12px;
        background-color: black;
        color: white;
        box-shadow: 1px 2px 3px gray;
        border-radius: 12px;
        width: 60%;
        text-align: center;
        font-weight: bold;
    }
    .planes .galeriaplan .consultaplan {
        width: 100%;
        height: 80%;
        display: flex;
        justify-content: start;
        align-items: start;
        flex-direction: column;
        position: relative;
        display: none;
        transition: 0.5s ease;
        background-color: rgba(0, 0, 0, 0.178);
    }
    .planes .galeriaplan .consultaplan h2 {
        width: 100%;
        font-size: 20px;
        margin-top: 50px;
    }
    .planes .galeriaplan .consultaplan .galeriacosnulta {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 10px;
        height: auto;
    
    }
    .planes .galeriaplan .consultaplan .galeriacosnulta .tipoconsulta {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        position: relative;
        padding: 10px;
        margin: 5px;
        box-shadow: 1px 1px 2px gray;
        background-color: white;
     }
     .planes .galeriaplan .consultaplan .galeriacosnulta .tipoconsulta .afiliado {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 10px;
        height: 30%;
        position: relative;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        box-shadow: 1px 2px 2px gray;
     }
     .planes .galeriaplan .consultaplan .galeriacosnulta .tipoconsulta .afiliado a{
        width: 40%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
      }
      .planes .galeriaplan .consultaplan .galeriacosnulta .tipoconsulta .planprecios {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        margin-top: 40px;
        left: 50%;
        bottom: 40px;
        position: relative;
        transform: translateX(-50%);
     }
}