/* Fuentes */
@import url('https://fonts.googleapis.com/css?family=Roboto:300');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');

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

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

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

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

body {
	margin-top: 100px;
	font-family: "Lora", serif;
	font-optical-sizing: auto;
	font-style: normal;
}

p, li, a, span, small {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}
h1, h2, h3, h4, h5 {
	font-family: "Lora", serif;
	font-optical-sizing: auto;
	font-style: normal;
}

.row-especial {
	display: flex;
    /* align-content: center; */
    justify-content: center;
    align-items: center;
	gap: 10px; /* espacio entre elementos */
	padding: 5px;;
}
.text-right-p {
	text-align: right;
}
.text-left-p {
	text-align: left;
}

.navbar {
    min-height: 100px;
}
.navbar-brand {
	margin-left: 100px !important;
	display: ruby;
	color: #5a3e85 !important;
}
.navbar-brand img {
	height: 67px;
}
.navbar-right {
	margin-right: 100px !important;
	margin-top: 25px;
}
.navbar-default {
    background-color: #ece4f3;
    border-color: transparent;
    background-image: none;
	box-shadow: none;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #ece4f3;
}
.navbar-default .navbar-nav>li>a {
    color: #121212;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #121212;
}

#quienes-somos {
	background: #ece4f3;
	background: radial-gradient(circle,rgba(225, 207, 254, 1) 0%, rgba(236, 228, 243, 1) 20%);
	padding-top: 45px;
	padding-bottom: 45px;
}
.btn-head {
	box-shadow: 0px 1px 0px 0px #d7b169;
	background:linear-gradient(to bottom, #d7b169 5%, #d7b169 100%);
	background-color:#d7b169;
	border-radius:6px;
	border:1px solid #d7b169;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #d7b169;
}
.btn-head:hover {
	background:linear-gradient(to bottom, #d7b169 5%, #d7b169 100%);
	background-color:#d7b169;
}
.btn-head:active {
	position:relative;
	top:1px;
}
.testimonios-head {
	padding-top: 16px;
}

#sesiones {
	background: #ffffff;
	background: radial-gradient(circle,rgba(255, 255, 255, 1) 0%, rgba(236, 228, 243, 1) 20%);
	padding-top: 45px;
	padding-bottom: 45px;
}
.sesion-azul {
	background: #2d2a45;
	padding: 10px;
	border-radius: 10px;
	color: white;
}
.sesion-amarillo {
	background: #d7b169;
	padding: 10px;
	border-radius: 10px;
	color: white;
}
.texto-sesion {
	padding-bottom: 10px;;
}

#equipo {
	background: #ECE4F3;
	background: radial-gradient(circle,rgba(236, 228, 243, 1) 0%, rgba(255, 255, 255, 1) 20%);
	padding-top: 45px;
	padding-bottom: 45px;
}
#text-image-carousel .swiper-slide {
	text-align: center;
	padding: 0px;
	background: white;
	/*box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);*/
	border: solid #efefef 1px;
	border-radius: 4px;
  }
  
  #text-image-carousel img {
	width: 100%; /* Ajusta el tamaño de las imágenes */
	height: auto;
	border-radius: 0px;
	margin-bottom: 10px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
  }
  
  #text-image-carousel p {
	font-size: 18px;
	margin: 0;
	color: #333;
	padding: 6px 20px
  }
  
  #text-image-carousel-exp .swiper-slide {
	text-align: center;
	padding: 0px;
	background: white;
	/*box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);*/
	border: solid #efefef 1px;
	border-radius: 4px;
  }
  
  #text-image-carousel-exp img {
	width: 100%; /* Ajusta el tamaño de las imágenes */
	height: auto;
	border-radius: 0px;
	margin-bottom: 10px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
  }
  
  #text-image-carousel-exp p {
	font-size: 18px;
	margin: 0;
	color: #333;
	padding: 6px 20px
  }
  
  .swiper-button-next, .swiper-button-prev {
	color: #333;
  }
  
  .swiper-pagination-bullet {
	background: #5a3e85 !important;
  }
  
  .swiper-button-next, .swiper-button-prev {
	  display: none !important;
  }
  .swiper-pagination-bullet {
	  background: #5a3e85 !important;
	  margin-left: 3px;
	  margin-right: 3px;
  }
  .swiper-pagination, .swiper-pagination-exp {
	  position: relative;   
		  text-align: center;
	  transition: .3s opacity;
	  transform: translate3d(0, 0, 0);
	  z-index: 10;
  }
  
  /* Botón Leer más */
  .read-more-btn {
	margin-top: 10px;
	background-color: #ffd0d0;
	color: black;
	border: none;
	padding: 5px 10px;
	cursor: pointer;
	border-radius: 5px;
	font-size: 14px;
	margin-bottom: 20px
  }
  
  .read-more-btn:hover {
	background-color: #ffd0d0;
  }
  
  .read-more-btn-exp {
	margin-top: 10px;
	background-color: transparent;
	color: black;
	border: none;
	padding: 5px 10px;
	cursor: pointer;
	border-radius: 5px;
	font-size: 14px;
	margin-bottom: 20px;
	font-family: "Lora", serif;
	font-optical-sizing: auto;
	font-style: normal;
  }
  
  .read-more-btn-exp:hover {
	background-color: #ece4f3;
  }
  
  /* Estilos del Popup Modal */
  .modale {
	pointer-events: none;
	  opacity: 0;
	  display: none;
	  transition: opacity 0.3s ease;
	position: fixed;
	z-index: 99991;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	justify-content: center;
	align-items: center;
  }
  
  #modale-title {
	  padding-bottom: 16px;
	  padding-top: 6px;
  }
  
  #modale-text {
	  text-align: center;
	  padding-bottom: 6px;
  }
  
  .modale-content {
	  transition: opacity 0.4s ease, transform 0.4s ease;
	background: white;
	padding: 20px;
	border-radius: 10px;
	width: 80%;
	max-width: 400px;
	text-align: center;
	position: relative;
  }
  .modale.visible {
	  opacity: 1;
	  pointer-events: auto;
  }
  .modale.visible .modale-content {
	  opacity: 1;
	  transform: scale(1);
  }
  
  .close-btn {
	position: absolute;
	top: -3px;
	right: 8px;
	font-size: 20px;
	cursor: pointer;
  }
  
  .modal-exp {
	  pointer-events: none;
		  opacity: 0;
		  display: none;
	  transition: opacity 0.3s ease;
	  position: fixed;
	  z-index: 99991;
	  left: 0;
	  top: 0;
	  width: 100%;
	  height: 100%;
	  background-color: rgba(0, 0, 0, 0.5);
	  justify-content: center;
	  align-items: flex-start;
  }
  .modal-exp.visible-exp {
	  opacity: 1;
	  pointer-events: auto;
  }
  .modal-content-exp {
	  transition: opacity 0.4s ease, transform 0.4s ease;
	background: white;
	padding: 20px;
	border-radius: 10px;
	width: 100%;
	max-width: 600px;
	text-align: center;
	position: relative;
	  margin-top: 32px;
  }
  .modal-exp.visible-exp .modal-content-exp {
	  opacity: 1;
	  transform: scale(1);
  }
  .close-btn-exp {
	position: absolute;
	top: -3px;
	right: 8px;
	font-size: 20px;
	cursor: pointer;
  }

