/*============================================ 
# Template Name: Gerardo Chávez Legacy
# Version: 3.0
# Date: 10/04/2024
# Author: dchavez
# Author URI: https://gerardochavez.pe
# Description: Sitio oficial del maestro Gerardo Chávez (1937–2025)
# Copyright © 2025 dchavez & Gerardo Chávez Legacy
# Todos los derechos reservados. 
# Prohibida la copia, distribución o uso no autorizado de este código.
============================================*/
/*===================
	Table of contents:
	- Import Fonts
	- General
	- Button
	- Navbar
	- Panel
	- Main home
	- Slider
	- Portfolio
	- Portfolio Details
	- Offers
	- Skill
	- Features
	- Product
	- Checkout
	- Product Details
	- Shopping Cart
	- Blog
	- Blog single
	- Login
	- Register
	- 404 pages
	- Testimonial
	- Faq
	- Team
	- Pricing
	- Footer
	
===================*/

/*===================
	import fonts
===================*/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700|Playfair+Display:400,700');

/*===================
	general
===================*/
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #000;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
}

body::-webkit-scrollbar {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
	color: #000000;
}

h1 {
	font-size: 34px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

a {
	color: #333;
}

p {
	margin: 8px 0;
	line-height: 21px;
}

.symbol-cross {
  font-family: "Roboto", "Segoe UI Symbol", "Arial Unicode MS", "Noto Sans Symbols", sans-serif;
  font-size: 1.4em;
  line-height: 1;
}

/*===================
	button
===================*/
.button {
	background: #ef5350;
	border: 0;
	color: #fff;
	padding: 4px 14px;
	border-radius: 3px;
	font-size: 12px;
	letter-spacing: 1px;
	position: relative;
	box-shadow: 0 2px 2px 0 transparent,0 1px 5px 0 rgba(0,0,0,.24),0 3px 1px -2px transparent;
}

/*===================
	navbar
===================*/
.navbar {
	width: 100%;
	height: 50px;
	padding: 0;
	z-index: 9;
	background: #111;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	padding: 12px 0;
}

.navbar .panel-control-right a i {
	font-size: 22px;
}

.site-title {
	display: inline-block;
}

.site-title h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 21px;
	padding: 0;
	margin: 0;
	font-weight: 700;
	line-height: 30px;
	color: #fff;
	position: relative;
	left: 3px;
}

.site-title h1 span {
	color: #ef5350;
	margin-right: 2px;
}

.side-nav {
	width: 250px;
	background: #111;
}

.side-nav a {
	padding: 0 16px;
	font-weight: 400;
}

.side-nav a:hover {
	background: transparent;
}

.panel-control-left {
	float: left;
	font-size: 20px;
}

.panel-control-left a i,
.panel-control-right a i {
	color: #fff;
}

.panel-control-right {
	float: right;
	font-size: 18px;
}

.panel-control-right .contact-icon i {
	border-right: 1px solid #ddd;
	padding-right: 13px;
	margin-right: 10px;
}

/*panel control*/
.panel-control-left .sidenav-control-right i {
	color: #ef5350;
	background: #fff;
	padding: 8px;
	margin: 2px 0;
	border-radius: 2px;
}

.panel-control-left ul {
	padding: 0;
	border: none;
}

.panel-control-left ul li {

}

.panel-control-left ul li a {
	font-size: 15px;
	color: #ddd;
}

.panel-control-left .side-nav li a i {
	color: #ddd;
}

.panel-control-left .side-nav li a > i {
	margin-right: 20px;
	font-size: 20px;
	position: relative;
	top: -2px;
}

.panel-control-left ul li .photos {
	background: url(../img/photos-bg.jpg) center no-repeat;
	background-size: 100% 100%;
	height: 100%;
	width: 100%;
	vertical-align: top;
	position: relative;
	text-align: center;
	padding: 35px 0 25px 0;
}

.panel-control-left ul li .photos * {
	position: relative;
}

.panel-control-left ul li .photos:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 0;
	background:  rgba(130, 68, 24, 0.69);
}

.panel-control-left ul li .photos img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
}

.panel-control-left ul li .photos h3 {
	font-size: 20px;
	color: #fff;
	font-weight: 500;
	display: block;
	margin: 0;
	padding: 0;
}

.panel-control-left ul .first-list {
	padding-top: 16px;
}

.panel-control-left .side-nav .collapsible-header {
	font-size: 16px;
	color: #fff;
	background: #111;
}

.panel-control-left .side-nav .collapsible-header > i {
	margin-right: 20px;
	font-size: 20px;
	color: #fff;
	position: relative;
	top: -2px;
}

.panel-control-left .side-nav .collapsible-header span i {
	float: right;
	text-align: right;
	font-size: 10px;
	margin-right: 0;
}

.panel-control-left .side-nav .collapsible-header:hover {
	background: transparent;
}

.panel-control-left .side-nav .collapsible-header.active {

}

.panel-control-left .side-nav li.active {
	background: transparent;
}

.panel-control-left .side-nav .collapsible-header i {
	color: #fff;
	width: 24px;
	text-align: left;
}

.custom-icon {
    color: #9f7352 !important;
}

.panel-control-left .collapsible-body ul {
	padding: 0 0 0 0;
	margin: 0;
}

.panel-control-left .collapsible-body {
	background: #111;
}

.panel-control-left .collapsible-body ul li a {
	padding-left: 60px;
	height: 40px;
	line-height: 40px;
}

.panel-control-left .categories-in li {
	line-height: 40px;
}

.panel-control-left .categories-in .collapsible-body ul li a {
	height: 36px;
	line-height: 36px;
}

.panel-control-left .categories-in .collapsible-header {
	padding-left: 45px;
}

.panel-control-left .categories-in .collapsible-body ul li a {
	padding-left: 60px;
}

/*===================
	main home
===================*/
.main-home {
	background: linear-gradient( rgba(0, 4, 8, 0.83), rgba(0, 4, 8, 0.83)), url(img/home.jpg) center no-repeat;
    background-attachment: scroll, scroll;
    background-size: auto auto, auto auto;
	background-size: cover;
	background-attachment: fixed;
	position: fixed;
	width: 100%;
	height: 100%;
}

