@charset "utf-8";
/* Medios fluidos sencillos
   Nota: Los medios fluidos exigen la eliminación de los atributos de altura y anchura de los medios del código HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 no admite max-width (anchura máxima), por lo que usa de manera predeterminada una anchura del 100% */
.ie6 img {
	width:100%;
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-Italic.woff2') format('woff2'),
        url('Montserrat-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat2';
    src: url('Montserrat2.woff2') format('woff2'),
        url('Montserrat2.woff') format('woff');
    font-weight: normal;
    font-style:normal;
    font-display: swap;
}

 body
{
	font-family: 'Montserrat';
	font-style:italic;
}

.menu_boto
{
	background-color:white;
	color:#0CC;
	transition-duration:.3s;
	transform:translateY(10px);
}

.menu_boto:hover
{
	background:#0CC;
	color:#FFF;
	transition-duration:.3s;
	transform:translateY(-10px);	
}
/*****************************************************/
.menu_boto2
{
	background-color:white;
	color:#0CC;
}

.menu_boto2:visited
{
	color:#0CC;
}

.menu_boto2:hover
{
	color:white;
	background:#0CC;
}
/*****************************************************/
.menu{
	border:1px solid black;	
	color:white;
	background:#000;
}

.menu:hover{
	border:1px solid black;	
	color:black;
	background:white;
}

.menu2{
	color:white;
	background:#000;
}

.menu2:visited
{
	color:white;
}

.menu2:hover
{
	color:black;
	background:white;
}

.menu3{
	color:black;
}

.menu3:visited
{
	color:black;
}

.menu3:hover
{
	color:white;
	background:black;
}

#owl-carousel .item{
  margin: 3px;
}
#owl-carousel .item img{
  display: block;
  width: 100%;
  height: auto;
}
#owl-carousel .title{
    text-align: center;
}

#owl-slider .item img{
    display: block;
    width: 100%;
    height: auto;
}

/*
	Propiedades de cuadrícula fluida de Dreamweaver
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
*/

/* Diseño móvil: 480 px e inferior. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	/*padding-left: 2%;*/
	/*padding-right: 2%;*/
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}


/* Diseño tableta: de 481 px a 768 px. Hereda estilos de: Diseño móvil. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 100%;
	/*padding-left: 1.25%;
	padding-right: 1.25%;*/
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}

/* Diseño escritorio: de 769 px hasta un máximo de 1232 px.  Hereda estilos de: Diseño móvil y Diseño tableta. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 100%;
	/*max-width: 1232px;
	padding-left: 1%;
	padding-right: 1%;*/
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}




@keyframes anim-fade-in { from { opacity: 0; } to { opacity: 1 } }

@keyframes anim-up { 
	from { opacity: 0; transform: translateY(100px); } 
	to { opacity: 1; transform: translateY(0px); }  
}		

@keyframes anim-down { 
	from { opacity: 0; transform: translateY(-100px); } 
	to { opacity: 1; transform: translateY(0px); }  
}		

@keyframes anim-left { 
	from { opacity: 0; transform: translateX(100px); } 
	to { opacity: 1; transform: translateX(0px); }  
}		

@keyframes anim-right { 
	from { opacity: 0; transform: translateX(-100px); } 
	to { opacity: 1; transform: translateX(0px); }  
}		

.anim-up, .anim-down, .anim-left, .anim-right, .anim-fade-in {
	animation-duration: 1s; /* la animacion dura X segundos */
	animation-delay: 0.2s; /* esperamos X segundos antes de hacer la animacion */			
	animation-fill-mode: both; /* aplica estilos de la animacion antes y despues de reproducirla */
}

.anim-up { animation-name: anim-up; }
.anim-down { animation-name: anim-down; }
.anim-left { animation-name: anim-left; }
.anim-right { animation-name: anim-right; }
.anim-fade-in { animation-name: anim-fade-in; }

.anim-pause-2 { animation-delay: 2s; } /* la animacion empieza en 2 seg. */		
.anim-pause-3 { animation-delay: 3s; } /* la animacion empieza en 3 seg. */
.anim-pause-4 { animation-delay: 4s; } /* la animacion empieza en 4 seg. */
.anim-pause-5 { animation-delay: 5s; } /* la animacion empieza en 5 seg. */