#camino {
	background: #ffffff;
	background: radial-gradient(circle,rgba(255, 255, 255, 1) 0%, rgba(236, 228, 243, 1) 20%);
	padding-top: 45px;
	padding-bottom: 45px;
}
.paso {
	background: white;
	padding: 10px;
	border-radius: 100%;
	color: black;
}

#testimonios {
	background: #ece4f3;
	background: radial-gradient(circle,rgba(225, 207, 254, 1) 0%, rgba(236, 228, 243, 1) 20%);
	padding-top: 45px;
	padding-bottom: 45px;
}
.video-fondo-azul {
	background: #2d2a45;
	padding: 20px;
    border-radius: 16px;
}
.video-fondo-amarillo {
	background: #d7b169;
	padding: 20px;
    border-radius: 16px;
}
.video-responsive {
	height: 0;
	overflow: hidden;
	padding-bottom: 169.25%;
	padding-top: 30px; /* Esta línea ofrece compatibilidad para IE6 y puede eliminarse */
	position: relative;
}
.video-responsive video {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#faqs {
	background: #ece4f3;
	background: radial-gradient(circle,rgba(225, 207, 254, 1) 0%, rgba(236, 228, 243, 1) 20%);
	padding-top: 45px;
	padding-bottom: 45px;
}
.panel-default>.panel-heading {
    color: white;
    background-color: #2d2a45;
    border-color: #2d2a45;
    background-image: none;
	border-radius: 12px;
	height: 100%;
    min-height: 50px;
}
.panel-group .panel {
    border-radius: 12px;
}
.panel-title {
    padding-top: 5px;
}

footer {
	background: #2d2a45;
    color: white;
    padding-top: 30px;
    padding-bottom: 30px;
}
footer a {
	color: white;
	font-weight: bold;
}


