﻿* {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
}

.separador-50 {
	width: 100%;
	height: 50px;
}

#text-boton-1 {
	text-decoration: none;
	font-weight: bold;
}

#header>.header-cabecera {
	height: 80px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

#header>.header-cabecera>.header-div {
	padding: 2rem;
	min-width: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#header>.header-cabecera>.telefono a {
	text-decoration: none;
}

#header>.header-cabecera>.header-div>.logo img {
	margin: auto;
}

#header>.header-cabecera>.header-div>.btn-call-to-action {
	text-decoration: none;
	padding: 1rem;
}

#header>.header-cabecera>.header-div>.btn-call-to-action:hover {
	transform: scale(1.05);
}

#header>.menu {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	height: 60px;
	background-color: #208FD0;
}

#header>.menu>.link-menu a {
	text-decoration: none;
	color: white;
	font-weight: bold;
}

/*HERO*/

#hero {
	width: 100%;
	background-size: cover;
	display: flex;
	justify-content: start;
	padding: 2rem 0;
}

#hero>.information-business {
	display: flex;
	flex-flow: column;
	gap: 20px;
	max-width: 60%;
	padding: 3rem;
}

#hero>.information-business h1 {
	color: #fff;
	font-size: 55px;
}

#hero>.information-business p {
	color: #fff;
	font-size: 20px;
}

.btn-servicios {
	padding: 1rem;
	background-color: #208FD0;
	color: white;
	text-decoration: none;
	font-size: 20px;
	max-width: 200px;
	border: none;
	cursor: pointer;
}

#hero>.information-business>.btn-servicios:hover {
	transform: scale(1.05);
}

/*NOSOTROS*/

#nosotros {
	display: flex;
	justify-content: space-around;
	padding: 2rem 2rem;
}

#nosotros>.texto-nosotros {
	max-width: 50%;
	padding: 2rem;
	display: flex;
	flex-flow: column;
	gap: 20px;
}

#nosotros>.presupuesto {
	padding: 1rem;

	max-width: 600px;
	border-radius: 9px;
	box-shadow: 5px 5px 7px 2px #87868676;
}

#nosotros>.presupuesto>.datos-presupuesto {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	padding-bottom: 1rem;
	border-bottom: solid #bcbababc;
}

/*FORMULARIO*/
.response-form {
	background: #40c35133;
	padding: 1rem;
	margin-top: 20px;
	border-radius: 8px;
}

#nosotros>.presupuesto>.presupuesto-form {
	padding: 1rem;
}

.campo-form {
	display: flex;
	gap: 20px;
}

.form-input label {
	font-size: 20px;
}

.form-input input[type="text"] {
	font-size: 20px;
	border: none;
	border-bottom: solid 0.5px;
}

.form-input input[type="email"] {
	font-size: 20px;
	border: none;
	border-bottom: solid 0.5px;
}

.form-input input[type="tel"] {
	font-size: 20px;
	border: none;
	border-bottom: solid 0.5px;
}

.form-input select {
	margin-top: 20px;
	font-size: 20px;
	border: none;
	border-bottom: solid 0.5px;
}

.form-input textarea {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 20px;
	border-radius: 8px;
}

.form-input {
	padding: 0.5rem 0;
	display: flex;
	flex-flow: column !important;
}

/*SERVICIOS*/

#servicios>.titulo-servicios {
	padding: 2rem;
	text-align: center;
}

.titulo-servicios .titulin {
	font-size: 40px;
}

.grid-servicios {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	/* Crea 3 columnas iguales */
	gap: 20px;
	/* Espacio entre las celdas */
	padding: 20px;
	/* Espacio alrededor de la sección */
}

.servicio {
	background-color: #f0f0f06c;
	text-align: left;
	border-radius: 8px;

	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.datos-servicio {
	padding: 20px;
	display: flex;
	flex-flow: column;
	gap: 20px;
}

.img-servicio img {
	box-sizing: border-box;
	width: 100%;
	height: 250px;
	object-fit: cover;
}

.text-warning {
	font-weight: bold;
	color: rgb(247, 207, 33);
	font-size: 17px;
}

.contenedor-anuncio {
	width: 100%;
	background-size: cover;
	background-attachment: fixed;
	display: flex;
	justify-content: center;
	padding-top: 2rem;
}

.texto-anuncio {
	max-width: 50%;
	padding: 2rem;
}

.titulin-anuncio {
	font-size: 30px;
}

.p-destacado {
	padding: 1rem;
	font-weight: bold;
	border-left: solid 10px #208FD0;
	background: #bcbaba24;
}

/* PRECIOS*/
#precios {
	background-color: #8786863a;
	padding: 2rem 0;
}

