/* Fuentes */
@import url('https://fonts.googleapis.com/css?family=Roboto:300');

/* Genericos */
html * {
	text-rendering: optimizeLegibility !important;
	-webkit-text-rendering: optimizeLegibility !important;
	-moz-text-rendering: optimizeLegibility !important;
	-ms-text-rendering: optimizeLegibility !important;
	-o-text-rendering: optimizeLegibility !important;
	font-smoothing: antialiased !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-font-smoothing: antialiased !important;
	-ms-font-smoothing: antialiased !important;
	-o-font-smoothing: antialiased !important;
}
body {
	font-size: 1.6em;
}
header, section {
	clear: both;
}
img {
	max-width: 100%;
}
ul, li {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5 {
	line-height: 120%;
	text-align: center;
}
.clearfix {
	clear: both;
}
#back-to-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 9999;
	cursor: pointer;
	border: 0;
	transition: opacity 0.2s ease-out;
	opacity: 0;
	color: rgba(0, 0, 0, 0.25);
	font-size: 3.6em;
	text-decoration: none;
	color: rgba(112,126,107,1);
}

#back-to-top:hover {
	color: #ad8b55;
}

#back-to-top.show {
	opacity: 1;
}
#modalFormAlert .modal-content {
	overflow: hidden;
}
#modalFormAlert .modal-header {
	background-color: #ffc107;
}
#modalFormAlert .modal-header h4 {
	color: #333;
}
#modalFormAlert .modal-header button span {
	font-size: 26px;
}
#modalFormAlert .modal-body p {
	padding-top: 10px;
}
#modalFormAlert .modal-footer {
	text-align: center;
}
#modalFormAlert .modal-footer button {
	background-color: rgba(0,0,0,0.1);
	color: rgba(0,0,0,0.7);
	border: solid 1px rgba(0,0,0,0.15);
}
#modalFormAlert .modal-footer button:hover {
	background-color: rgba(0,0,0,0.2);
}
/* Personalizadas */

body {
    font-family: 'Nunito', sans-serif;
    background-color: #F7B6CD;
    color: #44324f;
    margin: 0;
    padding: 0;
}

.fondo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/fondo.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: -1; /* Poner detrás del contenido */
}

.capa {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F7B6CD;
    opacity: 0.6;
    background-attachment: fixed;
    z-index: -1; /* Poner detrás del contenido */
}

header {
    background: linear-gradient(#fde7e7, #EE528E);
    padding: 0rem 2rem;
    text-align: center;
}
h1, h2, h3 {
    font-family: 'Playfair Display', serif;
    color: #44324f;
    margin-bottom: 24px;
    margin-top: 0px;
}
p, strong, b, li {
    font-size: 16px;
}
a {
    font-size: 18px;
}
.section {
    padding: 3rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
}
.services-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 1.5rem;
}
.service {
    background-color: #ffffff;
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    width: 32%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-top: 4px solid #D1145A;
}
.service h3 {
    font-size: 22px;
    color: #D1145A;
    margin-bottom: 1rem;
}
.service p, .service ul {
    font-size: 16px;
    line-height: 1.5;
}
.service ul {
    padding-left: 1.2rem;
}
.service strong {
    margin: 1rem 0;
    display: inline-block;
    color: #BD1E24;
}
.service button {
    display: inline-block;
    margin-top: 1rem;
    background-color: #EE528E;
    color: white;
    padding: 0.8rem 1.2rem;
    text-decoration: none;
    border-radius: 30px;
    font-weight: bold;
    text-align: center;
    border: 2px solid #D1145A;
    font-size: 18px;
    width: 100%;
}
.form-group button {
    display: inline-block;
    margin-top: 1rem;
    background-color: #EE528E;
    color: white;
    padding: 0.8rem 1.2rem;
    text-decoration: none;
    border-radius: 30px;
    font-weight: bold;
    text-align: center;
    border: 2px solid #D1145A;
    font-size: 18px;
}
.section:nth-of-type(even) {
    background-color: #FDE4EC;
}
footer {
    background-color: #BD1E24;
    color: #fff;
}

.flex-header {
    display: flex;
    align-items: center;
}
.flex-header img {
    max-width: 200px; 
    margin: 2rem;
}

.flex-sobre {
    display: flex; 
    flex-wrap: nowrap; 
    gap: 1.5rem; 
    justify-content: space-between;
    align-items: center;
}

.flex-opiniones {
    display: flex; 
    flex-wrap: nowrap; 
    gap: 1.5rem; 
    justify-content: space-between;
}

.flex-servicios {
    display: flex; 
    gap: 1.5rem; 
    justify-content: space-between; 
    text-align: center;
}

#cookie_consent_edit_button_id {
    font-size: inherit;
}

.grid-ofertas {
    display: grid;
    grid-template-columns: 0.75fr 1fr;
}

/* Botón flotante */
    .floating-button {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: #ee5b93;
      color: white;
      border: none;
      border-radius: 50%;
      width: 60px;
      height: 60px;
      font-size: 24px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      box-shadow: 0 4px 10px rgba(0,0,0,0.2);
      transition: background-color 0.3s;
      z-index: 1000;
    }

    .floating-button:hover {
      background-color: #ee5b93;
    }

    /* Mensaje emergente */
    .help-message {
      position: fixed;
      bottom: 90px;
      right: 20px;
      background-color: #ffffff;
      color: #333;
      padding: 10px 15px;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.15);
      display: none;
      z-index: 999;
      font-family: sans-serif;
    }

    .help-message.active {
      display: block;
    }

/* Media Queries */
@media (max-width: 1199px){
}
@media (max-width: 991px){
    .flex-header {
        display: block;
    }
    .flex-header img {
        max-width: 150px; 
        margin: 2rem;
    }
}
@media (max-width: 767px){
    .section {
        padding: 3rem 1rem;
    }
    .flex-sobre {
        display: block; 
    }
    .flex-sobre div {
        margin-bottom: 10px;
        width: 100%;
    }
    .flex-opiniones {
        display: block; 
    }
    .flex-opiniones div {
        margin-bottom: 10px;
        width: 100%;
    }
    .services-container {
        display: block; 
    }
    .services-container div {
        margin-bottom: 10px; 
        width: 100%;
    }
    .flex-servicios {
        display: block; 
    }
    .flex-servicios div {
        margin-bottom: 10px; 
        width: 100%;
    }
}
@media (max-width: 600px){
}