.main-home .entry {
	position: absolute;
	top: 28%;
}

@media (max-height: 450px) {
	.main-home {
		overflow: scroll;
	}
	
	.main-home .entry {
		padding-bottom: 50px;
	}
}

.main-home h1 {
	color: #ef5350;
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 48px;
}

.main-home h2 {
	color: #fff;
	font-size: 32px;
	font-weight: 600;
	margin: 10px 0;
	letter-spacing: 1px;
	font-family: 'Playfair Display',serif;
	font-style: italic;
}

.main-home .button {
	display: inline-block;
	padding: 6px 14px;
	border-radius: 15px;
	margin-top: 22px;
	font-weight: bold;
	font-size: 13px;
}

/*===================
	slider
===================*/
.slider-slick {
	position: relative;
	overflow: hidden;
}

.slider-slick .slider-entry {
    position: relative;
    width: 100%;
    aspect-ratio: 1280 / 853; /* Mantiene la proporción original */
    overflow: hidden;
}

.slider-slick img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transform: translateY(0px); /* Sube la imagen 10px */
}

.slider-slick .overlay {
	background: linear-gradient(
		rgba(7, 7, 8, 0.63),
		rgba(7, 7, 8, 0.79)
	);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
}

.slider-slick .overlay.overlay-blue {
	background: rgba(1, 87, 155, 0.1);
}

.slider-slick .overlay.overlay-orange {
	background: rgba(255, 63, 5, 0.1);
}

.slider-slick .overlay.overlay-indigo {
	background: rgba(169, 68, 187, 0.1);
}

.slider-slick .overlay.overlay-red {
	background: rgba(244, 0, 0, 0.1);
}

.slider-slick .caption {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 67%;
	color: #fff;
	z-index: 999;
	overflow-wrap: break-word;
	text-align: center;
}

.slider-slick .caption.cap-center {
	top: 28%;
}

.slider-slick .caption.text-left {
	text-align: left;
}

.slider-slick .caption h2 {
	color: #fff;
	font-weight: 600;
	font-size: 40px;
}

@media (max-width: 478px) {
    .slider-slick .caption {
        top: 85%;
        transform: translateY(-85%); 
    }

    .slider-slick .caption h2 {
        font-size: 28px;
    }
}

