  html {
    font-family: "Segoe UI";
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  
  body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 19px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;#f7f7f7
    background-color: #fff;
  }
  
  [tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
  }
  
  h1, h2, h3 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.2;
  }
  h1 {
    font-size: 2.5rem;
  }
  
  h2 {
    font-size: 2rem;
  }
  
  h3 {
    font-size: 1.75rem;
  }
  
  p {
    margin-top: 0;
    margin-bottom: 20px;
  }
  
  ul {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  
  img {
    vertical-align: middle;
    border-style: none;
  }
  
  button:not(:disabled),
  [type="button"]:not(:disabled),
  [type="reset"]:not(:disabled),
  [type="submit"]:not(:disabled) {
    cursor: pointer;
  }
  
  ::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
  }

  
  .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  
  @media (min-width: 576px) {
    .container {
      max-width: 540px;
    }
  }
  
  @media (min-width: 768px) {
    .container {
      max-width: 720px;
    }
  }
  
  @media (min-width: 992px) {
    .container {
      max-width: 960px;
    }
  }
  
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px;
    }
  }
  
  @media (min-width: 576px) {
    .container {
      max-width: 540px;
    }
  }
  
  @media (min-width: 768px) {
    .container {
      max-width: 720px;
    }
  }
  
  @media (min-width: 992px) {
    .container {
      max-width: 960px;
    }
  }
  
  @media (min-width: 1200px) {
    .container {
      max-width: 1300px;
    }
  }
  
  .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  
  .col-50, .col-lg-4, .col-lg-8, .col-100 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  
  @media (min-width: 768px) {

  }
  
  @media (min-width: 992px) {
    .col-lg-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .col-lg-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }

    .col-50 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
      }


  }
 
  .btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none;
    }
  }
  
  
  .btn-block {
    display: block;
    width: 100%;
  }
  
  .btn-block + .btn-block {
    margin-top: 0.5rem;
  }
    .justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  
  .align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  
  @supports ((position: -webkit-sticky) or (position: sticky)) {
  }
  
  .h-100 {
    height: 100% !important;
  }
  
  .py-0 {
    padding-top: 0 !important;
  }
  
  .py-0 {
    padding-bottom: 0 !important;
  }
  
  .pt-5 {
    padding-top: 3rem !important;
  }
  
  .mx-auto {
    margin-right: auto !important;
  }
  
  .mx-auto {
    margin-left: auto !important;
  }
  
  .text-center {
    text-align: center !important;
  }

  .text-right {
    text-align: right;
  }
  
  .text-secondary {
    color: #6c757d !important;
  }
  
  @media print {
    *,
    *::before,
    *::after {
      text-shadow: none !important;
      box-shadow: none !important;
    }
    a:not(.btn) {
      text-decoration: underline;
    }
    img {
      page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
      orphans: 3;
      widows: 3;
    }
    h2,
    h3 {
      page-break-after: avoid;
    }
    @page {
      size: a3;
    }
    body {
      min-width: 992px !important;
    }
    .container {
      min-width: 992px !important;
    }
  }
    
  .resaltado-ppal, .resaltado-secundario {
      position: relative;
      display: inline;
  }
  .resaltado-ppal::after {
      background-color: #2167b0;
      content: "";
      width: 99%;
      height: 20%;
      left: 0px;
      bottom: -3px;
      position: absolute;
      z-index: -1;
      opacity: 0.3;
  }

  .resaltado-secundario::after {
    background-color: #2167b0;
    content: "";
    width: 99%;
    height: 20%;
    left: 0px;
    bottom: -3px;
    position: absolute;
    z-index: -1;
    opacity: 0.3;
}  

  .gads-row {
      margin:0;
  }
  
  /*FIN PORTADA GOOGLE ADS*/
  
  /*CODIGO GRAL*/
.whatsapp-global {
    position: fixed;
    bottom:12px;
    right:5px;
    z-index:999;
}
  
.img-wp-global{
    width:65px;
    height:65px;
}  
  