.bocadillo-1 {
	position: absolute;
    left: 6%;
    top: 30%;
	box-shadow: 0px 10px 10px -10px rgba(0,0,0,0.1);
}
.bocadillo-2 {
	position: absolute;
    right: 6%;
    top: 50%;
	box-shadow: 0px 10px 10px -10px rgba(0,0,0,0.1);
}
.bocadillo-3 {
	position: absolute;
    left: 10%;
    bottom: -3%;
	box-shadow: 0px 10px 10px -10px rgba(0,0,0,0.1);
}


.modal-mask-popup {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 150ms ease-in;
	-moz-transition: opacity 150ms ease-in;
	transition: opacity 150ms ease-in;
	pointer-events: none;
}
.modal-mask-popup-ver {
	opacity:1;
	pointer-events: auto;
}

/*Formato de la ventana*/
.modal-box-popup{
	max-width: 500px;
	width: 92%;
	position: fixed;
	padding: 5px 0px 13px 0px;
	background: url(../img/viva-luna-studios.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius:3px;
	top: -8%; 
	left: 50%; 
	transform: translate(-50%, 50%)
}

@media (max-width: 700px) {
	.modal-box-popup{
		top: -12%; 
	}
}

/*Movimientos*/
.movedown-popup {
	margin: 0 auto;
}
.rotate2 {
	margin: 10% auto;
	-webkit-transform: scale(-5,-5);
	transform: scale(-5,-5);
}
.resize2 {
	margin: 10% auto;
	width:0;
	height:0;
 
}
.modal-mask-popup:target .movedown-popup{       
	margin:10% auto;
}
.modal-mask-popup:target .rotate2{     
	transform: rotate(360deg) scale(1,1);
		-webkit-transform: rotate(360deg) scale(1,1);
}
 
.modal-mask-popup:target .resize2{
	width:400px;
	height:200px;
}

/*Boton de cerrar*/
.close-popup {
	background: #d90901;
	color: #FFFFFF;
	line-height: 25px;
	text-align: center;
	top: 1px;
	width: 100%;
	text-decoration: none;
	font-weight: bold;
	border-radius:3px;
	border: 0;
	padding: 8px;
}
 
.close-popup:hover {
	background: #e47d84;
	color:#FFFFFF;
}

.cuerpo-modal-popup {
	margin-bottom: 12px;
}

.titulo-modal-popup {
	text-align: center;
	padding-top: 14px;
	padding-bottom: 14px;
	margin: 0 !important;
	font-family: 'Bree Serif' !important;
	font-size: 20px;
}
.contenido-modal {
	margin: 0 !important;
	padding-top: 12px;
	padding-bottom: 12px;
}

.popup-capa {
	background-color: #ece4f3;
	color: black;
	padding: 10px;
	font-family: 'The Seasons';
	border-radius: 10px;
}

.cclosemodal {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 40px;
    font-size: 80px;
}


/* Media Queries */
@media (max-width: 1199px){
}
@media (max-width: 991px){
	body {
		margin-top: 65px;
	}
	.navbar {
		min-height: 65px;
	}
	.navbar-brand img {
		height: 38px;
	}
	.navbar-brand {
		margin-left: 0px !important;
	}
	.navbar-right {
		margin-right: 0px !important;
		margin-top: 11px;	
	}
}
@media (max-width: 767px){
	body {
		margin-top: 40px;
	}
	.text-right-p {
		text-align: center;
	}
	.text-left-p {
		text-align: center;
	}
	.espacio {
		padding: 10px 0px;
	}
	.navbar-brand {
		margin-left: 0 !important;
		padding: 5px;
	}
	.navbar-brand img {
		height: 40px;
	}
	.navbar-right {
		margin-right: 0 !important;
		margin-top: 0;
	}
	.nav>li {
		text-align: center;
	}
	.navbar {
		min-height: auto;
	}
	.sesion-azul {
		margin-bottom: 14px;
	}
	.sesion-amarillo {
		margin-bottom: 14px;
	}
	.paso {
		margin-bottom: 20px;
	}
	.video-fondo-azul {
		margin-bottom: 14px;
	}
	.video-fondo-amarillo {
		margin-bottom: 14px;
	}
	.bocadillo-1 {
		position: absolute;
		left: 2%;
		top: 30%;
	}
	.bocadillo-2 {
		position: absolute;
		right: 2%;
		top: 50%;
	}
	.bocadillo-3 {
		position: absolute;
		left: 7%;
		bottom: -3%;
	}
}
@media (max-width: 600px){
}