.slider-slick .caption p {
	color: #eee;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

.slider-slick .caption ul {
	padding: 0;
	margin: 0;
}

.slider-slick .caption ul li {
	display: inline-block;
	margin: 0 4px;
}

.slider-slick .caption .button {
	border: 2px solid #ef5350;
}

.slider-slick .caption .button-two {
	background: transparent;
	border: 0;
	color: #fff;
	border: 2px solid #fff;
	padding: 6px;
	border-radius: 1px;
	font-size: 12px;
	letter-spacing: 1px;
	position: relative;
}


.slider-slick .slick-dots {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
}

.slider-slick .slick-dots li {
	width: auto;
}

.slider-slick .slick-dots li button {
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 50%;
}

.slider-slick .slick-dots li button {
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 50%;
}

.slider-slick .slick-dots li.slick-active button {
	background: #ef5350;
}

.slider-slick .slick-dots li button::before {
	font-size: 0;
	color: transparent;
}

.slick-dotted.slick-slider {
	margin-bottom: 0;
}

/*===================
	header
===================*/
.header {
	background: linear-gradient(
        rgba(5, 4, 4, 0.76),
        rgba(5, 4, 4, 0.76)
	),
	url(img/main-header.jpg);
	margin-top: 50px;
	padding: 32px 0;
	text-align: center;
}

.header h2 {
	color: #fff;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 26px;
}

@media (min-width: 320px) {
	.header h2 {
		font-size: 22px;
	}
}

.header p {
	color: #eee;
	font-size: 16px;
}


/*===================
	portfolio
===================*/
.portfolio ul {
	padding: 0;
	margin: 0 0 2px 0;
	cursor: default;
	text-align: center;
}

.portfolio ul li {
	display: inline-block;
	margin: 0 4px;
	cursor: pointer;
	padding: 0 3px 2px 3px;
	font-size: 16px;
	color: #444;
}

.portfolio ul .active {
	color: #ef5350;
}

.portfolio .row {
	margin: 0;
	padding: 0;
}

.portfolio .row .col {
	padding: 3px;
	margin: 0;
}

.portfolio img {
	width: 100%;
	height: 100%;
	display: block;
}

.portfolio .text {
	text-align: center;
	padding: 0 10px;
}

.portfolio .text h5 {
	margin-top: 8px;
	font-weight: 500;
	font-size: 16px;
}

.portfolio .text p {
	margin-top: 2px;
}

.portfolio .pagination {
	margin-top: 10px;
}

.portfolio .pagination ul li {
	margin: 0;
}

.pagination li.active {
	background: #ef5350;
}

/*===================
	portfolio details
===================*/
.portfolio-details img {
	width: 100%;
}

.portfolio-details h5 {
	margin-top: 12px;
}

.portfolio-details ul li {
	padding: 5px 0;
}

.portfolio-details ul li span {
	color: #333;
}

.portfolio-details ul li a {
	color: #999;
}

.portfolio-details2 .entrys {
	position: relative;
}

.portfolio-details2 .entrys .big-image img {
	width: 100%;
	height: 100%;
	box-shadow: 0 2px 2px 0 transparent,0 1px 5px 0 rgba(0,0,0,.24),0 3px 1px -2px transparent;
	padding: 10px;
	margin-bottom: 5px;
}

.portfolio-details2 .entrys img {
	width: 100%;
	height: 100%;
	border: 1px solid #ddd;
	padding: 10px;
	margin-bottom: 5px;
}

.portfolio-details2 .entrys .tabs {
	height: auto;
}

.portfolio-details2 .entrys .tabs a.active {
	border-bottom: 2px solid #80d6cf;
}

.portfolio-details2 .entrys .tabs a {
	border: 0 solid #80d6cf;
}

.portfolio-details2 .entrys .tabs img {
	border: 0;
}

.portfolio-details2 .entrys .tabs .indicator {
	height: 0;
	background: transparent;
}

.portfolio-details2 .entrys .tabs .tab {
	height: auto;
}

.portfolio-details2 .details .button  {
	margin-top: 20px;
}

/*===================
	offers
===================*/
.offers {
	text-align: left;
	padding: 10px 0 18px 0;
}

.offers .entry {
	box-shadow: 0 2px 2px 0 transparent,0 1px 5px 0 rgba(0,0,0,.24),0 3px 1px -2px transparent;
	padding: 12px;
}

.offers .entry h5 {
	font-weight: 500;
}

.offers i {
	color: #ef5350;
	text-align: center;
	padding: 20px 0 4px;
	line-height: 11px;
	border-radius: 10px;
	font-size: 24px;
	margin: 0 auto;
	margin-bottom: 17px;
}

.offers span {
	text-align: right;
	display: block;
}

.offers span i {
	margin-bottom: 0;
	padding: 0;
	color: #555;
}

/*===================
	skill
===================*/
.skill h5 {
	margin-bottom: 8px;
}

.skill .entry {
	width: 100%;
	height: 18px;
	background: #ddd;
	color: #fff;
	font-size: 12px;
}

.skill .entry .lines {
	background: #333;
	text-align: right;
	padding-right: 5px;
	height: 18px;
}

.skill .entry .s90 {
	width: 90%;
}

.skill .entry .s80 {
	width: 80%;
}

.skill .entry .s75 {
	width: 75%;
}

.skill .entry .s70 {
	width: 70%;
}



/*===================
	features
===================*/
.features .entry .icon {
	float: left;
	width: 60px;
	height: 60px;
	background: #ef5350;
	color: #fff;
	box-shadow: 0 2px 2px 0 transparent,0 1px 5px 0 rgba(0,0,0,.24),0 3px 1px -2px transparent;
	border-radius: 50%;
	text-align: center;
	margin-right: 20px;
	font-size: 38px;
	line-height: 58px;
}

.features .entry .content {
	overflow: hidden;
	margin-bottom: -10px;
}

.features .entry ul {
	padding: 0;
	margin: 0;
}

.features .entry ul li {
	display: inline-block;
}

.features .entry ul li i {
	margin-right: 10px;
	font-size: 22px;
	color: #ff8f00;
}

.features .entry ul li h5 {
	color: #0e2a60;
}

.features .row:last-child {
	margin-bottom: 0;
}

/*===================
	process
===================*/
.process .row {
	margin-bottom: 0;
}

.process .entry {
	background: #111;
	padding: 12px;
	box-shadow: 0 2px 2px 0 transparent,0 1px 5px 0 rgba(0,0,0,.24),0 3px 1px -2px transparent;
	color: #ddd;
}

.process .entry span {
	font-size: 30px;
	color: #eee;
}

.process .entry h5 {
	color: #fff;
	font-weight: 500;
}

.process .entry-icon {
	text-align: center;
}

.process .entry-icon i {
	font-size: 54px;
	color: #444;
	padding: 60px 0;
}

.process .col-left {
	padding-right: 0;
}

.process .col-right {
	padding-left: 0;
}

/*===================
	note
===================*/
.note {
	background: #111;
	color: #ddd;
	box-shadow: 0 2px 2px 0 transparent,0 1px 5px 0 rgba(0,0,0,.24),0 3px 1px -2px transparent;
}

.note h5 {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
}

.note .button {
	background: #ef5350;
	position: relative;
	top: -3px;
}

.note ul {
	padding: 0;
	margin: 0;
}

.note ul li {
	display: inline-block;
}

.note ul .call {
	float: right;
}

.note-second {
	background: #ef5350;
	color: #eee;
	box-shadow: 0 2px 2px 0 transparent,0 1px 5px 0 rgba(0,0,0,.24),0 3px 1px -2px transparent;
}

.note-second h5 {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
}

.note-second .button {
	background: #ef5350;
	position: relative;
	top: -3px;
}

.note-second ul {
	padding: 0;
	margin: 0;
}

.note-second ul li {
	display: inline-block;
}

.note-second ul .call {
	float: right;
}


/*===================
	words
===================*/
.words {
	background: #111;
	color: #eee;
}

.words h4 {
	color: #fff;
	font-weight: 500;
}

.words .button {
	margin-top: 8px;
}


/*===================
	rating
===================*/

.rating {
	font-size: 12px;
	margin-top: 5px;
}

.rating .active {
	color: #fecd2d;
}

/*===================
	product
===================*/
.product {
	text-align: center;
}

.product .app-title {
	margin-bottom: 20px;
}

.product .tabs {
	margin-bottom: 10px;
	text-align: center;
}

.product .tabs .tab {
	text-transform: none;
}

.product .tabs .tab a {
	color: #444;
	font-size: 18px;
}

.product .tabs .tab a.active {
	color: #ef5350;
}

.product .tabs .indicator {
	background: transparent;
}

.product .entry {
	position: relative;
	text-align: center;
	border-radius: 2px;
	box-shadow: 0 2px 2px 0 transparent,0 1px 5px 0 rgba(0,0,0,.24),0 3px 1px -2px transparent;
	padding: 10px 10px 18px;
	background: #fff;
}

.product .entry h6 {
	font-weight: 500;
}

.product .entry .price h5 {
	font-size: 20px;
	font-weight: 500;
	color: #ef5350;
	letter-spacing: 1px;
}

.product .entry img {
	width: 100%;
	height: 100%;
}

.product .entry .button {
	margin-top: 10px;
	margin-bottom: 5px;
}


.rating .active {
	color: #fecd2d;
}

.product .entry h6,
.product .entry .rating,
.product .entry .price {
	margin-top: 2px;
}

.product .pagination ul {
	margin-top: 25px;
	list-style: none;
	text-align: center;
}

.product .pagination ul li {
	display: inline-block;
	margin: 0 2px;
	box-shadow: 0 2px 2px 0 transparent,0 1px 5px 0 rgba(0,0,0,.24),0 3px 1px -2px transparent;
}

.product .pagination ul .active {
	background: #ef5350;
	color: #fff;
	border-color: #ef5350;
}

/*===================
	checkout
===================*/
.checkout .order {
	background: #fefefe;
	margin-top: 25px;
	padding: 16px 12px 2px;
	border: 1px solid #ddd;
	margin-bottom: 35px;
}

.checkout .order .title {
	text-align: center;
}

.checkout .order h5 {
	margin-bottom: 14px;
}

.checkout .order h5 span {
	font-size: 18px;
}

.checkout .order h6 {
	margin-bottom: 8px;
	font-size: 16px;
	color: #666;
}

.checkout .link {
	position: relative;
	top: -12px;
}

.checkout .order .text-right {
	text-align: right;
}

.checkout .order .button {
	margin-top: 10px;
	margin: auto;
	display: block;
}

/*===================
	section, title and bg
===================*/
.app-section {
	padding: 30px 0 35px 0;
}

.app-section-2 {
	padding: 5px 0 5px 0;
}

.app-pages {
	margin-top: 40px;
}

.app-pages-2 {
	margin-top: -10px;
}

.app-title {
	margin-bottom: 20px;
	text-align: center;
}

.app-title .line {
	height: 2px;
	width: 50px;
	background: #ef5350;
	margin: 3px auto;
}

.app-title p {
	margin: 2px 0;
}

.app-title h4 {
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 5px;
}

.pages-title {
	margin-bottom: 20px;
	text-align: center;
}

.pages-title p{
	padding: 16px;
	text-align: justify;
}

.pages-title h3 {
	font-size: 22px;
	font-weight: 600;
}

.pages-title h6 {
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
}

.container .entry .content h5 {
	font-size: 20px;
	font-weight: 900;
}

.app-bg-dark {
	background: #f9f9f9;
}

.app-bg-light {
	background: #fff;
}

.app-bg-light .entry {
	background: #f3f3f3;
}

.app-last-row {
	margin-bottom: 0;
}

.app-bg-color {
	background: #ef5350;
	color: #fff;
}

.app-bg-color h6 {
	color: #fff;
}

.app-bg-color .owl-theme .owl-controls .owl-page span {
	background: #fff;
	width: 10px;
	height: 10px;
}

.app-bg-color .app-title h4 {
	color: #fff;
}

.app-title h4 {
	font-weight: 500;
}

.bottom-zero-margin {
	margin-bottom: 5px;
}

/*===================
	product details
===================*/
.product-details .entry {
	position: relative;
}

.product-details .entry .big-image img {
	width: 100%;
	height: 100%;
	box-shadow: 0 2px 2px 0 transparent,0 1px 5px 0 rgba(0,0,0,.24),0 3px 1px -2px transparent;
	padding: 10px;
	margin-bottom: 5px;
}

.product-details .entry img {
	width: 100%;
	height: 100%;
	border: 1px solid #ddd;
	padding: 10px;
	margin-bottom: 5px;
}

.product-details .entry .tabs {
	height: auto;
}

.product-details .entry .tabs a.active {
	border-bottom: 2px solid #ef5350;
}

.product-details .entry .tabs a {
	border: 0 solid #ef5350;
}

.product-details .entry .tabs img {
	border: 0;
}

.product-details .entry .tabs .indicator {
	height: 0;
	background: transparent;
}

.product-details .entry .tabs .tab {
	height: auto;
}

.product-details .details .button  {
	margin-top: 20px;
}

.product-details .desc-review {
	margin-top: 30px;
}

.product-details .desc-review .tabs {
	height: 30px;
}

.product-details .desc-review .tabs .indicator {
	background: #ef5350;
}

.product-details .desc-review .tab {
	height: 30px;
	text-transform: none;
}

.review .comment .content .entry {
	overflow: hidden;
	margin-bottom: 22px;
}

.review .comment .content p {
	margin: 8px 0;
}

.review .comment .content img {
	width: 80px;
	height: 80px;
	float: left;
	margin-right: 15px;
	border-radius: 50%;
}

.review .comment .content {
	border-bottom: 1px solid #eee;
	padding-top: 20px;
	margin-top: 10px;
}

.review .post-review {
	margin-top: 20px;
}

.review .post-review h6 {
	margin-bottom: 15px;
}

/*===================
	product cart
===================*/
.product-cart .entry {
	border: 1px solid #ddd;
	padding: 10px 16px 0 10px;
}

.product-cart .entry h6,
.product-cart .cart-total h6 {
	font-size: 15px;
}

.product-cart .entry img {
	width: 100%;
	height: 100%;
	border: 1px solid #ddd;
}

.product-cart .entry .cart-title {
	padding: 10px 0 0;
}

.product-cart .entry .cart-title i {
	text-align: right;
	float: right;
}

.product-cart .entry .s-title {
	border-top: 1px solid #ddd;
	padding-top: 20px;
}

.product-cart .entry input[type="number"] {
	height: 25px;
	border: 1px solid #ccc;
	padding: 0;
	width: 40px;
	text-align: center;
	position: relative;
	bottom: 4px;
}

.product-cart .cart-total {
	text-align: right;
	margin-top: 25px;
}

.product-cart .cart-total h5,
.product-cart .cart-total h6 {
	margin-bottom: 10px;
}

.product-cart .cart-total .button {
	text-align: center;
	margin-right: 10px;
	margin-top: 10px;
}

/*===================
	blog
===================*/
.blog {
	position: relative;
}

.blog .entry {
	margin-bottom: 30px;
}

.blog .entry .user-date {
	padding: 0;
}

.blog .entry .content {
	padding: 0 0 5px 0;
}

.blog .entry .content h5 a {
	font-weight: 500;
}

.blog .entry img {
	width: 100%;
	height: 100%;
}

.blog .entry .user-date ul {
	list-style: none;
}

.blog .entry .user-date ul li {
	display: inline-block;
	margin-right: 12px;
}

.blog .entry .user-date ul li a i {
	margin-right: 6px;
	color: #ef5350;
}

.blog .pagination ul {
	margin-top: 25px;
	list-style: none;
	text-align: center;
}

.blog .pagination ul li {
	display: inline-block;
	margin: 0 2px;
	box-shadow: 0 2px 2px 0 transparent,0 1px 5px 0 rgba(0,0,0,.24),0 3px 1px -2px transparent;
}

.blog .pagination ul .active {
	background: #ef5350;
	color: #fff;
	border-color: #ef5350;
}

/*===================
	blog single
===================*/
.blog-single {
	position: relative;
}

.blog-single .entry {
	margin-bottom: 0;
}

.blog-single .entry img {
	width: 100%;
	height: 100%;
}

.blog-single .entry h5 {
	font-weight: 500;
}

.blog-single .entry .user-date ul {
	list-style: none;
}

.blog-single .entry .user-date ul li {
	display: inline-block;
	margin-right: 12px;
}

.blog-single .entry .user-date ul li a i {
	margin-right: 6px;
	color: #ef5350;
}

.blog-single .share ul {
	list-style: none;
	margin-top: 15px;
}

.blog-single .share ul li {
	display: inline-block;
}

.blog-single .share ul li h6 {
	margin-right: 4px;
	position: relative;
	bottom: 2px;
}

.blog-single .share ul li a i {
	font-size: 20px;
	margin: 0 4px;
}

.blog-single .author {
	border-top: 1px solid #eee;
	padding-top: 20px;
	position: relative;
}

.blog-single .author .entry {
	overflow: hidden;
}

.blog-single .author p {
	margin: 8px 0;
}

.blog-single .author img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	float: left;
	margin-right: 15px;
}

