
/*NavBar*/
/**/
* {
	padding: 0;
	margin: 0;
	box-sizing:border-box;
}

body {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
}

.contenedor {
	width: 90%;
	max-width: 1000px;
	margin: 20px auto;
}

.contenedor article {
	line-height: 28px;
}

.contenedor article h1 {
	font-size: 30px;
	text-align: left;
	padding: 50px 0;
}

.contenedor article p {
	margin-bottom: 20px;
}

.contenedor article .btn-abrir-popup {
	padding: 0 20px;
	margin-bottom: 20px;
	height: 40px;
	line-height: 40px;
	border: none;
	color: #fff;
	background: #5E7DE3;
	border-radius: 3px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	cursor: pointer;
	transition: .3s ease all;
	cursor: pointer;
}

.contenedor article .btn-abrir-popup:hover {
	background: rgba(94,125,227, .9);
}

/* ------------------------- */
/* POPUP */
/* ------------------------- */

.overlay {
	background: rgba(0,0,0,.3);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	align-items: center;
	justify-content: center;
	display: flex;
	visibility: hidden;
}

.overlay.active {
	visibility: visible;
}

.popup {
	background: #f8f8f8;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	border-radius: 30px;
	font-family: 'Montserrat', sans-serif;
	padding: 20px;
	text-align: center;
	width: 600px;
  color: #000;
	
	transition: .3s ease all;
	transform: scale(0.7);
	opacity: 0;
}

.popup .btn-cerrar-popup {
	font-size: 25px;
	line-height: 16px;
	display: block;
	text-align: right;
	transition: 2s ease all ;
	color: #BBBBBB;
}

.popup .btn-cerrar-popup:hover {
	color: #000;
}

.popup h3 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 10px;
	opacity: 0;
}

.popup h4 {
	font-size: 26px;
	font-weight: 300;
	margin-bottom: 40px;
	opacity: 0;
}

.popup form .contenedor-inputs {
	opacity: 0;
}

.popup form .contenedor-inputs input {
	width: 100%;
	margin-bottom: 20px;
	height: 52px;
	font-size: 18px;
	line-height: 52px;
	text-align: center;
	border: 1px solid #BBBBBB;
  border-radius: 25px;
}


.popup form .btn-submit {
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	border: none;
  font-weight: 500;
	color: #000;
	background: #f8f8f8;
	border-radius: 3px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	cursor: pointer;
	transition: .3s ease all;
}

.popup form .btn-submit:hover {
	background: rgba(94,125,227, .9);
}

/* ------------------------- */
/* ANIMACIONES */
/* ------------------------- */
.popup.active {	transform: scale(1); opacity: 1; }
.popup.active h3 { animation: entradaTitulo .8s ease .5s forwards; }
.popup.active h4 { animation: entradaSubtitulo .8s ease .5s forwards; }
.popup.active .contenedor-inputs { animation: entradaInputs 1s linear 1s forwards; }

