        @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.navegacion ul.men {
		    margin: 0;
			padding: 0;
			display: flex;
		}
		
		nav.navegacion ul.men li{
			list-style: none;
		}
		
		nav.navegacion ul.men li a.menu{
			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.navegacion ul.men  li a.menu:before{
			content: '';
			position: absolute;
			background: #ed9600;
			width: 0;
			height: 2.5px;
			left: 0;
			transition: 0.5s;
			bottom:-10px;
		}

		nav.navegacion ul.men li a.menu:hover:before{
		   width: 100%;
		}
		
		.menu_movil{
		   display: none;
		}

		/* ------------------------SECCION 1 ------------------*/
		/* ------------------------SECCION 1 ------------------*/
		/* ------------------------SECCION 1 ------------------*/
			
        .home2{
            position: relative;   
			height: 1000px;
			width: 100%;
        }
        
		.home2 .img-slide2{
			position: relative;
			height: 1000px;
			width: 100%;
			object-fit: cover;
		}
		
		.img-slide2.active{
			background-size: cover;
			display: block;
			background-attachment: fixed;
            background-position: center;	
		}
		
		/*---------------------------- puntos de navegacion del slider -----------------------------------------*/

		.slider-navegation{
			z-index: 4;
			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{
			height: 100px;
			width: 100px;
			bottom: 60px;
			margin: 0 auto;
			display: flex;
			justify-content: center;
			transition: 0.5s;
			transform: translateY(-150px);
		}
		
		.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 TITULO ------------------ */
		/* ----------------------- SECCION TITULO ------------------ */
		/* ----------------------- SECCION TITULO ------------------ */
		
		.cont_tit{
			position: relative;
			background: #ffffff;
			width: 100%;
			padding-bottom: 50px;
		}
		
		.cont_qui{
			height: 150px;
			width: 100%;
			margin: 0 auto;
			display: flex;
			justify-content: center;
			align-items: center;
		}
		
		/* ----------------------- SECCION 2 ----------------------------- */
		/* ----------------------- SECCION 2 ----------------------------- */
		/* ----------------------- SECCION 2 ----------------------------- */
		
		.cont_qui_secc2{
			position: relative;
			background: #ffffff;
			height: 1000px;
			width: 100%;
		}
		
		.qui{
			font-family: 'Montserrat-Bold';
			text-transform: uppercase;
			font-size: 2rem;
		}
		.linea_qui{
			position: absolute;
			border: 1px solid #ccc;
			top: 150px;
			width: 73.5%;
			z-index: 1;
		}
		
		.cont_des_qui_prin{
			display: flex;
			justify-content: center;
			width: 100%;
			height: 300px;
		}
		
		.tit_qui{
			font-family: 'Montserrat-SemiBold';
			text-transform: uppercase;
			font-size: 1.4rem;
		}
		
		.cont_des_qui{
			margin-top: 90px;
			width: 590px;
			height: 120px;
			text-align: center;
		}
		
		.des_qui{
			font-family: 'Montserrat-Regular';
			font-size: 1rem;
		} 
		
		.neg_qui{
			font-family: 'Montserrat-SemiBold';
		}
		
		.cont_qui_img{
			position: relative;
			height: 650px;
			width: 100%;
			margin: 0 auto;
			display: flex;
			justify-content: center;
		}
		
		.img_qui_secc2{
			height: 650px;
			width: 1000px;
		}
		
		/* --------------------------- SECCION 3 ----------------------------*/
		/* --------------------------- SECCION 3 ----------------------------*/
		/* --------------------------- SECCION 3 ----------------------------*/
		
		.cont_qui_secc3{
			position: relative;
			background: #ffffff;
			height: 1000px;
			width: 100%;
		}
		
		.cont_des_qui_secc3{
			height: 300px;
			width: 100%;
			margin: 0 auto;
			display: flex;
			justify-content: center;
			align-items: center;
		}
		
		.tit_qui_secc3{
			font-family: 'Montserrat-SemiBold';
			text-transform: uppercase;
			font-size: 1.4rem;
		}
		
		.cont_des_qui__secc3{
			width: 600px;
			height: 100px;
			text-align: center;
		}
		
		.des_qui_secc3{
			font-family: 'Montserrat-Regular';
			font-size: 1rem;
		} 
		
		.cont_qui_img_secc3{
			position: relative;
			height: 650px;
			width: 100%;
			margin: 0 auto;
			display: flex;
			justify-content: center;
		}
		
		.img_qui_secc3{
			height: 650px;
			width: 1000px;
		}
		
		/* --------------------------- SECCION 4 ----------------------------*/
		/* --------------------------- SECCION 4 ----------------------------*/
		/* --------------------------- SECCION 4 ----------------------------*/
		
		.cont_qui_secc4{
			position: relative;
			background: #ffffff;
			height: 1000px;
			width: 100%;
		}
		
		.cont_des_qui_secc4{
			background: #ffffff;
			height: 300px;
			width: 100%;
			margin: 0 auto;
			display: flex;
			justify-content: center;
			align-items: center;
		}
			
		.cont_des_qui__secc4{
			width: 470px;
			height: 130px;
			text-align: center;
		}
		
		.tit_qui_secc4{
			font-family: 'Montserrat-SemiBold';
			text-transform: uppercase;
			font-size: 1.4rem;
		}
		
		.des_qui_secc4{
			font-family: 'Montserrat-Regular';
			font-size: 1rem;
		} 
		
		.cont_qui_img_secc4{
			position: relative;
			height: 650px;
			width: 100%;
			margin: 0 auto;
			display: flex;
			justify-content: center;
		} 
		
		.img_qui_secc4{
			height: 650px;
			width: 1000px;
		}

		/* ---------------------- PIE DE PAGINA ----------------------*/
		/* ---------------------- 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 {
			display: block;
			width: 35px;
			height: 35px;
			background: url(../img/iconos/ICONO_FACEBOOK_FFFFFF.svg);
			background-size: 35px 35px;
			filter: invert(70%);
		}
		
		.logo_fac_2:hover {
			display: block;
			width: 35px;
			height: 35px;
			background: url(../img/iconos/ICONO_FACEBOOK_FFFFFF.svg);
			background-size: 35px 35px;
			transform: scale(1.3); 
		}
		
		.logo_ins_2 {
			display: block;
			width: 35px;
			height: 35px;
			background: url(../img/iconos/ICONO_INSTAGRAM_FFFFFF.svg);
			background-size: 35px 35px;
			filter: invert(70%);
		}
		
		.logo_ins_2:hover {
			display: block;
			width: 35px;
			height: 35px;
			background: url(../img/iconos/ICONO_INSTAGRAM_FFFFFF.svg);
			background-size: 35px 35px;
			transform: scale(1.3);
		}
		
		.logo_wha_2 {
			display: block;
			width: 35px;
			height: 35px;
			background: url(../img/iconos/ICONO_WHATSAPP_FFFFFF.svg);
			background-size: 35px 35px;
			filter: invert(70%);
		}
		
		.logo_wha_2:hover {
			display: block;
			width: 35px;
			height: 35px;
			background: url(../img/iconos/ICONO_WHATSAPP_FFFFFF.svg);
			background-size: 35px 35px;
			transform: scale(1.3);
		}
		
		.logo_tel_2 {
			display: block;
			width: 35px;
			height: 35px;
			background: url(../img/iconos/ICONO_TEL_LOCAL-02.svg);
			background-size: 35px 35px;
			filter: invert(30%);
		}
		
		.logo_tel_2:hover {
			display: block;
			width: 35px;
			height: 35px;
			background: url(../img/iconos/ICONO_TEL_LOCAL-02.svg);
			background-size: 35px 35px;
			transform: scale(1.3);
		}

		.logo_gma_2 {
			display: block;
			width: 35px;
			height: 35px;
			background: url(../img/iconos/ICONO_CORREO.svg);
			background-size: 35px 35px;
			filter: invert(30%);
		}
		
		.logo_gma_2:hover {
			display: block;
			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';
		}

		/* ---------------------animaciones texto --------------------*/
		/* ---------------------animaciones texto --------------------*/
		/* ---------------------animaciones texto --------------------*/
		
		.home .content{
			opacity: 0;
			transition: 1s linear;
			transform: translateY(150px);
		}
		
		.content.activo{
			opacity: 1;
			transition: 1s linear;
			transform: translateY(0px);
		}