/*=============================================
GLOBAL
=============================================*/
*{
	font-family: 'Ubuntu', sans-serif;
}
:root {
	
    --white: #fff;
	--grey1: #DFDFDF;
	--grey2: #aaaaaa;
	--black: #000;
	--green: #00b93e;
	--red: #d8001d;
	--blue: #007BFF;
	--yellow: #81bffd;
	--color0: #ece5dd;
	--color1: #0078F0;
	--color2: #CD2029;
	--color3: #0029A4;
}
html {
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6, input, textarea, select, button, h1 span{
	font-family: 'Open Sans', sans-serif;
}

ul, ol{
	list-style: none;
}

a:visited, a:link, a:focus, a:hover, a:active{
	list-style: none;
	text-decoration: none;
	
}

.fc-today{
	background:rgba(255,255,255,0) !important;
	
}
.blue1{
	background-image: linear-gradient(var(--color1) ,var(--color2)),url("https://www.publicdomainpictures.net/pictures/130000/nahled/yellow-green-background.jpg");
	color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment:fixed;
	background-position:center;
}
.font_g{
	font-family: "Oswald", sans-serif;
	font-weight:500;
}
.btn{
	border-radius: 50px;
}

.negrita{
	font-weight: bolder;
}
.centrar{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.centrar_bet{
	display: flex;
	flex-direction: row;
	justify-content:space-between;
	align-items: center;
	
}
.centrar_left{
	display: flex;
	flex-direction: row;
	justify-content: left;
	align-items: center;
	
}
.container2{
	width: 80%;
	max-width: 1500px;
	margin: 0 auto;
}
@media (max-width:1699px) and (min-width:1600px){
	
}
@media (max-width:1599px) and (min-width:1500px){
	
}
@media (max-width:1499px) and (min-width:1403px){
	
}
@media (max-width:1402px) and (min-width:1300px){
	
}
@media (max-width:1299px) and (min-width:1200px){
	.centrar{
		flex-direction: row;
	}
}
@media (max-width:1199px) and (min-width:1100px){
	.centrar{
		flex-direction: row;
	}
}
@media (max-width:1099px) and (min-width:1000px){
	.centrar{
		flex-direction: row;
	}
}
@media (max-width:999px) and (min-width:900px){
	.centrar{
		flex-direction: row;
	}
}
@media (max-width:899px) and (min-width:770px){
	.centrar{
		flex-direction: row;
	}
}
@media (max-width:769px) and (min-width:700px){
	.centrar{
		flex-direction: column;
	}
}
@media (max-width:699px) and (min-width:600px){
	.centrar{
		flex-direction: column;
	}
}
@media (max-width:599px) and (min-width:500px){
	.centrar{
		flex-direction: column;
	}
}
@media (max-width:499px) and (min-width:400px){
	.centrar{
		flex-direction: column;
	}
}
@media (max-width:399px){
	
}
/*=============================================
CARRUCEL MOULO INICIO AZUL
=============================================*/
.modulo-inicio-backBlue{
	background-image: linear-gradient(var(--color1) ,var(--color2)),url("https://www.publicdomainpictures.net/pictures/130000/nahled/yellow-green-background.jpg");
	color: #fff;
}
.modulo-inicio-backBlue .img_lg{
	display:block;
}
.modulo-inicio-backBlue .img_sm{
	display: none;
}
.listaDatos li{
	font-size: 2.5rem;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: left;
	align-items: center;
	border: 0px solid;
}
.listaDatos li i{
	margin-right: 15px;
}
.modulo-inicio-backBlue hr{
	border-top: white;
}
.modulo-inicio-backBlue p{
	font-size: 1rem;
}
@media (max-width:1699px) and (min-width:1600px){
	.listaDatos li{
		font-size: 2.5rem;
	}
}
@media (max-width:1599px) and (min-width:1500px){
	.listaDatos li{
		font-size: 2.5rem;
	}
}
@media (max-width:1499px) and (min-width:1403px){
	.listaDatos li{
		font-size: 2.2rem;
	}
}
@media (max-width:1402px) and (min-width:1300px){
	.listaDatos li{
		font-size: 1.3rem;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding-right: 20px;
		padding-left: 20px;
		padding-bottom: 50px;
	}
}
@media (max-width:1299px) and (min-width:1200px){
	.listaDatos li{
		font-size: 1.8rem;
	}
}
@media (max-width:1199px) and (min-width:1100px){
	.listaDatos{
		width: 500px;
	}
	.listaDatos ul{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		
	}
	.listaDatos li{
		font-size: 1.3rem;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding-right: 20px;
		padding-left: 20px;
		padding-bottom: 50px;
	}
}
@media (max-width:1099px) and (min-width:1000px){
	.listaDatos{
		width: 500px;
	}
	.listaDatos ul{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		
	}
	.listaDatos li{
		font-size: 1.3rem;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding-right: 20px;
		padding-left: 20px;
		padding-bottom: 50px;
	}
}
@media (max-width:999px) and (min-width:900px){
	.listaDatos{
		width: 1000px;
		margin-left: -70px;
	}
	.listaDatos ul{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		
	}
	.listaDatos li{
		font-size: 1.3rem;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding-right: 20px;
		padding-left: 20px;
		padding-bottom: 50px;
	}
}
@media (max-width:899px) and (min-width:770px){
	.listaDatos{
		width: 1000px;
		margin-left: -90px;
	}
	.listaDatos ul{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		
	}
	.listaDatos li{
		font-size: 1.3rem;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding-right: 20px;
		padding-left: 20px;
		padding-bottom: 50px;
	}
}
@media (max-width:769px) and (min-width:700px){
	.listaDatos{
		width: 1000px;
	}
	.listaDatos ul{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		
	}
	.listaDatos li{
		font-size: 1.3rem;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding-right: 20px;
		padding-left: 20px;
		padding-bottom: 50px;
	}
}
@media (max-width:699px) and (min-width:600px){
	.listaDatos{
		width: 700px;
		margin-left: -60px;
	}
	.listaDatos ul{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		
	}
	.listaDatos li{
		font-size: 1.3rem;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding-right: 20px;
		padding-left: 20px;
		padding-bottom: 50px;
	}
}
@media (max-width:599px) and (min-width:500px){
	.listaDatos{
		width: 500px;
		margin-left: -30px;
	}
	.listaDatos ul{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		
	}
	.listaDatos li{
		font-size: 1.3rem;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding-right: 20px;
		padding-left: 20px;
		padding-bottom: 50px;
	}
}
@media (max-width:499px) and (min-width:400px){
	.listaDatos{
		width: 600px;
		margin-left: -100px;
	}
	.listaDatos ul{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		
	}
	.listaDatos li{
		font-size: 1.3rem;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding-right: 20px;
		padding-left: 20px;
		padding-bottom: 50px;
	}
}
@media (max-width:399px){
	.listaDatos{
		width: 600px;
		margin-left: -110px;
	}
	.listaDatos ul{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		
	}
	.listaDatos li{
		font-size: 1.3rem;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding-right: 20px;
		padding-left: 20px;
		padding-bottom: 50px;
	}
}
/*=============================================
HEADER
=============================================*/

header{
	top:0;
	z-index:10;
	width:100%;
	height: 61px;
	background:var(--white);
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
}
header  img{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
header .btn{
	border-radius: 10px;
	font-weight: 600;
	font-size: 0.8rem;
}
header .btn1{
	background: var(--black);
	border: 2px solid var(--color1);
	color: #fff;
	cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}
header .btn1:hover{
	background-color: var(--color3); /* Verde al pasar el mouse */
	transform: scale(1.05);   /* Pequeño zoom */
}
header .btn2{
	background: none;
	border: 2px solid var(--color1);
	color: var(--color1);
	transition: background-color 0.3s ease, transform 0.2s ease;
}
header .btn2:hover{
	background-color: var(--color3); /* Verde al pasar el mouse */
	transform: scale(1.05);   /* Pequeño zoom */
	color: var(--white);
}
header .btni{
	font-size: 25px;
	color: var(--black);
	cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}
header .btni:hover{
	transform: scale(1.05);   /* Pequeño zoom */
}
@media (max-width:1699px) and (min-width:1600px){
	
}
@media (max-width:1599px) and (min-width:1500px){
	
}
@media (max-width:1499px) and (min-width:1403px){
	
}
@media (max-width:1402px) and (min-width:1300px){
	
}
@media (max-width:1299px) and (min-width:1200px){
	
}
@media (max-width:1199px) and (min-width:1100px){
	
}
@media (max-width:1099px) and (min-width:1000px){
	
}
@media (max-width:999px) and (min-width:900px){
	
}
@media (max-width:899px) and (min-width:770px){
	
}
@media (max-width:769px) and (min-width:700px){
	header .btn1{
		display: none;
	}
	header .btn2{
		display: none;
	}
}
@media (max-width:699px) and (min-width:600px){
	header .btn1{
		display: none;
	}
	header .btn2{
		display: none;
	}
}
@media (max-width:599px) and (min-width:500px){
	header .btn1{
		display: none;
	}
	header .btn2{
		display: none;
	}
}
@media (max-width:499px) and (min-width:400px){
	header .btn1{
		display: none;
	}
	header .btn2{
		display: none;
	}
}
@media (max-width:399px){
	header .btn1{
		display: none;
	}
	header .btn2{
		display: none;
	}
}
/*=============================================
MENU
=============================================*/

nav.menu{
	position: fixed;
	z-index:10;
	top: 58px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: black;
}
.menu  .nav{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.menu  .nav .botones{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.menu  .nav .nav-item button{
	transition:.5s all;
	display: block;
	padding-top: 20px;
	padding-bottom: 18px;
	margin-bottom: 2px;
	width: 100%;
	background-color: var(--black);
    transition: background-color 0.3s, box-shadow 0.3s;
	font-weight: 700;
	cursor: pointer;
	border-bottom: 2px solid var(--black);
}
.menu  .nav .nav-item button:hover{
	background: var(--color2);
	border-bottom: 2px solid var(--yellow);
}
.botonCelular{
	display: none;
}
@media (max-width:1699px) and (min-width:1600px){
	
}
@media (max-width:1599px) and (min-width:1500px){
	
}
@media (max-width:1499px) and (min-width:1403px){
	
}
@media (max-width:1402px) and (min-width:1300px){
	
}
@media (max-width:1299px) and (min-width:1200px){
	
}
@media (max-width:1199px) and (min-width:1100px){
	
}
@media (max-width:1099px) and (min-width:1000px){
	
}
@media (max-width:999px) and (min-width:900px){
	
}
@media (max-width:899px) and (min-width:770px){
	
}
@media (max-width:769px) and (min-width:700px){
	nav.menu{
		left: -100%;
	}
	.menu  .nav .celphone{
		display: block;
	}
	.menu  .nav{
		height: 100vh;
	}
	.menu  .nav .botones{
		flex-direction: column;
	}
	.menu  .nav .botones button{
		width: 500px;
		border: 3px solid var(--color1);
		border-radius: 11px;
		margin-bottom: 40px;
	}
	.botonCelular{
		display:block;
	}
}
@media (max-width:699px) and (min-width:600px){
	nav.menu{
		left: -100%;
	}
	.menu  .nav{
		height: 100vh;
	}
	.menu  .nav .botones{
		flex-direction: column;
	}
	.menu  .nav .botones button{
		width: 450px;
		border: 3px solid var(--color1);
		border-radius: 11px;
		margin-bottom: 40px;
	}
	.botonCelular{
		display:block;
	}
}
@media (max-width:599px) and (min-width:500px){
	nav.menu{
		left: -100%;
	}
	.menu  .nav{
		height: 100vh;
	}
	.menu  .nav .botones{
		flex-direction: column;
	}
	.menu  .nav .botones button{
		width: 400px;
		border: 3px solid var(--color1);
		border-radius: 11px;
		font-size: 0.9rem;
		margin-bottom: 40px;
	}
	.botonCelular{
		display:block;
	}
}
@media (max-width:499px) and (min-width:400px){
	nav.menu{
		left: -100%;
	}
	.menu  .nav{
		height: 100vh;
		left: -100px;
	}
	.menu  .nav .botones{
		flex-direction: column;
	}
	.menu  .nav .botones button{
		width: 350px;
		border: 3px solid var(--color1);
		border-radius: 11px;
		font-size: 0.8rem;
		margin-bottom: 40px;
	}
	.botonCelular{
		display:block;
	}
}
@media (max-width:399px){
	nav.menu{
		left: -100%;
	}
	.menu  .nav{
		height: 100vh;
	}
	.menu  .nav .botones{
		flex-direction: column;
	}
	.menu  .nav .botones button{
		width: 300px;
		border: 3px solid var(--color1);
		border-radius: 11px;
		font-size: 0.8rem;
		margin-bottom: 40px;
	}
	.botonCelular{
		display:block;
	}
}


/*=============================================
BANNER
=============================================*/
.banner {
	padding-top: 100px;
}

.banner .fade-slider {
	position: relative;
}

.banner .verMas {
	position: absolute;
	width: 60px;
	height: 60px;
	line-height: 60px;
	bottom: 5%;
	left: 50%;
	font-size: 30px;
	transform: translate(-50%, 0%);
	cursor: pointer;
	color: var(--black);
	transition: transform 0.3s ease, color 0.3s ease;
}

.banner .verMas:hover {
	transform: translate(-50%, -10%) scale(1.1);
	color: var(--color1);
}

.banner .m_absolute {
	width: 100%;
	z-index: 3;
	position: absolute;
	top: 0px;
	text-align: center;
}

.banner .m_absolute .texto-principal {
	margin-top: 450px;
}

.banner .m_absolute .texto-principal h2 {
	width: 70%;
	margin: 0 auto;
	text-align: center;
	color: var(--white);
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 1px;
	text-shadow: 0px 3px 8px rgba(0, 0, 0, 0.4);
	padding-bottom: 40px;
}

/* ----------- BOTONES ----------- */
.banner .m_absolute .botones-principal {
	width: 70%;
	margin: 0 auto;
	text-align: center;
	flex-direction: row;
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}

/* BOTÓN PRINCIPAL (llamativo) */
.banner .m_absolute .botones-principal .btn1 {
	background: linear-gradient(135deg, var(--color1), var(--color2));
	padding: 14px 50px;
	color: var(--white);
	border: none;
	border-radius: 50px;
	cursor: pointer;
	font-weight: bold;
	font-size: 1.3rem;
	position: relative;
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.banner .m_absolute .botones-principal .btn1:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);
}

/* Brillo dinámico */
.banner .m_absolute .botones-principal .btn1::after {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 80%;
	height: 100%;
	background: rgba(255, 255, 255, 0.3);
	transform: skewX(-20deg);
	transition: left 0.5s ease;
}

.banner .m_absolute .botones-principal .btn1:hover::after {
	left: 120%;
}

/* BOTÓN SECUNDARIO (outline elegante) */
.banner .m_absolute .botones-principal .btn2 {
	background: none;
	color: var(--color1);
	padding: 14px 50px;
	border: 3px solid var(--color1);
	border-radius: 50px;
	cursor: pointer;
	font-weight: bold;
	font-size: 1.3rem;
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease;
}
.banner .m_absolute .botones-principal .btn2:hover {
	color: var(--white);
	background: var(--color1);
	box-shadow: 0 10px 20px rgba(19, 180, 255, 0.3);
	transform: translateY(-3px);
}

/* ----------- MEDIA QUERIES SIMPLIFICADAS ----------- */

@media (max-width:1699px) and (min-width:1600px){
	.banner .m_absolute .texto-principal {
		margin-top: 250px;
	}
	.banner .m_absolute .texto-principal h2 {
		width: 70%;
		font-size: 2.8rem;
		padding-bottom: 20px;
	}
	.banner .m_absolute .botones-principal {
		width: 90%;
		flex-direction: row;
		align-items: center;
		margin-top: 0px;
		gap: 15px;
	}
	.banner .m_absolute .botones-principal .btn1,
	.banner .m_absolute .botones-principal .btn2 {
		font-size: 1.1rem;
		padding: 10px;
		padding-right: 60px;
		padding-left: 60px;
		
	}
}
@media (max-width:1599px) and (min-width:1500px){
	.banner .m_absolute .texto-principal {
		margin-top: 250px;
	}
	.banner .m_absolute .texto-principal h2 {
		width: 70%;
		font-size: 2.6rem;
		padding-bottom: 20px;
	}
	.banner .m_absolute .botones-principal {
		width: 90%;
		flex-direction: row;
		align-items: center;
		margin-top: 0px;
		gap: 15px;
	}
	.banner .m_absolute .botones-principal .btn1,
	.banner .m_absolute .botones-principal .btn2 {
		font-size: 1.1rem;
		padding: 10px;
		padding-right: 60px;
		padding-left: 60px;
		
	}
}
@media (max-width:1499px) and (min-width:1400px){
	.banner .m_absolute .texto-principal {
		margin-top: 250px;
	}
	.banner .m_absolute .texto-principal h2 {
		width: 80%;
		font-size: 2.4rem;
		padding-bottom: 20px;
	}
	.banner .m_absolute .botones-principal {
		width: 90%;
		flex-direction: row;
		align-items: center;
		margin-top: 0px;
		gap: 15px;
	}
	.banner .m_absolute .botones-principal .btn1,
	.banner .m_absolute .botones-principal .btn2 {
		font-size: 1.1rem;
		padding: 10px;
		padding-right: 60px;
		padding-left: 60px;
		
	}
}
@media (max-width:1399px) and (min-width:1300px){
	.banner .m_absolute .texto-principal {
		margin-top: 220px;
	}
	.banner .m_absolute .texto-principal h2 {
		width: 80%;
		font-size: 2.4rem;
		padding-bottom: 20px;
	}
	.banner .m_absolute .botones-principal {
		width: 90%;
		flex-direction: row;
		align-items: center;
		margin-top: 0px;
		gap: 15px;
	}
	.banner .m_absolute .botones-principal .btn1,
	.banner .m_absolute .botones-principal .btn2 {
		font-size: 1.1rem;
		padding: 10px;
		padding-right: 60px;
		padding-left: 60px;
		
	}
}
@media (max-width:1299px) and (min-width:1200px){
	.banner .m_absolute .texto-principal {
		margin-top: 200px;
	}
	.banner .m_absolute .texto-principal h2 {
		width: 80%;
		font-size: 2.4rem;
		padding-bottom: 20px;
	}
	.banner .m_absolute .botones-principal {
		width: 90%;
		flex-direction: row;
		align-items: center;
		margin-top: 0px;
		gap: 15px;
	}
	.banner .m_absolute .botones-principal .btn1,
	.banner .m_absolute .botones-principal .btn2 {
		font-size: 1.1rem;
		padding: 10px;
		padding-right: 60px;
		padding-left: 60px;
		
	}
}
@media (max-width:1199px) and (min-width:1100px){
	.banner .m_absolute .texto-principal {
		margin-top: 210px;
	}
	.banner .m_absolute .texto-principal h2 {
		width: 90%;
		font-size: 2.0rem;
		padding-bottom: 20px;
	}
	.banner .m_absolute .botones-principal {
		width: 90%;
		flex-direction: row;
		align-items: center;
		margin-top: 0px;
		gap: 15px;
	}
	.banner .m_absolute .botones-principal .btn1,
	.banner .m_absolute .botones-principal .btn2 {
		font-size: 1.1rem;
		padding: 10px;
		padding-right: 60px;
		padding-left: 60px;
		
	}
}
@media (max-width:1099px) and (min-width:1000px){
	.banner .m_absolute .texto-principal {
		margin-top: 190px;
	}
	.banner .m_absolute .texto-principal h2 {
		width: 90%;
		font-size: 2.0rem;
		padding-bottom: 20px;
	}
	.banner .m_absolute .botones-principal {
		width: 90%;
		flex-direction: row;
		align-items: center;
		margin-top: 0px;
		gap: 15px;
	}
	.banner .m_absolute .botones-principal .btn1,
	.banner .m_absolute .botones-principal .btn2 {
		font-size: 1.1rem;
		padding: 10px;
		padding-right: 60px;
		padding-left: 60px;
		
	}
}
@media (max-width:999px) and (min-width:900px){
	.banner .m_absolute .texto-principal {
		margin-top: 190px;
	}
	.banner .m_absolute .texto-principal h2 {
		width: 90%;
		font-size: 2.0rem;
		padding-bottom: 20px;
	}
	.banner .m_absolute .botones-principal {
		width: 90%;
		flex-direction: row;
		align-items: center;
		margin-top: 0px;
		gap: 15px;
	}
	.banner .m_absolute .botones-principal .btn1,
	.banner .m_absolute .botones-principal .btn2 {
		font-size: 1.1rem;
		padding: 10px;
		padding-right: 60px;
		padding-left: 60px;
		
	}
}
@media (max-width:899px) and (min-width:770px){
	.banner .m_absolute .texto-principal {
		margin-top: 150px;
	}
	.banner .m_absolute .texto-principal h2 {
		width: 90%;
		font-size: 2.0rem;
		padding-bottom: 20px;
	}
	.banner .m_absolute .botones-principal {
		width: 90%;
		flex-direction: row;
		align-items: center;
		margin-top: 0px;
		gap: 15px;
	}
	.banner .m_absolute .botones-principal .btn1,
	.banner .m_absolute .botones-principal .btn2 {
		font-size: 1.1rem;
		padding: 10px;
		padding-right: 60px;
		padding-left: 60px;
		
	}
}
@media (max-width:769px) and (min-width:700px){
	.banner .m_absolute .texto-principal {
		margin-top: 100px;
	}
	.banner .m_absolute .texto-principal h2 {
		width: 90%;
		font-size: 2.0rem;
		padding-bottom: 20px;
	}
	.banner .m_absolute .botones-principal {
		width: 90%;
		flex-direction: column;
		align-items: center;
		margin-top: 0px;
		gap: 15px;
	}
	.banner .m_absolute .botones-principal .btn2{
		display: none;
	}
	.banner .m_absolute .botones-principal .btn1,
	.banner .m_absolute .botones-principal .btn2 {
		font-size: 1.1rem;
		padding: 10px;
		width: 50%;
		
	}
}
@media (max-width:699px) and (min-width:576px){
	.banner .m_absolute .texto-principal {
		margin-top: 100px;
	}
	.banner .m_absolute .texto-principal h2 {
		width: 90%;
		font-size: 2.0rem;
		padding-bottom: 20px;
	}
	.banner .m_absolute .botones-principal {
		width: 90%;
		flex-direction: column;
		align-items: center;
		margin-top: 0px;
		gap: 15px;
	}
	.banner .m_absolute .botones-principal .btn2{
		display: none;
	}
	.banner .m_absolute .botones-principal .btn1,
	.banner .m_absolute .botones-principal .btn2 {
		font-size: 1.1rem;
		padding: 10px;
		width: 50%;
		
	}
}
@media (max-width:575px) and (min-width:500px){
	.banner .m_absolute .texto-principal {
		margin-top: 180px;
	}
	.banner .m_absolute .texto-principal h2 {
		width: 90%;
		font-size: 2.0rem;
		padding-bottom: 20px;
	}
	.banner .m_absolute .botones-principal {
		width: 90%;
		flex-direction: column;
		margin-top: 0px;
		gap: 15px;
	}
	.banner .m_absolute .botones-principal .btn1,
	.banner .m_absolute .botones-principal .btn2 {
		font-size: 1.1rem;
		padding: 10px;
		width: 100%;
	}
}
@media (max-width:499px) and (min-width:400px){
	.banner .m_absolute .texto-principal {
		margin-top: 150px;
	}
	.banner .m_absolute .texto-principal h2 {
		width: 90%;
		font-size: 1.8rem;
		padding-bottom: 20px;
	}
	.banner .m_absolute .botones-principal {
		width: 90%;
		flex-direction: column;
		margin-top: 0px;
		gap: 15px;
	}
	.banner .m_absolute .botones-principal .btn1,
	.banner .m_absolute .botones-principal .btn2 {
		font-size: 1.1rem;
		padding: 8px;
		width: 100%;
	}
}
@media (max-width:399px){
	.banner .m_absolute .texto-principal {
		margin-top: 140px;
	}
	.banner .m_absolute .texto-principal h2 {
		width: 90%;
		font-size: 1.6rem;
		padding-bottom: 20px;
	}
	.banner .m_absolute .botones-principal {
		width: 90%;
		flex-direction: column;
		margin-top: -20px;
		gap: 15px;
	}
	.banner .m_absolute .botones-principal .btn1,
	.banner .m_absolute .botones-principal .btn2 {
		font-size: 1.1rem;
		padding: 8px;
		width: 100%;
	}
}
/*=============================================
ESTILO 1 BLOQUES GENERALES Y TITULO
=============================================*/
.estilo1{
	width: 100%;
}
.estilo1  .contenedor_50{
	width: 50%;
	max-width: 1500px;
	margin: 0 auto;
	padding-top: 59px;
	padding-bottom: 59px;
}
.estilo1  .contenedor_60{
	width: 60%;
	max-width: 1500px;
	margin: 0 auto;
	padding-top: 59px;
	padding-bottom: 59px;
}
.estilo1  .contenedor_70{
	width: 70%;
	max-width: 1500px;
	margin: 0 auto;
	padding-top: 59px;
	padding-bottom: 59px;
}
.estilo1  .contenedor_80{
	width: 80%;
	max-width: 1500px;
	margin: 0 auto;
	padding-top: 59px;
	padding-bottom: 59px;
}
.estilo1  .contenedor_90{
	width: 90%;
	max-width: 1500px;
	margin: 0 auto;
	padding-top: 59px;
	padding-bottom: 59px;
}
.estilo1  .contenedor{
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	padding-top: 59px;
	padding-bottom: 59px;
}
.estilo1  iframe{
	border-radius: 13px;
	height: 666px;
	width: 100%;
}
.estilo1  h1{
	font-weight: 500;
	padding-bottom: 20px;
	padding-top: 20px;
}
.estilo1  h3{
	font-weight: 500;
	padding-bottom: 20px;
	color: var(--color3);
}
.estilo1  p{
	text-align: justify;
	padding-bottom: 20px;
}
.estilo1 .btn{
	background: linear-gradient(135deg, var(--color1), var(--color2));
	padding: 14px 50px;
	color: var(--white);
	border: none;
	border-radius: 50px;
	cursor: pointer;
	font-weight: bold;
	font-size: 1.3rem;
	position: relative;
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.estilo1 .btn:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);
}

/* Brillo dinámico */
.estilo1 .btn::after {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 80%;
	height: 100%;
	background: rgba(255, 255, 255, 0.3);
	transform: skewX(-20deg);
	transition: left 0.5s ease;
}

.estilo1 .btn:hover::after {
	left: 120%;
}
.estilo1  .container_img{
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 50px;
	padding-right: 50px;
}
.estilo1  .container_img img{
	padding:10px;
	border-radius: 33px;
}
.estilo1 .jumbotron_titulo{
	padding-top: 59px;
	text-align: center;
}
.estilo1 .jumbotron_titulo h1{
	font-size: 2.4rem;
	font-weight: bolder;
	text-transform: uppercase;
}
.estilo1 .jumbotron_titulo h3{
	font-size: 1.8rem;
	padding-top: 10px;
	font-weight: 500;

}
@media (max-width:1699px) and (min-width:1600px){
	
}
@media (max-width:1599px) and (min-width:1500px){
	.estilo1  .container_img{
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media (max-width:1499px) and (min-width:1400px){
	.estilo1  .container_img{
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media (max-width:1399px) and (min-width:1300px){
	.estilo1  .contenedor_50{
		width: 55%;
	}
	.estilo1  .contenedor_60{
		width: 65%;
	}
	.estilo1  .contenedor_70{
		width: 75%;
	}
	.estilo1  .contenedor_80{
		width: 85%;
	}
	.estilo1  .contenedor_90{
		width: 95%;
	}
	.estilo1  h1{
		font-size: 2.4rem;
	}
	.estilo1  h3{
		font-size: 2.0rem;
	}
	.estilo1  iframe{
		height: 555px;
	}
	.estilo1  .container_img{
		padding-left: 40px;
		padding-right: 40px;
	}
	.estilo1 .imgDerecha .centrar{
		flex-direction: row;
	}
}
@media (max-width:1299px) and (min-width:1200px){
	.estilo1  .contenedor_50{
		width: 60%;
	}
	.estilo1  .contenedor_60{
		width: 70%;
	}
	.estilo1  .contenedor_70{
		width: 75%;
	}
	.estilo1  .contenedor_80{
		width: 80%;
	}
	.estilo1  .contenedor_90{
		width: 90%;
	}
	.estilo1  h1{
		font-size: 2.4rem;
	}
	.estilo1  h3{
		font-size: 2.0rem;
	}
	.estilo1  iframe{
		height: 555px;
	}
	.estilo1  .container_img{
		padding-left: 40px;
		padding-right: 40px;
	}
	.estilo1 .imgDerecha .centrar{
		flex-direction: row;
	}
}
@media (max-width:1199px) and (min-width:1100px){
	.estilo1  .contenedor_50{
		width: 60%;
	}
	.estilo1  .contenedor_60{
		width: 70%;
	}
	.estilo1  .contenedor_70{
		width: 80%;
	}
	.estilo1  .contenedor_80{
		width: 85%;
	}
	.estilo1  .contenedor_90{
		width: 90%;
	}
	.estilo1  h1{
		font-size: 2.0rem;
	}
	.estilo1  h3{
		font-size: 1.8rem;
	}
	.estilo1  iframe{
		height: 555px;
	}
	.estilo1  .container_img{
		padding-left: 40px;
		padding-right: 40px;
	}
	.estilo1 .imgDerecha .centrar{
		flex-direction: row;
	}
}
@media (max-width:1099px) and (min-width:1000px){
	.estilo1  .contenedor_50{
		width: 70%;
	}
	.estilo1  .contenedor_60{
		width: 80%;
	}
	.estilo1  .contenedor_70{
		width: 85%;
	}
	.estilo1  .contenedor_80{
		width: 90%;
	}
	.estilo1  .contenedor_90{
		width: 95%;
	}
	.estilo1  h1{
		font-size: 2.0rem;
	}
	.estilo1  h3{
		font-size: 1.8rem;
	}
	.estilo1  iframe{
		height: 555px;
	}
	.estilo1  .container_img{
		padding-left: 40px;
		padding-right: 40px;
	}
	.estilo1 .imgDerecha .centrar{
		flex-direction: row;
	}
}
@media (max-width:999px) and (min-width:900px){
	.estilo1  .contenedor_50{
		width: 70%;
	}
	.estilo1  .contenedor_60{
		width: 85%;
	}
	.estilo1  .contenedor_70{
		width: 90%;
	}
	.estilo1  .contenedor_80{
		width: 95%;
	}
	.estilo1  .contenedor_90{
		width: 95%;
	}
	.estilo1  h1{
		font-size: 2.0rem;
	}
	.estilo1  h3{
		font-size: 1.8rem;
	}
	.estilo1  iframe{
		height: 555px;
	}
	.estilo1  .container_img{
		padding-left: 40px;
		padding-right: 40px;
	}
	.estilo1 .imgDerecha .centrar{
		display: flex;
		flex-direction: row;
		align-items: center;
	}
}
@media (max-width:899px) and (min-width:770px){
	.estilo1  .contenedor_50{
		width: 75%;
	}
	.estilo1  .contenedor_60{
		width: 95%;
	}
	.estilo1  .contenedor_70{
		width: 95%;
	}
	.estilo1  .contenedor_80{
		width: 95%;
	}
	.estilo1  .contenedor_90{
		width: 95%;
	}
	.estilo1  h1{
		font-size: 2.0rem;
	}
	.estilo1  h3{
		font-size: 1.8rem;
	}
	.estilo1  iframe{
		height: 555px;
	}
	.estilo1  .container_img{
		padding-left: 40px;
		padding-right: 40px;
	}
	.estilo1 .imgDerecha .centrar{
		display: flex;
		flex-direction: row;
		align-items: center;
	}
}
@media (max-width:769px) and (min-width:700px){
	.estilo1  .contenedor_50{
		width: 60%;
	}
	.estilo1  .contenedor_60{
		width: 65%;
	}
	.estilo1  .contenedor_70{
		width: 70%;
	}
	.estilo1  .contenedor_80{
		width: 80%;
	}
	.estilo1  .contenedor_90{
		width: 90%;
	}
	.estilo1  h1{
		font-size: 2.4rem;
	}
	.estilo1  h3{
		font-size: 2.0rem;
	}
	.estilo1  iframe{
		height: 400px;
	}
	.estilo1  .container_img{
		padding-left: 40px;
		padding-right: 40px;
	}
	.estilo1 .imgDerecha .centrar{
		flex-direction: column-reverse;
	}
}
@media (max-width:699px) and (min-width:576px){
	.estilo1  .contenedor_50{
		width: 70%;
	}
	.estilo1  .contenedor_60{
		width: 75%;
	}
	.estilo1  .contenedor_70{
		width: 80%;
	}
	.estilo1  .contenedor_80{
		width: 90%;
	}
	.estilo1  .contenedor_90{
		width: 90%;
	}
	.estilo1  h1{
		font-size: 2.4rem;
	}
	.estilo1  h3{
		font-size: 2.0rem;
	}
	.estilo1  iframe{
		height: 333px;
	}
	.estilo1  .container_img{
		padding-left: 30px;
		padding-right: 30px;
	}
	.estilo1 .imgDerecha .centrar{
		flex-direction: column-reverse;
	}
}
@media (max-width:575px) and (min-width:500px){
	.estilo1  .contenedor_50{
		width: 80%;
	}
	.estilo1  .contenedor_60{
		width: 88%;
	}
	.estilo1  .contenedor_70{
		width: 90%;
	}
	.estilo1  .contenedor_80{
		width: 92%;
	}
	.estilo1  .contenedor_90{
		width: 94%;
	}
	.estilo1  h1{
		font-size: 2.0rem;
	}
	.estilo1  h3{
		font-size: 1.8rem;
	}
	.estilo1  iframe{
		height: 333px;
	}
	.estilo1  .container_img{
		padding-left: 30px;
		padding-right: 30px;
	}
	.estilo1 .imgDerecha .centrar{
		flex-direction: column-reverse;
	}
}
@media (max-width:499px) and (min-width:400px){
	.estilo1  .contenedor_50{
		width: 80%;
	}
	.estilo1  .contenedor_60{
		width: 90%;
	}
	.estilo1  .contenedor_70{
		width: 92%;
	}
	.estilo1  .contenedor_80{
		width: 94%;
	}
	.estilo1  .contenedor_90{
		width: 96%;
	}
	.estilo1  h1{
		font-size: 1.8rem;
	}
	.estilo1  h3{
		font-size: 1.6rem;
	}
	.estilo1  iframe{
		height: 300px;
	}
	.estilo1  .container_img{
		padding-left: 25px;
		padding-right: 25px;
	}
	.estilo1 .imgDerecha .centrar{
		flex-direction: column-reverse;
	}
}
@media (max-width:399px){
	.estilo1  .contenedor_50{
		width: 90%;
	}
	.estilo1  .contenedor_60{
		width: 92%;
	}
	.estilo1  .contenedor_70{
		width: 94%;
	}
	.estilo1  .contenedor_80{
		width: 96%;
	}
	.estilo1  .contenedor_90{
		width: 98%;
	}
	.estilo1  h1{
		font-size: 1.8rem;
	}
	.estilo1  h3{
		font-size: 1.6rem;
	}
	.estilo1  iframe{
		height: 300px;
	}
	.estilo1  .container_img{
		padding-left: 20px;
		padding-right: 20px;
	}
	.estilo1 .imgDerecha .centrar{
		flex-direction: column-reverse;
	}
}
/*=============================================
SECCION 2
=============================================*/
.estilo2{
	width: 100%;
	background: var(--color1);
}

.estilo2 .contenedor{
	width: 70%;
	max-width: 1500px;
	margin: 0 auto;
	padding-top: 59px;
	padding-bottom: 59px;
}

.estilo2 .container_box{
	background: var(--color3);
	border-radius: 13px;
	color: var(--color0);
	padding: 30px;
	text-align: center;
	cursor: pointer;
	transition: all 0.4s ease-in-out;
	box-shadow: 0 6px 15px rgba(0,0,0,0.1);
	transform: translateY(0);
	position: relative;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* Efecto al pasar el mouse */
.estilo2 .container_box:hover{
	transform: translateY(-10px) scale(1.05);
	box-shadow: 0 15px 30px rgba(0,0,0,0.2);
	background: linear-gradient(135deg, var(--color3), var(--color1));
}

/* Animación sutil para los íconos */
.estilo2 .container_box i{
	font-size: 4rem;
	padding-top: 30px;
	padding-bottom: 30px;
	transition: transform 0.4s ease, color 0.4s ease;
}

.estilo2 .container_box:hover i{
	transform: rotate(10deg) scale(1.2);
	color: var(--color0); /* Un color de acento */
}

.estilo2 .container_box p{
	font-size: 1.8rem;
	transition: color 0.3s ease;
}

.estilo2 .container_box:hover p{
	color: #fff;
}

/* Efecto de brillo entrando desde abajo */
.estilo2 .container_box::after{
	content: "";
	position: absolute;
	bottom: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.15);
	transform: skewY(-10deg);
	transition: all 0.5s ease-in-out;
}

.estilo2 .container_box:hover::after{
	bottom: 0;
}

@media (max-width:1699px) and (min-width:1600px){
	
}
@media (max-width:1599px) and (min-width:1500px){
	
}
@media (max-width:1499px) and (min-width:1400px){
	.estilo2 .contenedor{
		width: 75%;
	}
	.estilo2 .container_box{
		padding: 18px;
	}
	.estilo2 .container_box i{
		font-size: 2.6rem;
	}
	.estilo2 .container_box p{
		font-size: 1.6rem;
	}
}
@media (max-width:1399px) and (min-width:1300px){
	.estilo2 .contenedor{
		width: 80%;
	}
	.estilo2 .container_box{
		padding: 15px;
	}
	.estilo2 .container_box i{
		font-size: 2.6rem;
	}
	.estilo2 .container_box p{
		font-size: 1.6rem;
	}
}
@media (max-width:1299px) and (min-width:1200px){
	.estilo2 .contenedor{
		width: 80%;
	}
	.estilo2 .container_box{
		padding: 15px;
	}
	.estilo2 .container_box i{
		font-size: 2.6rem;
	}
	.estilo2 .container_box p{
		font-size: 1.6rem;
	}
}
@media (max-width:1199px) and (min-width:1100px){
	.estilo2 .contenedor{
		width: 80%;
	}
	.estilo2 .container_box{
		padding: 10px;
	}
	.estilo2 .container_box i{
		font-size: 2.3rem;
	}
	.estilo2 .container_box p{
		font-size: 1.3rem;
	}
}
@media (max-width:1099px) and (min-width:1000px){
	.estilo2 .contenedor{
		width: 80%;
	}
	.estilo2 .container_box{
		padding: 10px;
	}
	.estilo2 .container_box i{
		font-size: 2.3rem;
	}
	.estilo2 .container_box p{
		font-size: 1.3rem;
	}
}
@media (max-width:999px) and (min-width:900px){
	.estilo2 .contenedor{
		width: 85%;
	}
	.estilo2 .container_box{
		padding: 10px;
	}
	.estilo2 .container_box i{
		font-size: 2.3rem;
	}
	.estilo2 .container_box p{
		font-size: 1.3rem;
	}
}
@media (max-width:899px) and (min-width:770px){
	.estilo2 .contenedor{
		width: 88%;
	}
	.estilo2 .container_box{
		padding: 10px;
	}
	.estilo2 .container_box i{
		font-size: 2rem;
	}
	.estilo2 .container_box p{
		font-size: 1rem;
	}
}
@media (max-width:769px) and (min-width:700px){
	.estilo2 .contenedor{
		width: 90%;
	}
	.estilo2 .container_box{
		padding: 10px;
	}
	.estilo2 .container_box i{
		font-size: 2rem;
	}
	.estilo2 .container_box p{
		display:none;
	}
}
@media (max-width:699px) and (min-width:576px){
	.estilo2 .contenedor{
		width: 90%;
	}
	.estilo2 .container_box{
		padding: 10px;
	}
	.estilo2 .container_box i{
		font-size: 2rem;
	}
	.estilo2 .container_box p{
		display:none;
	}
}
@media (max-width:575px) and (min-width:500px){
	.estilo2 .contenedor{
		width: 85%;
	}
	.estilo2 .container_box p{
		display:none;
	}
}
@media (max-width:499px) and (min-width:400px){
	.estilo2 .contenedor{
		width: 90%;
	}
	.estilo2 .container_box p{
		display:none;
	}
}
@media (max-width:399px){
	.estilo2 .contenedor{
		width: 90%;
	}
	.estilo2 .container_box p{
		display:none;
	}
}

/*=============================================
SECCION 3
=============================================*/
.estilo3 {
	width: 100%;
	background: var(--color3);
}

.estilo3 .contenedor{
	width: 90%;
	max-width: 1500px;
	margin: 0 auto;
	padding-top: 59px;
	padding-bottom: 59px;
	height: 400px;
	overflow: hidden;
}
.estilo3 .icono_grande {
	margin-right: -200px;
}
.estilo3 .icono_grande i{
	font-size: 30rem;
	margin-top: -100px;
	transform: rotate(20deg);
	color: var(--color0);
	opacity: 0.5;
}

.estilo3 .icono_grande h1{
	padding-top: 20px;
	font-size: 2.4rem;
	color: var(--color0);
	padding-bottom: 10px;
}

.estilo3 .icono_grande h2{
	font-size: 2.0rem;
	color: var(--color1);
	font-weight: bold;
}

/* BOTÓN SOLICITAR DEMO */
.estilo3 .btn-demo {
    display: inline-block;
    margin-top: 25px;
    padding: 14px 32px;
    font-size: 1.4rem;
    font-weight: bold;
    color: var(--white);
    background: linear-gradient(135deg, var(--color1), var(--color2));
    border: none;
    border-radius: 50px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 1;
}

/* Efecto hover: se eleva con sombra */
.estilo3 .btn-demo:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.25);
}

/* Brillo diagonal al pasar mouse */
.estilo3 .btn-demo::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 80%;
    height: 100%;
    background: rgba(255,255,255,0.25);
    transform: skewX(-20deg);
    transition: left 0.5s ease;
    z-index: -1;
}

.estilo3 .btn-demo:hover::before {
    left: 120%;
}

/* Animación de onda expansiva al hacer clic */
.estilo3 .btn-demo:active {
    transform: scale(0.95);
}

.estilo3 .btn-demo:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    top: 50%;
    left: 50%;
    background: rgba(255,255,255,0.3);
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
    z-index: 0;
}

.estilo3 .btn-demo:active:after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}
@media (max-width:1699px) and (min-width:1600px){
	
}
@media (max-width:1599px) and (min-width:1500px){
	
}
@media (max-width:1499px) and (min-width:1400px){
	
}
@media (max-width:1399px) and (min-width:1300px){
	.estilo3 .contenedor{
		width: 90%;
		text-align: left;
		height: 380px;
	}
	.estilo3 .icono_grande {
		margin-right: -30px;
	}
	.estilo3 .icono_grande i{
		margin-top: -100px;
		opacity: 0.5;
	}

	.estilo3 .icono_grande h1{
		font-size: 1.8rem;
		margin-left: 30px;
	}

	.estilo3 .icono_grande h2{
		font-size: 1.6rem;
		font-weight: bold;
		margin-left: 30px;
	}
	.estilo3 .icono_grande button{
		margin-left: 30px;
	}
}
@media (max-width:1299px) and (min-width:1200px){
	.estilo3 .contenedor{
		width: 100%;
		text-align: left;
		height: 380px;
	}
	.estilo3 .icono_grande {
		margin-right: -30px;
	}
	.estilo3 .icono_grande i{
		margin-top: -100px;
		opacity: 0.5;
	}

	.estilo3 .icono_grande h1{
		font-size: 1.8rem;
		margin-left: 30px;
	}

	.estilo3 .icono_grande h2{
		font-size: 1.6rem;
		font-weight: bold;
		margin-left: 30px;
	}
	.estilo3 .icono_grande button{
		margin-left: 30px;
	}
}
@media (max-width:1199px) and (min-width:1100px){
	.estilo3 .contenedor{
		width: 100%;
		text-align: left;
		height: 380px;
	}
	.estilo3 .icono_grande {
		margin-right: -30px;
	}
	.estilo3 .icono_grande i{
		margin-top: -100px;
		opacity: 0.5;
	}

	.estilo3 .icono_grande h1{
		font-size: 1.8rem;
		margin-left: 30px;
	}

	.estilo3 .icono_grande h2{
		font-size: 1.6rem;
		font-weight: bold;
		margin-left: 30px;
	}
	.estilo3 .icono_grande button{
		margin-left: 30px;
	}
}
@media (max-width:1099px) and (min-width:1000px){
	.estilo3 .contenedor{
		width: 100%;
		text-align: left;
		height: 380px;
	}
	.estilo3 .icono_grande {
		margin-right: -30px;
	}
	.estilo3 .icono_grande i{
		margin-top: -100px;
		opacity: 0.5;
	}

	.estilo3 .icono_grande h1{
		font-size: 1.8rem;
		margin-left: 30px;
	}

	.estilo3 .icono_grande h2{
		font-size: 1.6rem;
		font-weight: bold;
		margin-left: 30px;
	}
	.estilo3 .icono_grande button{
		margin-left: 30px;
	}
}
@media (max-width:999px) and (min-width:900px){
	.estilo3 .contenedor{
		width: 100%;
		text-align: left;
		height: 380px;
	}
	.estilo3 .icono_grande {
		margin-right: -30px;
	}
	.estilo3 .icono_grande i{
		margin-top: -100px;
		opacity: 0.5;
	}

	.estilo3 .icono_grande h1{
		font-size: 1.8rem;
		margin-left: 20px;
	}

	.estilo3 .icono_grande h2{
		font-size: 1.6rem;
		font-weight: bold;
		margin-left: 20px;
	}
	.estilo3 .icono_grande button{
		margin-left: 20px;
	}
}
@media (max-width:899px) and (min-width:770px){
	.estilo3 .contenedor{
		width: 100%;
		text-align: left;
		height: 380px;
	}
	.estilo3 .icono_grande {
		margin-right: -30px;
	}
	.estilo3 .icono_grande i{
		margin-top: -100px;
		opacity: 0.5;
	}

	.estilo3 .icono_grande h1{
		font-size: 1.8rem;
		margin-left: 20px;
	}

	.estilo3 .icono_grande h2{
		font-size: 1.6rem;
		font-weight: bold;
		margin-left: 20px;
	}
	.estilo3 .icono_grande button{
		margin-left: 20px;
	}
}
@media (max-width:769px) and (min-width:700px){
	.estilo3 .contenedor{
		width: 98%;
		text-align: center;
		height: 380px;
	}
	.estilo3 .icono_grande {
		margin-right: 0px;
	}
	.estilo3 .icono_grande i{
		margin-top: -200px;
		opacity: 0.5;
	}

	.estilo3 .icono_grande h1{
		font-size: 2.2rem;
	}

	.estilo3 .icono_grande h2{
		font-size: 2.0rem;
		font-weight: bold;
	}
}
@media (max-width:699px) and (min-width:576px){
	.estilo3 .contenedor{
		width: 98%;
		text-align: center;
		height: 380px;
	}
	.estilo3 .icono_grande {
		margin-right: 0px;
	}
	.estilo3 .icono_grande i{
		margin-top: -200px;
		opacity: 0.5;
	}

	.estilo3 .icono_grande h1{
		font-size: 2.0rem;
	}

	.estilo3 .icono_grande h2{
		font-size: 1.8rem;
		font-weight: bold;
	}
}
@media (max-width:575px) and (min-width:500px){
	.estilo3 .contenedor{
		width: 98%;
		text-align: center;
		height: 400px;
	}
	.estilo3 .icono_grande {
		margin-right: 0px;
	}
	.estilo3 .icono_grande i{
		margin-top: -200px;
		opacity: 0.5;
	}

	.estilo3 .icono_grande h1{
		font-size: 2.0rem;
	}

	.estilo3 .icono_grande h2{
		font-size: 1.8rem;
		font-weight: bold;
	}
}
@media (max-width:499px) and (min-width:400px){
	.estilo3 .contenedor{
		width: 98%;
		text-align: center;
		height: 500px;
	}
	.estilo3 .icono_grande {
		margin-right: 0px;
	}
	.estilo3 .icono_grande i{
		margin-top: -200px;
		opacity: 0.5;
	}

	.estilo3 .icono_grande h1{
		font-size: 2.0rem;
	}

	.estilo3 .icono_grande h2{
		font-size: 1.8rem;
		font-weight: bold;
	}
}
@media (max-width:399px){
	.estilo3 .contenedor{
		width: 98%;
		text-align: center;
		height: 500px;
	}
	.estilo3 .icono_grande {
		margin-right: 0px;
	}
	.estilo3 .icono_grande i{
		margin-top: -200px;
		opacity: 0.5;
	}

	.estilo3 .icono_grande h1{
		font-size: 2.0rem;
	}

	.estilo3 .icono_grande h2{
		font-size: 1.8rem;
		font-weight: bold;
	}
}
/*=============================================
SECCION 4
=============================================*/
.estilo4 {
	width: 100%;
	background: var(--grey1);
}
.estilo4  .contenedor{
	padding-top: 59px;
	padding-bottom: 59px;
	overflow: hidden;
	width: 80%;
	margin: 0 auto;
}
.estilo4   .list-group{
	overflow: hidden;
	border-radius: 13px;
}
.estilo4   .swiper-wrapper{
	padding-bottom: 60px;
}
.estilo4   .list-group .active{
	background: var(--color3);
	border: 1 solid var(--color1);
	padding-top: 30px;
	padding-bottom: 30px;
}
.estilo4   .list-group .active p{
	padding-bottom: 10px;
}
.estilo4   .list-group .active h5{
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 20px;
	font-size: 2.1rem;
}
.estilo4   .list-group h5{
	font-weight: bold;
	padding-bottom: 5px;
}
.estilo4   .list-group ul li{
	padding-top: 5px;
	padding-bottom: 5px;
}
.estilo4   .list-group ul li .btn{
	padding-top: 5px;
	padding-bottom: 5px;
}
.estilo4  .list-group .precio h2{
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 1.9rem;
}
.estilo4  .list-group .precio h2 .centavos{
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 1.3rem;
	margin-top: -30px;
}
.estilo4  .list-group .boton{
	background: var(--black);
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
}

.estilo4  .list-group .boton .btn {
	background: none;
	color: var(--color1);
	padding: 14px 50px;
	border: 3px solid var(--color1);
	border-radius: 50px;
	cursor: pointer;
	font-weight: bold;
	font-size: 1.3rem;
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease;
}

.estilo4  .list-group .boton .btn:hover {
	color: var(--white);
	background: var(--color1);
	box-shadow: 0 10px 20px rgba(19, 180, 255, 0.3);
	transform: translateY(-3px);
}
/*=============================================
SECCION 4
=============================================*/
.contactenos .contenedor {
	width: 100%;
	background: var(--color3);
}
.contactenos .contenedor .texto_contenedor{
	width: 80%;
	margin: 0 auto;
	color: var(--white);
	text-align: left;
	padding-top: 100px;
	padding-bottom: 100px;
}
.contactenos .contenedor .texto_contenedor h2{
	font-weight: bold;
	font-size: 2.4rem;
}
.contactenos .contenedor .texto_contenedor .btn{
	width: 80%;
	margin: 0 auto;
	background: linear-gradient(135deg, var(--color1), var(--color2));
	padding: 14px 50px;
	color: var(--white);
	border: none;
	border-radius: 50px;
	cursor: pointer;
	font-weight: bold;
	font-size: 1.3rem;
	position: relative;
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
	margin-top: 20px;
	margin-bottom: 20px;
}

.contactenos .contenedor .texto_contenedor .btn:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);
}