@keyframes entradaTitulo {
	from {
		opacity: 0;
		transform: translateY(-25px);
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes entradaSubtitulo {
	from {
		opacity: 0;
		transform: translateY(25px);
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes entradaInputs {
	from { opacity: 0; }
	to { opacity: 1; }
}
/*Textos*/
.textonavitem{
    font-weight: bold;
    font-size: 1.5em;
    color: #acacac;
    padding: 1em;
    text-decoration: none;
    }
  .textonavitem_demo{
    font-weight: 500 !important; 
    font-size: 1em !important;
    height: 100%;
    padding: 1em;
    text-decoration: none;
    border-radius: 0.75em;
    background-color: #a0c0f6 !important;
    color: #2C2A29 !important;
  }
  .textonavitem_demo:hover{
    font-weight: 500 !important; 
    text-decoration: none;
    border-radius: 0.75em;
    background-color: #7190c5 !important;
    color: #0431B8;
    transition: ease-in-out 0.5s !important;
  }
  .textonavitem_entrar{
    font-weight: bold !important; 
    font-size: 1.5em;
    color: #0035DD !important;
    padding: 1em;
    text-decoration: none;
    background-color: #fff !important;
    border-radius: 0.5em;
  }
    
  .textonavitem_entrar:hover{
    color: #fff !important;
    background-color: #0035DD !important;
    transition: ease-in-out 0.4s;
    border-radius: 0.5em;
    }
  .texto_blanco_mayuscula{
    color: #fff;
    font-weight: bold;
    font-size: 4em;
  }
  .texto_blanco_minuscula_light{
    color: #fff;
    font-weight: 200;
    font-size: 3em;
    line-height: 95%;
  }
  .texto_azul_bold{
    color: #0037FF;
    font-weight: bold;
    font-size: 5em;
  }
  .texto_blanco_semilight{
    color: #fff;
    font-weight: 400;
    font-size: 3em;
  }
  .texto_blanco_parte_baja{
    color: #fff;
    font-size: 3em;
    font-weight: 400;
    padding: 0.5em;
  }
  .centrado_texto_fitsale{
    justify-content: center;
    padding: 10em;
  }
  .texto_final_publicidad{
    color: #fff;
    font-size: 2.25em;
    font-weight: 400;
    padding: 1em;
  }
  .texto_informacion_cerrado{
    margin-bottom: 0em;
  }
  .texto_blanco_grande{
    color: #fff;
    font-size: 4em;
    padding: 1em;
  }
  .texto_blanco_grande_informacion{
    color: #fff;
    font-size: 4em;
    padding: 0.5em;
    padding-bottom: 0em;
  }
  .texto_blanco_grande_clientes{
    color: #fff;
    font-size: 3em;
    padding: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  .texto_blanco_footer{
    color: #fff;
    font-size: 3em;
    padding: 1em;
  }
.negro{
    background-color: transparent !important; /* Hace que la barra de navegación sea transparente */
    border: none; /* Remueve cualquier borde */
  }
  /* Navbar transparente */
  .navbar-expand-lg{
    transition: ease-in-out 0.5s;
  }
  .color_navbar_desplazado{
    background-color: #263d70d6/*#26568a*/;
    transition: ease-in-out 0.8s;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
  }
  .sidebar_color{
    background-color: #001041 !important;
  }
  nav{
    display: flex;
    box-sizing: border-box;
  }
  
  .logonavbar{
    height: 3em;
    margin-bottom: 0px;
    transform: scale(0.5em);
    padding: 0px;
  }

a{
  text-decoration: none;
}
.item{
    text-decoration: none;
}
/*Whatsapp*/
.whatsapp {
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
}

.whatsapp-icon {
  margin-top:13px;
}
/*Banner*/
 .carousel-item video {
    height: 100%;
    object-fit: cover; 
}

/*Informacion*/
.background_informacion{
    background: linear-gradient( #031246, #0E194C);
    height: 100%;
  }
    /*Tarjeta cerrada*/
    .margen_informacion{
      padding: 10em;
      padding-top: 1em;
      padding-bottom: 3em;
    }
    .tarjeta_cerrada{
      border-radius: 0% 2em 2em 2em;;
      background-color: #102FAF;
      color: #fff;
      padding: 2em;
      padding-top: 1em;
      padding-bottom: 1.5em;
      transition: ease-in-out 0.5s;
    }
    .tarjeta_cerrada:hover{
      border-radius: 0% 2em 2em 2em;;
      background-color: #fff;
      color: #fff;
      padding: 2em;
      padding-top: 1em;
      padding-bottom: 1.5em;
      transition: ease-in-out 0.5s;
    }
    
    .box{
      border-radius: 0% 2em 2em 2em;;
      background-color: #102FAF;
      color: #fff;
      padding: 2em;
      padding-top: 1em;
      padding-bottom: 1.5em;
      margin-top: 2em;
      margin-left: auto;
      margin-right: auto;
      transition: ease-in-out 0.8s;
    }
    .box::before{
      content:attr(data-something);
      opacity: 1;
      transition: ease-in-out 0.8s;
      color: #fff;
    }
    .box:hover::before{
      content:attr(data-content);
      opacity: 1;
      transition: ease-in-out 0.8s;
    }
    .box:hover{
      border: #fff solid 1.5px;
      transition: ease-in-out 1s;
      color: #fff;
      transition: ease-in-out 0.5s;
      background-color: #021042;
    }
    .tarjeta_cerrada :hover{
      border-radius: 0% 2em 2em 2em;;
      background-color: #102FAF;
      color: #fff;
      padding: 2em;
      padding-top: 0em;
      padding-bottom: 1.5em;
    }
    .margen_tarjeta{
      padding: 3em;
      padding-top: 3em;
      padding-bottom: 0%;
    }
    .tarjeta_informacion{
      border-radius: 0% 2em 2em 2em;;
      color: #fff;
      padding: 2em;
      padding-top: 0em;
      padding-bottom: 0em;
      border: solid 1.5px #fff;
      margin: 1em;
      height: 100%;
    }
    .container_tarjeta{
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .imagen_tarjeta{
      width: 12.5em;
      padding: 2em;
    }
    .titulo_tarjeta{
      font-size: 1.7em;
      padding-bottom: 0.5em;
      text-align: center;
    }
    .texto_tarjeta{
      font-size: 1em;
    }
    .centrado_izquierda{
      display: flex;
      align-items: center;
    }
    .margen_herramientas{
      padding: 5em;
      padding-top: 3em;
      padding-bottom: 0%;
    }
    .tarjeta_herramientas{
      border-radius: 0% 2em 2em 2em;;
      color: #ffffff;
      padding: 2em;

      height: 11em;
      display: flex;
      align-items: center;
      transition: ease-in-out 0.6s;
    }
    .tarjeta_herramientas:hover{
      border-radius: 0% 2em 2em 2em;;
      background-color: #fff;
      box-shadow: #fff 0px 0px 10px;
      color: #fff;
      padding: 2em;
      padding-top: 0em;
      padding-bottom: 1.5em;
      transition: ease-in-out 0.6s;
    }
    .container_herramientas{
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .imagen_herramientas{
      width: 10em;
      padding: 2em;
      padding-bottom: 1em;
    }
    .link_herramientas{
      text-decoration: none;
    }
    .titulo_herramientas{
      font-size: 1.8em;
      font-weight: bold;
      text-decoration: none;
    }
    .col-md-3 :hover{
      transition: ease-in-out 0.5s;
    }
    .flecha_informacion{
      width: 3em;
      padding: 0.5em;
    }
    .centrado_texto{
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .fondo_gente{
        background: url('../imagenes/fondo_todo_en_una_sola_herramienta.png');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        height: 45em;
        width: 100%;
      }
      
/*Textos animados*/
.textos_animados{
    z-index: 1;

    overflow-x: hidden;
}
.box_animaciones {
    display: flex;
    position: relative; /* Cambiado a relative para evitar problemas de superposición */
}
.texto_bombeante {
    font-size: 1.5em;
    font-weight: 600;
    animation: texto_bombeante 2s infinite;
    padding: 0.5em;
    position: relative; /* Cambiado a relative */
}
.circulo_bombeante {
    width: 2em;
    height: 2em;
    background-color: #cfcfcf;
    border-radius: 50%;
    animation: circulo_bombeante 2s infinite;
    margin: 1.3em;
    justify-content: center;
    align-items: center;
    position: relative; /* Cambiado a relative */
}
  .circulo_bombeante_2{
    width: 1.5em;
    height: 1.5em;
    background-color: #fff;
    border-radius: 50%;
    animation: circulo_bombeante 2s infinite;
    margin: 0.25em;
    
  }
  .circulo_bombeante_3{
    width: 2em;
    height: 2em;
    background-color: #fff;
    border-radius: 50%;
    animation: circulo_bombeante 2s infinite;
    margin: 1.3em;
    
  }
  /*Circulo*/
  .background_circulo{
    background: linear-gradient( #0B143A, #020E3D);
    height: 100%;
  }
  .lineas{

    height: 100%;
  }
  .centrado_circulo{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    z-index: 0;
    padding: 2em;
  }
  .margen_circulo{
    color: #fff;
    padding: 1.5em;
  }
  .titulo_circulo{
    color: #fff;
    font-size: 3.5em;
  }
  .circle1{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35em;
    width: 35em;
    border-radius: 50%;
    border: 3px solid #0434C2;
    border-top: 3px solid #5d75be;
    animation: ani 4s linear infinite;
  }
  .circle2{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30em;
    height: 30em;
    border-radius: 50%;
    border: 3px solid #0434C2;
    border-top: 3px solid #5d75be;
    animation: ani 7s linear infinite;
  }
  .circle3{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25em;
    height: 25em;
    border-radius: 50%;
    border: 3px solid #0434C2;
    border-top: 3px solid #5d75be;
    animation: ani 9s linear infinite;
  }
  .circle4{
    width: 20em;
    height: 20em;
    display: flex;
    border-radius: 50%;
    border: 3px solid #0434C2;
    border-top: 3px solid #5d75be;
    animation: ani 11s linear infinite;
  }
/*Clientes*/
.fondo_clientes{
  background: linear-gradient( #020E3D, #0a194a);
  

}
.item{
  text-decoration: none;
 
}
.clientes_link{
  text-decoration: none;
}
.margen_clientes{
  padding: 8em;
  padding-top: 1em;
  padding-bottom: 3em;
  }
/*Publicidad Fitsale*/
.background_fitsale{
  background: url('../imagenes/fondo_publicidad_fitsale.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;

}
.imagen_fitsale{
  width: 10em;
}
.boton_app{
  width: 10em;
  padding: 0.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.margen_general_fitsale{
  padding: 8em;
  padding-top: 4em;
  padding-bottom: 4em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
/*Frase motivacional*/
.background_frase_motivacional{
  background: linear-gradient( #0a194a, #081531);
}
.texto_frase_motivacional{
  color: #fff;
  font-size: 1.5em;
  padding: 1em;
}
.margen_frase_motivacional{
  padding: 5em;
  padding-top: 0em;
  padding-bottom: 0em;
}
/*Contactanos*/
.background_contactanos{
  background: linear-gradient( #031552, #081531);
}
.titulo_contactanos{
  color: #fff;
  font-size: 3em;
  padding: 0em;
  padding-left: 0em;
  padding-right: 0em;
}
.texto_contactanos{
  color: #fff;
  font-size: 1em;
}
.form-label{
  color: #fff;
  font-weight: 500;
}
.mapa_contactanos{
  width: 100%;
  height: 100%;
}
/*Footer*/
.background_footer{
  background-color: #081531;
}
.margen_footer{
  padding: 8em;
  padding-top: 2em;
  padding-bottom: 3em;
  align-items: center;
  align-items: center;
}

.logo_clez_footer_centrado{
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo_clez_footer{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 4em;
  padding-right: 4em;
}
.redes_sociales{
  padding: 3em;
  padding-top: 0em;
  padding-bottom: 0em;
}
.icono_red_social{
  width: 1.5em;
  padding: 0em;
}
.lista_footer{
list-style: none;
padding-left: 0em;
text-decoration: none;
}
.titulos_footer{
color: #fff;
}
.texto_footer {
  color: #5A5E6B;
  text-decoration: inherit;
}
.texto_footer:hover {
  color: #5A5E6B;
  text-decoration: underline;
}
.footer_legal{
  padding: 4em;
  padding-top: 1em;
  padding-bottom: 1em;
}
.titulos_legales_footer{
  color: #fff;
}
.legales_footer{
  color: #5A5E6B;
  font-size: 0.8em;
}
@media (max-width: 2900px) {
  .texto_blanco_grande_informacion{
    color: #fff;
    font-size: 6em;
    padding: 0.5em;
    padding-bottom: 0em;
  }
  .margen_informacion{
    padding: 10em;
    padding-top: 1em;
    padding-bottom: 3em;
  }
  /*Circulos*/
  .circle1{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50em;
  width: 50em;
  border-radius: 50%;
  border: 3px solid #0434C2;
  border-top: 3px solid #5d75be;
  animation: ani 4s linear infinite;
  overflow: hidden;
}
.circle2{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42em;
  height: 42em;
  border-radius: 50%;
  border: 3px solid #0434C2;
  border-top: 3px solid #5d75be;
  animation: ani 7s linear infinite;
  overflow: hidden;
}
.circle3{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34em;
  height: 34em;
  border-radius: 50%;
  border: 3px solid #0434C2;
  border-top: 3px solid #5d75be;
  animation: ani 9s linear infinite;
  overflow: hidden;
}
.circle4{
  display: flex;
  width: 28em;
  height: 28em;
  border-radius: 50%;
  border: 3px solid #0434C2;
  border-top: 3px solid #5d75be;
  animation: ani 11s linear infinite;
  overflow: hidden;
}
.texto_blanco_mayuscula{
  color: #fff;
  font-weight: bold;
  font-size: 7em;
}
.texto_blanco_minuscula_light{
  color: #fff;
  font-weight: 200;
  font-size: 5em;
  line-height: 95%;
}
.texto_blanco_grande_clientes{
  color: #fff;
  font-size: 5em;
  padding: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
/*publicidad fitsale*/
.background_fitsale{
  background: url('../imagenes/fondo_publicidad_fitsale.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.imagen_fitsale{
  width: 40em;
}
.boton_app{
  width: 20em;
  padding: 0.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
}
@media (max-width: 2560px) {
  .texto_blanco_grande_informacion{
    color: #fff;
    font-size: 5em;
    padding: 0.5em;
    padding-bottom: 0em;
  }
  .titulo_herramientas{
    font-size: 1.8em;
    font-weight: bold;
    text-decoration: none;
  }
  .margen_informacion{
    padding: 1em;
    padding-top: 1em;
    padding-bottom: 3em;
  }
  /*informacion*/
  .margen_tarjeta{
    padding: 1em;
    padding-top: 3em;
    padding-bottom: 0%;
  }
  .margen_herramientas{
    padding: 1em;
    width: 100%;
    padding-top: 3em;
    padding-bottom: 0%;
  }
  .tarjeta_informacion{
    border-radius: 0% 2em 2em 2em;;
    color: #fff;
    padding: 2em;
    padding-top: 0em;
    padding-bottom: 0em;
    border: solid 1.5px #fff;
    margin: 2em;
    height: 100%;
  }
  /*Circulos*/
  .circle1{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40em;
  width: 40em;
  border-radius: 50%;
  border: 3px solid #0434C2;
  border-top: 3px solid #5d75be;
  animation: ani 4s linear infinite;
  overflow: hidden;
}
.circle2{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34em;
  height: 34em;
  border-radius: 50%;
  border: 3px solid #0434C2;
  border-top: 3px solid #5d75be;
  animation: ani 7s linear infinite;
  overflow: hidden;
}
.circle3{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28em;
  height: 28em;
  border-radius: 50%;
  border: 3px solid #0434C2;
  border-top: 3px solid #5d75be;
  animation: ani 9s linear infinite;
  overflow: hidden;
}
.circle4{
  display: flex;
  width: 22em;
  height: 22em;
  border-radius: 50%;
  border: 3px solid #0434C2;
  border-top: 3px solid #5d75be;
  animation: ani 11s linear infinite;
  overflow: hidden;
}
.fondo_gente{
  background: url('../imagenes/fondo_todo_en_una_sola_herramienta.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 37em;
  width: 100%;
}

.texto_blanco_mayuscula{
  color: #fff;
  font-weight: bold;
  font-size: 6em;
}
.texto_blanco_minuscula_light{
  color: #fff;
  font-weight: 200;
  font-size: 4.5em;
  line-height: 95%;
}
.texto_blanco_grande_clientes{
  color: #fff;
  font-size: 4em;
  padding: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

}
@media (max-width: 1440px) {
  .texto_blanco_grande_clientes{
    color: #fff;
    font-size: 3em;
    padding: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  .titulo_herramientas{
    font-size: 1.6em;
    font-weight: bold;
    text-decoration: none;
  }
  .margen_informacion{
    padding: 1em;
    padding-top: 1em;
    padding-bottom: 3em;
  }
  /*informacion*/
  .margen_tarjeta{
    padding: 1em;
    padding-top: 3em;
    padding-bottom: 0%;
  }
  .margen_herramientas{
    padding: 1em;
    width: 100%;
    padding-top: 3em;
    padding-bottom: 0%;
  }
  .tarjeta_informacion{
    border-radius: 0% 2em 2em 2em;;
    color: #fff;
    padding: 2em;
    padding-top: 0em;
    padding-bottom: 0em;
    border: solid 1.5px #fff;
    margin: 0em;
    height: 100%;
  }
  /*Circulos*/
  .circle1{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 27em;
  width: 27em;
  border-radius: 50%;
  border: 3px solid #0434C2;
  border-top: 3px solid #5d75be;
  animation: ani 4s linear infinite;
  overflow: hidden;
}
.circle2{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22em;
  height: 22em;
  border-radius: 50%;
  border: 3px solid #0434C2;
  border-top: 3px solid #5d75be;
  animation: ani 7s linear infinite;
  overflow: hidden;
}
.circle3{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18em;
  height: 18em;
  border-radius: 50%;
  border: 3px solid #0434C2;
  border-top: 3px solid #5d75be;
  animation: ani 9s linear infinite;
  overflow: hidden;
}
.circle4{
  display: flex;
  width: 14em;
  height: 14em;
  border-radius: 50%;
  border: 3px solid #0434C2;
  border-top: 3px solid #5d75be;
  animation: ani 11s linear infinite;
  overflow: hidden;
}
.fondo_gente{
  background: url('../imagenes/fondo_todo_en_una_sola_herramienta.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 30em;
  width: 100%;
}

.texto_blanco_mayuscula{
  color: #fff;
  font-weight: bold;
  font-size: 7em;
}
.texto_blanco_minuscula_light{
  color: #fff;
  font-weight: 200;
  font-size: 4em;
  line-height: 95%;
}
/*publicidad fitsale*/
.background_fitsale{
  background: url('../imagenes/fondo_publicidad_fitsale.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.imagen_fitsale{
  width: 25em;
}
.boton_app{
  width: 18.5em;
  padding: 0.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
/*footer*/
.logo_clez_footer{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1em;
  padding-right: 1em;
}
}
@media (max-width: 1024px) {
  .margen_informacion{
    padding: 4%;
    padding-top: 1em;
    padding-bottom: 3em;
  }
  .texto_blanco_grande{
    color: #fff;
    font-size: 3em;
    padding: 1em;
  }
  .texto_blanco_grande_clientes{
    color: #fff;
    font-size: 3em;
    padding: 0.4em;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    margin-top: 0.5em;
  }
  .titulo_herramientas{
    font-size: 1.4em;
    font-weight: bold;
    text-decoration: none;
  }
  .margen_informacion{
    padding: 1em;
    padding-top: 1em;
    padding-bottom: 3em;
  }
  /*informacion*/
  .margen_tarjeta{
    padding: 0.5em;
    padding-top: 3em;
    padding-bottom: 0%;
  }
  .margen_herramientas{
    padding: 0em;
    width: 100%;
    padding-top: 3em;
    padding-bottom: 0%;
  }
  .tarjeta_informacion{
    border-radius: 0% 2em 2em 2em;;
    color: #fff;
    padding: 2em;
    padding-top: 0em;
    padding-bottom: 0em;
    border: solid 1.5px #fff;
    margin: 0em;
    height: 100%;
  }
  /*Circulos*/
  .titulo_circulo{
    color: #fff;
    font-size: 3em;
  }
  .circle1{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 22em;
  width: 22em;
  border-radius: 50%;
  border: 3px solid #0434C2;
  border-top: 3px solid #5d75be;
  animation: ani 4s linear infinite;
  overflow: hidden;
}
.circle2{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18em;
  height: 18em;
  border-radius: 50%;
  border: 3px solid #0434C2;
  border-top: 3px solid #5d75be;
  animation: ani 7s linear infinite;
  overflow: hidden;
}
.circle3{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14.5em;
  height: 14.5em;
  border-radius: 50%;
  border: 3px solid #0434C2;
  border-top: 3px solid #5d75be;
  animation: ani 9s linear infinite;
  overflow: hidden;
}
.circle4{
  display: flex;
  width: 10em;
  height: 10em;
  border-radius: 50%;
  border: 3px solid #0434C2;
  border-top: 3px solid #5d75be;
  animation: ani 11s linear infinite;
  overflow: hidden;
}
.fondo_gente{
  background: url('../imagenes/fondo_todo_en_una_sola_herramienta.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 35em;
  width: 100%;
}
/*publicidad fitsale*/
.background_fitsale{
  background: url('../imagenes/fondo_publicidad_fitsale.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.imagen_fitsale{
  width: 20em;
}
.boton_app{
  width: 15.5em;
  padding: 0.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.texto_blanco_mayuscula{
  color: #fff;
  font-weight: bold;
  font-size: 6em;
}
.texto_blanco_minuscula_light{
  color: #fff;
  font-weight: 200;
  font-size: 4em;
  line-height: 95%;
}
/*footer*/
.margen_footer{
  padding: 6em;
  padding-top: 1em;
  padding-bottom: 3em;
  }
.logo_clez_footer{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
}
@media (max-width: 768px) {
  .titulo_contactanos_2{
    color: #fff;
    font-size: 4em;
    padding-top: 4em;
    padding: 0.5em;
    padding-bottom: 0em;
  }
  .texto_contactanos_2{
    color: #fff;
    font-size: 1.225em;
  }
  .texto_blanco_grande_informacion{
    color: #fff;
    font-size: 3.8em;
    padding: 0.5em;
    padding-bottom: 0em;
  }
  .texto_blanco_grande{
    color: #fff;
    font-size: 2.5em;
    padding: 0em;
  }
  .texto_blanco_grande_clientes{
    color: #fff;
    font-size: 2.5em;
    padding: 0.3em;
  }
  .titulo_herramientas{
    font-size: 1.8em;
    font-weight: bold;
    text-decoration: none;
  }
  .margen_informacion{
    padding: 1em;
    padding-top: 1em;
    padding-bottom: 3em;
  }
  /*informacion*/
  .margen_tarjeta{
    padding: 0.5em;
    padding-top: 3em;
    padding-bottom: 0%;
  }
  .margen_herramientas{
    padding: 1em;
    width: 100%;
    padding-top: 3em;
    padding-bottom: 0%;
  }
  .tarjeta_informacion{
    border-radius: 0% 2em 2em 2em;;
    color: #fff;
    padding: 2em;
    padding-top: 0em;
    padding-bottom: 0em;
    border: solid 1.5px #fff;
    margin: 0em;
    margin-top: 1em !important;
    height: 100%;
    position: relative;
  }
  /*Circulos*/
  .titulo_circulo{
    color: #fff;
    font-size: 2.8em;
  }
  .circle1{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20em;
  width: 20em;
  border-radius: 50%;
  border: 3px solid #0434C2;
  border-top: 3px solid #5d75be;
  animation: ani 4s linear infinite;
  overflow: hidden;
}
.circle2{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16em;
  height: 16em;
  border-radius: 50%;
  border: 3px solid #0434C2;
  border-top: 3px solid #5d75be;
  animation: ani 7s linear infinite;
  overflow: hidden;
}
.circle3{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12em;
  height: 12em;
  border-radius: 50%;
  border: 3px solid #0434C2;
  border-top: 3px solid #5d75be;
  animation: ani 9s linear infinite;
  overflow: hidden;
}
.circle4{
  display: flex;
  width: 8em;
  height: 8em;
  border-radius: 50%;
  border: 3px solid #0434C2;
  border-top: 3px solid #5d75be;
  animation: ani 11s linear infinite;
  overflow: hidden;
}
.fondo_gente{
  background: url('../imagenes/fondo_todo_en_una_sola_herramienta.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 30em;
  width: 100%;
}

.texto_blanco_mayuscula{
  color: #fff;
  font-weight: bold;
  font-size: 4em;
}
.texto_blanco_minuscula_light{
  color: #fff;
  font-weight: 200;
  font-size: 3em;
  line-height: 95%;
}
/*publicidad fitsale*/
.centrado_botones_fitsale{
  display: flex;
  justify-content: center;
  align-items: center;
}
.background_fitsale{
  background: url('../imagenes/fondo_publicidad_fitsale.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.imagen_fitsale{
  width: 18em;
}
.boton_app{
  width: 100%;
  padding: 4em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
/*footer*/
.margen_footer{
  padding: 2em;
  padding-top: 1em;
  padding-bottom: 3em;
  }
.logo_clez_footer{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 5em;
  padding-right: 5em;
}
}
@media (max-width: 769px){
  
  .boton_app{
    width: 100%;
    padding: 0.5em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
}
@media (max-width: 425px) {
  .titulo_contactanos_2{
    color: #fff;
    font-size: 3em;
    padding: 0.5em;
    padding-bottom: 0em;
  }
  .texto_contactanos_2{
    color: #fff;
    font-size: 1.225em;
  }
  .texto_blanco_grande_informacion{
    color: #fff;
    font-size: 2.35em;
    padding: 0.5em;
    padding-bottom: 0em;
  }
  .margen_informacion{
    padding: 1em;
    padding-top: 1em;
    padding-bottom: 3em;
  }
  .texto_blanco_grande{
    color: #fff;
    font-size: 1.8em;
    padding: 0.3em;
    padding-top: 0.8em;
  }
  .texto_blanco_grande_clientes{
    color: #fff;
    font-size: 1.8em;
    padding: 0.3em;
    padding-top: 0.8em;
  }
  .titulo_herramientas{
    font-size: 1.6em;
    font-weight: bold;
    text-decoration: none;
  }
  .margen_informacion{
    padding: 1em;
    padding-top: 1em;
    padding-bottom: 3em;
  }
  /*informacion*/
  .margen_tarjeta{
    padding: 0.5em;
    padding-top: 3em;
    padding-bottom: 0%;
  }
  .margen_herramientas{
    padding: 1em;
    width: 100%;
    padding-top: 3em;
    padding-bottom: 0%;
  }
  .tarjeta_informacion{
    border-radius: 0% 2em 2em 2em;;
    color: #fff;
    padding: 2em;
    padding-top: 0em;
    padding-bottom: 0em;
    border: solid 1.5px #fff;
    margin: 0em;
    margin-top: 1em !important;
    height: 100%;
    width: 100%;
  }
  /*Circulos*/
  .titulo_circulo{
    color: #fff;
    font-size: 2.8em;
  }
  .circle1{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 15em;
  width: 15em;
  border-radius: 50%;
  border: 3px solid #0434C2;
  border-top: 3px solid #5d75be;
  animation: ani 4s linear infinite;
  overflow: hidden;
}
.circle2{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12.5em;
  height: 12.5em;
  border-radius: 50%;
  border: 3px solid #0434C2;
  border-top: 3px solid #5d75be;
  animation: ani 7s linear infinite;
  overflow: hidden;
}
.circle3{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10em;
  height: 10em;
  border-radius: 50%;
  border: 3px solid #0434C2;
  border-top: 3px solid #5d75be;
  animation: ani 9s linear infinite;
  overflow: hidden;
}
.circle4{
  display: flex;
  width: 8em;
  height: 8em;
  border-radius: 50%;
  border: 3px solid #0434C2;
  border-top: 3px solid #5d75be;
  animation: ani 11s linear infinite;
  overflow: hidden;
}
.fondo_gente{
  background: url('../imagenes/fondo_todo_en_una_sola_herramienta.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.background_fitsale{
  background: url('../imagenes/fondo_publicidad_fitsale.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.imagen_fitsale{
  width: 15em;
}
.boton_app{
  width: 100%;
  padding: 0.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.texto_blanco_mayuscula{
  color: #fff;
  font-weight: bold;
  font-size: 3.5em;
}
.texto_blanco_minuscula_light{
  color: #fff;
  font-weight: 200;
  font-size: 2.5em;
  line-height: 95%;
}
.margen_clientes{
  padding: 2em;
  padding-top: 1em;
  padding-bottom: 3em;
}
/*frase motivacional*/
.margen_frase_motivacional{
  padding: 1.5em;
  padding-top: 0em;
  padding-bottom: 0em;
}
/*footer*/
.logo_clez_footer{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1em;
  padding-right: 1em;
}
}
@media (max-width: 375px) {
  .titulo_contactanos_2{
    color: #fff;
    font-size: 2.5em;
    padding: 0.5em;
    padding-bottom: 0em;
  }
  .texto_contactanos_2{
    color: #fff;
    font-size: 1.225em;
  }
  .texto_blanco_grande_informacion{
    color: #fff;
    font-size: 2.5em;
    padding: 0.5em;
    padding-bottom: 0em;
  }
  .texto_blanco_grande{
    color: #fff;
    font-size: 2em;
    padding: 1em;
  }
  .texto_blanco_grande_clientes{
    color: #fff;
    font-size: 2em;
    padding: 0.5em;
    padding-top: 0.3em;
  }
      .margen_informacion{
        padding: 1em;
        padding-top: 1em;
        padding-bottom: 3em;
      }
      /*informacion*/
      .margen_tarjeta{
        padding: 0.5em;
        padding-top: 3em;
        padding-bottom: 0%;
      }
      .margen_herramientas{
        padding: 1em;
        width: 100%;
        padding-top: 3em;
        padding-bottom: 0%;
      }
      .tarjeta_informacion{
        border-radius: 0% 2em 2em 2em;;
        color: #fff;
        padding: 2em;
        padding-top: 0em;
        padding-bottom: 0em;
        border: solid 1.5px #fff;
        margin: 0em;
        margin-top: 1em !important;
        height: 100%;
        width: 100%;
      }
    /*Circulos*/
    .titulo_circulo{
      color: #fff;
      font-size: 2.2em;
    }
    .circle1{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 15em;
    width: 15em;
    border-radius: 50%;
    border: 3px solid #0434C2;
    border-top: 3px solid #5d75be;
    animation: ani 4s linear infinite;
    overflow: hidden;
  }
  .circle2{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12.5em;
    height: 12.5em;
    border-radius: 50%;
    border: 3px solid #0434C2;
    border-top: 3px solid #5d75be;
    animation: ani 7s linear infinite;
    overflow: hidden;
  }
  .circle3{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10em;
    height: 10em;
    border-radius: 50%;
    border: 3px solid #0434C2;
    border-top: 3px solid #5d75be;
    animation: ani 9s linear infinite;
    overflow: hidden;
  }
  .circle4{
    display: flex;
    width: 7em;
    height: 7em;
    border-radius: 50%;
    border: 3px solid #0434C2;
    border-top: 3px solid #5d75be;
    animation: ani 11s linear infinite;
    overflow: hidden;
  }
  .fondo_gente{
    background: url('../imagenes/fondo_todo_en_una_sola_herramienta.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 20em;
    width: 100%;
  }
  
  .texto_blanco_mayuscula{
    color: #fff;
    font-weight: bold;
    font-size: 3em;
  }
  .texto_blanco_minuscula_light{
    color: #fff;
    font-weight: 200;
    font-size: 2em;
    line-height: 95%;
  }
  .margen_clientes{
    padding: 2em;
    padding-top: 1em;
    padding-bottom: 3em;
  }
  /*publicidad fitsale*/
  .background_fitsale{
    background: url('../imagenes/fondo_publicidad_fitsale.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100%;
    width: 100%;
  }
  .imagen_fitsale{
    width: 13.5em;
  }
  .boton_app{
    width: 100%;
    padding: 0.5em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  /*frase motivacional*/
  .margen_frase_motivacional{
    padding: 1.5em;
    padding-top: 0em;
    padding-bottom: 0em;
  }
  /*footer*/
  .margen_footer{
    padding: 2em;
    padding-top: 1em;
    padding-bottom: 3em;
    }
  .logo_clez_footer{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1em;
  padding-right: 1em;
    }
}
@media (max-width: 320px) {
    /*Textos*/
    .titulo_contactanos_2{
      color: #fff;
      font-size: 2em;
      padding: 0.5em;
      padding-bottom: 0em;
    }
    .texto_contactanos_2{
      color: #fff;
      font-size: 1em;
    }
    .texto_blanco_grande_informacion{
      color: #fff;
      font-size: 2.35em;
      padding: 0.5em;
      padding-bottom: 0em;
    }
    .texto_blanco_grande{
        color: #fff;
        font-size: 1.8em;
        padding: 0em;
      }
      .texto_blanco_grande_clientes{
        color: #fff;
        font-size: 1.8em;
        padding: 0.3em;
      }
      .titulo_herramientas{
        font-size: 1.6em;
        font-weight: bold;
        text-decoration: none;
      }
      .margen_informacion{
        padding: 1em;
        padding-top: 1em;
        padding-bottom: 3em;
      }
      /*informacion*/
      .margen_tarjeta{
        padding: 0.5em;
        padding-top: 3em;
        padding-bottom: 0%;
      }
      .margen_herramientas{
        padding: 1em;
        width: 100%;
        padding-top: 3em;
        padding-bottom: 0%;
      }
      .tarjeta_informacion{
        border-radius: 0% 2em 2em 2em;;
        color: #fff;
        padding: 2em;
        padding-top: 0em;
        padding-bottom: 0em;
        border: solid 1.5px #fff;
        margin: 0em;
        margin-bottom: 1em !important;
        margin-top: 1em !important;
        height: 100%;
        width: 100%;
      }
    .margen_clientes{
        padding: 1em;
        padding-top: 1em;
        padding-bottom: 3em;
      }
    /*Circulos*/
    .titulo_circulo{
      color: #fff;
      font-size: 2em;
    }
    .circle1{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 12em;
    width: 12em;
    border-radius: 50%;
    border: 3px solid #0434C2;
    border-top: 3px solid #5d75be;
    animation: ani 4s linear infinite;
    overflow: hidden;
  }
  .circle2{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10.5em;
    height: 10.5em;
    border-radius: 50%;
    border: 3px solid #0434C2;
    border-top: 3px solid #5d75be;
    animation: ani 7s linear infinite;
    overflow: hidden;
  }
  .circle3{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8.5em;
    height: 8.5em;
    border-radius: 50%;
    border: 3px solid #0434C2;
    border-top: 3px solid #5d75be;
    animation: ani 9s linear infinite;
    overflow: hidden;
  }
  .circle4{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6em;
    height: 6em;
    border-radius: 50%;
    border: 3px solid #0434C2;
    border-top: 3px solid #5d75be;
    animation: ani 11s linear infinite;
    overflow: hidden;
  }
  .fondo_gente{
    background: url('../imagenes/fondo_todo_en_una_sola_herramienta.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 15em;
    width: 100%;
  }
  /*publicidad fitsale*/
  .margen_imagen_fitsale{
    padding: 1em;
    padding-top: 0em;
    padding-bottom: 0em;
  }
  .background_fitsale{
    background: url('../imagenes/fondo_publicidad_fitsale.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100%;
    width: 100%;
  }
  .imagen_fitsale{
    width: 12.5em;
  }
  .boton_app{
    width: 100%;
    padding: 0.5em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  /*frase motivacional*/
  .margen_frase_motivacional{
    padding: 1.5em;
    padding-top: 0em;
    padding-bottom: 0em;
  }
  /*contactanos*/
  .titulo_contactanos{
    color: #fff;
    font-size: 3em;
    padding: 0em;
    padding-left: 0em;
    padding-right: 0em;
  }
  /*footer*/
  .margen_footer{
    padding: 2em;
    padding-top: 1em;
    padding-bottom: 3em;
    }
  .logo_clez_footer{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1em;
  padding-right: 1em;
    }
    .container_herramienta{
      justify-content: center;
      align-items: center;
      padding: 1em !important;
      height: 100%;
      width: 80%;
    }
}
@keyframes texto_bombeante{
  0%{
    color: #fff;
  }
  50%{
    color: #888888;
  }
  100%{
    color: #fff;
  }
}
@keyframes circulo_bombeante{
  0%{
    transform: scale(1);
  }
  50%{
    transform: scale(1.3);
  }
  100%{
    transform: scale(1);
  }
}
@keyframes circulo_bombeante_2{
  0%{
    transform: scale(1);
  }
  50%{
    transform: scale(1.3);
  }
  100%{
    transform: scale(1);
  }
}
@keyframes ani{
  0%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(360deg);
  }
}

/*CONTACTANOS*/
.background_contactanos_2{
  background: url('../imagenes/fondo_todo_en_una_sola_herramienta.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.imagen_mapa_clez_azul{
  width: 100%;
}
.container_whatsapp{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3em;
}
.titulo_contactanos_2{
  color: #fff;
  font-size: 2em;
  padding: 0.5em;
  padding-bottom: 0em;
}
.texto_contactanos_2{
  color: #fff;
  font-size: 1.225em;
}
/*HERRAMIENTAS*/
.background_header_herramientas{
  background-color: #021E53;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30em;
}
.container_header_herramientas{
  justify-content: center;
  align-items: center;
  padding: 1em; 
}
.texto_header_herramientas{
  color: #fff;
  font-size: 2em;
  font-weight: 300;
}
.background_herramientas{
  /*background-color: #0e234a;*/
  
  background: linear-gradient( #10254c, #0e234a);
}

.margen_herramientas{
  padding: 1em;
  width: 100%;
  padding-top: 3em;
  padding-bottom: 0%; 
}
.container_imagen_herramienta{
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 1em;
  height: 100%;
}
.imagen_herramienta{
  border-radius: 10%;
  width: 70%;
}
.container_herramienta{
  justify-content: center;
  align-items: center;
  padding: 3em;
  height: 100%;
  width: 80%;
}
.titulo_herramienta{
  color: #fff;
  font-size: 1.8em;
  font-weight: bold;
  padding-top: 0.5em;
  padding-bottom: 0.5em;

}
.texto_herramienta{
  color: #fff;
  font-size: 1.25em;
  font-weight: 300;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