.blog-single .author .entry ul {
	padding: 0;
	margin: 0;
}

.blog-single .author .entry ul li {
	display: inline-block;
	margin-right: 3px;
}

.blog-single .comment {
	clear: both;
	margin-top: 20px;
}


.blog-single .comment .content .entry {
	overflow: hidden;
	margin-bottom: 22px;
}

.blog-single .comment .content p {
	margin: 8px 0;
}

.blog-single .comment .content img {
	width: 80px;
	height: 80px;
	float: left;
	margin-right: 15px;
}

.blog-single .comment .content {
	border-top: 1px solid #eee;
	padding-top: 20px;
	margin-top: 10px;
}

@media (min-width: 768px) {
	.blog-single .comment .content {
		border-top: 1px solid #eee;
		padding-top: 18px;
		margin-top: 10px;
		padding-bottom: 10px;
	}

	.blog-single .post-comment {
		margin-top: 6px;
	}
}

@media (min-width: 460px) {
	.blog-single .comment .content {
		border-top: 1px solid #eee;
		padding-top: 18px;
		margin-top: 10px;
		padding-bottom: 10px;
	}

	.blog-single .post-comment {
		margin-top: 6px;
		clear: both;
	}
}
.blog-single .post-comment .content {
	border-top: 1px solid #eee;
	padding-top: 20px;
	margin-top: 10px;
}

