@charset "utf-8";
/* CSS Document */

/*////// GENERAL ///////*/

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body{
	height: 100vh;
	background:#E5E1DF;
	font-family: "dm-sans", sans-serif;
    font-weight: 700;
    font-style: normal;
	color: #FFFFFF;
}

p{
	padding: 0px 0px 0px 10px;
	color:#403931;
}

a{
	color: rgb(64, 57, 49);
}


/*////// CABECERA ///////*/


header {
	position: absolute;
	width: 100%;
	min-height:  65px;
	
	display: flex;
	justify-content: space-between;
	align-items: center;
  /*  background: #EDF9EE; 
	background:#403931; */
	z-index: 10;
}

.logotipo{
/*	width: 298px;
	height: 56px; */
	margin-left: 30px;
	padding: 5px;
}

nav{
	margin-right: 50px;
	
}

header ul {
	position: relative;
	
}

header ul li {
	list-style: none;
	position: relative;
	float: left;
	
}

header ul li a {
	
	font-size: 12pt;
	padding: 20px 25px 5px;
	text-decoration: none;
	display: flex;
	justify-content: space-between;
	
}

header ul li a:hover {
	
	
	color: #fff;
	transition: 0.2s;
	
	border-bottom: 1px solid #fff;
}

header ul li ul {
	position: absolute;
	left: 0;
	width: 200px;
	border-radius: 15px;
    background: rgba(0, 0, 0, .8); 
	display: none;
	
}

header ul li:hover ul {
	
	display: block;
	height: auto;
	
	
}

header ul li:hover ul::-webkit-scrollbar {
	width: 10px;
	background: #A3A3A3;
	
}

header ul li:hover ul::-webkit-scrollbar-thumb{
	border: 1px solid #272E66;
	background: #272E66;
	border-radius: 10px;
}

header ul li ul li {
	position: relative;
	width: 100%;
	
}

header ul li ul li a {
color:	#E6AB4E;
	font-size: 11pt;
	transition: 0.5s;
}

header ul li ul li a:hover {
	
	
}


/*////// SLIDER ///////*/


.contendor_slider{
	width: 100%;
	height: 500px;
	min-height: 300px;
	position: relative;
	display: flex;
	justify-content: flex-end;
    
}

