@charset "utf-8";

/****************************************************
* FUENTES
****************************************************/

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;600&display=swap');



/****************************************************
* ESTILOS GENERALES
****************************************************/
html,
body 
{
	background-color:#FFFFFF;
}

a { outline: none; }

img { outline: none; }

* { 
	box-sizing: border-box;
	margin: 0px; 
	padding: 0px; 
  }


/****************************************************
* REDES SOCIALES
****************************************************/
.redes
{  
	width:40px;
	height:40px;
	opacity:1;
	position:fixed;
	/*bottom:20px;*/
	right:10px;
	display:block;
	text-indent:-9999px;
	/*background: url('../imagenes/general/whatsapp.png') no-repeat;*/
	z-index:3000;
}


/****************************************************
* CLASES DEL TOOLTIPSTER
****************************************************/
.tooltipster-custom .tooltipster-content{
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 17px;
	line-height: 16px;
	padding: 8px 10px;
	overflow: hidden;
}
  

/****************************************************
* CLASES DEL HEADER
****************************************************/
header{
	position: fixed;
	width: 100%;
	height: 120px;
	z-index: 3000; 
	background-color:#eee; 
	transition: all 200ms ease;
}

.header2{
	position: fixed;
	width: 100%;
	height: 100px;
	z-index: 3000; 
	background-color:#eee; 
	margin-top: -20px;
}

	.bsuperior 
	{ 
		display: flex;
		justify-content: flex-start;
		width: 100%;
		flex-wrap: wrap;
	}

		.bsuperior .bs1{
			display: flex;
			justify-content:center;
			width: 30%;
		}

		.bsuperior .bs2{
			display: flex;
			justify-content:center;
			width: 70%;
		}

			header .bsuperior .bs1 .logotipo{
				width:auto;
				height: 120px;
				transition: all 200ms ease;
			}

			.header2 .bsuperior .bs1 .logotipo{
				width:auto;
				height: 100px;
				transition: all 200ms ease;
			}

				header .bsuperior .bs1 .logotipo img{
					display: block; 
					margin: 6% auto;
					height: 80%;
				}

				.header2 .bsuperior .bs1 .logotipo img{
					display: block; 
					margin: 18% auto;
					height: 70%;
				}


/****************************************************
* CLASES DE MENU OPCIONES
****************************************************/
.menu_opciones{
	width:auto;
	height: 30px;
	color:#FFF;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 13px;
	margin-top: 30px;
}

	.menu_opciones ul{
		list-style: none;
		text-decoration: none;
		margin: 0px auto;
		width: 100%;
	}

		.menu_opciones > ul > li{
			transition: all 300ms; 
			cursor: pointer;
			display:inline-block;
			width:auto;
			height:30px;
			position:relative;
		}

			.menu_opciones > ul > li a{
				display: block;
				padding-left: 5px;
				padding-right: 10px;
				color:#000;
				text-decoration: none;
			}

				.menu_opciones > ul > li a:hover{
					color: #E42127;
				}

					.menu_opciones > ul > li > ul{
						display: none;
						position: absolute;
						width: 200px;
						z-index: 1; 
						border-top: #FFF 1px solid;
					}

					.menu_opciones > ul > li:hover ul{
						display: block;	

						top:29px;
						left:0px;	
					}

						.menu_opciones > ul > li:hover ul > li{
							background-color:#000; 
							padding: 4px;
							line-height: 25px;
							font-size: 12px;
							transition: all 300ms;
						}

						.menu_opciones > ul > li:hover ul > li:last-child{
							border-bottom-left-radius: 5px;
							border-bottom-right-radius: 5px;
							border-bottom:none;
						}
						
							.menu_opciones > ul > li:hover ul > li a{
								color:#FFFFFF;
							}
					
							.menu_opciones > ul > li:hover ul > li a:hover{
								box-shadow: 0px 0px 2px #ccc inset; 
								background-color:#E42127;
							}
























/****************************************************
* CLASES DE CONTENIDO
****************************************************/
#contenido
{ 
	width:100%; 
	height:auto; 
	min-height: 1000px; 
	background-color:#FFFFFF;
	float: left;
	margin-top: 100px;
}