.blog-single .post-comment .content textarea {
	margin-bottom: 20px;
}

.blog-single .post-comment .content {
	
}
.blog-single .post-comment .content {
	
}
.blog-single .post-comment .content {
	
}

/*===================
	form custom
===================*/
form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="tel"], 
form input[type="number"],
form input[type="date"],
form .select-wrapper input.select-dropdown {
	border-bottom: 2px solid #eee;	
	height: 36px;
	border-radius: 2px;
	width: 100%;
	overflow: visible;
	box-sizing: border-box;
}

form input:not([type]):focus:not([readonly]),
form input[type="text"]:focus:not([readonly]),
form input[type="email"]:focus:not([readonly]),
form input[type="password"]:focus:not([readonly]),
form input[type="tel"]:focus:not([readonly]), 
form input[type="number"]:focus:not([readonly]), 
form input[type="date"]:focus:not([readonly]) {
	border-bottom: 2px solid #ef5350;
	box-shadow: none;
}

.input-field input:not([type]):focus:not([readonly]) + label,
.input-field input[type="text"]:focus:not([readonly]) + label,
.input-field input[type="email"]:focus:not([readonly]) + label,
.input-field input[type="password"]:focus:not([readonly]) + label,
.input-field input[type="tel"]:focus:not([readonly]) + label, 
.input-field input[type="number"]:focus:not([readonly]) + label, 
.input-field input[type="date"]:focus:not([readonly]) + label {
	color: #ef5350;
	box-shadow: none;
}

form textarea {
	border: none;
	border-bottom: 2px solid #eee;	
	border-radius: 2px;
	width: 100%;
	overflow: visible;
	box-sizing: border-box;
	height: auto;
	margin-bottom: 20px;
	outline: none;
}

form textarea:focus {
	border-bottom: 2px solid #ef5350;
}

form textarea:focus + label {
	color: #ef5350;
}

form .picker__weekday-display {
	background-color: #ef5350;
} 

form .picker__nav--prev:hover, .picker__nav--next:hover {
	background: #ef5350;
}

form .picker__date-display {
	background-color: #ef5350;
}

form .picker__day--selected, .picker__day--selected:hover, .picker--focused .picker__day--selected {
	background-color: #ef5350;
}

form .picker__day.picker__day--today {
	color: #ef5350;
}

/*===================
	placeholder color
===================*/
::-webkit-input-placeholder {
   color: #666;
}

:-moz-placeholder { /* Firefox 18- */
   color: #666;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #666;  
}

:-ms-input-placeholder {  
   color: #666;  
}

/*===================
	login
===================*/ 
.login strong {
	display: block;
	position: relative;
	bottom: 5px;
}

.login .forgot {
	margin-bottom: 10px;
	display: block;
}

.login [type="checkbox"] + label {
	padding-left: 30px;
	color: #333;
}

.login [type="checkbox"]:checked + label::before {
	border-right: 2px solid #ef5350;
border-bottom: 2px solid #ef5350;
}

.login .button {
	margin-top: 12px;
	margin-bottom: 24px;
	width: 100%;
}

.login .create-account {
	text-align: center;
}

.login .or h5 {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 40px;
	height: 40px;
	background: #ef5350;
	color: #fff;
	margin-right: auto;
	margin-left: auto;
	border-radius: 50%;
	line-height: 40px;
}