.contendorimg_slider{
	width: 100%;
	height: 500px;
	background: url("../images/servicio_catas.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

.contendortxt-slider{
	width: 500px;
	height: 500px;
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 30px;
}

.contendortxt-slider h1, h2{
	padding: 10px;
	color:#403931;
}

.contendortxt-slider p{
	padding: 0px 0px 0px 10px;
	color:#403931;
}

.contendortxt-slider a{
	margin: 30px 0px 0px 10px;
	color:#E6AB4E;
	width: 130px;
	height: 30px;
	padding: 8px;
	text-decoration: none;
	background:#403931;
}


/*////// PRESENTACION DE SERVICIO ///////*/

.contendor_slider2{
	width: 100%;
	height: 300px;
	display: flex;
	justify-content: center;
	text-align: center;
	
}

.contendortxt-slider_2{
	width: 500px;
	height: 300px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	
}

.contendor_slider3{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
/*	align-items: center; */
	
}

.contendor_img{
	width: 70%;
	height: 500px;
	background: url("../images/servicio_catas2.jpg");
	background-size:cover;
	background-repeat: no-repeat; 
	border: 1px solid #000;
}

.contendor_img img{
	width: 100%;
height: 100%;
}

.contendortxt-slider_3{
	width: 400px;
    height: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #000;
    color: #E6AB4E;
    padding: 10px;
    margin: 20px;
	border-radius: 20px;
}

.contendortxt-slider_3 h2{
	color:#403931;
	text-align: center;
	margin: 10px;
	font-size: 14pt;
	text-transform: uppercase;
}

.contendortxt-slider_3 p{
	color: #403931;
}

.contendor_slider3 ul li {
	padding: 10px;
    color: #403931;
	list-style: none;
}

.contendor_slider3 ul ul li{
	padding: 10px;
    color: #403931;
    list-style: none;
	margin-left: 25px;
}

.contendor_slider4{
	    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    text-align: center;
}
	
.contendor_img4{
	width: 70%;
	height: 500px;
	background: url("../images/servicio_catas3.jpg");
	background-size:cover;
	background-repeat: no-repeat; 
	border: 1px solid #000;
	
}

.contendortxt-slider_4{
	width: 500px;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	
	color: #E6AB4E;
}

.contendor_slider4 ul li {
	padding: 10px;
}

.contendor_productos{
	width: 80%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin:100px auto 0px;
	padding: 30px 0px;
	background: #f5f5f5;
	border-radius: 20px;
	gap:20px;
}

.card{
	height: 390px;
	width: 300px;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 70px 63px	-60px #000;
	position: relative;
	transition: 0.8s;
	margin: 10px;
	
}

.card img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 1s ease-in-out;
/*	filter: grayscale(1); */
}

.card:hover img {
	width: 200%;
/*	filter: grayscale(0); */
}

.card:hover{
	transform: translateY(-30px);
	box-shadow: 0 90px 63px	-20px #000;
	
}

.content{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	font-family: sans-serif;
	text-align: center;
	padding: 20px 0;
	transition: 0.8s;
	backdrop-filter: blur(0px);
	transform: translateY(50%);
	
}

.card:hover .content{
	backdrop-filter: blur(10px);
	transform: translateY(0);
}

.content h2{
	margin: 5px;
	font-size: 14pt;
}

.content .des{
	font-size: small;
	font-weight: 100;
	padding: 10px 0;
	
}

.content .social .item{
	border-right: 1px solid #fff5;
}

.content .social .item:nth-last-child(1){
	border-right: 1px solid #fff5;
}

.content .social .title{
	font-size: large;
	margin: 10px 0;
	
}

.content .social .count{
	opacity: 0.8;
	
}



/*////// FOOTER ///////*/


footer{
	
width: 100%;
	height: auto;
	border: 1px solid #000000;
	background:#403931;
	position: sticky;
	top: 100%;	
	display: flex;
	justify-content: center;
	padding: 10px 0;
}

.contenedor_info{
	
	width: 769px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	
	
}

.cuadro_info{
	border-right: 1px dashed #FFFFFF;
	border-left: 1px dashed #FFFFFF;
	width: 250px;
	height:auto;
		
}

.cuadro_info:nth-child(2) {
	border-left: none;
}

.cuadro_info:nth-child(3) {
	border-left: none;
}

.cuadro_info ul {
	height: auto;
	list-style: none;
	margin: auto;
	font-size: 11pt;
	
	text-align: center;
	color: #F4D6A1;
	
}

.cuadro_info ul li {
	font-size: 11pt;
	
	text-align: center;
	padding: 3px;
	 color: #F4D6A1;
}

.cuadro_info ul li a {
	font-size: 11pt;
	
	text-align: center;
	color:  #F4D6A1;
	
}

.cuadro_info ul li a:hover{
	color:  #FFFFFF;
	font-weight: 600;
}

.marcas_contenedor{
	
	width: 100%;
	
}

.icono_mapa{
	display: flex;
	justify-content: center;
}

.icono_mapa a{
	display: flex;
	justify-content: center;
	border: 2px solid #272E66;
	width: 40px;
	height: 40px;
	padding: 5px;
	border-radius: 10px;
	margin-left: 5px;
}


/* DISEÑO PARA TABLET */


@media (min-width:480px) and (max-width: 768px){
	
	/*////// CABECERA ///////*/
	
.logotipo {
    margin-left: 10px;
	
}
	
header{
		padding: 0px 20px;
	background:rgba(0,0,0,.8);
	}
	
header nav{
		position: absolute;
		width: 100%;
		top: 96px;
		left: 0;
		background: rgba(0,0,0,.8);
		display: none;
		z-index: 225;
		
	}
	
header.active nav{
		display: initial;
	}
	
header nav ul li a {
		color: #E6AB4E;
	}
	
header nav ul li  a:hover{
		background: none;
		
	}
	
header nav ul li{
		
		width: 100%;
		border: solid 1px rgba(0, 0, 0, 0.2);
	}
	
header nav ul li:hover{
		
		
	}
	
header nav ul li ul{
		position: relative;
		width: 100%;
		height: 200px;
		left: 0;
		background: none;
		z-index: 225;
	}
	
header nav ul li ul li {
		background: none;
		
	}
	
header nav ul li ul li a{
		margin-left: 10px;
		
	}
	
header nav ul li ul li a:hover{
		background: none;
		
	}
	
header nav ul li:hover ul{
		
		height: 100px;
		
	}
	
.menuToggle{
		position: relative;
		width: 40px;
		height: 50px;
		cursor: pointer;
		display: flex;
		justify-content: center;
		align-items: center;
		
	}
	
.menuToggle::before {
		content: '';	
		position: absolute;
		width: 100%;
		height: 6px;
		background:#E6AB4E;
		transform: translateY(-12px);
	    box-shadow: 0 12px #E6AB4E;
		transition: 0.5s;
		border-radius: 5px;
	}
	
.menuToggle::after {
		content: '';	
		position: absolute;
		left: 0;
		width: 70%;
		height: 6px;
		background: #E6AB4E;
		transform: translateY(12px);
		transition: 0.5s;
		border-radius: 5px;
	
	}
	
header.active .menuToggle::before {
		transform: rotate(45deg);
		box-shadow: 0 0px #fff;
	}
	
header.active .menuToggle::after {
		transform: rotate(315deg);
		width: 100%;
	}	
	
	
/*////// SLIDER ///////*/	
	
	
.contendor_slider{
		flex-direction: column;
		height: 1024px;
		justify-content: flex-start;
	}
	
.contendorimg_slider{
		background: url("../images/servicio_catas_tb.jpg");
		width: 100%;
		height: 800px;
	}
	
.contendortxt-slider{
		top:750px;
		width: 100%;
		height: auto;
		background: #403931;
		padding: 15px;
		margin-left: 0px;
	}
	
.contendortxt-slider  h1, h2, p {
		color:#E6AB4E;
	}
	
.contendortxt-slider  p {
		color:#E6AB4E;
	}
	
.contendor_slider2{
		height: auto;
		min-height: 150px;
		padding: 20px;
	}
	
.contendortxt-slider_2 {
		justify-content: flex-start;
		height: auto;
	}
	
.contendortxt-slider_2 h2, p{
		color:#403931;
	}
	
	
}


/* DISEÑO PARA MOVIL */

@media (min-width:0px) and (max-width: 480px){
	
/*////// CABECERA ///////*/	
	
		
.logotipo {
    margin-left: 0px;
	width: 140px;
	}
	
	
header{
		padding: 0px 20px;
	background:rgba(0,0,0,.8);
	}
	
header nav{
		position: absolute;
		width: 100%;
		top: 77px;
		left: 0;
		background: rgba(0,0,0,.8);
		display: none;
		z-index: 225;
		
	}
	
header.active nav{
		display: initial;
	}
	
header nav ul li a {
		color: #E6AB4E;
	}
	
header nav ul li  a:hover{
		background: none;
		
	}
	
header nav ul li{
		
		width: 100%;
		border: solid 1px rgba(0, 0, 0, 0.2);
	}
	
header nav ul li:hover{
		
		
	}
	
header nav ul li ul{
		position: relative;
		width: 100%;
		height: 200px;
		left: 0;
		background: none;
		z-index: 225;
	}
	
header nav ul li ul li {
		background: none;
		
	}
	
header nav ul li ul li a{
		margin-left: 10px;
		
	}
	
header nav ul li ul li a:hover{
		background: none;
		
	}
	
header nav ul li:hover ul{
		
		height: 100px;
		
	}
	
.menuToggle{
		position: relative;
		width: 40px;
		height: 50px;
		cursor: pointer;
		display: flex;
		justify-content: center;
		align-items: center;
		
	}
	
.menuToggle::before {
		content: '';	
		position: absolute;
		width: 100%;
		height: 6px;
		background:#E6AB4E;
		transform: translateY(-12px);
	    box-shadow: 0 12px #E6AB4E;
		transition: 0.5s;
		border-radius: 5px;
	}
	
.menuToggle::after {
		content: '';	
		position: absolute;
		left: 0;
		width: 70%;
		height: 6px;
		background: #E6AB4E;
		transform: translateY(12px);
		transition: 0.5s;
		border-radius: 5px;
	
	}
	
header.active .menuToggle::before {
		transform: rotate(45deg);
		box-shadow: 0 0px #fff;
	}
	
header.active .menuToggle::after {
		transform: rotate(315deg);
		width: 100%;
	}	
	
	
/*////// SLIDER ///////*/	
	
.contendor_slider{
		height: 700px;
	}
	
.contendorimg_slider{
		background: url("../images/servicio_catas_tb.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
		width: 100%;
		height: 700px;
	}
	
.contendortxt-slider{
		top:600px;
		width: 100%;
		height: auto;
		background: #403931;
		padding: 15px;
		margin-left: 0px;
	}
	
.contendortxt-slider  h1, h2, p {
		color:#E6AB4E;
	}
	
.contendortxt-slider  h1 {
		font-size: 20pt;
	}
	
.contendortxt-slider  h2 {
		font-size: 16pt;
	}
	
.contendortxt-slider  p {
		color:#E6AB4E;
		font-size: 12pt;
	}
	
.contendortxt-slider  a {
		
		border: 1px solid #E6AB4E;
	}
	
.contendor_slider2{
		height: auto;
		min-height: 150px;
		padding: 20px;
	}
		
.contendortxt-slider_2 {
		justify-content: flex-start;
		height: auto;
	}
	
.contendortxt-slider_2 h2, p{
		color:#403931;
	}
	
.contendor_slider2{
		margin-top: 150px;
		height: auto;
		min-height: 150px;
		padding: 20px;
	}
	
	
.contendortxt-slider_2 {
		justify-content: flex-start;
		height: auto;
	}
	
.contendortxt-slider_2 h2, p{
		color:#403931;
	}
	
	
}