/* todas las animaciones pausadas */
.paused * { 
	animation-play-state: paused;
}
}

/************************************************************************************************************************************/
.slider-container {
  width: 100%; /* Ajusta el ancho según tus necesidades */
  height: 600px; /* Ajusta la altura según tus necesidades */
  overflow: hidden;
  position: relative;
}

.slider {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-in-out;
}

.slide {
  flex: 0 0 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.review-text {
  text-align: center;
}

.review-image {
  width: 10px; /* Ajusta el ancho de la imagen seg�n tus necesidades */
  height: auto;
}
/************************************************************************************************************************************/

.reMargen
{
	margin-left:0.5%;
	width:70%;
	padding-left:3px;
	padding-right:3px;
}

.contenedor
{
	 border:1px solid #CCC;
	 box-shadow:0px 12px 12px #CCCCCC;
	 font-family:Montserrat;
	 font-size:12px;
}

.barras::-webkit-scrollbar
{
  width: 5px; /* Ancho del scroll vertical */
  height: 5px; /* Altura del scroll horizontal */
  border-radius:3px;
}

.barras::-webkit-scrollbar-thumb
{
  background-color: #CCC;

}

.star-rating {
  display: inline-block;
  unicode-bidi: bidi-override;
  color: #ffb800;
  font-size: 20px;
  height: 20px;
  width: 100px;
  position: relative;
  margin-bottom: 10px;
}

.star-rating::before {
  content: "★★★★★";
  /*content:url(../img/estrella.png);*/
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  width: 0;
  overflow: hidden;
  white-space: nowrap;
}

.star-rating span {
  content:url(../img/estrella.png);
  display: block;
  z-index: 2;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}

.star-rating1 span {
  content:url(../img/1star.png);
  display: block;
  z-index: 2;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}

.star-rating2 span {
  content:url(../img/2star.png);
  display: block;
  z-index: 2;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}

.star-rating3 span {
  content:url(../img/3star.png);
  display: block;
  z-index: 2;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}

.star-rating4 span {
  content:url(../img/4star.png);
  display: block;
  z-index: 2;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}

.star-rating5 span {
  content:url(../img/5star.png);
  display: block;
  z-index: 2;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}



.review-stars {
  text-align: center;
  font-size: 115%;
}

.review-stars ul {
  display: inline-block;
  list-style: none !important;
  margin: 0;
  padding: 0;
}

.review-stars ul li {
  float: left;
  list-style: none !important;
  margin-right: 1px;
  line-height: 1;
}

.review-stars ul li i {
  color: #eb6e00;
  /* Google's Star Orange in Nov 2017 */
  font-size: 1.4em;
  font-style: normal;
}

.review-stars ul li i.inactive {
  color: #c6c6c6;
}

.star:after {
  content: "\2605";
}

.parallax {
    width: 100%;
    min-height: 600px; /* Ajusta la altura según necesites */
    background-size: cover; /* Ajusta la imagen para que cubra todo */
    background-position: center; /* Centra la imagen */
    background-attachment: fixed; /* Fija la imagen para el efecto parallax */
    background-repeat: no-repeat; /* Evita repeticiones */
    text-align: center;
    color: white; /* Ajusta el color del texto si es necesario */
    display: flex;
    align-items: center;
    justify-content: center;
}

#facilito-btn {
    bottom: 20px !important;  /* Cambia la distancia desde abajo */
    right: 20px !important;   /* Cambia la distancia desde la derecha */
}

.headerV2 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background-color: white;
	display: flex;
	align-items: center;
	padding: 0 20px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	z-index: 1000;
}

.logoV2 {
	width: 25%;
	font-size: 24px;
	font-weight: bold;
}

.menuV2 {
	width: 75%;
	display: flex;
	justify-content: flex-end;
	gap: 20px;
	padding-right:50px;
}

.menuV2 a {
	text-decoration: none;
	color: black;
	font-size: 18px;
	padding: 10px;
}

/* Agregamos margen superior para evitar que el contenido quede oculto debajo del header */
.contentV2 {
	margin-top: 160px;
	padding: 20px;
}