@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;
}
* a {
  text-decoration: none;
}
* {
  font-family: "Montserrat", sans-serif;
}
* p {
  font-size: 15px;
}

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

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

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

.logo img {
  max-width: 300px;
}
@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;
  font-weight: 600;
}
footer .last {
  border-top: 1px solid white;
  padding-top: 25px;
  font-size: 15px;
  font-weight: 600;
}

.banner {
  min-height: 300px;
}

.banner_1 {
  min-height: 300px;
  background-image: url("../assets/img/banner/banner_1.webp");
  background-size: cover;
  color: white;
}
.banner_1 .titulo {
  font-size: 40px;
}
@media (max-width: 426px) {
  .banner_1 .titulo {
    font-size: 25px;
  }
}
.banner_1 .texto {
  font-size: 25px;
  margin-top: 30px;
}
@media (max-width: 426px) {
  .banner_1 .texto {
    font-size: 18px;
  }
}
.banner_1 .precio {
  background-color: #69bdd9;
  padding: 5px;
  border-radius: 10px;
  font-weight: bold;
}
.banner_1 .boton {
  font-weight: bold;
  background-color: #1a50a8;
  color: white;
  font-size: 20px;
  padding: 10px 50px;
  border-radius: 30px;
  margin-top: 30px;
}
@media (max-width: 426px) {
  .banner_1 .boton {
    font-size: 15px;
  }
}
@media (max-width: 426px) {
  .banner_1 {
    padding: 0px 30px;
    text-align: center;
  }
}

.banner_2 {
  min-height: 300px;
  background-image: url("../assets/img/banner/banner_2.webp");
  background-size: cover;
  color: white;
}
.banner_2 .titulo {
  font-size: 40px;
}
@media (max-width: 426px) {
  .banner_2 .titulo {
    font-size: 25px;
  }
}
.banner_2 .texto {
  font-size: 25px;
  margin-top: 30px;
}
@media (max-width: 426px) {
  .banner_2 .texto {
    font-size: 18px;
  }
}
.banner_2 .precio {
  background-color: #d2e25b;
  padding: 5px;
  border-radius: 10px;
  font-weight: bold;
  color: #001e40;
}
.banner_2 .boton {
  font-weight: bold;
  background-color: #69bdd9;
  color: #001e40;
  font-size: 20px;
  padding: 10px 50px;
  border-radius: 30px;
  margin-top: 30px;
}
@media (max-width: 426px) {
  .banner_2 .boton {
    font-size: 15px;
  }
}
@media (max-width: 426px) {
  .banner_2 {
    padding: 0px 30px;
    text-align: center;
  }
}

.banner_3 {
  min-height: 300px;
  background-image: url("../assets/img/office.webp");
  background-size: cover;
  color: white;
}
.banner_3 .titulo {
  font-size: 40px;
}
@media (max-width: 426px) {
  .banner_3 .titulo {
    font-size: 25px;
  }
}
.banner_3 .texto {
  font-size: 25px;
  margin-top: 30px;
}
@media (max-width: 426px) {
  .banner_3 .texto {
    font-size: 18px;
  }
}
.banner_3 .precio {
  background-color: #69bdd9;
  padding: 5px;
  border-radius: 10px;
}
.banner_3 .boton {
  font-weight: bold;
  background-color: #1a50a8;
  color: white;
  font-size: 20px;
  padding: 10px 50px;
  border-radius: 30px;
  margin-top: 30px;
}
@media (max-width: 426px) {
  .banner_3 .boton {
    font-size: 15px;
  }
}
@media (max-width: 426px) {
  .banner_3 {
    padding: 0px 30px;
    text-align: center;
  }
}

.ini-text h1 {
  line-height: 0.8;
}
.ini-text {
  color: #001e40;
}
.ini-text img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.ini-text span {
  font-size: 25px;
  font-weight: 600;
}
.ini-text .ini-item {
  padding: 10px;
  border: 1px solid #cccccc;
  border-radius: 10px;
  margin-top: 5px;
}
.ini-text .ini-descrip {
  margin-left: 40px;
  font-size: 15px;
  margin-right: 10px;
}
.ini-text .pyme {
  border-bottom: 2px solid #1a50a8;
}

