/* 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: 'Work Sans', sans-serif;
    background: url(../img/fondo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-color: #11213d;
    color: #F8F8F8;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 1.1rem;
}
h1 {
    font-size: 28px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 20px;
}
p, b, li, span, a, label {
    font-size: 16px;
}
#main-content {
    position: relative;
    z-index: 1;
}
header, section, footer {
    max-width: 960px;
    margin: 0 auto;
    padding: 2rem;
}
h1, h2, h3 {
    font-family: 'Marcellus', serif;
    color: #a72179;
}
nav {
    background-color: #196774;
    padding: 1rem 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
nav a {
    margin: 0 1rem;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
}
nav a:hover, nav a:focus {
    color: #a72179;
    text-decoration: none;
}
.hero {
    background-color: #a72179;
    padding: 2rem 2rem;
    border-bottom: 3px solid #b49034;
    border-top: 3px solid #b49034;
    margin-top: 80px;
}
.section {
    padding: 2rem 0;
    border-bottom: 1px solid #b49034;
}
.highlight-section {
    background-color: #390751;
    padding: 2rem 2rem;
}
.services-container {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    max-width: 850px;
    margin: 0 auto;
}
.service {
    background-color: #F8F8F8;
    color: #11213d;
    padding: 1.5rem;
    border: 1px solid #b49034;
    border-radius: 8px;
    width: 400px;
    text-align: center;
    flex: 1;
  display: flex;
  flex-direction: column;
}
.service ul {
    margin-left: 35px;;
}
.service img {
    width: 100%;
    height: 200px;
    background-color: #EEE;
    margin-bottom: 1rem;
}
.service a {
    display: inline-block;
    background-color: #a72179;
    color: white;
    padding: 0.8rem 1.5rem;
    margin-top: 1rem;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    font-size: 20px;
      margin-top: auto;
}
.faq-funciona-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    padding: 2rem 0;
    text-align: left;
    max-width: 960px;
    margin: 0 auto;
}
.faq-funciona-wrapper section {
    flex: 1;
    padding: 0;
    margin: 0;
    border: none;
    
}
.testimonials-container {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}
.testimonial {
    background-color: #F8F8F8;
    color: #11213d;
    padding: 1rem;
    border: 1px solid #b49034;
    border-radius: 8px;
    width: 260px;
    font-style: italic;
    font-size: 15px;;
}
.cta-buttons a {
    display: inline-block;
    background-color: #a72179;
    color: white;
    padding: 1rem 2rem;
    margin: 1rem 1rem 0 0;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}
footer {
    text-align: center;
    font-size: 0.9rem;
    color: #F8F8F8;
}
#particles-js {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 0;
    pointer-events: none;
    background: transparent;
}
#particles-js canvas {
    display: block !important;
    opacity: 1 !important;
}

.modal-body {
    color: black;
}

#form {
    color: black;
}

#form button {
    display: inline-block;
    background-color: #a72179;
    color: white;
    padding: 0.8rem 1.5rem;
    margin-top: 1rem;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    font-size: 20px;
    margin-top: auto;
}

@media only screen and (max-width: 768px) {
    .faq-funciona-wrapper {
        flex-direction: column;
        text-align: left;
    }
    .services-container {
        display: block;
        justify-content: center;
        gap: 2rem;
        flex-wrap: wrap;
        max-width: 850px;
        margin: 0 auto;
    }
    .service {
        width: 94%;
        margin: 0 auto;
        margin-bottom: 15px;
    }
    #faq ul, #funciona ol {
        padding: 10px 35px;
    }
}

/* Media Queries */
@media (max-width: 1199px){
}
@media (max-width: 991px){
}
@media (max-width: 767px){
}
@media (max-width: 600px){
}