/* Brillo dinámico */
.contactenos .contenedor .texto_contenedor .btn::after {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 80%;
	height: 100%;
	background: rgba(255, 255, 255, 0.3);
	transform: skewX(-20deg);
	transition: left 0.5s ease;
}

.contactenos .contenedor .texto_contenedor .btn:hover::after {
	left: 120%;
}
.contactenos .contenedor .texto_contenedor .centrar{
	background: var(--black);
	margin-top: 10px;
	border-radius: 11px;
}
.contactenos .contenedor .redes_sociales ul{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: start;
	justify-content: flex-start;
	padding: 0px;
	margin: 0px;
	
}
.contactenos .contenedor .redes_sociales ul a{
	border-radius: 100%;
	width: 50px;
	height: 50px;
	border: 2px solid var(--color0);
	color:var(--color0);
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	cursor: pointer;
}
.contactenos .contenedor .redes_sociales ul a:hover{
	background: #0069d9;
}
.contactenos .contenedor .redes_sociales ul a i{
	font-size: 1.5rem;
}
@media (max-width:1699px) and (min-width:1600px){
	
}
@media (max-width:1599px) and (min-width:1500px){
	
}
@media (max-width:1499px) and (min-width:1400px){
	
}
@media (max-width:1399px) and (min-width:1300px){
	.contactenos .contenedor .texto_contenedor h3{
		font-size: 1.6rem;
	}
	.contactenos .contenedor .texto_contenedor p{
		font-size: 0.8rem;
	}
	.contactenos .contenedor .texto_contenedor label{
		font-size: 0.7rem;
	}
	.contactenos .contenedor .texto_contenedor input{
		padding-top: 5px;
		padding-bottom: 5px;
		font-size: 1.0rem;

	}
}
@media (max-width:1299px) and (min-width:1200px){
	.contactenos .contenedor .texto_contenedor h3{
		font-size: 1.2rem;
	}
	.contactenos .contenedor .texto_contenedor p{
		font-size: 0.8rem;
	}
	.contactenos .contenedor .texto_contenedor label{
		font-size: 0.7rem;
	}
	.contactenos .contenedor .texto_contenedor input{
		padding-top: 5px;
		padding-bottom: 5px;
		font-size: 1.0rem;

	}
}
@media (max-width:1199px) and (min-width:1100px){
	.contactenos .contenedor .texto_contenedor h3{
		font-size: 1.2rem;
	}
	.contactenos .contenedor .texto_contenedor p{
		font-size: 0.8rem;
	}
	.contactenos .contenedor .texto_contenedor label{
		font-size: 0.7rem;
	}
	.contactenos .contenedor .texto_contenedor input{
		padding-top: 5px;
		padding-bottom: 5px;
		font-size: 0.9rem;

	}
}
@media (max-width:1099px) and (min-width:1000px){
	.contactenos .contenedor .jumbotron_x .centrar{
		flex-direction: column;
		width: 100%;
		margin: 0 auto;
	}
	.contactenos .contenedor .texto_contenedor{
		width: 90%;
	}
	.contactenos .contenedor .centrar{
		flex-direction: row;
	}
	.contactenos .contenedor .texto_contenedor .centrar{
		background: var(--black);
		margin-top: 10px;
		border-radius: 11px;
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	.contactenos .contenedor .texto_contenedor .form-check{
		margin-right: 10px;
		margin-left: 10px;
	}
}
@media (max-width:999px) and (min-width:900px){
	.contactenos .contenedor .jumbotron_x .centrar{
		flex-direction: column;
		width: 70%;
		margin: 0 auto;
	}
	.contactenos .contenedor .texto_contenedor{
		width: 90%;
	}
	.contactenos .contenedor .centrar{
		flex-direction: column;
	}
	.contactenos .contenedor .texto_contenedor .centrar{
		background: var(--black);
		margin-top: 10px;
		border-radius: 11px;
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	.contactenos .contenedor .texto_contenedor .form-check{
		margin-right: 10px;
		margin-left: 10px;
	}
}
@media (max-width:899px) and (min-width:770px){
	.contactenos .contenedor .jumbotron_x .centrar{
		flex-direction: column;
		width: 70%;
		margin: 0 auto;
	}
	.contactenos .contenedor .texto_contenedor{
		width: 90%;
	}
	.contactenos .contenedor .centrar{
		flex-direction: column;
	}
	.contactenos .contenedor .texto_contenedor .centrar{
		background: var(--black);
		margin-top: 10px;
		border-radius: 11px;
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	.contactenos .contenedor .texto_contenedor .form-check{
		margin-right: 10px;
		margin-left: 10px;
	}
}
@media (max-width:769px) and (min-width:700px){
	.contactenos .contenedor .texto_contenedor{
		width: 80%;
	}
	.contactenos .contenedor .texto_contenedor .centrar{
		background: var(--black);
		margin-top: 10px;
		border-radius: 11px;
		display: flex;
		flex-direction: row;
		align-items: flex-start;
	}
	.contactenos .contenedor .texto_contenedor .form-check{
		margin-left: -5px;
		margin-top: -5px;
		margin-right: 20px;
	}
}
@media (max-width:699px) and (min-width:576px){
	.contactenos .contenedor .texto_contenedor{
		width: 80%;
	}
	.contactenos .contenedor .texto_contenedor .centrar{
		background: var(--black);
		margin-top: 10px;
		border-radius: 11px;
		display: flex;
		flex-direction: row;
		align-items: flex-start;
	}
	.contactenos .contenedor .texto_contenedor .form-check{
		margin-left: -5px;
		margin-top: -5px;
		margin-right: 20px;
	}
}
@media (max-width:575px) and (min-width:500px){
	.contactenos .contenedor .texto_contenedor{
		width: 80%;
	}
	.contactenos .contenedor .texto_contenedor .centrar{
		background: var(--black);
		margin-top: 10px;
		border-radius: 11px;
		display: flex;
		flex-direction: row;
		align-items: flex-start;
	}
	.contactenos .contenedor .texto_contenedor .form-check{
		margin-left: -5px;
		margin-right: 20px;
	}
}
@media (max-width:499px) and (min-width:400px){
	.contactenos .contenedor .texto_contenedor{
		width: 90%;
	}
	.contactenos .contenedor .texto_contenedor .centrar{
		background: var(--black);
		margin-top: 10px;
		border-radius: 11px;
		display: flex;
		flex-direction: row;
		align-items: flex-start;
	}
	.contactenos .contenedor .texto_contenedor .form-check{
		margin-left: -5px;
		margin-right: 20px;
	}
}
@media (max-width:399px){
	
	.contactenos .contenedor .texto_contenedor{
		width: 90%;
	}
	.contactenos .contenedor .texto_contenedor .centrar{
		background: var(--black);
		margin-top: 10px;
		border-radius: 11px;
		display: flex;
		flex-direction: row;
		align-items: flex-start;
	}
	.contactenos .contenedor .texto_contenedor .form-check{
		margin-left: -5px;
		margin-right: 20px;
	}
}
/*=============================================
FOOTER
=============================================*/
footer{
	background: var(--black);
	width: 100%;
}
footer .contenedor{
	width: 80%;
	max-width: 1500px;
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 100px;
	
}
footer .contenedor .col-12{
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
}
footer .contenedor .col-12 h4{
	font-size: 1.4rem;
	color: var(--white);
	font-weight: bold;
	padding-bottom: 20px;
	border-bottom: 2px solid #ffffff98;
}
footer .contenedor .col-12 > ul li a{
	padding-top: 11px;
	padding-bottom: 11px;
	color: var(--white);
	font-size: 1.0rem;
	margin-bottom: 5px;
	border-bottom: 2px solid #ffffff1e;
	display: block;
	transition: background-color 0.3s ease, transform 0.2s ease;
	padding-left: 10px;
}
footer .contenedor .col-12 > ul li a:hover{
	background-color: var(--color3); /* Verde al pasar el mouse */
	transform: scale(1.05);   /* Pequeño zoom */
}
footer .contenedor .col-12 > ul li a i{
	font-size: 0.6rem;
}
footer .text-center{
	color: var(--white);
	padding-top: 50px;
	padding-bottom: 10px;
}
footer .contenedor .redes_sociales ul{
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: start;
	justify-content: flex-start;
	padding: 0px;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 35px;
}
footer .contenedor .redes_sociales ul a{
	border-radius: 100%;
	width: 40px;
	height: 40px;
	border: 2px solid var(--color0);
	color:var(--color0);
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	cursor: pointer;
	transition: background-color 0.3s ease, transform 0.2s ease;
}
footer .contenedor .redes_sociales ul a:hover{
	background: var(--color2);
	background-color: var(--color3); /* Verde al pasar el mouse */
	transform: scale(1.05);   /* Pequeño zoom */
}
footer .contenedor .redes_sociales ul a i{
	margin-top: 2px;
	font-size: 1rem;
}
footer .contenedor .btn_contacWhats li a{
	border-bottom: 0px;
}
footer .contenedor .btn_contacWhats li a i{
	border: 2px solid var(--white);
	padding: 12px;
	border-radius: 100%;
	background: #00b93e;
	color: var(--white);
}
/*=============================================
BOTON WHATSAPP
=============================================*/
.boton_whastApp{
	position: fixed;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 3px;
	bottom: 5px;
	right: 80px;
	text-decoration: none;
}

.boton_whastApp i{
	position: fixed;
    bottom: 20px;
    right: 20px;
    width: 65px;
    height: 65px;
    background: #25d366; /* color WhatsApp */
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 32px;
    z-index: 1000;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    animation: pulse 2s infinite;
}
.boton_whastApp i{
	transform: scale(1.1);
    background: #1ebe5d;
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
    }
    70% {
        box-shadow: 0 0 0 20px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}
/*============================================
==============================================
==============================================
PLANES
=============================================*/
.planes .grid-container{
	display:grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.planes .grid-item{
	position:relative;
	cursor:pointer;
}

.planes .grid-item:nth-child(1){
	grid-column: 1 / span 3;
}

.planes .grid-item:nth-child(2){
	grid-column: 4 / span 3;
	height:320px;
	overflow: hidden;
}

.planes .grid-item:nth-child(3){
	grid-column: 1 / span 2;
}

.planes .grid-item:nth-child(4){
	grid-column: 3 / span 2;
}

.planes .grid-item:nth-child(5){
	grid-column: 5 / span 2;
}

.planes .grid-item figure{
	position:absolute;
	bottom:-16px;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.7);
	color:white;
	
}

.planes .grid-item figure h1{
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	font-size:30px !important;
}

.planesMovil li{
	overflow: hidden;
}

.planesMovil img{
	width:200% !important;
}


/*=============================================
RECORRIDO PUEBLO
=============================================*/


.recorridoPueblo .grid-container{
	display:grid;
	grid-template-columns: 1fr 2fr;
}

.recorridoPueblo .grid-item{
	text-align:center;
}
.recorridoPueblo .grid-item p{
	font-size: 1rem;
}

.recorridoPueblo .grid-item:nth-child(1){
	grid-row: 1 / span 1;
}

.recorridoPueblo .grid-item:nth-child(2){
	grid-row: 2 / span 1;
}

.recorridoPueblo .grid-item:nth-child(3){
	grid-row: 1 / span 2;
}

/*=============================================
RESTAURANTE
=============================================*/

.fondoRestaurante{
	position:fixed;
	z-index:-1;
	top:0;
	left:0;
	height:1400px;
	background-color:rgb(196, 196, 196);
	background-image: url("../img/restaurante.png");
	background-position: center top;
	background-repeat:no-repeat;
	background-size: cover;
	background-attachment: fixed;
	
}

.restaurante .grid-container{
	display:grid;
	grid-template-columns: 2fr 1fr;
}

.restaurante .color{
	background: var(--color1);
}

.restaurante .grid-item{
	text-align:center;
	color:white;
}

.restaurante .grid-item p{
	background: var(--black);
	color: var(--white);
	border-radius: 33px;
	padding: 10px;
	width: 100%;
	text-align: center;
	margin-top: 5px;
	font-size: 1rem;
}

.restaurante .grid-item:nth-child(2){
	position:relative; 
	z-index:1;
	top:-60px; 
	height:600px;
	background:var(--black);
}


.restaurante .carta div[class*="col"]{
	text-align:center;
}

.restaurante .carta img{
	border:3px solid white;
}



/*=============================================
MAPA
=============================================*/

.mapa{
	position:relative;
}

.mapa .info{
	color: #8B7556;
	position:absolute;
	width:400px;
	right:10%; 
	top:10%; 
	background-color: var(--color1);
	height:370px;
}

.mapa .info h3{

	font-weight: bold;
}

/*=============================================
FOOTER
=============================================*/

footer .grid-container{
	display:grid;
	grid-template-columns: 2fr 4fr 2fr;
}

footer .grid-item{
	background-color: #161616;
	text-align:center;
	color:white;
}

.redesMovil{
	visibility: hidden;
	position: fixed;
	bottom:0px;
	z-index:2;
	width:100%;
	background: #197DB1;
}

/*=============================================
SCROLL UP
=============================================*/
#scrollUp{
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	background: url(../img/flecha.jpg);
}


/*=============================================
TABLET VERTICAL (MD revisamos en 768px hacia abajo)
=============================================*/

@media (max-width:768px){

	header .grid-container{
		grid-template-columns:4fr 1fr;
	}

	.planes .grid-container{	
		grid-template-columns: auto;
	}

	.habitaciones .row div[class*="col"] figure p{
		padding-left:4px;
		padding-right:4px;
	}

	.recorridoPueblo .grid-container{
		grid-template-columns: 1fr;
	}

	.recorridoPueblo .grid-container h1{
		font-size:30px;
	}

	.restaurante .grid-container{
		grid-template-columns: 1fr;
	}

	.restaurante h1{
		font-size:30px;
	}

	.restaurante .grid-item:nth-child(2){
		height:400px;
		background:rgba(81, 69, 55, .9);
	}

	.contactenos input{
		width:100% !important;
		margin:10px 0px !important;
	}

	.mapa .info{
		position:absolute;
		width:90%;
		left:50%; 
		top:100px; 
		transform: translate(-50%, 0%);
		background-color: #FFCC29;
		height:350px;
	}

	footer .grid-container{
		grid-template-columns: 1fr;
	}

	.redesMovil{
		visibility: visible;
	}

}

/*=============================================
CLASES PERSONALIZADAS
=============================================*/
.sn{
	padding: 0;
	margin: 0;
}
.cont_x80{
	width: 80%;
	margin: 0 auto;;
}
.bolder{
	font-weight: bolder;
}
.red{
	background: red;
}

.modal-dialog-block{
	background-image: linear-gradient(#092187 ,#0069d9),url("https://www.publicdomainpictures.net/pictures/130000/nahled/yellow-green-background.jpg");
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.modal-dialog-block .modal-content{
	width: 25%;
}
.modo_celular{
	height: 150px;
}
.infoPerfil .row .descripcionPerfil{
		margin-top:-30px
}
.infoPerfil .row .contenidoPerfil{
		margin-top:-50px
}
@media (max-width:1300px) and (min-width:769px){
	.modal-dialog-block .modal-content{
		width: 60%;
	}
}
@media (max-width:768px){
	
	.infoPerfil .row{
		display: block;
	}
	.infoPerfil .row .descripcionPerfil{
		margin-top:0px
	}
	.infoPerfil .row .contenidoPerfil{
		padding: 0;
		margin: 0;
		margin-top:0px
}
	.modo_celular{
		height: 0px;
	}
	.modal-dialog-block .modal-content{
		width: 90%;
	}
	.centrar{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		
	}
}

.estrellas {
	display: flex;
	flex-direction: row;
	gap: 10px;
	font-size: 40px;
	cursor: pointer;
	
}
.estrella {
	color: lightgray;
	transition: color 0.2s;
}
.estrella.activa {
	color: gold;
}
.alto_x70{
	margin-top: 70px;
}

/*=============================================
PAGINAS SECUNDARIAS
=============================================*/



/* Contenido normal */
.content {
	text-align: center;
}
.titulo_btn{
	margin-top: 0px;
	color: var(--color3);
}

/*=============================================
TESTIMONIOS
=============================================*/

.testimonios{
	position:relative;
	background: url(../img/restaurante.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
.testimonios .contenedor{
	width: 80%;
	margin: 0 auto;
}
.testimonios h1{
	position: relative;
}

.testimonios button{
	position:relative;
	background-color: rgba(0,0,0,0);
	border:2px solid white;
	color:white;
}
.btn_regresar{
	background: none;
	color: var(--white);
	padding: 10px 50px;
	border-radius: 50px;
	cursor: pointer;
	font-weight: bold;
	font-size: 1.0rem;
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease;
	
}
.btn_regresar:hover{
	color: var(--white);
	background: var(--color2);
	box-shadow: 0 10px 20px rgba(19, 180, 255, 0.3);
	transform: translateY(-3px);
}
.esderecha{
	padding-right:40px ;
}
@media (max-width:1699px) and (min-width:1600px){
	
}
@media (max-width:1599px) and (min-width:1500px){
	
}
@media (max-width:1499px) and (min-width:1400px){
	
}
@media (max-width:1399px) and (min-width:1300px){
	
}
@media (max-width:1199px) and (min-width:1100px){
	
}
@media (max-width:1099px) and (min-width:1000px){
	
}
@media (max-width:999px) and (min-width:900px){
	
}
@media (max-width:899px) and (min-width:770px){
	
}
@media (max-width:769px) and (min-width:700px){
	
}
@media (max-width:699px) and (min-width:576px){
	
}
@media (max-width:575px) and (min-width:500px){
	
}
@media (max-width:499px) and (min-width:400px){
	.btn_regresar{
		background: none;
		color: var(--white);
		padding: 8px 30px;
		border-radius: 50px;
		cursor: pointer;
		font-weight: bold;
		font-size: 1.0rem;
		position: relative;
		overflow: hidden;
		transition: all 0.3s ease;
	}
	.btn_regresar:hover{
		color: var(--white);
		background: var(--color2);
		box-shadow: 0 10px 20px rgba(19, 180, 255, 0.3);
		transform: translateY(-3px);
	}
	.esderecha{
	padding-right:0px ;
	}
}
@media (max-width:399px){
	.btn_regresar{
		background: none;
		color: var(--white);
		padding: 5px 20px;
		border-radius: 50px;
		cursor: pointer;
		font-weight: bold;
		font-size: 1.0rem;
		position: relative;
		overflow: hidden;
		transition: all 0.3s ease;
	}
	.btn_regresar:hover{
		color: var(--white);
		background: var(--color2);
		box-shadow: 0 10px 20px rgba(19, 180, 255, 0.3);
		transform: translateY(-3px);
	}
	.esderecha{
	padding-right:0px ;
	}
}
/*

@media (max-width:1699px) and (min-width:1600px){
	
}
@media (max-width:1599px) and (min-width:1500px){
	
}
@media (max-width:1499px) and (min-width:1400px){
	
}
@media (max-width:1399px) and (min-width:1300px){
	
}
@media (max-width:1199px) and (min-width:1100px){
	
}
@media (max-width:1099px) and (min-width:1000px){
	
}
@media (max-width:999px) and (min-width:900px){
	
}
@media (max-width:899px) and (min-width:770px){
	
}
@media (max-width:769px) and (min-width:700px){
	
}
@media (max-width:699px) and (min-width:576px){
	
}
@media (max-width:575px) and (min-width:500px){
	
}
@media (max-width:499px) and (min-width:400px){
	
}
@media (max-width:399px){
	
}

*/