.login .or .button {
	margin-top: 12px;
	margin-bottom: 12px;
}

.login .facebook {
	background: #3b5998;
}

.login .twitter {
	background: #00aced;
}

.login .google {
	background: #dd4b39;
}

/*===================
	register
===================*/
.register .button {
	margin-top: 5px;
	margin-bottom: 14px;
	width: 100%;
}

.register .login-now {
	text-align: center;
	display: block;
}

.register .or h5 {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 40px;
	height: 40px;
	background: #ef5350;
	color: #fff;
	margin-right: auto;
	margin-left: auto;
	border-radius: 50%;
	line-height: 40px;
}

.register .or .button {
	margin-top: 12px;
	margin-bottom: 12px;
}

.register .facebook {
	background: #3b5998;
}

.register .twitter {
	background: #00aced;
}

.register .google {
	background: #dd4b39;
}

/*===================
	404 page
===================*/
.page-404 {
	text-align: center;
}

.page-404 h3 {
	font-size: 96px;
	color: #ef5350;
}

.page-404 .content h4 {
	font-size: 22px;
	font-weight: 600;
	color: #ef5350;
}

.page-404 .content h4 span {
	font-size: 16px;
	font-weight: 600;
	color: #000;
}

.page-404 .app-title {
	margin-bottom: 10px;
}

.page-404 .container .line {
	height: 2px;
	width: 33%;
	background: #ef5350;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.page-404 h3 span {
	color: #ef5350;
}

.page-404 img {
	width: 250px;
    margin: auto;
    display: block;
}

.page-404 .button {
	margin: 10px 0;
	display: inline-block;
}

.page-404 .button a {
	color: #fff;
}

/*===================
	testimonial
===================*/
.testimonial {
	text-align: center;
	padding: 30px 0 25px 0;
}

.testimonial i {
	font-size: 26px;
	color: #444;
}

.testimonial h6 {
	font-weight: 700;
}

.testimonial .app-title {
	margin-bottom: 10px;
}

.testimonial img {
	border-radius: 50%;
    margin: 5px 0 5px 0;
    height: 60px;
    width: 60px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0),0 1px 5px 0 rgba(0, 0, 0, 0.24),0 3px 1px -2px rgba(0, 0, 0, 0);
}

.testimonial .owl-theme .owl-controls .owl-page span {
	width: 15px;
	height: 5px;
	border-radius: 0;
}

/*===================
	faq
===================*/
.faq .collapsible {
	border: none;
	box-shadow: none;
}

.faq .collapsible li {
	margin-bottom: 6px;
	border: 0px solid #ddd;
	border-bottom-color: transparent;
}

.faq .collapsible li .collapsible-header {
	font-size: 16px;
	color: #000;
	font-weight: 600;
}

.faq .collapsible li .collapsible-header i {
	float: right;
	margin-right: 0;
	width: auto;
	font-size: 14px;
}

.faq .collapsible li .collapsible-body p {
	padding: 16px;
}


/*===================
	team
===================*/
.team-app .entry {
	text-align: center;
}

.team-app .entry img {
	width: 100%;
	height: 100%;
}

.team-app .entry h6 {
	margin-top: 10px;
}

.team-app .entry i {
	margin: 0 2px;
}

/*===================
	pricing 
===================*/
.pricing-app .entry {
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 20px 15px;
}

.pricing-app .entry span {
	font-size: 30px;
}


/*===================
	footer
===================*/
footer {
	background: #111;
	text-align: center;
	padding: 30px 0 0;
}

footer h6 {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}

footer .icon-social {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 20px;
	margin-bottom: 15px;
}

footer .icon-social li {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin: 0 3px;
	border-radius: 100%;
}



footer .icon-social .facebook {
	background: #1877F2;
	color: #fff;
}

footer .icon-social .youtube {
	background: #FF0000;
	color: #fff;
}

footer .icon-social .google {
	background: #dd4b39;
	color: #fff;
}

footer .icon-social .instagram {
	background: #E1306C;
	color: #fff;
}

footer .icon-social .rss {
	background: #fe7e00;
	color: #fff;

}

footer ul li a {
	color: #fff;
}

footer .icon-social li:hover {
	background: #ffffff;
}

footer .icon-social li:hover a {
	color: #000000;
}

footer .tel-fax-mail ul {
	list-style: none;
	padding: 0;
	margin: 0;
	color: #fff;
}

footer .tel-fax-mail ul li {
	padding: 4px 0;
}

footer .tel-fax-mail ul li span {
	font-weight: bold;
	padding: 0;
	margin: 6px;
	color: #7abdc6;
}

footer .ft-bottom {
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	border-top: 1px solid #232323;
}

footer .ft-bottom span {
	color: #7abdc6;
	font-size: 12px;
	font-weight: 600;
	padding: 0;
	margin: 0;
}

footer .direction span {
	color: #7abdc6;
	font-size: 40px;
	padding: 0;
	margin: 0;
}

footer .direction li {
	color: #fff;
	font-size: 16px;
	padding: 0;
	margin: 0;
}

/*===================
	Masterworks
===================*/
.masterworks .collapsible {
	border: none;
	box-shadow: none;
}

.masterworks .collapsible li {
	margin-bottom: 6px;
	border: 0px solid #ddd;
	border-bottom-color: transparent;
}

.masterworks .collapsible li .collapsible-header {
	font-size: 16px;
	color: #000;
	font-weight: 600;
}

.masterworks .collapsible li .collapsible-header i {
	float: right;
	margin-right: 0;
	width: auto;
	font-size: 14px;
}

.masterworks .collapsible li .collapsible-header span {
	color: #ef5350;
	font-size: 11px;
	font-weight: 500;
	padding: 0;
	margin: 0;
}

.masterworks .collapsible li .collapsible-body p {
	padding: 16px;
}

.masterworks .collapsible li .collapsible-body i {
	color: #ef5350;
}

.masterworks .collapsible .collapsible-img img {
    width: 300px;
    margin: auto;
    display: block;
}