#cont_slogan{ 
	display: flex;
	justify-content: center; 
	flex-wrap: wrap;
	width:100%; 
	height:auto; 
	margin-top: 50px;
}

	#cont_slogan .seleccion{ 
		background-color: #C9C9C9;
		color:#143A65;
		font-family: 'Plus Jakarta Sans', sans-serif;
		font-size: 25px;
		height:auto; padding: 10px;
		width: 90%;
		max-width: 1000px; 
		text-align: center;
	}

	#cont_slogan .seleccion:hover{ 
		background-color: #143A65; 
		color: #FFF;
	}

	#cont_slogan img{ 
		height: 150px;
	}

	#cont_slogan .slogan{ 
		color:steelblue;
		font-family: 'Plus Jakarta Sans', sans-serif;
		font-size: 35px;
		height:auto;
		width: 90%;
		max-width: 1000px; 
		text-align: center;
	}

	#cont_slogan .reseña{ 
		color:dimgray;
		font-family: 'Plus Jakarta Sans', sans-serif;
		font-size: 22px;
		height:auto; 
		width: 90%;
		max-width: 1000px; 
		text-align: center; 
		margin-bottom: 30px;
	}


/****************************************************
* CLASES DEL CARRUSEL PRODUCTOS
****************************************************/
.cont_productos{ 
	display: flex;
	justify-content: center; 
	flex-wrap: wrap;
	width:100%; 
	height:auto; 
	margin-top: 50px;
}

	.cont_productos .contenedor{ 
		height:auto;
		width: 95%;
		max-width: 1200px; 
	}



/****************************************************
* CLASES DE ELEMENTOS OPCIONES
****************************************************/
.cont_opciones{ 
	display: flex;
	justify-content: center; 
	flex-wrap: wrap;
	width:100%; 
	height:auto;  
	min-height: 200px;
	margin-top: 50px; 
	background-color: rgb(96, 225, 246);
}

	.cont_opciones .chitem{
		width: 200px;
		height: 200px; 
		margin: 20px 20px 20px 20px;
		box-shadow: 3px 3px 3px rgba(96, 92, 92, 0.5); 
		background:#FFF; 
		cursor:pointer;
		transition: all 500ms ease;
		background-image:none; 
		background-size: cover; 
		background-position: right bottom; 
		border-radius: 50%; 
	}

	.cont_opciones .chitem:hover
	{ 
		box-shadow: 10px 10px 10px rgba(14, 13, 13, 0.5); 
	}

	.cont_opciones .chitem:hover .chcomplemento{
		background-color: #000;
		color: yellow;	
	}

		.cont_opciones .chitem .chcomplemento{
			width:100%; 
			height: 100px;
			margin-top:50px;
			background-color: rgba(0, 0, 0, 0.4); 
			border-radius: 25px/45px;
			display:flex;
			justify-content: center;
			align-items: center;
			text-align: center; 
			font-family: 'Plus Jakarta Sans', sans-serif;
			font-size: 25px; 
			font-weight: bold;
			color:#FFF;
			transition: all 1000ms ease;
		}







.video-responsive {
	position: relative;
	padding-bottom: 56.25%; /* 16/9 ratio */
	padding-top: 30px; /* IE6 workaround*/
	height: 0;
	overflow: hidden;
}
	
	.video-responsive iframe,
	.video-responsive object,
	.video-responsive embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}




