@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&display=swap");
@import url("bootstrap-5.3.8/bootstrap.min.css");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}
* a {
  text-decoration: none;
}

.top-m {
  margin-top: 100px;
}

.top-bot {
  margin-top: 100px;
  margin-bottom: 100px;
}

header {
  border-bottom: 1px solid #cccccc;
}

@media (max-width: 376px) {
  .logo img {
    width: 200px;
    height: auto;
  }
}

.nav-link {
  color: #001e40 !important;
  font-weight: 500;
  margin-left: 20px;
  margin-right: 20px;
}

.botonhome {
  background-color: #00d35e;
  border-radius: 20px;
}

footer {
  background-color: #1a50a8;
  color: white;
}
footer a {
  color: white;
}
footer .foot-head {
  font-size: 18px;
  border-bottom: 2px solid white;
}
footer .last {
  border-top: 1px solid white;
  padding-top: 25px;
  font-size: 15px;
  font-weight: 600;
}

.banner img {
  max-height: 300px;
}
.banner .banner-text {
  margin-left: 5%;
  color: #001e40;
}
@media (max-width: 768px) {
  .banner .banner-text {
    font-size: 14px;
  }
  .banner .banner-text h3 {
    font-size: 16px;
  }
}
.banner .banner-boton {
  background-color: #1a50a8;
  border-radius: 50px;
  padding: 10px 30px;
  color: white;
}

h2 {
  color: #001e40;
  font-size: 28px;
  font-weight: 500;
}