.texto-resaltado {
    color:#2167b0;
    font-weight: bold;
}
section.portada-principal{
    margin-top: 4.5rem;
}

section {
    padding-top: 90px;
    padding-bottom: 90px;
}

section.section-con-img  {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .bold {
    font-weight: bold;
  }

@media (max-width:992px){
  .reverse-mb {
    flex-direction: column-reverse;
  }
}

/*boton*/
  .btn-principal {
    padding: 7px 20px 10px 20px;
    background-color: #2167b0;
    color: #fff;
    border-radius: 50px;
    font-weight: normal;
  }
  .btn-secundario {
    padding: 7px 20px 10px 20px;
    background-color: #2167b0;
    color: #fff;
    border-radius: 50px;
    font-weight: normal;
  }

  .btn-principal:hover {
    box-shadow: 2px 2px #000;
    text-decoration: none;
  }
  .btn-secundario:hover {
    box-shadow: 2px 2px #000;
    text-decoration: none;
  }
  .espacio-btn {
    margin-right: 10px;
  }

  /*enlaces*/
  a {
    color: #493B2A;
    font-weight: bold;
  }
  a:hover {
    text-decoration: underline;
  }

/*portada*/
img.portada {
  max-width: 100%;
  height: auto;
}

/*descripcion-servicio*/
img.descripcion-servicio {
  max-width: 100%;
  height: auto;
}

section.bloque-descripcion, section.bloque-servicios, section.bloque-faq, section.especialistas-seo, section.promo-con-publicidad{
  background-color: #F7F7F7;

}
/*PLANES*/
.container-grid.planes{
    max-width: 960px;
    margin: 0 auto;
    padding: 10px;
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(200px, 1fr));
    gap: 10px; 

}
.item-plan{
    background-color: #fff;
    color: #000;
    font-size: 20px;
    padding: 20px;
    border: #2167b0 1px solid;
}

.item-plan:hover {
    background-color: #ECEFFD;
    box-shadow: 2px 2px #2167b0;
}

@media(max-width : 500px){
    .container-grid.planes{
       grid-template-columns: 1fr; 
    }
}

.container-grid.planes h3{
    font-size: 20px;
    margin-top: 15px;
    font-weight: normal;
}

.container-grid.planes a {
    text-decoration: none;
}

.etiqueta-precio {
    background-color: #2167b0;
    color: #fff;
    width: fit-content;
    margin: -15px -21px 10px auto;
    font-size: 14px;
    font-weight: normal;
    padding: 1px 5px 1px 8px;
    border-radius: 40px 0 0 40px;
}

/*servicios*/
.container-grid.servicios{
    max-width: 960px;
    margin: 0 auto;
    padding: 10px;
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(290px, 1fr));
    gap: 10px; 
}
section.bloque-servicios .container-grid.servicios {
    grid-template-columns: repeat(auto-fill,minmax(310px, 1fr));
}

.container-grid.servicios .item-servicio{
    background-color: #fff;
    color: #000;
    font-size: 20px;
    padding: 20px;
    border: #2167b0 1px solid;
}

.container-grid.servicios .item-servicio:hover {
    background-color: #ECEFFD;
    box-shadow: 2px 2px #2167b0;
}

@media(max-width : 500px){
    .container-grid.servicios{
       grid-template-columns: 1fr; 
    }
}

.container-grid.servicios h3{
    font-size: 20px;
    margin-top: 15px;
    font-weight: normal;
}

.container-grid.servicios a {
    text-decoration: none;
}

.item-servicio .etiqueta-precio {
    background-color: #2167b0;
    color: #fff;
    width: fit-content;
    margin: -15px -21px 10px auto;
    font-size: 14px;
    font-weight: normal;
    padding: 1px 5px 1px 8px;
    border-radius: 40px 0 0 40px;
}

/*REVIEWS*/
.testimonial-container {
  background-color: #2167b0;
  color: #fff;
  border-radius: 15px;
  margin: 20px auto;
  padding: 50px 80px;
  max-width: 768px;
  min-height: 355px;
  position: relative;
}