.cotiz {
  height: 100%;
  color: white;
  padding: 80px 40px;
  background-image: url("../assets/img/office.webp");
  background-position: center;
  background-size: cover;
  border-radius: 20px;
}
@media (max-width: 769px) {
  .cotiz {
    margin-top: 0;
  }
}
.cotiz span {
  font-size: 25px;
  font-weight: 600;
}
.cotiz .data input {
  border: none;
  border-radius: 10px;
  margin-top: 20px;
  padding: 5px;
  width: 80%;
  padding-left: 20px;
}
.cotiz button {
  background-color: #69bdd9;
  color: white;
  padding: 5px 20px;
  border-radius: 20px;
  border: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}

.carousel-planes .carousel-indicators {
  position: relative;
}
.carousel-planes .carousel-indicators [data-bs-target] {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  color: white;
  font-weight: bold;
  border-top: none;
  border-bottom: none;
}
.carousel-planes .img-condes {
  background-color: #1a50a8;
}
.carousel-planes .img-dehesa {
  background-color: #69bdd9;
}
@media (max-width: 426px) {
  .carousel-planes .carousel-indicators {
    margin-left: 5%;
    margin-right: 5%;
  }
  .carousel-planes .carousel-indicators [data-bs-target] {
    width: 100%;
    color: white;
    font-weight: bold;
    border-top: none;
    border-bottom: none;
  }
}

.colapse {
  min-width: 25%;
  padding: 10px;
  border: none;
  border-radius: 5px;
  color: white;
  font-weight: bold;
  background-color: #1a50a8;
  margin-left: auto;
}

.card-benf-ini {
  padding: 25px 30px;
  font-size: 15px;
  height: 100%;
  background-color: white;
  color: #001e40;
  border-radius: 15px;
}
.card-benf-ini 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-ini img {
  width: 50px;
}
.card-benf-ini {
  background-color: #f3f3f3;
}
.card-benf-ini p {
  font-size: 15px;
}

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 strong {
  color: #001e40;
}
.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: -1.3em;
}
.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: 426px) {
  .card {
    border: none;
    padding: 10px 20px;
  }
}
@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;
}

.service-ini {
  padding: 20px;
  border-radius: 15px;
  border: 1px solid #cccccc;
  color: #001e40;
  text-align: center;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 180px;
}
.service-ini h6 {
  font-size: 18px;
  min-height: 50px;
  white-space: normal; /* permite salto de línea */
  word-break: break-word;
}
.service-ini .price {
  font-size: 22px;
  font-weight: bold;
}
.service-ini .data {
  text-transform: uppercase;
  font-size: 10px;
}

.service-button {
  margin-top: 35px;
  margin-bottom: 50px;
  text-align: center;
}
.service-button a {
  color: white;
  border-radius: 20px;
  padding: 10px 30px;
  max-width: 130px;
  text-align: center;
  background-color: #1a50a8;
}

.office img {
  border-radius: 10px;
  margin-bottom: 10px;
}
.office span {
  color: #001e40;
  font-size: 20px;
  font-weight: 600;
}
.office .buy {
  padding: 10px 50px;
  background-color: #1a50a8;
  color: white;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.office h4 {
  color: #001e40;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 426px) {
  .office {
    text-align: center;
  }
  .office p {
    text-align: center !important;
  }
}

.call-blue img {
  height: 400px;
  margin-top: -20px;
}
.call-blue {
  background-color: #001e40;
  color: white;
  padding-left: 60px;
  border-radius: 20px;
}
.call-blue .call-button {
  border-radius: 30px;
  text-align: center;
  padding: 10px 30px;
  font-weight: bold;
  background-color: #d2e25b;
  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 .box {
    background-color: #69bdd9;
    width: 120px;
    height: 120px;
    position: absolute;
    border-radius: 100%;
    margin-top: -85px;
  }
  .call-blue img {
    position: absolute;
    width: 120px;
    height: 120px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 0px 20px;
       object-position: 0px 20px;
    border-radius: 100%;
  }
  .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;
  }
}

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