.contenedor-precios {
	width: 80%;
	background-size: cover;
	background-attachment: fixed;
	margin: auto;
}

.titulin-precio {
	font-size: 30px;
	text-align: center;
}

.tabla-precios {
	margin: auto;
	width: 80%;
}

.tabla-precios tr,
td {
	padding: 10px;
}

.tabla-precios-body {
	color: black;
	font-weight: bold;
}

.precio-servicio {
	background-color: #208FD0;
	width: 50%;
	border-radius: 9px;
	color: white;
	font-size: 18px;
}

.contenedor {
	width: 100%;
	display: flex;
	justify-content: center;
}

#map {
	width: 100%;
}

.contenedor-map-title {
	border-top: solid 5px #208FD0;
	border-bottom: solid 5px #208FD0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
	padding: 2rem;
}

.btn-action {
	display: flex;
	padding: 1rem;
	border: solid #208FD0;
	background-color: white;
	font-size: 20px;
	text-decoration: none;
	color: #208FD0;
}

/*FOOTER*/
.footer-container {
	display: flex;
	flex-direction: row;
	width: 100%;
	background: #000000;
	justify-content: center;
	gap: 20px;
}

.footer-column {
	padding: 2rem;
	max-width: 300px;
}

.footer-title {
	font-weight: bold;
	color: #208FD0;
	margin-bottom: 30px;
	border-bottom: solid 1px;
}

.serv-link {
	display: flex;
	flex-direction: column;
	color: #ffffff;
	text-decoration: none;
	font-weight: 700;
}

/* Estilos para el botón flotante */
.floating-button {
	position: fixed;
	bottom: 20px;
	/* Ajusta la distancia desde la parte inferior */
	right: 20px;
	/* Ajusta la distancia desde la derecha */
	z-index: 1000;
	/* Asegura que el botón esté por encima de otros elementos */
}

/* Estilos para la imagen del botón */
.floating-button img {
	width: 48px;
	/* Ajusta el ancho de la imagen según tus necesidades */
	height: auto;
	/* Permite que la altura se ajuste automáticamente */
	border: none;
	/* Quita el borde del enlace */
}

/* Estilos opcionales para el enlace */
.floating-button a {
	text-decoration: none;
	/* Quita la subrayado del enlace */
}

.contenedor-legales {
	padding: 2rem;
	max-width: 900px;
	margin: auto;
	display: flex;
	flex-flow: column;
	gap: 15px;
}

.boton-flotante {
	display: none;
}

#opiniones {
	padding: 2rem;
}

#opiniones h2 {
	padding: 1rem;
	text-align: center;
}

.opiniones-contenedor {
	padding: 2rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.opinion {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	box-shadow: 0 0 5px #ddd;
	border-radius: 7px;
	gap: 10px;
	padding: 2rem;
}

.linker {
	text-decoration: none;
	font-weight: bold;
}

.faq-container {
	padding: 1rem;
	max-width: 600px;
	margin: 0 auto;
}

.faq-text {
	padding: 2rem;
	text-align: center;
}

.question {
	background-color: #dddddd43;
	margin-bottom: 10px;
	padding: 1rem;
	border-radius: 5px;
	cursor: pointer;
}

.question-text {
	padding: 1rem;
	font-weight: bold;
}

.answer {
	display: none;
}

.show-answer {
	display: block !important;
	padding: 1rem;
}

#beneficios {
	padding-top: 10px;
	padding-bottom: 10px;
	display: flex;
	flex-direction: column;
	align-items: center
}

@media only screen and (min-width: 992px) {
	#beneficios {
		padding-top: 10px
	}
}

#beneficios .benefits-title {
	color: #202020;
	font-size: 36px;
	font-weight: 300;
	text-align: center
}

#beneficios .benefits-cards-wrapper {
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap
}