.testimonial {
  line-height: 28px;
}

.user {
  display: flex;
  align-items: center;
}

.user .user-image {
  border-radius: 50%;
  height: 75px;
  width: 75px;
  object-fit: cover;
}

.user .user-details {
  margin-left: 10px;
}

.user .username {
  margin: 0;
}

.user .role {
  font-weight: normal;
  margin: 10px 0;
}

.progress-bar {
  background-color: #fff;
  margin-bottom: 10px;
  height: 4px;
  width: 100%;
  transform-origin: left;
  animation: grow 12s linear infinite;
}

@keyframes grow {
  0% {
    transform: scaleX(0);
  }
}

@media (max-width: 768px) {
  .testimonial-container {
    padding: 20px 30px;
  }

}

img.google-verificado {
    width: 95px;
    height: 32px;
}

/*faq*/

.wrapper-faq {
  max-width: 768px;
  margin:auto;
}


.container-faq {
  /*background-color: white;*/
  color: black;
  border-radius: 20px;
 /*box-shadow: 0 5px 10px 0 rgb(0,0,0,0.25);*/
  margin: 20px 0;
}

.question h3 {
    font-size: 17px;
    font-weight: 700;
    padding: 15px 50px 15px 10px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.question h3::after {
  content: "\002B";
  font-size: 2.2rem;
  position: absolute;
  right: 20px;
  transition: 0.2s;
}

.question.active h3::after {
  transform: rotate(45deg);
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.answer p{
  line-height: 1.5rem;
  text-align: left;
  font-size: 16px;
}
.answer{
  padding: 0 20px 20px;
}

.answer ul li{
  line-height: 1.5rem;
  text-align: left;
  margin-left: 40px;
  font-size: 16px;
  list-style-type: disc;
}

/*
@media screen and (max-width: 790px){
  .wrapper-faq {
  width: 80%;
}
}
*/

.container-grid.faq{
    max-width: 960px;
    margin: 0 auto;
    padding: 10px;
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(310px, 1fr));
    gap: 10px; 

}



@media(max-width : 500px){
    .container-grid.faq{
       grid-template-columns: 1fr; 
    }
}


/*img de whatsapp en botones*/
img.img-whatsapp-btn-contacto {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}


img.img-whatsapp-btn-consultar-plan {
    width: 14px;
    height: 20px;
    margin-right: 5px;
}

/*fin img de whatsapp en botones*/


/*CONTACTO COGNITO POP UP*/
.modal-pop-up {
  flex-direction: column;
  justify-content: center;
  gap: 0.4rem;
  width: 100%;
  padding: 40px 25px 0 25px;
  height: -webkit-fill-available;
  position: fixed;
  z-index: 2;
  top: 4.5rem;
  background-color: #fff;
  right:0;
}

.modal-pop-up .flex-pop-up {
    float:right;
}

@media (min-width:992px){
    .modal-pop-up {
        width:30%;
    }
    
    .modal-pop-up .flex-pop-up {
      float:left;
    }
}


.btn-open {
  bottom: 150px;
}

.btn-close {
    transform: translate(10px, -55px);
    height: 50px;
    width: 50px;
    font-size: 25px;
    background: #2167b0;
    margin-top: 18px;
    border: 1px solid white;
    color: #fff;
    margin-left: -60px;
    position: absolute;
    border-radius: 50%;
}

.overlay-pop-up {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
  z-index: 1;
}

.hidden-pop-up {
  display: none;
}

form.cog-cognito {
    margin-top: 25px !important;
}

.el-textarea__inner {
    min-height: 100px !important;
}

.cog-abuse.cog-wrapper {
    display: none !important;
}

.cog-branding.cog-branding--minimal {
    display: none !important;
}

/*FIN CONTACTO COGNITO POP UP*/

/*css valores actualizados planes*/
p.valores-actualizados-mes {
    text-align: center;
    font-size: 16px;
    margin: 0;
    color: #555555;
    font-style: italic;
}
