@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Vidaloka&display=swap');

/* 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 {
    background-color: #673AB7;
    font-family: "Open Sans", sans-serif !important;
}
.header {
    font-family: "Vidaloka", serif !important;
    font-weight: 700;
    font-size: 4em;
    color: #000;
    padding: 20px 0px;
}

		.img-fluid {
			max-width: 100%;
			height: auto;
		}
		/* Estilos para centrado vertical */
.display-table {
    display: table;
}

.vertical-center {
    display: table-cell;
    vertical-align: middle;
    float: none;
}
.vertical-center-color {
	background: #f6d9fd;
    border-radius: 12px;
}

.vertical-content {
    display: block;
}

/* Asegurar que las columnas tengan la misma altura */
.row.display-table > [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: middle;
}

.btn-secondary {
	border: #dfa6ee 2px solid;
}

/* Ajustes para dispositivos móviles */
@media (max-width: 767px) {
    .display-table,
    .row.display-table > [class*="col-"],
    .vertical-center {
        display: block;
        margin: 0px;
        padding: 10px 10px;
    }
}

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