/****************************************************
* CLASES DEL CARRUSEL ITEMS
****************************************************/
.cont_items{ 
	display: flex;
	justify-content: center; 
	flex-wrap: wrap;
	width:100%; 
	height:auto; 
	margin-top: 50px;
}

	.cont_items .contenedor{ 
		display: flex;
		justify-content: center; 
		flex-wrap: wrap;
		height:auto;
		max-width: 1200px; 
		width: 90%; 
		margin-bottom: 50px;
	}

		.item{
			width: 250px;
			height: 270px; 
			margin: 20px 20px 20px 20px;
			box-shadow: 1px 1px 3px rgba(159, 141, 140, 0.5); 
			background:#FFF; 
			cursor:pointer;
			transition: all 500ms ease;
			background-image:none; 
			background-size: cover; 
			background-position: right bottom; 
		}

		.item:hover
		{ 
			box-shadow: 10px 10px 10px rgba(159, 141, 140, 0.5); 
		}

		.item2{
			width: 250px;
			height: 270px; 
			margin: 20px 20px 20px 20px;
		}

		.item:hover .complemento{
			background-image: radial-gradient(farthest-side at top, transparent 100%, transparent 100%, transparent 100%, #E42127 100%);
			background-repeat: no-repeat;
		}

		.item:hover .titulo{
			background-color:#E42127;
			color:#FFFFFF;
		}

			.item .complemento{
				width:100%; 
				height: 50px;
				margin-top:150px;
				background-image: radial-gradient(farthest-side at top, transparent 100%, transparent 100%, transparent 100%, #000 100%);
				background-repeat: no-repeat;
			}

			.item .titulo{
				width:100%; 
				height: 70px;
				background-color: #000;
				display:flex;
				justify-content: center;
				align-items: center;
				text-align: center; 
				font-family: 'Plus Jakarta Sans', sans-serif;
				font-size: 20px; 
				font-weight: bold;
				color:#FFF;
			}


/****************************************************
* CLASES DEL BANNER CARRUSEL
****************************************************/
.owl-carousel {
    width: 100%;
    height: 650px; 
}

.slide {
    width: 100%;
    height: 650px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 650px;
    /*background-color: rgba(0, 0, 0, 0.5);*/
}

.slide_alter {
    width: 100%;
    height: 650px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.slide_alter::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 650px;
    background-color: rgba(0, 0, 0, 0.5);
}

.slide-1 {
    background-image:none;
}

.slide-2 {
    background-image:none;
}

.slide-3 {
    background-image:none;
}

.slide-4 {
    background-image:none;
}

.slide-5 {
    background-image:none;
}

.slide-6 {
    background-image:none;
}

.slide-7 {
    background-image:none;
}

.slide-8 {
    background-image:none;
}

.slide-9 {
    background-image:none;
}

.slide-10 {
    background-image:none;
}

.slide-content {
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    padding: 0 20%;
    /*background-color: rgba(0, 0, 0, 0.5);*/
	width: 100%;
}

.slide-content h1 {
	font-family: 'Plus Jakarta Sans', sans-serif;
    /*font-family: "Anton", serif;*/
    font-size: 55px;
    text-transform: uppercase;
}

.slide-content p {
    font-family: "Lato", serif;
    font-size: 18px;
    margin-bottom: 20px; color:#FFF; 
}

.slide-content button {
    font-family: "Roboto", serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bolder;
    padding: 10px 25px;
    border: none; 
	margin-bottom: 20px; 
	cursor: pointer; 
	background-color:coral; 
	color: #FFF; 
	border-radius: 5px;
}

	.slide-content button:hover {
		background-color:#E42127; 
	}


.owl-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 1%;
}

.owl-dots span {
    width: 20px !important;
    height: 20px !important;
}

.owl-dots button {
    border: none !important;
    outline: none !important;
}

.owl-nav button {
    border: none !important;
    outline: none !important;
}

.owl-prev, .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff !important;
    font-size: 65px !important;
    font-weight: bolder !important;
    background:none !important;
}

.owl-prev {
    left: 1%;
}

.owl-next {
    right: 1%;
}


/****************************************************
* CLASES DE LA FIGURA DEL VIDEO
****************************************************/
.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
  }  
  
  .elementor-shape[data-negative="false"].elementor-shape-bottom, .elementor-shape[data-negative="true"].elementor-shape-top {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

.elementor-shape-top {
  top: -1px;
}

.elementor-shape-bottom {
  bottom: -1px;
}

.elementor-shape .elementor-shape-fill {
  fill:#FFF;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}


/****************************************************
* CLASES DEL MAPA RESPONSIVO
****************************************************/
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
	margin-bottom: 50px;
}

.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute; 
	margin: auto;
}
 

/****************************************************
* CLASES DEL PIE DE PAGINA
****************************************************/
#cont_pie{ 
	display: flex;
	justify-content: center; 
	flex-wrap: wrap;
	width:100%; 
	height:auto; 
	background-color:#eee;
}

	#cont_pie #contenedor_pie{ 
		display: flex;
		justify-content: center; 
		flex-wrap: wrap;
		height:auto;
		max-width: 1200px; 
		min-height: 400px; 
		width: 90%;
		background-color:#eee;
	}

		#cont_pie #contenedor_pie .item_pie{
			width: 250px;
			height:auto; 
			margin: 30px; 
		}

			#cont_pie #contenedor_pie .item_pie .renglon{
				width: 100%;
				height:auto; 
				text-align: center; 
			}

				#cont_pie #contenedor_pie .item_pie .renglon img{
					width: 90%; 
					display:inline-block
				}

				#cont_pie #contenedor_pie .item_pie .renglon a{
					font-family: "Roboto", serif;
					font-size: 17px;
					color:#000; 
					padding: 3px; 
					display: inline-block; 
				}

					#cont_pie #contenedor_pie .item_pie .renglon a:hover{
						color: #E42127;
					}

				#cont_pie #contenedor_pie .item_pie .renglon span{
					font-family: "Roboto", serif;
					font-size: 17px;
					color:#000; 
					display: inline-block; 
				}