/*===================
	expo
===================*/
.expo {
	position: relative;
}

.expo .entry {
	margin-bottom: 30px;
}

.expo .entry .user-date {
	padding: 0;
}

.expo .container .line {
	height: 2px;
	width: 90%;
	background: #ef5350;
	margin: auto;
	margin-bottom: 40px;
}

.expo .entry .content {
	padding: 0 0 5px 0;
}

.expo .entry .content h5 a {
	font-weight: 500;
}

.expo .entry img {
	width: 100%;
	height: 100%;
}

.expo .mus img {
	width: 300px;
    margin: auto;
    display: block;
}

.expo .entry .user-date ul {
	list-style: none;
}

.expo .entry .user-date ul li {
	display: inline-block;
	margin-right: 12px;
}

.expo .entry .user-date ul li a i {
	margin-right: 6px;
	color: #ef5350;
}

.expo .pagination ul {
	margin-top: 25px;
	list-style: none;
	text-align: center;
}

.expo .pagination ul li {
	display: inline-block;
	margin: 0 2px;
	box-shadow: 0 2px 2px 0 transparent,0 1px 5px 0 rgba(0,0,0,.24),0 3px 1px -2px transparent;
}

.expo .pagination ul .active {
	background: #ef5350;
	color: #fff;
	border-color: #ef5350;
}

.expo .desc-review {
	margin-top: 30px;
}

.expo .desc-review .tabs {
	height: 30px;
}

.expo .desc-review .tabs .indicator {
	background: #ef5350;
}

.expo .desc-review .tab {
	height: 30px;
	text-transform: none;
}

@media (min-width: 976px) {
    .expo .desc-review .tabs {
        display: flex;
        justify-content: center;
        gap: 10px;
    }
}

@media (max-width: 429px) {
     .expo .desc-review .tabs {
        display: flex;
        justify-content: center;
        gap: 5px;
    }

    .expo .desc-review .tab a {
        font-size: 13px; 
        font-weight: 600;
        padding: 5px;
    }
}

/*===================
	bio
===================*/
.bio {
	position: relative;
}

.bio .entry {
	margin-bottom: 30px;
}

.bio .entry .user-date {
	padding: 0;
}

.bio .entry .content {
	padding: 0 0 5px 0;
}

.bio .entry .content h5 a {
	font-weight: 500;
}

.bio .entry .content h3, 
.bio .entry .content h6 {
    text-align: center;
}

.bio .entry img {
	width: 100%;
	height: 100%;
}

.bio .entry .content img.img-left{
    float: left;
    margin: 0 5px 5px 0;
    width: 280px; 
    height: auto;
}

.bio .entry .content img.img-right{
    float: right;
    margin: 0 0 5px 5px;
    width: 280px; 
    height: auto;
}

.bio .entry .content img.img-left-vert {
    float: left;
    margin: 0 5px 5px 0;
    width: 200px; 
    height: auto;
}

.bio .entry .content img.img-right-vert {
    float: right;
    margin: 0 0 5px 5px;
    width: 200px; 
    height: auto;
}

/* Reducir la imagen en pantallas pequeñas */
@media (max-width: 480px) {
    .bio .entry .content img.img-left, 
    .bio .entry .content img.img-right {
        width: 187px !important;
    }
}

@media (max-width: 480px) {
    .bio .entry .content img.img-left-vert, 
    .bio .entry .content img.img-right-vert {
        width: 137px !important;
    }
}

.bio .entry .user-date ul {
	list-style: none;
}

.bio .entry .user-date ul li {
	display: inline-block;
	margin-right: 12px;
}

.bio .entry .user-date ul li a i {
	margin-right: 6px;
	color: #ef5350;
}

.bio .pagination ul {
	margin-top: 25px;
	list-style: none;
	text-align: center;
}

.bio .pagination ul li {
	display: inline-block;
	margin: 0 2px;
	box-shadow: 0 2px 2px 0 transparent,0 1px 5px 0 rgba(0,0,0,.24),0 3px 1px -2px transparent;
}

.bio .pagination ul .active {
	background: #ef5350;
	color: #fff;
	border-color: #ef5350;
}

/*===================
	noticias
===================*/
.nota {
	position: relative;
}

.nota .container .line {
	clear: both;
	height: 2px;
	width: 90%;
	background: #ef5350;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.nota .entry {
	margin-bottom: 30px;
}

.nota .entry .user-date {
	padding: 0;
}

.nota .entry .content {
	padding: 0 0 5px 0;
}

.nota .entry .content h5 a {
	font-weight: 500;
}

.nota .entry .content h3, 
.nota .entry .content h6 {
    text-align: center;
	font-weight: 500;
}

.nota .entry img {
	width: 100%;
	height: 100%;
}

.nota .entry .content img.img-left{
    float: left;
    margin: 0 5px 5px 0;
    width: 200px; 
    height: auto;
}

.nota .entry .content img.img-right{
    float: right;
    margin: 0 0 5px 5px;
    width: 200px; 
    height: auto;
}

.nota .entry .content img.img-left-vert {
    float: left;
    margin: 0 5px 5px 0;
    width: 180px; 
    height: auto;
}

.nota .entry .content img.img-right-vert {
    float: right;
    margin: 0 0 5px 5px;
    width: 180px; 
    height: auto;
}

/* Reducir la imagen en pantallas pequeñas */
@media (max-width: 480px) {
    .nota .entry .content img.img-left, 
    .nota .entry .content img.img-right {
        width: 137px !important;
    }
}

@media (max-width: 480px) {
    .nota .entry .content img.img-left-vert, 
    .nota .entry .content img.img-right-vert {
        width: 137px !important;
    }
}

.nota .entry .user-date ul {
	list-style: none;
}

.nota .entry .user-date ul li {
	display: inline-block;
	margin-right: 12px;
}

.nota .entry .user-date ul li a i {
	margin-right: 6px;
	color: #ef5350;
}

.nota .pagination ul {
	margin-top: 25px;
	list-style: none;
	text-align: center;
}

