/*---------------------------------------------------HOME -------------------------------------*/
html {
  scroll-behavior: smooth;
}
@media (max-width: 991px) {
  p {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .site-footer .site-info {
      margin: 10px;
  }
}

div#main-nav {
  display: block;
  margin: 10px;
}

#primary {
  padding: 0px;
  margin: 0px;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0px;
}

.simple-section>.wp-block-column,
.simple-section>.wp-block-cover__inner-container {
  max-width: 1200px;
}

.simple-section {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 50px 10px;
}


/*hero */

.home-hero {
  padding: 140px 50px 50px 50px;
  background-image: url('https://24fc43.claudeassets.com/20260210204416im_/https://www.theclicklifestyle.com/wp-content/uploads/2022/01/imagen-portada-01.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: unset !important;
}

@media (max-width: 991px) {
  .home-hero {
    padding: 150px 20px 20px;
  }
}

@media (max-width: 991px) {
  .home-hero {
    background-size: cover;
  }
}

.home-hero .white-column {
  background-color: #ffffff;
  border-radius: 40px 0px 100px 40px;
  padding: 40px;
  max-width: 600px;
}

@media (max-width: 991px) {
  .home-hero .white-column {
    flex-basis: 100%!important;
  }
}

.home-hero img {
  width: 300px;
  margin-top: 10px;
}

.home-hero h2 {
  max-width: 400px;
  font-size: 30px;
  color: #2d2d2d !important;
  line-height: 40px;
  font-weight: bold;
}
@media (max-width: 991px ) {
  .home-hero h2 {
    font-size: 25px;
    line-height: 30px;
  }
}

.home-hero p {
  max-width: 400px;
  font-size: 20px;
  font-weight: 500;
  color: #2d2d2d!important;
}

.home-hero a {
  background-color: #00aec6;
  border-radius: 15px;
  margin-bottom: 20px;
  font-weight: 600;
  padding: 10px 30px;
}


/*SECTION 2*/

.home-section-2 {
  padding: 50px 30px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.home-section-2 iframe {
  border-radius: 30px 0px 60px 30px;
}

.home-section-2 .column-row {
  margin: 0px;
}

@media (max-width: 991px) {
  .home-section-2 .column-row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
}

.home-section-2 h2 {
  font-size: 24px;
  color: #2d2d2d !important;
  font-weight: 700;
  margin-top: 50px;
}

.home-section-2 p {
  font-size: 20px;
  color: #2f2f2f !important;
  font-weight: 500!important;
  font-family: 'Myriad Pro', sans-serif;
  max-width: 700px;
  margin: 20px auto;
}

.home-section-2 .service-item {
  background-color: #ffffff;
  border-radius: 10px;
  margin: 15px 0px;
  -webkit-box-shadow: 1px 6px 18px -3px rgba(0, 0, 0, 0.91);
  box-shadow: 1px 6px 18px -3px rgba(0, 0, 0, 0.91);
  max-height: 100px;
}

@media (max-width: 620px) {
  .home-section-2 .service-item {
    max-height: unset;
  }
}

.home-section-2 .service-item>.wp-block-column:nth-of-type(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 20%!important;
}

.home-section-2 .service-item>.wp-block-column:nth-of-type(2) {
  display: flex;
  flex-basis: 70%!important;
  flex-direction: column;
  align-items: flex-start;
}

.home-section-2 .service-item>.wp-block-column:nth-of-type(3) {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 10%!important;
}

@media (max-width: 991px) {
  .home-section-2 .service-item>.wp-block-column:nth-of-type(1) {
    flex-basis: 15% !important;
  }
  .home-section-2 .service-item>.wp-block-column:nth-of-type(2) {
    flex-basis: 70% !important;
  }
  .home-section-2 .service-item>.wp-block-column:nth-of-type(3) {
    flex-basis: 15% !important;
  }
}

@media (max-width: 620px) {
  .home-section-2 .service-item>.wp-block-column:nth-of-type(1) {
    flex-basis: 20% !important;
  }
  .home-section-2 .service-item>.wp-block-column:nth-of-type(2) {
    flex-basis: 32% !important;
    margin-left: 5px;
  }
  .home-section-2 .service-item>.wp-block-column:nth-of-type(3) {
    flex-basis: 15% !important;
  }
}

@media (max-width: 991px) {
  .wp-block-column:nth-child(2n) {
    margin-left: 0;
  }
}

.home-section-2 .service-item .wp-block-columns {
  background-color: #3066be;
  width: 80px;
  height: 80px;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  margin: 0px;
}

.home-section-2 .service-item .wp-block-column .wp-block-column:nth-of-type(1) {
  background-color: #ffffff;
  width: 40px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}

.home-section-2 .service-item i {
  color: #00aec6;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 25px;
}

.home-section-2 .service-item h4 {
  font-size: 15px;
  margin-top: 15px;
}

@media (max-width: 991px) {
  .home-section-2 .service-item h4 {
    font-size: 12px;
  }
}


/*SECTION 3*/

.home-section-3 {
  padding: 100px 0px;
}

@media (max-width: 991px) {
  .home-section-3 {
    padding: 50px 0px;
  }
}

.home-section-3 h2 {
  font-size: 35px;
  color: #00aec6;
  margin-bottom: 30px;
}

.home-section-3 p:not(.subtitle) {
  font-size: 18px;
  color: #2d2d2d;
  max-width: 500px;
  margin: 0 auto 20px;
  padding: 0px 20px;
}

.home-section-3 .subtitle {
  font-size: 20px;
  color: #2d2d2d;
  margin: 0 auto 50px;
  padding: 0px 10px;
}

.home-section-3 .plan-block {
  box-shadow: 1px 4px 16px 0px rgba(51, 51, 51, 0.71);
  border-radius: 20px 0px 50px 20px;
  max-width: 465px;
  margin: 20px 20px;
  min-height: 530px;
  position: relative;
}

.home-section-3 figure {
  margin: 0px;
  border-radius: 20px 0px 0px 0px;
}

.home-section-3 figure img {
    width: 100%;
    height: 170px;
    object-fit: cover;
}

.home-section-3 .wp-block-columns {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin-bottom: 50px;
}


.home-section-3 h3 {
  color: #2d2d2d;
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.home-section-3 h4 {
  color: #2d2d2d;
  padding: 0px 10px;
}

.home-section-3 .wp-block-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.home-section-3 a {
  color: #ffffff!important;
  background-color: #00aec6;
  font-weight: bold;
  border-radius: 20px;
  min-width: 215px;
  font-size: 16px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .wp-block-column.service-block {
    margin: 10px 10px;
  }
}

.service-block .icon-block {
  display: flex;
  background: transparent;
  align-items: center;
  justify-content: center;
  align-content: center;
  height: 130px;
  border-radius: 40px 0px 0px 0px;
}

.service-block i {
  color: #00aec6;
  font-size: 50px;
}

.home-section-3 h5 {
  line-height: 26px;
}

/* SECTION 4*/

.home-section-4 {
  max-width: 100%;
  display: flex;
  justify-content: center;
  margin: 0px!important;
  background-color: #e2e2e2;
}

@media (max-width: 991px) {
  .home-section-4 {
    padding: 50px 0%;
  }
}

@media (max-width: 620px) {
  .home-section-4 {
    padding: 0px;
  }
}

.home-section-4 .col-bg-1 {
  background-image: url('https://53b267.claudeassets.com/20260210204416im_/https://www.theclicklifestyle.com/wp-content/uploads/2021/07/logiwoman.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  border-radius: 40px 0px 0px 40px;
}

@media (max-width: 620px) {
  .home-section-4 .col-bg-1 {
    display: none;
  }
}

.home-section-4 .col-bg-2 {
  background-image: url('https://cadedf.claudeassets.com/20260210204416im_/https://www.theclicklifestyle.com/wp-content/uploads/2021/07/truck2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  border-radius: 0px 0px 100px 0px;
}

.home-section-4 h2 {
  color: #3066be;
  font-size: 40px;
}

.home-section-4 p {
  color: #2d2d2d;
  font-size: 18px;
}

.home-section-4 a {
  color: #ffffff!important;
  background-color: #3066be;
  font-weight: bold;
  border-radius: 20px;
  min-width: 250px;
  font-size: 20px;
  margin-bottom: 50px;
  text-decoration: none;
}

.home-section-4 a:hover {
  text-decoration: none;
}

.home-section-4 .col-bg-3 {
  padding-left: 30px;
  padding: 10px;

}

@media (max-width: 991px) {
  .home-section-4 .col-bg-3 {
    flex-basis: 100% !important;
    text-align: center;
    padding-left: 0px;
    padding: 10px;
    margin: 10px;
  }
  .home-section-4 .wp-block-buttons {
    justify-content: center;
  }
}


/*SECTION 5*/

.home-section-5 h2 {
  font-size: 40px;
  color: #00aec6;
  margin-bottom: 30px;
}

.home-section-5 img {
  width: 100% !important;
  object-fit: cover;
  height: 200px;
  border-radius: 40px 0px 0px 0px;
}


.home-section-5 li {
  background-color: #ffffff;
  border-radius: 40px 0px 40px 40px;
  -webkit-box-shadow: 1px 6px 18px -3px rgba(0, 0, 0, 0.91);
  box-shadow: 1px 6px 18px -3px rgba(0, 0, 0, 0.91);
}

.home-section-5 .wp-block-latest-posts__post-excerpt {
  padding: 0px 30px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
}

.home-section-5 .wp-block-latest-posts li>a {
  text-align: center;
  display: block;
  font-size: 23px;
  color: #2d2d2d;
  font-weight: 900;
  padding: 0px 30px;
  margin-top: 20px;
  line-height: 25px;
  margin-bottom: 30px;
  text-decoration: none;
}
body .wp-block-latest-posts__featured-image a {
  display: revert;
}

/* SECTION 6 */


.home-section-6 .section-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.home-section-6 h2 {
  font-size: 30px;
  color: #00aec6;
  margin-bottom: 30px;
}

.home-section-6 label {
  color: #00aec6 !important;
}

.home-section-6 .section-col-2 {
  border-radius: 40px 0px 40px 40px;
  -webkit-box-shadow: 1px 6px 18px -3px rgba(0, 0, 0, 0.91);
  box-shadow: 1px 6px 18px -3px rgba(0, 0, 0, 0.91);
  padding: 40px;
  margin-bottom: 35px;
}

.home-section-6 input[type="submit"] {
  background-color: #2d2d2d;
  font-size: 24px;
  color: #fff !important;
}

.home-section-6 .section-col-1 {
  padding: 10px 30px;
}


/*--------------------------------------------------- SOLUTIONS PAGE -------------------------------------*/

.solutions-hero {
	background-image: url('https://a115c6.claudeassets.com/20260210204416im_/https://www.theclicklifestyle.com/wp-content/uploads/2021/07/Click-Solutions-hero-2.png');
	background-size: 70%;
}

.solutions-hero h2 {
	color: #3066be !important;
}

.solutions-section-2 {
	background-color: #ffffff;
}

.solutions-section-2 iframe {
	height: 420px;
	border-radius: 20px;
}

.solutions-section-2 .service-item {
	padding: 0px 15px;
	margin: 5px 0px;
}

.solutions-section-2 .service-item h4 {
	font-size: 13px;
	margin: 10px 0px;
}

.solutions-section-3 .plan-block {
	margin: 20px 30px 0px 0px;
}



@media (max-width: 620px) {
  .solutions-section-3 .plan-block {
    margin: 0px 10px 20px 10px;
  }
  .solutions-section-3 .plan-block:nth-of-type(3) {
    margin: 0px 10px 20px 10px;
  }
}



.solutions-section-3 h3 {
	font-size: 25px;
	padding: 0px 10px;
}

.solutions-section-6 .subtitle {
	margin-top: 30px;
}

.solutions-section-4 {
	background-color: transparent;
	padding: 0px !important;
}

.solutions-section-4 .home-section-4  {
	background-color: transparent;
}

.solutions-section-4 .section-row {
	background: linear-gradient(
90deg
, rgba(48, 102, 190, 1) 35%, rgba(0, 174, 198, 1) 100%);
	border-radius: 30px;
}

@media (max-width: 620px) {
  .solutions-section-4 .section-row {
    border-radius: 0px;
  }
}

.solutions-section-4 .col-bg-1 {
	    background-image: url('https://f5eb4f.claudeassets.com/20260210204416im_/https://www.theclicklifestyle.com/wp-content/uploads/2021/10/visionario1.png');
	border-radius: 30px 0px 100px 30px;
	height: auto;
	background-size: cover;
	background-position: center;
}

.solutions-section-4 h2 {
	color: #ffffff;
	margin-top: 50px;
}

.solutions-section-4 p {
	color: #ffffff;
}

.solutions-section-4 a {
	  color: #3066be!important;
    background-color: #ffffff;
    font-weight: bold;
    border-radius: 20px;
    min-width: 250px;
    font-size: 20px;
    margin-bottom: 50px;
}

.solutions-section-7 h2 {
	color: #3066be;
}



@media (max-width: 1120px) {
	.solutions-section-2 .section-row {
		display: flex;
		flex-direction: column;
	}
}
.solutions-section-2 .service-item {
	padding: 10px;
}
@media (max-width: 620px) {
	.solutions-section-3 .section-row {
		display: flex;
		flex-direction: column;
	}	
	.solutions-section-3 figure img {
		height: 200px;
		object-fit: cover;
	}	
}
@media (max-width: 991px) {
	.solutions-section-3 h3 {
		font-size: 15px;
	} 
}
.solutions-section-7 .section-columns {
	display: flex;
}

@media (max-width: 991px) {
  .solutions-section-7 .section-columns {
    display: flex;
    flex-direction: column;
  }
}
.solutions-section-3 .subtitle {
	padding: 0px 30px;
}

/*--------------------------------------------------- BIO SECTION -------------------------------------*/

.bio-image {
  border-radius: 20px 20px 50px 20px;
}

.bio-section {
  background-color: #e2e2e2;
  margin-bottom: 0px;
  padding: 100px 10px;
}

.bio-section p {
  font-size: 14px;
}

.bio-section .wp-block-columns.are-vertically-aligned-center {
  margin: 0;
}

.bio-text {
  padding: 10px;
}
/*---------------------------------------------------counters section -------------------------------------*/

.home-counters {
  background-image: url('https://1e68b7.claudeassets.com/20260210204416im_/https://www.theclicklifestyle.com/wp-content/uploads/2021/10/oficina-4.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 0px 0px 70px 0px;
}

.home-counters h4 {
 color: #fff;
}

.home-counters p {
  color: #fff;
}


/* TESTIMONIALS SECTION */

.testimonials-section iframe {
  border-radius: 10px;
  -webkit-box-shadow: 3px 7px 12px -4px #000000; 
  box-shadow: 3px 7px 12px -4px #000000;
}

#contacto {

}
/*
     FILE ARCHIVED ON 20:53:12 Mar 27, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:59:23 Aug 20, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.522
  exclusion.robots: 0.054
  exclusion.robots.policy: 0.045
  esindex: 0.006
  cdx.remote: 5.918
  LoadShardBlock: 127.706 (3)
  PetaboxLoader3.resolve: 69.414 (3)
  PetaboxLoader3.datanode: 116.55 (5)
  load_resource: 73.698
  loaddict: 21.455
*/