/****************************************************
* CLASES DEL CONTENIDO
****************************************************/
.cont_contenido{ 
	display: flex;
	justify-content: center; 
	flex-wrap: wrap;
	width:100%; 
	background-color:#FFF;
}

	.cont_contenido .contenedor_contenido{ 
		display: flex;
		justify-content: center; 
		flex-wrap: wrap;
		height:auto;
		max-width: 1200px; 
		/*min-height: 400px;*/ 
		width: 90%; 
		margin-bottom: 30px;
	}

		.cont_contenido .contenedor_contenido .promotor{
			width: 250px;
			height: 270px; 
			margin: 20px 20px 20px 20px;
			box-shadow: 1px 1px 3px rgba(159, 141, 140, 0.5); 
			background-color: #143A65;
			transition: all 500ms ease;
			background-image:none; 
			background-size: cover; 
			background-position: right bottom; 
		}

			.cont_contenido .contenedor_contenido .promotor img{
				width: 100%;
				height: 70%; 
			}

			.cont_contenido .contenedor_contenido .promotor .nombre{
				width: 100%;
				height: 30%; 
				color: #FFF;
				font-family: 'Plus Jakarta Sans', sans-serif;
				font-size: 17px; 
				text-align: center; display: block; padding: 5px;
			}

		.cont_contenido .contenedor_contenido .seccion{ 
			height:auto; 
			padding: 20px; 
			min-width: 350px;
		}

		.cont_contenido .contenedor_contenido .seccion img{ 
			width: 100%; 
		}
	
		.cont_contenido .contenedor_contenido .seccion span{
			font-family: 'Plus Jakarta Sans', sans-serif;
			font-size: 17px;
			color:rgb(36, 34, 34); 
		}

		.cont_contenido .contenedor_contenido .seccion .renglon{ 
			width: 100%; 
			height:auto; 
			text-align: center; 
		}

		.cont_contenido .contenedor_contenido .seccion .renglon .boton{
			font-family: "Roboto", serif;
			font-size: 18px;
			text-transform: uppercase;
			font-weight: bolder;
			padding: 10px 25px;
			border: none; 
			margin-bottom: 20px; 
			cursor: pointer; 
			background-color:red; 
			color: #FFF; 
			border-radius: 5px;
		}
		
			.cont_contenido .contenedor_contenido .seccion .renglon .boton:hover{
				background-color:#C9C9C9; 
				color: #000;
			}
		





.textos 
{ 
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size:20px; 
	resize:none; 
	padding: 5px 5px 5px 5px; 
	border:none; 
	color:#000; 
}

.textos:focus 
{ 
	outline: none; 
}




/****************************************************
* CLASES DE BARRA DE OPERACION MOVIL
****************************************************/
#boperacion_movil
{ 
	width: 100%;
	height: 40px; 
	background-color:transparent;
	display: none;
	margin-top: 25px;
}

	#boperacion_movil .icono{
		width: 50px;
		height: 100%;
		cursor: pointer;
		transition: all 500ms; 
		background-color: transparent;
		margin-right: 25px;
	}

	#boperacion_movil .icono:hover{
		background-color:#E42127;
	}

		#boperacion_movil .icono img{ 
			display: block; 
			margin: 10px auto;
			height: 50%; 
		}

	#boperacion_movil .titulo{
		display: block; 
		width: 300px; 
		height: 100%;
		font-family: 'Plus Jakarta Sans', sans-serif;
		font-size: 17px;
		color:#FFFFFF; 
		padding: 9px 10px; 
		text-align: left; 
	}


/* VENTANA DE MENU MOVIL DESPLEGABLE */
#bop{ 
	margin-top: 80px;
	width: 100%;
	height: auto;
	display: none; 
	border-bottom: #C9C9C9 1px solid; 
	position: absolute; 
	z-index: 1; left: 0;
}

	#bop span{ 
		display: block;
		width: 100%;
		height: 40px;
		color:#FFF;
		background-color:#000;
		font-family: 'Plus Jakarta Sans', sans-serif;
		font-size: 17px;
		text-align: left;
		padding: 8px 10px;
		cursor: pointer; 
	}

	#bop span:hover{ 
		color:#000;
		background-color:coral;
	}




/****************************************************
* PANTALLA MENOR A 800 PIXELES DE ANCHO (MOVILES)
****************************************************/
@media only screen and (max-width: 800px) 
{

	.bsuperior .bs1{
		width: 60%;
	}

	.bsuperior .bs2{
		width: 40%;
	}

	#boperacion_movil
	{
		display:flex;
		justify-content:flex-end;
	}

	#opciones{
		display: none;
	}

	#cont_slogan img{ 
		height: 100px;
	}




	.slide-content {
		padding: 0 0;
	}
	
	.slide-content h1 {
		font-size: 40px;
	}
	
	.slide-content p { 
		margin: 10px 30px 10px 30px;
		color: #FFF; 
		font-size: 20px; 
	}
	





	
	
}


/****************************************************
* PANTALLA MAS DE 800 PIXELES DE ANCHO (ESCRITORIO)
****************************************************/
@media only screen and (min-width: 800px) 
{

	#bop{ 
		display: none!important;
	}






	
}








