        @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 parallax  ------------------*/
		
		/* ------------------------SECCION 1 ------------------*/
		/* ------------------------SECCION 1 ------------------*/
		/* ------------------------SECCION 1 ------------------*/
		
        .home6{
            position: relative; 
			height: 1000px;
        }
        
		.home6 .img-slide6{
			position: relative;
			height: 1000px;
			width: 100%;
			object-fit: cover;
			display: none;
		}
		
		.img-slide6.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 2 ----------------------------- */
		/* ----------------------- SECCION 2 ----------------------------- */
		/* ----------------------- SECCION 2 ----------------------------- */
		
		.cont_con_secc2{
			position: relative;
			background: #ffffff;
			height: 850px;
			width: 100%;
		}
		
		.cont_con{
			position: relative;
			background: #ffffff;
			height: 150px;
			width: 100%;
			margin: 0 auto;
			display: flex;
			justify-content: center;
			align-items: center;
		}
	
		.con{
			font-family: 'Montserrat-Bold';
			text-transform: uppercase;
			font-size: 2rem;
		}
		
		.linea_con{
			position: absolute;
			border: 1px solid #ccc;
			top: 150px;
			width: 73.5%;
			z-index: 1;
		}
		
	/* ---------------------------------------------------------------------------------------------------*/
	/* -------------------------------------- contenedor formulario ------------------------------------*/
    /* ---------------------------------------------------------------------------------------------------*/
    
		.contenedor-form{
			/*background: #ffffff;*/
			widows: 100%;
			height: 850px;
			display: flex;
			justify-content: center;    
			position: relative;
		}

		.cont-contenido-form{
			width: 60%;
			height: auto;
			display: grid;
			grid-column: 1fr 1fr;
			grid-template-columns: 40% 60%;
		}
    
		.contene-inf-form{
			display: grid;
			grid-template-rows: 20% 20% 20% 40%;
		}
		
		
        .cor{
            position: relative;
            
        }

        .tele{
			position: absolute;
			margin-top: 70px;
			color: #252525;
			font-size: 1.4rem;
			font-family: 'Montserrat-Bold'; 
			text-transform: uppercase;
			text-indent:0px;
			
		}

		.numtele{
			position: absolute;
			margin-top: 100px;
			color: #252525;
			font-size: 1rem;
			font-family: 'Montserrat-Regular'; 
			text-transform: uppercase;
			text-indent:0px;
			text-decoration: none;
		}
    
        .cn{
            position: absolute;
		    font-size: 1.4rem;
			font-family: 'Montserrat-Bold'; 
			text-transform: uppercase;
			color: #252525;
			margin-top:70px;
			text-indent:0px;
        }
        
        .sec_mp{
			margin-top: 100px;
			width: 290px;
			height: 20px;
			font-family: 'Montserrat-Semibold';
			border-radius: 15px;
			border: 1px solid #2f3068;
			padding: 5px 0px 5px 0px;
			right: 0;
			position: relative;
			margin-left:0px;
		}
		
		.fm{
			position: absolute;
			text-decoration: none;
			color: #252525;
			font-size: 16px;
			font-family: 'Montserrat-Regular';
			margin-left:10px;
		}
		
		.dire-inf{
            position:relative;
		}	

		.dire{
			position: absolute;
			margin-top: 80px;
			color: #252525;
			font-size: 1.4rem;
			font-family: 'Montserrat-Bold'; 
			text-transform: uppercase;
			text-indent:0px;
		}

		.cont_dir_inf{
			width: 250px;
			margin-left: 0px;
			position:absolute;
			margin-top:98px;
		}
		
		.dire_dir{
			margin-top: 10px;
			font-size: 1rem;
			font-family: 'Montserrat-Regular';
		}
	
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
	.conte-texto-form{
		height: auto;
        position: relative;
	}
    
    label.etq-form{
        font-size: 12px;
        font-family: 'Montserrat-Medium';
        color: #252525;
        position: absolute;
        margin-top: -5px;
        text-transform: uppercase;
    }
    
    input.entrada{
        border: 1.5px solid #959595;
        height: 30px;
        width: 100%;
        outline:0px;
        font-size: 12px;
        font-family: 'Montserrat-Regular';
        background: #fff;
        padding: 0px 10px 0px 10px; 
    }
    
    textarea.entradatex{
        width:100%;
        height:150px;
        border: 1.5px solid #959595;
        outline:0px;
        font-size: 12px;
        font-family: 'Montserrat-Regular';
        background: #fff;
        padding: 5px 10px 5px 10px; 
        resize: none;
        hyphens: auto;
    }
    
    label.btn-envia{
        
    }
    
    label.btn-envia:hover{
        border: 3px solid #cccccc;
    }
    
    input.btn-env-form{
        display: none;
    }
    
    .btn-env-form{
        display: none;
    }
	
	.btn-env{	
		position: absolute;
		right: 0;
		display: flex;
		justify-content: center;
		text-decoration: none;
		border: 1px solid #000;
		width: 100px;
		border-radius: 50px;
		text-align: center;
		margin: 0px auto;
		padding: 10px 0px;
		font-family: 'Montserrat-Regular';
		color: #000;
		cursor: pointer;
		background: #fff;
	}
		
	.btn-env:hover{	
		position: absolute;
		right: 0;
		display: flex;
		justify-content: center;
		text-decoration: none;
		border: 1px solid  #ed9600;
		width: 100px;
		border-radius: 50px;
		text-align: center;
		margin: 0px auto;
		padding: 10px 0px;
		font-family: 'Montserrat-Regular';
		color: #ed9600;
		cursor: pointer;
	}

		/* ----------------------- SECCION  3 ------------------------*/
		/* ----------------------- SECCION  3 ------------------------*/
		/* ----------------------- SECCION  3 ------------------------*/
		
		.cont_con_secc3{
			height: 600px;
			position: relative;
		}
		
		.cont_con_ub{
			position: relative;
			height: 70px;
			display: flex;
			justify-content: center;
		}
		
		.con_ub{
			position: absolute;
			height: 40px;
			font-family: 'Montserrat-Bold';
			left: 20%;
			text-transform: uppercase;
			font-size: 1.4rem;
		}
		
		.linea_con_ub{
			position: absolute;
			border: 1px solid #ccc;
			top: 35px;
			width: 73.5%;
			z-index: 1;
		}
		
		.cont_con_mapa{
			display: flex;
			justify-content: center;
		}

		/* ---------------------- 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);
		}