.nota .pagination ul li {
	display: inline-block;
	margin: 0 2px;
	box-shadow: 0 2px 2px 0 transparent,0 1px 5px 0 rgba(0,0,0,.24),0 3px 1px -2px transparent;
}

.nota .pagination ul .active {
	background: #ef5350;
	color: #fff;
	border-color: #ef5350;
}

/*===================
	multimedia
===================*/
.multi {
	position: relative;
}

.multi .container .line {
	clear: both;
	height: 2px;
	width: 90%;
	background: #ef5350;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.multimedia {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: 200px; 
    margin: 0 auto;
}

.multimedia img {
    width: 200px;
    height: auto;
    display: block;
    margin-bottom: 1px;
}

.multimedia audio {
    width: 100%;
    max-width: 200px; 
} 

.video-container {
    position: relative;
    width: 100%;
    max-width: 800px; /* Ajusta según tu diseño */
    margin: auto;
}

.video-js {
    width: 100% !important;
    height: auto !important;
    display: block !important;
}

.video-container video {
    width: 100%;
    height: auto;
    display: none; /* Oculta el video hasta que se inicie */
}

.video-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.video-overlay img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.multi .entry {
	margin-bottom: 30px;
}

.multi .entry .user-date {
	padding: 0;
}

.multi .entry .content {
	padding: 0 0 5px 0;
}

.multi .entry .content h5 a {
	font-weight: 500;
}

.multi .entry .content h3, 
.multi .entry .content h6 {
    text-align: center;
	font-weight: 500;
}

.multi .entry img {
	width: 100%;
	height: 100%;
}

.multi .entry .content img.img-left{
    float: left;
    margin: 0 5px 5px 0;
    width: 200px; 
    height: auto;
}

/* Reducir la imagen en pantallas pequeñas */
@media (max-width: 480px) {
    .multi .entry .content img.img-left, 
    width: 137px !important;
    }
}

.multi .entry .user-date ul {
	list-style: none;
}

.multi .entry .user-date ul li {
	display: inline-block;
	margin-right: 12px;
}

.multi .entry .user-date ul li a i {
	margin-right: 6px;
	color: #ef5350;
}

.multi .pagination ul {
	margin-top: 25px;
	list-style: none;
	text-align: center;
}

.multi .pagination ul li {
	display: inline-block;
	margin: 0 2px;
	box-shadow: 0 2px 2px 0 transparent,0 1px 5px 0 rgba(0,0,0,.24),0 3px 1px -2px transparent;
}

.multi .pagination ul .active {
	background: #ef5350;
	color: #fff;
	border-color: #ef5350;
}

.img-full {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
}

.youtube-preview {
    text-align: center;
}

.youtube-preview img {
    width: 100%;
    max-width: 500px;
    cursor: pointer;
    margin-bottom: 10px;
}

.youtube-preview .buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.btn {
    padding: 8px 12px;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.btn:hover {
    background-color: #0056b3;
}

/*===================
	auspicio banners
===================*/

/* Contenedor principal */
.blockThe-Content-Logos {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
}

/* Contenedor de logos */
.containerCenter-Logos ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 0;
    list-style: none;
}

/* Ajuste de imágenes */
.containerCenter-Logos img {
    width: 120px;
    height: auto;
}

/* Ajustes en pantallas más grandes */
@media (min-width: 600px) {
    .containerCenter-Logos img {
        width: 180px;
    }
}

@media (min-width: 900px) {
    .containerCenter-Logos img {
        width: 250px;
    }
}

/*===================
	img animado
===================*/

.img-animado {
    display: flex;
	justify-content: center;
    align-items: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.img-animado img {
    width: 280px;
    height: auto;
}

/*===================
	back to top
===================*/
#back-to-top {
  position: fixed;
  bottom: 40px;
  right: 20px;
  display: none;
  z-index: 999;
}

#back-to-top img {
  width: 50px;
  height: auto;
  display: block;
  max-width: 100%;
  pointer-events: none;
}

body {
  overflow-x: hidden; /* evita espacio lateral blanco */
}

/* Para pantallas de PC (900px o más) */
@media (min-width: 900px) {
    #back-to-top {
        bottom: 30px;
        right: 50%;
        transform: translateX(50%);
    }
    #back-to-top img {
        width: 226px;
    }
}

/* Para pantallas medianas (600px a 899px) */
@media (min-width: 600px) and (max-width: 899px) {
    #back-to-top img {
        width: 113px;
    }
}

/*===================
	form result
===================*/
#form-result {
  margin-top: 10px;
  padding: 10px;
  border-radius: 6px;
}
.success {
  color: #155724;
  font-size: 14px;
  font-weight: 600;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
}
.error {
  color: #721c24;
  font-size: 14px;
  font-weight: 600;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
}

/*===================
	video multimedia
===================*/
.video-container { 
	position: relative; 
	width:100%; 
	max-width:100%; 
	margin:1rem 0; 
	overflow:visible; 
}
.video-container video.video-native {
  width:100%;
  display:block;
  background:#000;
  aspect-ratio:16/9;
  height:auto;
}

/*===================
	sponsor banner
===================*/

.sponsor-banner {
  margin: 30px auto 10px;
  max-width: 600px;
  padding: 15px 20px;
  border: 1px dashed #666;
  text-align: center;
  color: #fff;
  background: #111;
  font-size: 14px;
}

.sponsor-banner span {
  font-size: 13px;
  opacity: 0.8;
}

/*===================
	cards del Libro Dorado
===================*/
.wrap.grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.wrap.grid .card {
  flex: 1 1 100%;
}

@media (min-width: 992px) {
  .wrap.grid .card {
    flex: 0 0 calc(33.333% - 20px);
  }
}

.wrap.grid .card {
  flex: 1 1 100%;
  padding: 10px;
  box-sizing: border-box;
}

@media (min-width: 992px) {
  .wrap.grid .card {
    flex: 0 0 calc(33.333% - 20px);
  }
}

.wrap.grid .card h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.icon-only.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;   /* tamaño del botón */
  height: 48px;
  padding: 0;
}

.icon-only.btn i {
  margin: 0;
}

.modal {
  border-radius: 10px;
  overflow: hidden;
}