@media only screen and (min-width: 992px) {
	#beneficios .benefits-cards-wrapper {
		margin-top: 15px;
		margin-left: -15px;
		margin-right: -15px
		width: 100%;		
	}
}

#beneficios .benefits-cards-wrapper .benefits-card {
	width: 100%;
	min-height: 118px;
	height: auto;
	padding-left: 24px;
	border-radius: 16px;
	display: flex;
	align-items: center;
	background-color: #5d9ceb;
	margin: 14px
}

@media only screen and (min-width: 768px) {
	#beneficios .benefits-cards-wrapper .benefits-card {
		width: calc(50% - 28px);
		min-height: 118px
	}
}

@media only screen and (min-width: 992px) {
	#beneficios .benefits-cards-wrapper .benefits-card {
		padding-left: 58px;
		padding-bottom: 0;
		width: calc(50% - 28px);
		height: 118px
	}
}

#beneficios .benefits-cards-wrapper .benefits-card img {
	width: 50px;
	margin-right: 15px
}

@media only screen and (min-width: 992px) {
	#beneficios .benefits-cards-wrapper .benefits-card img {
		margin-right: 20px;
		width: 90px
	}
}

#beneficios .benefits-cards-wrapper .benefits-card h3 {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	text-align: left;
	line-height: 1;
	margin-bottom: 10px
}

#beneficios .benefits-cards-wrapper .benefits-card p {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	text-align: left;
	line-height: 1.25
}

.list--box-check {
	display: block;
	padding: .75rem;
	margin: 2.5rem 0;
	list-style: none;
	border: 1px solid #19b5fe;
	border-radius: .125rem;
}

.list--box-check .title {
	font-family: Trebuchet MS, sans-serif;
	font-size: 1.375rem;
	font-weight: 700;
	color: #e42828;
	list-style: none;
	margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
	.header-cabecera {
		/*
        flex-flow: column;
        height: 200px!important;
        justify-content: start;
        align-items: start;
        */
	}

	.opiniones-contenedor {

		grid-template-columns: repeat(1, 1fr);
	}

	.boton-flotante {
		display: block;
		position: fixed;
		bottom: 40px;
		left: 50%;
		transform: translateX(-50%);
		background-color: #208FD0;
		color: #fff;
		border: none;
		border-radius: 50px;
		padding: 15px 30px;
		font-size: 20px;
		text-align: center;
		box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
		z-index: 999;
	}

	.boton-flotante a {
		color: #fff;
		text-decoration: none;
	}

	.telefono a {
		display: none;
	}

	.header-div {
		padding: 0 !important;
		min-width: 0 !important;
	}

	.logo img {
		width: 240px;
	}

	.menu {
		height: auto;
	}

	.campo-form {
		flex-flow: column;
	}

	#hero {
		flex-direction: column;
	}

	.information-business {
		max-width: none !important;
	}

	.information-business h1 {
		font-size: 25px !important;
	}

	#nosotros {
		display: flex;
		flex-flow: column;
	}

	.texto-nosotros {
		max-width: none !important;
	}

	.grid-servicios {
		grid-template-columns: repeat(1, 1fr) !important;
	}

	.footer-container {
		flex-flow: column !important;
		height: auto !important;
	}

	.contenedor-precios {
		width: 100% !important;
	}

	.texto-anuncio {
		max-width: none !important;
	}

	.btn-call-to-action {
		padding: 0.3rem !important;
		margin-right: 10px !important;
	}

	.floating-button img {
		width: 50px !important;
	}
}

blockquote {
    margin: 20px 0;
    padding-left: 1.5rem;
    border-left: 5px solid #1ca3e1;
}

.page-footer {
    padding-top: 20px;
    color: #fff;
    background-color: #000000;
}

.fixed-action-phone-btn {
    position: fixed;
    left: 23px;
    bottom: 100px;
    padding-top: 15px;
    margin-bottom: 0;
    z-index: 997;
}

.fixed-action-whatsapp-btn {
    position: fixed;
    left: 23px;
    bottom: 35px;
    padding-top: 15px;
    margin-bottom: 0;
    z-index: 997;
}

.content {
    margin: 0 auto;
    line-height: 200%;
	padding: 2rem;
    display: flex;
    flex-flow: column;
    gap: 20px;
}

.content-width {
    width: 95%;
}