.contactform {
  margin-top: 50px;
}
.contactform .info input {
  border: 1px solid gray;
  border-radius: 10px;
  width: 100%;
  padding: 10px;
}
@media (max-width: 426px) {
  .contactform .info input {
    width: 100%;
  }
}
.contactform textarea {
  border-radius: 10px;
  border: none;
  padding: 10px;
  border: 1px solid gray;
  width: 100%;
}
@media (max-width: 426px) {
  .contactform textarea {
    width: 100%;
  }
}
.contactform button {
  color: white;
  background-color: #1a50a8;
  border: none;
  border-radius: 100px;
  padding: 10px 20px;
  max-width: 200px;
}

.blog-head h5 {
  color: #001e40;
  font-size: 35px;
  font-weight: 600;
  margin: 0;
}
.blog-head a {
  padding: 10px 45px;
  border-radius: 10px;
  background-color: #69bdd9;
  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%;
}
.timetable span {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600;
}
.timetable {
  color: #001e40;
  font-weight: 500;
}

.ban {
  padding: 100px 100px;
  background-color: #fafafa;
}
@media (max-width: 426px) {
  .ban {
    padding: 30px 30px;
  }
}

.ban-img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service .ver-mas {
  border: none;
  background-color: white;
  color: #001e40;
  text-align: left;
  padding: 0;
  font-weight: 600;
}
.service {
  color: #001e40;
}
.service span {
  font-size: 25px;
  font-weight: 600;
}
.service .thum {
  width: 100%;
}
.service .text-service {
  padding-left: 20px;
  padding-right: 20px;
}
.service .benf {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #cccccc;
  padding: 30px 20px;
  height: 100%;
}
.service .benf img {
  max-width: 60px;
  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: 15px;
    text-align: left;
  }
}
.blog-single img {
  border-radius: 30px;
}
.blog-single span {
  color: #001e40;
}

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

.call-button {
  padding: 10px 20px;
  background-color: #69bdd9;
  color: white;
  border-radius: 30px;
}

.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;
}
.basico .plan-name {
  font-size: large;
  font-weight: 600;
}
.basico .plan-price {
  font-weight: 600;
}
.basico .plan-mes {
  color: #1a50a8;
}
.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;
}
.basico {
  background-color: #fafafa;
}

.normal {
  padding: 30px;
  border-radius: 30px;
  color: black;
}
.normal .plan-name {
  font-size: large;
  font-weight: 600;
}
.normal .plan-price {
  font-weight: 600;
}
.normal .plan-mes {
  color: #1a50a8;
}
.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;
}
.normal {
  background-color: #f4f4f4;
}

.avanzado {
  padding: 30px;
  border-radius: 30px;
  color: black;
}
.avanzado .plan-name {
  font-size: large;
  font-weight: 600;
}
.avanzado .plan-price {
  font-weight: 600;
}
.avanzado .plan-mes {
  color: #1a50a8;
}
.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;
}
.avanzado {
  background-color: #ebebeb;
}

.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;
}
.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;
}
.conf-img .card-benf {
  border: 1px solid #cccccc;
}

@keyframes borderPulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.5);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
  }
}
.fallo {
  background-color: #ffb6b7;
  animation: borderPulse 2s infinite ease;
  color: rgb(144, 0, 0);
}

@keyframes borderPulse2 {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(242, 255, 0, 0.77);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
  }
}
.alerta2 {
  background-color: #fdffb6;
  animation: borderPulse2 2s infinite ease;
  color: rgb(0, 0, 0);
}

@keyframes borderPulse3 {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(13, 255, 0, 0.77);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
  }
}
.enviado {
  background-color: #a0ff95;
  animation: borderPulse3 2s infinite ease;
  color: rgb(0, 0, 0);
}

.sell-form {
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 30px 30px;
}
.sell-form .title1 {
  font-size: 20px;
  font-weight: 600;
}
.sell-form .user input {
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 5px 10px;
}
.sell-form .total span {
  font-size: 20px;
  font-weight: 600;
}
.sell-form .total .valor {
  font-size: 20px;
  font-weight: 600;
  color: #001e40;
  margin-top: 20px;
}
.sell-form .total .pay-button {
  background-color: #001e40;
  color: white;
  font-weight: 600;
  padding: 10px 60px;
  border-radius: 10px;
  border: none;
}
.sell-form .total .collapsing,
.sell-form .total .show {
  padding: 10px;
  background-color: #cccccc;
  border-radius: 5px;
  font-size: 13px;
}/*# sourceMappingURL=style.css.map */