.card {
  border-radius: 10px;
  border: 1px solid rgb(195, 195, 195);
  padding: 25px 50px;
  height: 100%;
}
.card .card-tittle {
  font-size: 18px;
  color: #001e40;
  font-weight: bold;
}
.card .pop {
  font-size: 10px;
  background-color: #ffe567;
  padding: 3px 5px;
  border-radius: 3px;
  text-transform: uppercase;
  vertical-align: middle;
}
.card .price {
  font-size: 20px;
  font-weight: bold;
  color: #001e40;
}
.card .iva {
  font-size: 13px;
  color: #001e40;
}
.card .year {
  color: #001e40;
  font-weight: 600;
  font-size: 13px;
}
.card .product-description {
  color: #001e40;
}
.card .product-description ul {
  list-style: none;
  padding: 0;
}
.card .product-description ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.card .product-description ul li::before {
  line-height: 1;
  margin-right: 7px;
  vertical-align: baseline;
  content: "✔";
  left: 0;
  color: #22c55e;
  font-weight: 700;
}
.card .buy {
  padding: 10px 50px;
  background-color: #1a50a8;
  color: white;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.card .top {
  margin-top: auto;
  margin-bottom: 16px;
}
.card .more {
  color: #001e40;
  font-size: 14px;
  font-weight: 600;
}
.card .mes {
  color: #1a50a8;
}
@media (max-width: 376px) {
  .card {
    padding: 20px 30px;
  }
  .card .product-description {
    font-size: 14px;
  }
}

.plans a {
  margin: 0 auto;
  background-color: #69bdd9;
  color: #001e40;
  border-radius: 30px;
  text-align: center;
  padding: 5px 30px;
  font-weight: bold;
  width: 300px;
}

.exect {
  padding: 5px 30px;
  width: 300px;
  border-radius: 20px;
  color: #001e40;
  background-color: #d2e25b;
  font-weight: 500;
  margin: 0 auto;
}
.exect img {
  width: 40px;
  margin-top: -20px;
}

.call-service {
  color: white;
  background-color: #001e40;
  border-radius: 30px;
}
.call-service .action-img {
  max-width: 270px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px 0px 0px 30px;
}
@media (max-width: 768px) {
  .call-service .action-img {
    display: none;
  }
}
.call-service .service-icon {
  margin-top: 10px;
  width: 50px;
  height: 50px;
  border-radius: 0;
  margin-right: 20px;
}
.call-service .call-button {
  background-color: #d2e25b;
  color: #001e40;
  max-width: 280px;
  border-radius: 30px;
  text-align: center;
  padding: 10px 30px;
  font-weight: bold;
}

.call-blue {
  background-color: #001e40;
  color: white;
  padding-left: 60px;
  border-radius: 30px;
}
.call-blue img {
  height: 400px;
  margin-top: -20px;
}
.call-blue .call-button {
  border-radius: 30px;
  text-align: center;
  padding: 10px 30px;
  font-weight: bold;
  background-color: #69bdd9;
  color: #001e40;
}
@media (max-width: 1024px) {
  .call-blue {
    padding-top: 30px;
    padding-left: 0;
  }
  .call-blue img {
    margin-top: 0;
    height: 300px;
  }
  .call-blue h3 {
    font-size: 20px;
  }
  .call-blue p {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .call-blue img {
    width: 200px;
  }
}
@media (max-width: 426px) {
  .call-blue {
    padding: 30px;
  }
  .call-blue img {
    display: none;
  }
  .call-blue .call-button {
    padding: 10px;
  }
  .call-blue a {
    font-size: 14px;
  }
}
@media (max-width: 376px) {
  .call-blue a {
    display: block;
    width: 100%;
  }
  .call-blue svg {
    display: none;
  }
}

.call {
  border-radius: 30px;
  border: 1px solid #cccccc;
  padding: 0;
  color: #001e40;
}
.call img {
  width: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0px 30px 30px 0px;
}
.call .call-button {
  background-color: #69bdd9;
  color: #001e40;
  border-radius: 30px;
  text-align: center;
  padding: 10px 30px;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .call img {
    width: 200px;
  }
}
@media (max-width: 768px) {
  .call p {
    font-size: 20px;
  }
}
@media (max-width: 426px) {
  .call {
    padding: 20px;
  }
  .call img {
    display: none;
  }
  .call a {
    font-size: 14px;
  }
}
@media (max-width: 376px) {
  .call a {
    display: block;
    width: 100%;
  }
  .call svg {
    display: none;
  }
}

.contact {
  color: black;
  background-color: #fafafa;
  padding: 100px 0px;
}
.contact h4 {
  font-weight: 600;
  font-size: 28px;
}

.blog-head h5 {
  color: #001e40;
  font-size: 35px;
  font-weight: 600;
  margin: 0;
}
.blog-head a {
  padding: 10px 45px;
  border-radius: 10px;
  background-color: #d2e25b;
  color: #001e40;
  font-weight: bold;
}

.blog {
  border: 1px solid rgb(194, 194, 194);
  border-radius: 10px;
  height: 100%;
}
.blog .tittle {
  min-height: 80px;
}
.blog span {
  font-weight: bold;
  color: #001e40;
}
.blog p {
  color: #001e40;
}
.blog img {
  border-radius: 10px 10px 0px 0px;
}
.blog .blog-content {
  padding: 20px;
}
.blog .blog-data {
  font-size: 15px;
  padding-top: 10px;
  border-top: 2px solid rgb(242, 242, 242);
  text-transform: capitalize;
  color: #001e40;
}
.blog .blog-data a {
  text-decoration: underline;
  color: #001e40;
}

.carousel-indicators [data-bs-target] {
  width: 120px;
  height: auto;
  text-indent: 0;
  border-radius: 5px;
  background-clip: border-box;
  color: #001e40;
  font-weight: bold;
}

.timetable {
  padding-left: 10%;
  color: #001e40;
  font-weight: 500;
}
.timetable span {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600;
}

.service {
  color: #001e40;
}
.service .ver-mas {
  border: none;
  background-color: white;
  color: #001e40;
}
.service span {
  font-size: 35px;
  font-weight: 600;
}
.service .thum {
  width: 100%;
}
.service .text-service {
  padding-left: 20px;
  padding-right: 20px;
}
.service .benf {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #cccccc;
  padding: 30px 20px;
  height: 100%;
}
.service .benf img {
  max-width: 70px;
  padding-bottom: 20px;
}
@media (max-width: 426px) {
  .service .benf {
    padding: 20px 10px;
  }
  .service .benf img {
    max-width: 40px;
  }
  .service .benf p {
    font-size: 12px;
    text-align: center;
  }
}

.collapse {
  padding: 0;
}

.collapsing {
  padding: 0;
}

.whats {
  padding: 5px 15px;
  background-color: #00d35e;
  color: #001e40;
  width: 300px;
  margin: 0 auto;
  font-weight: 600;
  border-radius: 20px;
}

.custom {
  border-radius: 30px;
  text-align: center;
  padding: 10px 30px;
  font-weight: bold;
  background-color: #1a50a8;
  color: white;
  font-weight: 600;
  max-width: 400px;
}

.plan-img {
  height: 250px;
  border-radius: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  text-align: center;
}
.plan-img div {
  margin-top: 110px;
}
@media (max-width: 426px) {
  .plan-img {
    width: 95%;
    margin: 0 auto;
  }
  .plan-img p {
    font-size: 14px;
  }
}

.plan-tittle {
  font-size: 25px;
  font-weight: 500;
  color: #001e40;
}
.plan-tittle strong {
  font-weight: 600;
}

@media (max-width: 426px) {
  p {
    font-size: 14px;
    text-align: left;
  }
}
.blog-single img {
  border-radius: 30px;
}
.blog-single span {
  color: #001e40;
}

.blog-link {
  border-radius: 0px 30px 30px 0px !important;
}

.plan {
  color: black;
  font-size: 18px;
}
.plan h1 {
  color: #001e40;
  font-size: 30px;
}
.plan em {
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
}

.plan-button {
  width: auto;
  background-color: #69bdd9;
  color: #001e40;
  border-radius: 30px;
  text-align: center;
  padding: 5px 30px;
  font-weight: 500;
  font-size: 16px;
}

.plan2-head {
  border-radius: 30px;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.table-head {
  text-align: center;
  font-weight: 600;
  border-radius: 20px;
  color: white;
  background-color: #001e40;
  padding: 10px;
  align-items: center;
}

.condes {
  font-weight: 600;
  font-size: 25px;
  text-align: center;
  border-radius: 20px;
  padding: 10px;
  background-color: #1a50a8;
  color: white;
}

.dehesa {
  font-weight: 600;
  font-size: 25px;
  text-align: center;
  border-radius: 20px;
  padding: 10px;
  background-color: #d2e25b;
  color: #001e40;
}

.basico {
  padding: 30px;
  border-radius: 30px;
  color: black;
  background-color: #fafafa;
}
.basico .plan-name,
.basico .plan-price {
  font-weight: 600;
}
.basico .plan-features {
  list-style: none;
}
.basico .plan-features ul {
  padding-left: 15px;
}
.basico .plan-features li {
  line-height: 1;
  padding-left: 10px;
  position: relative;
  margin-bottom: 6px;
}
.basico .plan-features li::marker {
  content: "✔";
  left: 0;
  color: #22c55e;
  font-weight: 700;
}
.basico a {
  background-color: #1a50a8;
  color: white;
  padding: 10px 30px;
  border-radius: 30px;
}
@media (max-width: 1025px) {
  .basico a {
    display: block;
    width: 100%;
  }
}
.basico .plan-action {
  align-content: center;
  text-align: center;
}

.normal {
  padding: 30px;
  border-radius: 30px;
  color: black;
  background-color: #f4f4f4;
}
.normal .plan-name,
.normal .plan-price {
  font-weight: 600;
}
.normal .plan-features {
  list-style: none;
}
.normal .plan-features ul {
  padding-left: 15px;
}
.normal .plan-features li {
  line-height: 1;
  padding-left: 10px;
  position: relative;
  margin-bottom: 6px;
}
.normal .plan-features li::marker {
  content: "✔";
  left: 0;
  color: #22c55e;
  font-weight: 700;
}
.normal a {
  background-color: #1a50a8;
  color: white;
  padding: 10px 30px;
  border-radius: 30px;
}
@media (max-width: 1025px) {
  .normal a {
    display: block;
    width: 100%;
  }
}
.normal .plan-action {
  align-content: center;
  text-align: center;
}

.avanzado {
  padding: 30px;
  border-radius: 30px;
  color: black;
  background-color: #ebebeb;
}
.avanzado .plan-name,
.avanzado .plan-price {
  font-weight: 600;
}
.avanzado .plan-features {
  list-style: none;
}
.avanzado .plan-features ul {
  padding-left: 15px;
}
.avanzado .plan-features li {
  line-height: 1;
  padding-left: 10px;
  position: relative;
  margin-bottom: 6px;
}
.avanzado .plan-features li::marker {
  content: "✔";
  left: 0;
  color: #22c55e;
  font-weight: 700;
}
.avanzado a {
  background-color: #1a50a8;
  color: white;
  padding: 10px 30px;
  border-radius: 30px;
}
@media (max-width: 1025px) {
  .avanzado a {
    display: block;
    width: 100%;
  }
}
.avanzado .plan-action {
  align-content: center;
  text-align: center;
}

.bg-azul {
  padding-top: 100px;
  background-color: #1a50a8;
  color: white;
  padding-bottom: 100px;
}
.bg-azul h2 {
  color: white;
}

.card-benf {
  padding: 25px 30px;
  font-size: 15px;
  height: 100%;
  background-color: white;
  color: #001e40;
  border-radius: 15px;
}
.card-benf pre {
  min-height: 48px;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin-top: 20px;
}
.card-benf img {
  width: 50px;
}

.conf-img {
  color: #001e40;
}
.conf-img .card-benf {
  padding: 25px 30px;
  font-size: 15px;
  height: 100%;
  background-color: white;
  color: #001e40;
  border-radius: 15px;
  border: 1px solid #cccccc;
}
.conf-img .card-benf pre {
  min-height: 48px;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin-top: 20px;
}
.conf-img .card-benf img {
  width: 50px;
}/*# sourceMappingURL=style.css.map */