		@font-face {
		  font-family: Montserrat-Medium;
		  src: url('../font/static/Montserrat-Medium.ttf');
		}
		
		@font-face {
		  font-family:Montserrat-Bold;
		  src: url('../font/static/Montserrat-Bold.ttf');
		}
		
		@font-face {
		  font-family:Montserrat-SemiBold;
		  src: url('../font/static/Montserrat-SemiBold.ttf');
		}
		
		@font-face {
		  font-family:Montserrat-Regular;
		  src: url('../font/static/Montserrat-Regular.ttf');
		}
		
		*{
			padding: 0;
			margin: 0;
			scroll-behavior: smooth;
		}

		nav{
			z-index: 3;
			position: fixed;
			top: 0;
			width: 100%;
			height: 120px;
			background: linear-gradient(#000000, rgba(0, 0, 0, .0));
			padding: 0 100px;
			box-sizing: border-box;
			display: flex;
			justify-content: center;
			align-items: center;
			transition: 0.5s;
		}

		.logo{
			height: 100px;
			width: 125px;
		}

		nav ul{
		    margin: 0;
			padding: 0;
			display: flex;
		}

		nav ul li{
			list-style: none;
		}

		nav ul li a{
			position: relative;
			color:rgb(250, 250, 250);
			font-size: 1em;
			font-weight: 500;
			text-decoration: none;
			margin-left: 30px;
			transition: 0.3s ease;
			font-family: 'Montserrat-Medium';
			text-decoration: none;
		}

		nav ul li a:before{
			content: '';
			position: absolute;
			background: #ed9600;
			width: 0;
			height: 2.5px;
			left: 0;
			transition: 0.5s;
			bottom:-10px;
		}

		nav ul li a:hover:before{
		   width: 100%;
		}
		
		.menu_movil{
			display: none;
		}

		/* ------------------------SECCION 1 ------------------*/
		/* ------------------------SECCION 1 ------------------*/
		/* ------------------------SECCION 1 ------------------*/
		
		.home{
            position: relative; 
			width: 100%;
        }

		.home .img-slide{
			position: relative;
			height: 1350px;
			width: 100%;
			object-fit: cover;
			display: none;
			z-index: -1;
		}

		.img-slide.active{
			background-size: cover;
			display: block;
			z-index: -1;
			width: 100%;
		}	

		.cont_blur{
			
			width: 100%;
			height: 100%;
			background-color: rgba(0,0,0,0.4);
			border-radius: 15px;
			padding: 0px 5px 0px 15px;
			z-index: 2;
		}

		.home .content{
			position: absolute;
			color:#ffffff;
			width: 19%;
			font-family: 'Montserrat-Regular';
			margin-left: 13%;
			top: 35%;
		}

		.home .content .fuente_media{
			font-size: 2.5rem;
			width: 100%;
		}

		.negrita_mini_son{
			font-family: 'Montserrat-Bold';
		}

		.negrita_mini{
			font-family: 'Montserrat-Bold';
			font-size: 1.4rem;
		}

		.content .esp_font{
			letter-spacing: 0.5px;
		}

		.home .content .text_prin{
			font-size: 1.4rem;
		}

		.home .content{
			z-index: 2;
		}	

		.home .content.active{
			display: block;
		}

		.home .content p{
			margin-bottom: 40px;
		}
		
		hr.gru{
			position: absolute;
			border: 1.5px solid #ed9600;
			width: 2px;
			height: 30px;
			background: #ed9600;
			margin-top: 3px;
			margin-left: -10px;
		}
		
		.logo_fac {
			display: block;
			width: 40px;
			height: 40px;
			background: url(../img/iconos/ICONO_FACEBOOK_FFFFFF.svg);
			background-size: 40px 40px;
		}
		
		.logo_fac:hover {
			display: block;
			width: 40px;
			height: 40px;
			background: url(../img/iconos/ICONO_FACEBOOK_FFFFFF.svg);
			background-size: 40px 40px;
			transform: scale(1.3);
			filter: invert(22%) sepia(47%) saturate(4931%) hue-rotate(4deg) brightness(97%) contrast(101%);
		}

		.logo_ins {
			display: block;
			width: 40px;
			height: 40px;
			background: url(../img/iconos/ICONO_INSTAGRAM_FFFFFF.svg);
			background-size: 40px 40px;
		}
		
		.logo_ins:hover {
			display: block;
			width: 40px;
			height: 40px;
			background: url(../img/iconos/ICONO_INSTAGRAM_FFFFFF.svg);
			background-size: 40px 40px;
			transform: scale(1.3);
			filter: invert(22%) sepia(47%) saturate(4931%) hue-rotate(4deg) brightness(97%) contrast(101%);
		}

		.logo_wha {
			display: block;
			width: 40px;
			height: 40px;
			background: url(../img/iconos/ICONO_WHATSAPP_FFFFFF.svg);
			background-size: 40px 40px;
		}
		
		.logo_wha:hover {
			display: block;
			width: 40px;
			height: 40px;
			background: url(../img/iconos/ICONO_WHATSAPP_FFFFFF.svg);
			background-size: 40px 40px;
			transform: scale(1.3);
			filter: invert(22%) sepia(47%) saturate(4931%) hue-rotate(4deg) brightness(97%) contrast(101%);
		}

		/*------------------------- icono red social --------------------------------*/

		.home .media-icons{
			z-index: 2;
			position: absolute;
			right: 13.5%;
			display: flex;
			flex-direction:row;
			transition: 0.5s ease;
			bottom: 90px;
		}

        /*-------------------------  texto derecho reservado --------------------------------*/

	    .condere{
			position: absolute;
			margin-top: 50px; 
			width: 400px;
			right: -50px;
		}

		.dere{
			color: #ffffff;
			font-family: 'Montserrat-Regular';
			font-size: 0.7rem;
		}
		
		/*-------------------------  icono link red social --------------------------------*/
		
		.home .media-icons a{
			color: #fff;
			font-size: 1.6em;
			transition: 0.3s ease;
		}
		
		.home .media-icons a:hover{
			transform: scale(1.3);
		}

		/*----------- puntos de navegacion del slider -------*/

		.slider-navegation{
			position: absolute;
			display: flex;
			margin-bottom: 12px;
			bottom: 90px;
			margin-left: 13%;
		}

		.slider-navegation .nav-btn{
			width: 8px;
			height: 8px;
			border-radius: 50%;
			border: 1.5px solid #ffffff;
			cursor: pointer;
			box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
			transition: 0.3s ease;
		}

		.slider-navegation .nav-btn.active{
			background:  #ed9600;
			border: 1.5px solid #ed9600;
		}
		
		.slider-navegation .nav-btn:not(:last-child){
			margin-right: 20px;
		}
	
		.slider-navegation .nav-btn:hover{
			transform: scale(1.2);
		}

		/*------------ boton seccion 1 abajo --------------*/
		
		.abajo{
			position: absolute;
			height: 100px;
			width: 100px;
			bottom: 60px;
			right: 50%;
			margin: 0 auto;
			transition: 0.5s;
		}

		.abajo .icono_abajo{
			z-index: 6;
			display: block;
			height: 80px;
			width: 80px;
			background: url(../img/iconos/ICONO_ABAJO_FFFFFF.svg);
			background-size: 80px 80px;
		}

		.abajo .icono_abajo:hover{
			z-index: 6;
			display: block;
			height: 80px;
			width: 80px;
			background: url(../img/iconos/ICONO_ABAJO_FFFFFF.svg);
			background-size: 80px 80px;
			filter: invert(22%) sepia(47%) saturate(4931%) hue-rotate(4deg) brightness(97%) contrast(101%);
			cursor: pointer;
		}
		
		/* ------------------------SECCION 2 ------------------*/
		/* ------------------------SECCION 2 ------------------*/
		/* ------------------------SECCION 2 ------------------*/

		.cont_secc2{
			position: relative;
			height: 1000px;
			width: 100%;
			background: #ffffff;
			z-index: 1;
		}
	
		.cont_secc2 .cont_izq_der{
			width: 100%;
			display: flex;
			justify-content: center;    
			position: relative;
		}

		.cont_secc2 .cont_izq_der .cont_colum{
			width: 73.5%;
			height: 1000px;
			display: grid;
			grid-template-columns: 1fr 1fr;	
		}

		.cont_secc2 .cont_izq_der .cont_colum .med_izqu{
			display: flex;
			align-items: center;
		}

		.cont_secc2 .cont_izq_der .cont_colum .med_izqu .cont_med_izqu{
			height: 400px;
			width: 100%;
		}

		/* ----------------TITULO SECCION 2 -----------*/

        .cont_secc2 .cont_izq_der .cont_colum .med_izqu .cont_med_izqu p.tit{
			font-size: 0.9rem;
			color: #252525;
			font-family: 'Montserrat-Regular';
			position: absolute;
			top: 28.2%;
			left:13.3%;
		}

        /* ---------------- FLECHA SECCION 2 -----------*/

		.cont_secc2 .cont_izq_der .cont_colum .med_izqu .cont_med_izqu .tit .arrow,
		.arrow:before{
			position: absolute;
			left: 118%;
		}

		.cont_secc2 .cont_izq_der .cont_colum .med_izqu .cont_med_izqu .tit .arrow{
			width: 10px;
			height: 10px;
			top: 100%;
			margin: -20px 0 0 -20px;
			-webkit-transform: rotate(45deg);
			border-left: none;
			border-top: none;
			border-right: 3px #e6ab22 solid;
			border-bottom: 3px #e6ab22 solid;
		}

		/*-----------------TEXTO GRANDE -------------------*/
		
		.cont_secc2 .med_izqu p.med{
			font-size: 2rem;
			color: #252525;
			font-family: 'Montserrat-Regular';
		}

		/* ------------------------------------------------- linea SECCION 2 ---------------------*/
		
		.lin_med{
			width: 350px;
			border: 1px #cccccc solid;
			position: absolute;
			top:40%;
			left: 13.2%;
		}

		/* -------------------------------------------------INFORMACION SECCION 2 ---------------------*/
		
		.cont_secc2 .med_izqu p.fin{
			font-size: 1.4rem;
			color: #252525;
			font-family: 'Montserrat-Regular';	
			width: 400px;
			position: absolute;
			top:43%;
			left: 13.2%;
		}

		/* ------------------------------------------------- ME INTERESA SECCION 2 ---------------------*/

		.cont_secc2 .med_izqu .menux{
			text-decoration: none;
			font-family: 'Montserrat-Regular';
			position: absolute;
			top: 65%;
			left: 13.2%;
			color: #252525;
			z-index: 1;
		}

		.cont_secc2 .med_izqu .menux:before{
			content: '';
			position: absolute;
			background: #ed9600;
			width: 25px;
			height: 2.5px;
			left: 0;
			transition: 0.5s;
			bottom:-10px;
		}

		.cont_secc2 .med_izqu .menux:hover:before{
		   width: 100%;
		}

		.cont_secc2 .cont_izq_der .cont_colum .med_dere{
			display: flex;
			justify-content: center;
			align-items: center;
		}

	    /* ----------------IMAGEN SECCION 2 ---------------------*/

		.cont_secc2 .cont_izq_der .cont_colum .med_dere img.img_med_der{
			height: 800px;
			width: 100%;
			max-height: 800px;
			max-width: 800px;
			object-fit: cover;
		}

		/* ----------------------- SECCION 3 ----------------------------- */
		/* ----------------------- SECCION 3 ----------------------------- */
		/* ----------------------- SECCION 3 ----------------------------- */

		.cont_secc3{
			position: relative;
			height: 1000px;
			width: 100%;
		}

		/* ----------------------------------------------------IMAGEN DE LA SECCION 3 -----------------------------*/

		.cont_secc3 .img_sec3{
			position: relative; 
			height: 1000px;
			width: 100%;
			object-fit: cover;
		}
		
		/*---------------------------------- titulo de la seccion 3 --------------------------*/
		
		.cont_secc3 p.tit_m2{
			font-size: 0.9rem;
			color: #ffffff;
			font-family: 'Montserrat-Regular';
			position: absolute;
			top: 19%;
			left:12.5%;
		}

		/* ---------------------------- flecha de la seccion 3 ---------------------------*/

		.arrow2,
		.arrow2:before{
			position: absolute;
			left: 135%;
		}
		
		.arrow2{
			width: 10px;
			height: 10px;
			top: 20px;
			margin: -20px 0 0 -20px;
			-webkit-transform: rotate(45deg);
			border-left: none;
			border-top: none;
			border-right: 3px #e6ab22 solid;
			border-bottom: 3px #e6ab22 solid;
		}

		/* ----------------------------------- sub titulo seccion 3 ------------------------*/

		.cont_secc3 p.med_m2 {
			font-size: 2rem;
			color: #ffffff;
			font-family: 'Montserrat-Regular';
			position: absolute;
			top: 23%;
			left: 12.5%;
		}

		/* ----------------------------------- sub titulo lideres seccion 3 ------------------------*/

		.lid {
			font-size: 4rem;
			color: #ffffff;
			font-family: 'Montserrat-Bold';
			position: absolute;
			top: -3px;
		}

		/* ----------------------------------- sub titulo en todo seccion 3 ------------------------*/
		
		.son_m2{
			font-size: 4rem;
			color: #ffffff;
			font-family: 'Montserrat-Regular';
			position: absolute;
			width: 330px;
			top: -3px;
		}

		/* ----------------------------------- texto seccion 3 ------------------------*/
		
		.cont_secc3 p.fin_m2{
			position: absolute;
			font-size: 1.4rem;
			color: #ffffff;
			font-family: 'Montserrat-Regular';
			top: 40%;
			left: 12.5%;
			width: 400px;
			line-height: normal;
		}

		/* ----------------------------------- quiero saber mas seccion 3 ------------------------*/

		.cont_secc3 .menu_m2{
			position: absolute;
			text-decoration: none;
			font-family: 'Montserrat-Regular';
			top: 62%;
			left: 12.5%;
			color: #ffffff;
		}
		
		.cont_secc3 .menu_m2:before{
			content: '';
			position: absolute;
			background: #ed9600;
			width: 25px;
			height: 2.5px;
			left: 0;
			transition: 0.5s;
			bottom:-15px;
		}
		
		.cont_secc3 .menu_m2:hover:before{
		   width: 100%;
		}
		
		/* ------------------------SECCION 4 ------------------*/
		/* ------------------------SECCION 4 ------------------*/
		/* ------------------------SECCION 4 ------------------*/

		.cont_secc4{
			position: relative;
			height: 1000px;
			width: 100%;
			z-index: 1;
		}
		
		.cont_secc4 .cont_izq_der2{
			height: 1000px;
			width: 100%;
			display: flex;
			justify-content: center;    
			position: relative;
		}

		.cont_secc4 .cont_izq_der2 .cont_colum2{
			width: 73.5%;
			height: 1000px;
			display: grid;
			grid-template-columns: 1fr 1fr;	
		}

		.cont_secc4 .cont_izq_der2 .cont_colum2 .sec4_izqu{
			height: 1000px;
			width: 100%;
		}

		.cont_secc4 .cont_izq_der2 .cont_colum2 .sec4_izqu .cont_img{
			display: flex;
			justify-content: center;
			align-items: center;
			height: 1000px;
		}

        /* ----------------IMAGEN SECCION 4 ---------------------*/

		.cont_secc4 .cont_izq_der2 .cont_colum2 .sec4_izqu img.img_sec4_izq{
			height: 100%;
			width: 100%;
			max-height: 800px;
			max-width: 800px;
			object-fit: cover;
		}

		.cont_secc4 .cont_izq_der2 .cont_colum2 .sec4_dere{
			display: flex;
			justify-content: flex-end;
			align-items: center;
		}

		.cont_secc4 .cont_izq_der2 .cont_colum2 .sec4_dere .cont_med_dere{
			height: 400px;
		}

		/* ----------------TITULO SECCION 4 -----------*/

        .cont_secc4 .cont_izq_der2 .cont_colum2 .sec4_dere .cont_med_dere .tit_s4{
			font-size: 0.9rem;
			color: #252525;
			font-family: 'Montserrat-Regular';
			position: absolute;
			top: 28.2%;
			left:70.4%;
		}

		 /* ---------------- FLECHA SECCION 4 -----------*/

		.cont_secc4 .cont_izq_der2 .cont_colum2 .sec4_dere .cont_med_dere .tit_s4 .arrow_s4,
		.arrow_s4:before{
			position: absolute;
			left: 140%;
		}

		.cont_secc4 .cont_izq_der2 .cont_colum2 .sec4_dere .cont_med_dere .tit_s4 .arrow_s4{
			width: 10px;
			height: 10px;
			top: 100%;
			margin: -20px 0 0 -20px;
			-webkit-transform: rotate(45deg);
			border-left: none;
			border-top: none;
			border-right: 3px #e6ab22 solid;
			border-bottom: 3px #e6ab22 solid;
		}

		/*-----------------TEXTO GRANDE -------------------*/
		
		.cont_secc4 .cont_med_dere p.med_s4{
			font-size: 2rem;
			color: #252525;
			font-family: 'Montserrat-Regular';
		}

		/* ------------------------------------------------- linea SECCION 4 ---------------------*/
		
		.lin_s4{
			width: 350px;
			border: 1px #cccccc solid;
			position: absolute;
			top:37%;
			left: 70.3%;
		}

		/* -------------------------------------------------INFORMACION SECCION 4 ---------------------*/
		
		.cont_secc4 .cont_texs4 p.fin_s4{
			font-size: 1.4rem;
			color: #252525;
			font-family: 'Montserrat-Regular';	
			width: 400px;
			position: absolute;
			top:41%;
			left: 70.3%;
		}

		/* ------------------------------------------------- ME INTERESA SECCION 4 ---------------------*/

		.cont_secc4 .cont_med_dere .menu_s4{
			text-decoration: none;
			font-family: 'Montserrat-Regular';
			position: absolute;
			top: 70%;
			left: 70.3%;
			color: #252525;
		}

		.cont_secc4 .cont_med_dere .menu_s4:before{
			content: '';
			position: absolute;
			background: #ed9600;
			width: 25px;
			height: 2.5px;
			left: 0;
			transition: 0.5s;
			bottom:-10px;
		}

		.cont_secc4 .cont_med_dere .menu_s4:hover:before{
		   width: 100%;
		}

		/* ------------------- SECCION 5 -----------------------*/
		/* ------------------- SECCION 5 -----------------------*/
		/* ------------------- SECCION 5 -----------------------*/
		
		.cont_secc5{
			height: 1000px;
			position: relative;
			width: 100%;
		}
		
		/* --------------------------------- IMAGEN SECCION 5 -----------------------------------------*/
		
		.img_sec5{
			position: relative;
			height: 1000px;
			width: 100%;
			object-fit: cover;
		}
		
		/* --------------------------------- TITULO SECCION 5 -----------------------------------------*/
		
		.cont_secc5 p.tit_s5{
			font-size: 0.9rem;
			color: #ffffff;
			font-family: 'Montserrat-Regular';
			position: absolute;
			top: 20%;
			left:12.5%;
		}

		/* --------------------------------- FLECHA SECCION 5 -----------------------------------------*/
		
		.arrow_s5,
		.arrow_s5:before{
			position: absolute;
			left: 123%;
		}
		
		.arrow_s5{
			width: 10px;
			height: 10px;
			top: 18px;
			margin: -20px 0 0 -20px;
			-webkit-transform: rotate(45deg);
			border-left: none;
			border-top: none;
			border-right: 3px #e6ab22 solid;
			border-bottom: 3px #e6ab22 solid;
		}

		/* --------------------------------- TEXTO ALIADO SECCION 5 -----------------------------------------*/
		
		.cont_secc5 p.med_s5 {
			font-size: 4rem;
			color: #ffffff;
			font-family: 'Montserrat-Regular';
			position: absolute;
			top: 22%;
			left: 12.5%;
		}
		
		.lid_s5 {
			font-size: 4rem;
			color: #ffffff;
			font-family: 'Montserrat-Regular';
			position: absolute;
		}
		
		.son_s5{
			font-size: 4rem;
			color: #ffffff;
			font-family: 'Montserrat-Bold';
			position: absolute;
			width: 330px;
			left: -0.5%;
		}

		/* --------------------------------- TEXTO SECCION 5 -----------------------------------------*/
		
		.cont_secc5 p.fin_s5{
			position: absolute;
			font-size: 1.4rem;
			color: #ffffff;
			font-family: 'Montserrat-Regular';
			top: 40%;
			left: 12.5%;
			width: 500px;
		}
		
		/* --------------------------------- TEXTO QUIERO SABER MAS SECCION 5 -----------------------------------------*/
		
		.cont_secc5 .menu_s5{
			position: absolute;
			text-decoration: none;
			font-family: 'Montserrat-Regular';
			top: 62%;
			left: 12.5%;
			color: #ffffff;
		}
		
		.cont_secc5 .menu_s5:before{
			content: '';
			position: absolute;
			background: #ed9600;
			width: 25px;
			height: 2.5px;
			left: 0;
			transition: 0.5s;
			bottom:-15px;
		}
		
		.cont_secc5 .menu_s5:hover:before{
		   width: 100%;
		}

         /* ------------------------SECCION 6 ------------------*/
         /* ------------------------SECCION 6 ------------------*/
         /* ------------------------SECCION 6 ------------------*/

		.cont_secc6{
			position: relative;
			height: 1000px;
			width: 100%;
			z-index: 1;
		}
	
		.cont_secc6 .cont_izq_der3{
			width: 100%;
			display: flex;
			justify-content: center;    
			position: relative;
		}

		.cont_secc6 .cont_izq_der3 .cont_colum3{
			width: 73.5%;
			height: 1000px;
			display: grid;
			grid-template-columns: 1fr 1fr;	
		}

		.cont_secc6 .cont_izq_der3 .cont_colum3 .sec6_izqu{
			display: flex;
			align-items: center;
		}
		
		.cont_secc6 .cont_izq_der3 .cont_colum3 .sec6_izqu .cont_med_izq{
			height: 400px;
			width: 100%;
		}

		/* ----------------TITULO SECCION 6 -----------*/

        .cont_secc6 .cont_izq_der3 .cont_colum3 .sec6_izqu  .cont_med_izq .tit_s6{
			font-size: 0.9rem;
			color: #252525;
			font-family: 'Montserrat-Regular';
			position: absolute;
			top: 28.2%;
			left:13.3%;
		}

		 /* ---------------- FLECHA SECCION 6 -----------*/

		.cont_secc6 .cont_izq_der3 .cont_colum3 .sec6_izqu .cont_med_izq .tit_s6 .arrow_s6,
		.arrow_s6:before{
			position: absolute;
			left: 115%;
		}

		.cont_secc6 .cont_izq_der3 .cont_colum3 .sec6_izqu .cont_med_izq .tit_s6 .arrow_s6{
			width: 10px;
			height: 10px;
			top: 100%;
			margin: -20px 0 0 -20px;
			-webkit-transform: rotate(45deg);
			border-left: none;
			border-top: none;
			border-right: 3px #e6ab22 solid;
			border-bottom: 3px #e6ab22 solid;
		}

		/*-----------------TEXTO GRANDE -------------------*/
	
		.cont_secc6 .cont_med_izq p.med_s6{
			font-size: 2rem;
			color: #252525;
			font-family: 'Montserrat-Regular';
		}
		
		/* ------------------------------------------------- linea SECCION 6 ---------------------*/
		
		.lin_s6{
			width: 350px;
			border: 1px #cccccc solid;
			position: absolute;
			top:41%;
			left: 13.3%;
		}

		/* -------------------------------------------------INFORMACION SECCION  ---------------------*/
		
		.cont_secc6 .cont_med_izq p.fin_s6{
			font-size: 1.4rem;
			color: #252525;
			font-family: 'Montserrat-Regular';	
			width: 21%;
			position: absolute;
			top:44%;
			left: 13.3%;
		}
		
		/* ------------------------------------------------- ME INTERESA SECCION 6 ---------------------*/

		.cont_secc6 .cont_med_izq .menu_s6{
			text-decoration: none;
			font-family: 'Montserrat-Regular';
			position: absolute;
			top: 68%;
			left: 13.3%;
			color: #252525;
		}

		.cont_secc6 .cont_med_izq .menu_s6:before{
			content: '';
			position: absolute;
			background: #ed9600;
			width: 25px;
			height: 2.5px;
			left: 0;
			transition: 0.5s;
			bottom:-10px;
		}

		.cont_secc6 .cont_med_izq .menu_s6:hover:before{
		   width: 100%;
		}

		.cont_secc6 .cont_izq_der3 .cont_colum3 .sec6_dere{
			display: flex;
			justify-content: center;
			align-items: center;
		}
		
		/* ----------------IMAGEN SECCION 6 ---------------------*/

		.cont_secc6 .cont_izq_der3 .cont_colum3 .sec6_dere 
		.cont_img img.img_sec6_izq{
			height: 800px;
			width: 100%;
			max-height: 800px;
			max-width: 800px;
			object-fit: cover;
		}

        /* ---------------------- PIE DE PAGINA ----------------------*/
		/* ---------------------- PIE DE PAGINA ----------------------*/
		
		.conte_pie{
			height: 300px;
			width: 100%;
			position: relative;
			display: flex;
			justify-content: center;
		}
		
		/*---------------------------linea Pequeña seccion pie-----------*/

		.divi_mini_s6{
			width: 100px;
			border: 1px #000000 solid;
			position: absolute;
			top:0%;
		}
		
		/*--------------------------- grupo son seccion pie-----------*/
		
		.text_pie{
			font-size: 1rem;
			color: #2b1c02;
			font-family: 'Montserrat-SemiBold';
			position: absolute;
			top: 20%;
			text-transform: uppercase;
		}
		
		/*--------------------------- linea 2 seccion pie-----------*/
		
		.divi_s6{
			width: 73.5%;
			border: 1px #cccccc solid;
			position: absolute;
			top:45%;
		}
		
		/* ----------------------- MEDIA ICONOS 2 ----------------------*/
		
	    .media-icons-2{
			z-index: 2;
			position: absolute;
			top: 66%;
			display: flex;
			flex-direction:row;
			transition: 0.5s ease;
		}
		
		.media-icons-2 a{
			color: #2b1c02;
			font-size: .9rem;
			font-family: 'Montserrat-Regular';
			transition: 0.3s ease;
			list-style: none;
			text-decoration: none;
			margin-left: 70px;
			display: flex;
			flex-direction:row;
		}
		
		.media-icons-2 a i{
			position: absolute;
			top: -10px;
			margin-left: -40px;
		}
		
		.logo_fac_2 {
			width: 35px;
			height: 35px;
			background: url(../img/iconos/ICONO_FACEBOOK_FFFFFF.svg);
			background-size: 35px 35px;
			filter: invert(70%);
		}
		
		.logo_fac_2:hover {
			width: 35px;
			height: 35px;
			background: url(../img/iconos/ICONO_FACEBOOK_FFFFFF.svg);
			background-size: 35px 35px;
			transform: scale(1.3); 
		}
		
		.logo_ins_2 {
			width: 35px;
			height: 35px;
			background: url(../img/iconos/ICONO_INSTAGRAM_FFFFFF.svg);
			background-size: 35px 35px;
			filter: invert(70%);
		}
		
		.logo_ins_2:hover {
			width: 35px;
			height: 35px;
			background: url(../img/iconos/ICONO_INSTAGRAM_FFFFFF.svg);
			background-size: 35px 35px;
			transform: scale(1.3);
		}
		
		.logo_wha_2 {
			width: 35px;
			height: 35px;
			background: url(../img/iconos/ICONO_WHATSAPP_FFFFFF.svg);
			background-size: 35px 35px;
			filter: invert(70%);
		}
		
		.logo_wha_2:hover {
			width: 35px;
			height: 35px;
			background: url(../img/iconos/ICONO_WHATSAPP_FFFFFF.svg);
			background-size: 35px 35px;
			transform: scale(1.3);
		}

		.logo_tel_2 {
			width: 35px;
			height: 35px;
			background: url(../img/iconos/ICONO_TEL_LOCAL-02.svg);
			background-size: 35px 35px;
			filter: invert(30%);
		}
		
		.logo_tel_2:hover {
			width: 35px;
			height: 35px;
			background: url(../img/iconos/ICONO_TEL_LOCAL-02.svg);
			background-size: 35px 35px;
			transform: scale(1.3);
		}

		.logo_gma_2 {
			width: 35px;
			height: 35px;
			background: url(../img/iconos/ICONO_CORREO.svg);
			background-size: 35px 35px;
			filter: invert(30%);
		}
		
		.logo_gma_2:hover {
			width: 35px;
			height: 35px;
			background: url(../img/iconos/ICONO_CORREO.svg);
			background-size: 35px 35px;
			transform: scale(1.3);
		}

		.pie{
			position: absolute;
			height: 50px;
			width: 100%;
			background: #252525;
			bottom: 0;
			display: flex;
			justify-content: center;
			align-items: center;
		}
		
		.pie p{
			color: #cccccc;
			font-size: .6rem;
			font-family: 'Montserrat-Regular';
		}

		.av_cur{
			color: #cccccc;
			font-size: .6rem;
			font-family: 'Montserrat-Regular';
			cursor: pointer;
		}

		.av_cur a{
			color: #cccccc;
			font-size: .6rem;
			font-family: 'Montserrat-Regular';
			cursor: pointer;
			text-decoration: none !important;
		}

		.av_cur a:hover{
			color: #ed9600;
			font-family:'Montserrat-SemiBold';
		}