body {
	font-family: 'Inter', Helvetica, Arial, sans-serif;
	/* margin-top: 105px; */
	/* margin-bottom: 400px; Es la altura del footer, si cambio la altura del footer debo cambiar esto */
	/* min-height: 100% !important; */
    /* height: 100%; */
	margin-top: 90px;
}


html {
	font-size: 9px;
	position: relative;
	
	/* min-height: 100% !important; */
    /* height: 100%; */
}

body#index{
	margin-top: 0px;
}




a{
	outline: none !important;
}
.btn:focus, .btn:focus:active {
	outline: none;
  	box-shadow: none;
	background-color: transparent;
	color: #000;
	border: 1px solid #000;
}

/*  ---------- Saco borde celeste focus bootstrap -------------- */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
button,
.uneditable-input:focus {   
  /*border-color: rgba(126, 239, 104, 0.8);*/
  box-shadow: 0;
  outline: 0 none;
  outline-color: transparent; 
    outline-style: none;
}
/*  ---------- Saco borde celeste focus bootstrap -------------- */





.franja_cien{
	width: 100%;
	/* border: 1px solid red; */
}
.franja_cien.aqua{	background-color: var(--aqua);}
.franja_cien.ocean{	background-color: var(--ocean);}


a#ir_arriba{
	display: block;
	cursor: pointer;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background-color: var(--gris);
	/* border:1px solid #FFF; */
	color: #FFF;
	text-align: center;
	font-size: 1.4rem;
	line-height: 4.7rem;
	font-weight: 100;
	position: fixed;
	bottom: 20px;
	/*right: 30px;*/
	right: -30px;
	opacity: 0;
	z-index: 900;
	background-image: url('../img/flecha_blanca_arriba.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 8px;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
a#ir_arriba.visible{
	opacity: 1;
	bottom: 20px;
	/*bottom: 30px;*/
	right: 20px;
	/*right: 30px;*/
}

a#ir_arriba:hover{
	line-height: 3.5rem;
	background-color: var(--aqua);
}


h3.secciones{
	text-transform: uppercase;
	color: #FFF;
	font-size: 2.6rem;
	font-weight: 800;
	letter-spacing: .1rem;
}
h3.secciones.ocean{
	color: var(--ocean);
}



p {
	color: #777;
	font-size: 1.5rem;
	font-weight: 300;
}

ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

ul li {
	margin-bottom: 5px;
}

strong{
	font-weight: 600;
}

.btn-primary{
	font-size: 1.4rem;
	font-weight: 500;
	color: #FFF;
	background-color: var(--aqua);
	border:none;
	border-radius: 40px;
	padding: 12px 25px;
	text-decoration: none;
	display: inline-block;
	transition: all .3s ease-in-out;
}

.btn-primary:hover{
	background-color: var(--negro);
}

.btn-primary.ocean{
	background-color: var(--ocean);
}
.btn-primary.ocean:hover{
	background-color: var(--aqua);
}



/* -------------------------------/ COLORES /---------------------------------------- */
:root {	--aqua: #00B1AF; }
:root {	--ocean: #1E2B48; }
:root {	--gris: #606060; }
:root {	--gris_light: #F1F1F1; }
:root {	--negro: #0A0A0A; }
/* -------------------------------/ COLORES /---------------------------------------- */





.bg-primary{background-color: var(--aqua) !important}
.bg-secondary{background-color: var(--ocean) !important;}
.bg-gris_light{background-color: var(--gris_light) !important;}




/* -------------------------------/ ANULO DESLAZAMIENTO DE SCROLL DE BOOTSTRAP /---------------------------------------- */
:root{scroll-behavior:unset}
/* -------------------------------/ ANULO DESLAZAMIENTO DE SCROLL DE BOOTSTRAP /---------------------------------------- */










/*  ---------------------------------------------------------- HEADER -------------------------------------------------- */
header{position: fixed;}


body#index #main-header{
	background-color: transparent; 
}


body#index nav#main-botonera ul li a:hover{
	color: var(--aqua);
}



body#index #main-header.alternativo{
	background-color: var(--ocean); 
}




#main-header{
	position: fixed;
	top: 0;
	width: 100%;
	padding-top: 0px;
	height: 90px;
	text-align: center;
	/* background-color: transparent;  */
	background-color: var(--aqua); 
	z-index: 99;
}
#main-logo{
	max-width: 140px;
	margin: 17px 0 0 15px;
	display: inline-block;
	position: relative;
}
#main-logo img{width: 100%;}


#main-header.alternativo{
	background-color: var(--ocean); 
}




nav#main-botonera{
	width: auto;
	padding: 0;
	margin: 0;
	/* background-color: blue; */
	z-index: 99;
	-webkit-transition: all 0.20s ease-out;
    -moz-transition: all 0.20s ease-out;
    -o-transition: all 0.20s ease-out;
    -ms-transition: all 0.20s ease-out;
    transition: all 0.20s ease-out;
}
nav#main-botonera ul{position: relative;top: 10px; right: 20px}
nav#main-botonera ul, nav#main-botonera ul li{padding: 0; margin: 0;}
nav#main-botonera ul li{
	display: inline-block;
}
nav#main-botonera ul li a{
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFF;
	font-size: 1.5rem;
	font-weight: 700;
	margin: 0 5px;
	transition: all .25s ease-in-out;
}
nav#main-botonera ul li a:hover{
	color: var(--ocean);
}
nav#main-botonera.activo{
	right: 0;
}


#main-header.alternativo nav#main-botonera ul li a:hover{
	color: var(--aqua);
}













/* *------- Botonera ppal --------- */



#contenedor_botonera_mobile{
	width: 100%;
	height: 100%;
	background-color:var(--ocean);
	position: fixed;
	z-index: 9999;
	top: 0;
	right: -100%;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#contenedor_botonera_mobile.activo{
	right: 0;
}




/* ul#main-menu_mobile{
	display: none;
} */
ul#main-menu_mobile li{
	display: block;
	margin: 0;
	padding: 0;
}

ul#main-menu_mobile li a{
	position: relative;
	display: inline-block;
	font-size: 2rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #FFF;
	padding:5px 7px;
	margin:13px 0;
	outline:0px;
	text-align: center;
	text-decoration: none;
	background-image: none;
	/* background-color: red; */
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/*
ul#main-menu_mobile li a:before{
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	opacity: 0;
	position: absolute;
	right: 5px;
	top: 8px;
	background-repeat: no-repeat;
	background-size: 10px;
	transition: all 0.4s ease-in-out;
}
ul#main-menu_mobile li a:hover:before{
	opacity: 1;
	right: -22px;
}
ul#main-menu_mobile li a:hover{
	color: var(--aqua);
}*/




ul#main-menu_mobile li a.cerrar_menu_ppal{
	background-image: url("../img/cruz_blanca.svg");
	background-repeat: no-repeat;
	/* background-color: red; */
	width: 45px;
	height: 45px;
	margin-bottom: 40px;
}

/* ul#main-menu_mobile li a:nth-child(1){
	background-image: url("../img/cruz_blanca.svg");
	background-repeat: no-repeat;
} */

ul#main-menu_mobile li a.redes{
	width: 20px;
	height: 20px;
	color: #FFF;
	font-size: 2.1rem;
	line-height: 2.2rem;
	/* background-color: red; */
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	padding: 0;
	margin: 8px 12px;
}
ul#main-menu_mobile li a.redes:hover{
	color: var(--verde_claro_sasami);
}
/* ul#main-menu_mobile li a.vimeo{
	background-image: url("../img/icono_vimeo.svg");
}
ul#main-menu_mobile li a.instagram{
	background-image: url("../img/icono_instagram.svg");
} */









/* ICONO BOTON HAMBURGUESA */
.menu_hamburguesa {
	position: fixed;
	z-index: 500;
	width: 50px !important;
	height: 35px !important;
	right: 25px;
	top: 28px;
	padding-top: 15px;
	/* background-color: green; */
}
 /*Linea central:*/
.menu_hamburguesa span {
	margin: 0 auto;
	position: relative;
}
/*Linea sup e inf:*/
.menu_hamburguesa span:before, .menu_hamburguesa span:after { 
	position: absolute;
	content: '';
}
/*Le doy color y medidas a las tres líneas:*/
.menu_hamburguesa span, .menu_hamburguesa span:before, .menu_hamburguesa span:after {
	width: 36px;
	height: 3px;
	border-radius: 0px;
	background-color: #FFF;
	display: block;
}
/*Separo la linea superior:*/
.menu_hamburguesa span:before {
	margin-top: -13px;
	background-color: #FFF;
}
/*Separo la linea Inferior:*/
.menu_hamburguesa span:after {
	margin-top: 13px;
	background-color: #FFF;
}
/* --- ICONO BOTON HAMBURGUESA --- */



.menu_hamburguesa:before{
	content: '';
	position: absolute;
	top: -4px;
	left: -8px;
	display: none;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #2bd904;
}
.menu_hamburguesa.visible:before{
	display: block;
}


/*-----------------ANIMACION CRUZ ICONO HAMBURGUESA -----------*/
/*Dejo transparente la linea central:*/
.ejemplo_cruz.animo_menu_hamburguesa span {
	background-color: rgba(0,0,0,0);
	-webkit-transition-delay: 0.15s; transition-delay: 0.15s;
}
.ejemplo_cruz span {
	-webkit-transition-duration: 0s; 
	transition-duration: 0s;
	-webkit-transition-delay: 0.15s; 
	transition-delay: 0.15s;
}
.ejemplo_cruz span:before {
	transition-property: margin, transform;
	-webkit-transition-property: margin, -webkit-transform; 

	transition-duration: 0.15s;
	-webkit-transition-duration: 0.15s; 
	transition-delay: 0.15s, 0s;
	-webkit-transition-delay: 0.15s, 0s; 
}
.ejemplo_cruz.animo_menu_hamburguesa span:before {
	margin-top: 0;
	-webkit-transform: rotate(45deg); transform: rotate(45deg);
	-webkit-transition-delay: 0s, 0.15s; transition-delay: 0s, 0.15s;
}
.ejemplo_cruz span:after {
	-webkit-transition-property: margin, -webkit-transform; transition-property: margin, transform;
	-webkit-transition-duration: 0.15s; transition-duration: 0.15s;
	-webkit-transition-delay: 0.15s, 0s; transition-delay: 0.15s, 0s;
}
.ejemplo_cruz.animo_menu_hamburguesa span:after {
	margin-top: 0;
	-webkit-transform: rotate(-45deg); transform: rotate(-45deg);
	-webkit-transition-delay: 0s, 0.15s; transition-delay: 0s, 0.15s;
}
/*-----------------ANIMACION CRUZ ICONO HAMBURGUESA -----------*/







/*-------- Menu mobile------------ */
#contiene_botonera_desplegable{
	position: absolute;
	z-index: 90;
	/*float: left;*/
	width: 100%;
	/*height: 100%;*/
	display: none;
	margin-top: 0px;
	padding: 20px 0 40px 0;
	border-top:1px solid #002b82;
	border-bottom:1px solid #002b82;
	background-color: #FFF; /*Mismo color que el fondo del header*/
}



/*Animacion boton cerrar ---------------------------------- */
  .close-button {
	display: block;
	width: 40px;
	height: 40px;
	position: relative;
	overflow: hidden;
  }
  .close-button > div {
	position: relative;
  }
  .close-button-block {
	width: 40px;
	height: 20px;
	position: relative;
	overflow: hidden;
  }
  .close-button-block:before, .close-button-block:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: calc(55% - 4px);
	display: block;
	width: 4px;
	height: 25px;
	transform-origin: bottom center;
	background: white;
	transition: all ease-out 280ms;
  }
  .close-button-block:last-of-type {
	transform: rotate(180deg);
  }
  .close-button .in .close-button-block:before {
	transition-delay: 280ms;
	transform: translateX(20px) translateY(-20px) rotate(45deg);
  }
  .close-button .in .close-button-block:after {
	transition-delay: 280ms;
	transform: translateX(-22px) translateY(-22px) rotate(-45deg);
  }
  .close-button .out {
	position: absolute;
	top: 0;
	left: 0;
  }
  .close-button .out .close-button-block:before {
	transform: translateX(-5px) translateY(5px) rotate(45deg);
  }
  .close-button .out .close-button-block:after {
	transform: translateX(5px) translateY(5px) rotate(-45deg);
  }
  /*
  .close-button:hover .in .close-button-block:before {
	transform: translateX(-5px) translateY(5px) rotate(45deg);
  }
  .close-button:hover .in .close-button-block:after {
	transform: translateX(5px) translateY(5px) rotate(-45deg);
  }
  .close-button:hover .out .close-button-block:before {
	transform: translateX(-20px) translateY(20px) rotate(45deg);
  }
  .close-button:hover .out .close-button-block:after {
	transform: translateX(20px) translateY(20px) rotate(-45deg);
  }*/
/*Animacion boton cerrar ---------------------------------- */



ul#mobile-main-menu_mobile{
	position: relative;
	/*overflow: scroll;*/
	/*height: 100%;*/
}
ul#mobile-main-menu_mobile li{
	margin: 0;
	padding: 0 15px;
	border-bottom:1px solid #CCCCCC;
}
ul#mobile-main-menu_mobile li a{
	display: block;
	width: 100%;
	
	padding: 12px 0;
	font-size: 1.4rem;
	color: #002b82;
	text-transform: uppercase;
	text-align: left;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
	/*text-transform: uppercase;*/
}
ul#mobile-main-menu_mobile li:last-child{border-bottom: none;}

ul#mobile-main-menu_mobile a:hover{
	color: #686868;
	text-decoration: none;
}

ul#mobile-main-menu_mobile li a{
	font-weight: 300;
}
/*-------- Menu mobile------------ */

/*  ---------------------------------------------------------- FIN HEADER -------------------------------------------------- */




























section {
	overflow: hidden; /*Para que no afecte el ancho los elementos animados con AOS.js que vienen de los laterales*/
	/* min-height: 100%; */
	/* background: linear-gradient(45deg, rgb(234, 249, 255) 10%, rgba(255,255,255) 50%); */
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}





























/* INICIO //////// --------------------------------------------------------------------- */

section#inicio{
	/* margin-top: 105px; */
	/* background-image: url("../img/bg_inicio.jpg"); */
	position: relative;
	min-height: 100vh;
}
section#inicio:before{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #17EFED;
	z-index: 0;
	mix-blend-mode: multiply;
}
section#inicio:after{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid red;
	z-index: 0;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(101,110,130,1) 39%, rgba(30,43,72,1) 70%);
	mix-blend-mode: multiply;
}
.triada_lineas{
	position: absolute;
	top: 0;
	width: 100%;
	height: 10px;
	background: rgb(0,177,175);
	background: linear-gradient(90deg, rgba(0,177,175,1) 33%, rgba(30,43,72,1) 33%, rgba(30,43,72,1) 66%, rgba(96,96,96,1) 66%);
}


video#video_home {
	object-fit: cover;
	width: 100vw;
	height: 100vh;
	position: absolute;
	top: 0	;
	left: 0;
	z-index: -1;
	filter: grayscale(1);
  }



section#inicio h1{
	color: #FFF;
	font-size: 4.2rem;
	line-height: 4.7rem;
	font-weight: 300;
}



.mouse_inicio {
	width: 38px;
	height: 68px;
	position: absolute;
	z-index: 10;
	box-sizing: border-box;
	border: 2px solid #fff;
	margin: auto;
	border-radius: 50% 50% 50% 50% / 25% 25% 25% 25%;
	bottom: 40px;
	left: 50%;
	margin-left: -17px;
	opacity: .5;
  }
  .mouse_inicio::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 20px;
	transform: translateX(-50%);
	width: 4px;
	height: 4px;
	background: #fff;
	border-radius: 10px;
	animation: scrollDown 1.5s linear infinite;
  }
  @keyframes scrollDown {
	0% {
	  top: 15px;
	  height: 4px;
	  opacity: 1;
	}
	33% {
	  top: 15px;
	  height: 40px;
	}
	66% {
	  top: 50px;
	  height: 10px;
	  opacity: 1;
	}
	100% {
	  top: 56px;
	  height: 4px;
	  opacity: 0;
	}
  }







.conCorte{
	overflow-wrap: break-word;
	hyphens: auto !important;
}



#slider_swipper_index.mySwiperIndex{
	/* position: absolute; */
	/* bottom: 110px; */
	/* bottom: 150px; */
	/* background-color: red; */
}

.swiper{
	/* position: absolute; */
	width: 100%;
	height: 100%;
	/* border: 1px solid red; */
	bottom: 110px;
	bottom: 150px;
	margin-bottom: 0px;
}
.swiper.productos{
	/* border: 1px solid blue; */
	bottom: 0;
	padding: 0 40px;
	margin: 0;
}
div.grupo_ventajas_producto{
	text-align: center;
	font-size: 1.5rem;
	color: var(--gris);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 40px;
	padding: 70px 25px 0 25px;
	/* border: 1px solid red; */
	min-height: 180px;
	/* background-color: red; */
}
div.grupo_ventajas_producto.reloj{background-image: url("../img/icono_reloj.png");}
div.grupo_ventajas_producto.error{background-image: url("../img/icono_error.png");}
div.grupo_ventajas_producto.personal{background-image: url("../img/icono_personal.png"); background-size: 45px;}
div.grupo_ventajas_producto.vision{background-image: url("../img/icono_vision.png"); background-size: 45px;}
div.grupo_ventajas_producto.enfoque{background-image: url("../img/icono_enfoque.png"); background-size: 45px;}
div.grupo_ventajas_producto.tilde{background-image: url("../img/icono_tilde.png"); background-size: 45px;}
div.grupo_ventajas_producto.beneficio{background-image: url("../img/icono_beneficio.png"); background-size: 45px;}
div.grupo_ventajas_producto.bbdd{background-image: url("../img/icono_bbdd.png"); background-size: 45px;}

div.grupo_ventajas_producto h5{
	font-size: 1.6rem;
	color: var(--aqua);
	font-weight: 700;
}
.swiper.productos .swiper-button-prev{
	left: -10px;
	background-image: url("../img/arrowLeftAqua.svg");
	/* transform: rotate(180deg); */
  }
.swiper.productos  .swiper-button-next{
	right: -10px;
	background-image: url("../img/arrowRightAqua.svg");
	/* transform: rotate(180deg); */
  }
.swiper-wrapper{
	/* border: 2px solid pink; */
}

.swiper-slide { 
	/* border: 1px solid green; */
	/* padding-bottom: 40px; */
	text-align: left;
	font-size: 18px;
	background: transparent;
	min-height: 280px;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-button-prev,
.swiper-button-next {
  /* border: 1px solid red; */
  background-repeat: no-repeat;
  background-position: center;
  width: 50px !important;
  height: 50px !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
	display: none;
}
.swiper-button-prev{
  background-image: url("../img/arrowLeftWhite.svg");
  /* transform: rotate(180deg); */
}
.swiper-button-next{
  background-image: url("../img/arrowRightWhite.svg");
  /* transform: rotate(180deg); */
}

.swiper-pagination{
	/* background-color: red; */
}
.swiper-pagination .swiper-pagination-bullet{
	background-color: var(--gris);
	opacity: .7;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: var(--aqua);
}

  /* .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
  } */


  h3.slider{
	display: block;
	color: var(--aqua);
	font-weight: 800;
	/* font-size: 4.8rem; */
	/* line-height: 4.6rem; */
	font-size: 4rem;
	line-height: 4rem;
  }
  h3.slider i.blanco{
	color: #FFF;
	font-style: normal;
  }
  h3.slider span{
	display: block;
	color: #FFF;
	font-weight: 300;
	font-size: 2.2rem;
	line-height: 2.7rem;
	margin-top: 10px;
  }
  img.iso_slider_index{
	width: 100%;
	max-width: 60px;
  }

/* INICIO //////// --------------------------------------------------------------------- */






































/* BAJADA INDEX //////// --------------------------------------------------------------------- */
	section#bajada_index{
		padding: 110px 0 130px 0;
		position: relative;
	}

	section#bajada_index h1{
		color: var(--aqua);
		/* font-size: 3.2rem; */
		font-size: 2.8rem;
		/* line-height: 4.8rem; */
		line-height: 3.8rem;
		font-weight: 300;
		margin-top: 30px;
		width: 100%;
		max-width: 900px;
		/* background-color: red; */
	}
/* BAJADA INDEX //////// --------------------------------------------------------------------- */





.img_fondos_mitades{
	padding: 300px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.img_fondos_mitades.trabajos{
	background-image: url('../img/img_empresa.jpg');
}
.img_fondos_mitades.faqs{
	background-image: url('../img/img_preguntas.jpg');
	padding: 150px 0;
	/* border: 1px solid pink; */
}
.img_fondos_mitades.simulador{
	background-image: url('../img/img_simulador.jpg');
	padding: 150px 0;
	/* border: 1px solid pink; */
}






input.range{
	margin: 30px 0;
}
.range-wrap {
  position: relative;
  margin: 0 auto;
  padding: 0 !important;
  background-color: pink;
}
.range {
  width: 100%;
}
.bubble {
  background: var(--ocean);
  color: white;
  padding: 4px 12px;
  position: absolute;
  border-radius: 4px;
  left: 50%;
  transform: translateX(-50%);
}
.bubble::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--ocean);
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
}

















/* EMPRESA  //////// --------------------------------------------------------------------- */

	section#empresa{
		background-color: var(--aqua);
		background-image: url("../img/iso-blur.svg");
		background-repeat: no-repeat;
		background-position:  700px -200px;
		position: relative;
	}
	section#empresa:before{
		content: "";
		width: 120px;
		height: 120px;
		background-color: var(--aqua);
		border: 12px solid var(--aqua);
		display: block;
		position: absolute;
		border-radius: 50%;
		background-image: url("../img/logo_iso.png");
		background-repeat: no-repeat;
		background-size: 100%;

		left: 50%;
		margin-left: -50px;
		/* top: 50px; */
		top: 50%;
		margin-top: -50px;

	}

	.izquierda_empresa{
		padding: 120px 30px 50px 30px;
	}
	.contenedor_txt_empresa{
		width: 100%;
		max-width: 550px;
	}
	.contenedor_txt_empresa p{
		color: #FFF;
		font-size: 1.5rem;
		line-height: 2.8rem;
		text-align: justify;
	}
	.contenedor_txt_empresa p span{
		color: var(--ocean);
		font-weight: 600;
	}

/* EMPRESA  //////// --------------------------------------------------------------------- */







section#faqs{
	background-color: #F7F7F7;
}
.der_faqs{
	/* border: 1px solid yellow; */
	padding: 60px 0px 60px 0px;
}
.contenedor_txt_faqs{
	width: 100%;
	max-width: 620px;
	/* border: 1px solid red; */
}
.contenedor_txt_faqs p{
	color: var(--gris);
	font-weight: 200;
	font-size: 1.5rem;
	line-height: 2.8rem;
	text-align: justify;
	/* border: 1px solid green; */
}
.contenedor_txt_faqs p span{
	font-weight: 400;
}
div.grupo_preg{
	width: 100%;
	max-width: 650px;
	margin: 40px 0;
}
div.grupo_preg a{
	text-decoration: none;
	color: var(--aqua);
}
div.grupo_preg a:hover{
	color: var(--ocean);
}
div.grupo_preg span{
	display: block;
	width: 100%;
	color: var(--aqua);
	font-weight: 700;
	color: var(--ocean);
	font-size: 2rem;
	border-bottom: 1px solid var(--aqua);
	margin: 15px 0;
	padding: 15px 0;
}
div.grupo_preg i{
	display: inline-block;
	font-style: normal;
	background-color: var(--aqua);
	color: #FFF;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 3rem;
	font-size: 2rem;
	text-align: center;
	font-weight: 700;
	margin-right: 15px;
}



.nav-tabs{
	border: none;
	padding: 0;
	margin: 0;
	margin-top: 30px;
}
.nav-tabs .nav-link{
	font-size: 1.6rem;
	line-height: 2rem;
	font-weight: 400;
	border-radius: 20px;
	border: 1px solid var(--ocean);
	background-color: var(--gris_light);
	color: var(--ocean);
	margin-right: 10px;
	padding: 5px 15px;
}
.nav-tabs .nav-link:hover{
	background-color: var(--ocean);
	color: var(--aqua);
}
.nav-tabs .nav-link.active{
	background-color: var(--ocean);
	color: var(--aqua);
	font-weight: 700;
}

p.cierre_preguntas{
	font-size: 2.5rem;
	line-height: 3.5rem;
	color: var(--ocean);
	margin-bottom: 60px;
}
p.cierre_preguntas a{
	font-size: 2.3rem;
	line-height: 2.5rem;
	color: var(--aqua);
	font-weight: 600;
	text-decoration: none;
	text-decoration: none;
	transition: all .15s ease-in-out;
}

p.cierre_preguntas a:hover{
	color: var(--ocean);
}









/* TRIADA DESTACADOS  //////// --------------------------------------------------------------------- */
	.contenedor_destacados{
		padding: 140px 0;
	}
	.contenedor_destacados.procesos{background-color: var(--gris);}
	.contenedor_destacados.licencias{background-color: var(--ocean);}
	.contenedor_destacados.paises{background-color: var(--aqua);}
	.contenedor_destacados p.triada_destacados{
		font-size: 5.5rem;
		font-weight: 700;
		line-height: 6rem;
		padding: 60px 0 0px 0;
		color: #FFF;
		background-repeat: no-repeat;
		background-position: center 10px;
		background-size: 45px;
		text-transform: uppercase;
	}
	.contenedor_destacados p.triada_destacados span{
		display: block;
		font-size: 1.8rem;
		line-height: 1.8rem;
		font-weight: 300;
	}
	.contenedor_destacados p.triada_destacados span strong{
		font-weight: 600;
	}
	.contenedor_destacados p.triada_destacados.procesos{background-image: url("../img/icono_procesos.png"); background-size: 60px;}
	.contenedor_destacados p.triada_destacados.licencias{background-image: url("../img/icono_licencias.png"); }
	.contenedor_destacados p.triada_destacados.paises{background-image: url("../img/icono_paises.png");}

	.contenedor_destacados p.triada_destacados.licencias span{color: var(--aqua);}
/* TRIADA DESTACADOS  //////// --------------------------------------------------------------------- */





































.modal{background-color: rgba(0,0,0,.7);}
.modal-content, .modal-header{background-color: transparent;}
.modal-header{border: none;}
.modal-header a{transition: all .2s ease-in-out;}
.modal-header a:hover{
	transform: rotate(90deg);
}



#como_funciona{
	margin-top: 90px;
	/* padding: 150px 0 150px 0; */
	padding: 0px 0 90px 0;
}
img.logo_certex_gris_productos{
	width: 100%;
	max-width: 160px;
	/* border: 2px solid red; */
}
p.txt_ppal_comofunciona_productos{
	text-align: justify;
	max-width: 650px;
	/* background-color: pink; */
}
p.txt_ppal_comofunciona_productos span{
	color: var(--aqua);
}
.contiene_celu_productos{
	/* padding: 70px 0; */
	padding: 0 0;
}
img.telefono_certex_productos{
	width: 100%;
	max-width: 350px;
	position: relative;
	right: -170px; 
	top: 40px;
}



/* TPM OEE index  //////// --------------------------------------------------------------------- */
	.contiene_celu_index{
		/* padding: 70px 0; */
		padding: 0 0;
	}
	.contenedor_txt_tpm_index{
		width: 100%;
		max-width: 450px;
		padding: 100px 0 50px 0;
	}
	.contenedor_txt_tpm_index p{
		font-size: 1.6rem;
		line-height: 3rem;
		text-align: justify;
	}
	.contenedor_txt_tpm_index p span{
		color: var(--ocean);
		font-weight: 600;
	}
	img.telefono_certex_index{
		width: 100%;
		max-width: 350px;
		position: relative;
		/* right: -170px; */
		right: 0px;
		top: 100px;
	}
/* TPM OEE index  //////// --------------------------------------------------------------------- */




.contenedor_txt_tpm_index.modifProducto{
	/* background-color: pink; */
	/* margin: 170px 0 130px 0; */
	margin: 20px 0 20px 0;
	padding-top: 40px;
}
.contenedor_txt_tpm_index.modifProducto p{
	color: var(--gris_light);
}
.contenedor_txt_tpm_index.modifProducto p span{
	color: var(--aqua);
}































































/* PRODUCTOS  //////// --------------------------------------------------------------------- */

.encabezados_internos{
	background-color: #FFF;
	padding: 60px 0 20px 0;
}

.encabezados_internos h1{
	font-size: 4.5rem;
	line-height: 4.2rem;
	font-weight: 700;
}
.encabezados_internos.ocean{
	background-color: var(--ocean);
}
.encabezados_internos.ocean h1{
	color: aqua;
}
.encabezados_internos.ocean p{
	color: var(--gris_light);
}



div.contiene_img_desfasada{
	position: relative;
	width: 100%;
	/* border: 1px solid green; */
	overflow: visible;
}
.img_operario_producto{
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	/* border: 1px solid yellow; */
	padding-right: 60px;
}
.img_celu_desfasado_producto{
	top: 30px;
	position: absolute;
	width: 100%;
	max-width: 370px;
	padding-right: 0px;
	left: 35%;
}


p.intro_producto{
	font-size: 2.3rem;
	color: #FFF;
	line-height: 2.9rem;
	font-weight: 200;
	width: 100%;
	max-width: 250px;
	margin: 50px 0 50px 0;
}
p.intro_producto strong{
	font-weight: 500;
}
p.intro_producto span{
	margin-bottom: 20px;
	display: block;
	font-size: 1.5rem;
	line-height: 1.8rem;
	color: var(--ocean);
	font-weight: 700;
	text-transform: uppercase;
}



/* PRODUCTOS  //////// --------------------------------------------------------------------- */




























































/* CLIENTES  //////// --------------------------------------------------------------------- */
	section#clientes{
		padding: 150px 0 130px 0;
	}
	section#clientes h3{
		color: var(--verde_sasami);
	}
	section#clientes img{
		width: 100%;
		max-width: 700px;
	}
/* CLIENTES  //////// --------------------------------------------------------------------- */





#cargando_proyectos{
	opacity: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .85);
	position: fixed;
	top: 0;
	left: 0;
	z-index: -99999;
	transition: all .8s ease-in-out;
}
#cargando_proyectos.visible{
	opacity: 1;
	z-index: 99999;
}






































/* CONTACTO  //////// --------------------------------------------------------------------- */



/* ---------------------------------- Cargando ------------------------------*/
#enviando_datos_contacto{
	display: none;
	width: 70px;
	height: 70px;
	padding: 10px;
	border-radius: 50%;
	background-color: var(--ocean);
	position: absolute;
	z-index: 9999;
	left: 40%;
	top: 25%;
}

#loading_interno_proyectos{
	display: none;
	width: 70px;
	height: 70px;
	padding: 10px;
	border-radius: 50%;
	background-color: rgba(0,0,0,.3);
	position: absolute;
	z-index: 9999;
	left: 50%;
	top: 50%;
	margin-left: -35px;
	margin-top: -35px;
}
.sk-fading-circle {
  /*margin: 100px auto;*/
  width: 50px;
  height: 50px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  /*padding: 10px;*/
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: var(--aqua);
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; 
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; 
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; 
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; 
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; 
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; 
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; 
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; } 
}
/* ---------------------------------- Cargando ------------------------------*/












img.logo_contacto{
	width: 100%;
	max-width: 130px;
}
ul#contactos{
	margin-top: 30px;
	padding-top: 15px;
	background-image: url("../img/triadaColores.svg");
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 80px;
}
ul#contactos li{
	margin: 15px 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: left;
	background-size: 15px;
}
ul#contactos li a{
	text-decoration: none;
	color: var(--aqua);
	font-size: 1.8rem;
	padding-left: 25px;
	transition: all .15s ease-in-out;
}
ul#contactos li a:hover{
	padding-left: 30px;
	color: var(--ocean);
}
ul#contactos li.mail{background-image: url("../img/icono_mail.svg");}
ul#contactos li.whatsapp{background-image: url("../img/icono_whatsapp.svg");}


#contenedor_formulario_completo_contacto{
	position: relative;
	width: 100%;
	/* border: 2px solid red; */
	/*box-shadow: 0 0 20px #FFF;*/
}
.form-group{
    /* background-color: blue; */
    margin-bottom: 1.7rem;
	width: 100%;
}
.form-control{
    box-shadow: none;
    border:none;
    border-radius: 0;
    font-weight: 400;
    background-color: transparent;
    border-bottom: 1px solid var(--aqua);
    font-size: 1.6rem;
	letter-spacing: .15rem;
    color:var(--ocean);
    padding: 9px 0;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.form-control::placeholder{
	text-transform: none;
	color: var(--gris);
    font-weight: 300;
	letter-spacing: 0rem;
    font-size: 1.7rem;
}
.form-control:focus {
	border-bottom: 1px solid  var(--ocean);
    border-color: #000;
    background-color: rgba(0,0,0,.05);
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-shadow: none;
	box-shadow: none;
	color: var(--ocean);
}




/*.form-group label{
    width: 100%;
    float: left;
    font-size: 14px;
    padding: 0;
    font-weight: 500;
    color: #727276;
}
*/
.form-group label span{font-size: 1.2rem;}

button.bt_enviar{
	/*position: relative;*/
	/*text-align: center;*/
	/* float: left; */
	display: block;
	cursor: pointer;
	width: auto;
    background-color: #FFF;
    /*background-color: blue;*/
    color: #000;
    font-size: 1.9rem;
	letter-spacing: .05rem;
	border:none;
	border-radius: 10px;
	padding: 7px 11px;
	margin-top: 70px;
	margin-right: -40px;
	/* margin: 40px auto; */
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
button.bt_enviar:hover{
	background-color: #000;
	border:1px solid #000;
	color: #efedea;
	text-decoration: none;
}



button.bt_enviar_nuevo{
	/*position: relative;*/
	/*text-align: center;*/
	/* float: left; */
	display: block;
	cursor: pointer;
	width: auto;
    background-color: #FFF;
    /*background-color: blue;*/
    color: #000;
    font-size: 1.9rem;
	letter-spacing: .05rem;
	border:none;
	border-radius: 10px;
	padding: 7px 11px;
	margin-top: 30px;
	margin-right: -5px;
	/* margin: 40px auto; */
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
button.bt_enviar_nuevo.busqueda{
    background-color: #000;
    color: #FFF;
	font-size: 1.7rem;
	padding: 5px 9px;
	margin-top: 0px;
}
button.bt_enviar_nuevo:hover{
	background-color: #000;
	border:1px solid #000;
	color: #efedea;
	text-decoration: none;
}
button.bt_enviar_nuevo.busqueda:hover{
    background-color: #FFF;
    color: #000;
}
.styled-select{
    -webkit-appearance: none;
    background: transparent;
    width: 100%;
	overflow: hidden;
}







#mensaje_enviado_ok_contacto{
    display: none;
    padding: 150px 0;
}
#mensaje_enviado_ok_contacto p{
    text-align: center;
    color: var(--ocean);
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.2rem;
}
#mensaje_enviado_ok_contacto p span{
    font-weight: 300;
}


#mensaje_enviado_ok_busquedas{
    display: none;
    padding: 50px 0 120px 0;
}
#mensaje_enviado_ok_busquedas p{
    text-align: left;
    color: #000;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.2rem;
}
#mensaje_enviado_ok_busquedas p span{
    font-weight: 300 !important;
}


label.error{
    position: relative;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    display: none;
    color: #e32a2a;
    padding-top: 2px;
}









/* CONTACTO  //////// --------------------------------------------------------------------- */



























/*  ---------------------------------------------------------- FOOTER-------------------------------------------------- */

footer{
	position: relative;
	z-index: 1;
	width: 100%; 	
	background-color: var(--ocean);
	padding:25px 0;
}

footer:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 8px;
	background: rgb(0,177,175);
	background: linear-gradient(90deg, rgba(0,177,175,1) 33%, rgba(30,43,72,1) 33%, rgba(30,43,72,1) 66%, rgba(96,96,96,1) 66%);
}
.con_divisor{
	border-right: none;
}


footer p.legales{
	margin-top: 10px;
	color: rgba(255,255,255,.7);
	font-size: 1.2rem;
}



ul#redes_footer{
	width: auto;
	margin-top: 40px;
	/* background-color: pink; */
}
ul#redes_footer li{
	margin:0 7px;
	display: inline-block;
	/* float: left; */
	/* border:1px solid green */
}
ul#redes_footer li a{
	display: block;
	/* float: left; */
	width: 23px;
	height: 23px;
	color: #FFF;
	font-size: 2.2rem;
	line-height: 2.2rem;
	/* border: 1px solid green; */
	background-repeat: no-repeat;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	transition: all 0.2s ease-in-out;
}
/* ul#redes_footer li a.vimeo{
	background-image: url("../img/icono_vimeo.svg"); 
} */
/* ul#redes_footer li a.instagram{
	background-image: url("../img/icono_instagram.svg"); 
} */

ul#redes_footer li a:hover{
	color: var(--verde_claro_sasami);
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}





a.contacto_whatsapp{
	position: fixed;
	bottom: 20px;
	z-index: 9999;
	right: 20px;
	display: block;
	width: 55px;
	height: 55px;
	text-align: center;
	font-size: 3rem;
	line-height: 5.5rem;
	background-color: var(--aqua);
	border-radius: 50%;
	color: var(--gris_oscuro_malena);
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
a.contacto_whatsapp.arriba{
	bottom: 90px;
}
a.contacto_whatsapp:hover{
	background-color: var(--ocean);
	color: #FFF;
}





/*  ---------------------------------------------------------- FIN FOOTER-------------------------------------------------- */






























@media (max-height: 380px) {
		

	
  }




/*// Small devices (landscape phones, 576px and up) col-sm*/
@media (min-width: 576px) {

	html {
		font-size: 10px;
	}

	#main-logo{
		max-width: 190px;
		margin: 15px 0 0 30px;
	}


	



}






/*// Medium devices (tablets, 768px and up) col-md*/
@media (min-width: 768px) {

	/* INDEX -------- */

		h3.slider{
			font-size: 4.8rem;
			line-height: 4.6rem;
		}


		#main-logo span{
			display: block;
		}


		section#bajada_index h1{
			font-size: 3.2rem;
			line-height: 4.8rem;
		}

	/* INDEX -------- */





	/* EMPRESA //////// ------------------------------ */
		.izquierda_empresa{
			padding: 100px 100px 100px 100px;
		}

		section#empresa:before{
			top: 50px;
			margin-top: 0px;
		
		}

	/* EMPRESA //////// ------------------------------ */



	/* TPM OEE index  //////// --------------------------------------------------------------------- */
		.contiene_celu_index{
			padding: 70px 0;
		}
		img.telefono_certex_index{
			right: -130px;
			top:0;
		}
		.contenedor_txt_tpm_index{
			padding: 0 0 0 80px;
		}
	/* TPM OEE index  //////// --------------------------------------------------------------------- */




	
	




	






	




	section#contacto{
		padding: 120px 0;
	}


	.contenedor_txt_tpm_index.modifProducto{
		margin: 170px 0 130px 0;
	}


	

}






/*// Large devices (desktops, 992px and up) col-lg*/
@media (min-width: 992px) {



	/* TPM OEE index  //////// --------------------------------------------------------------------- */
	img.telefono_certex_index{
		right: -170px;
	}
	.contenedor_txt_tpm_index{
		padding: 0 0 0 0;
	}
/* TPM OEE index  //////// --------------------------------------------------------------------- */




	#main-header ul#idiomas{
		right: 120px;
	}



	#como_funciona{
		padding: 150px 0 150px 0;
	}

	



	


	
}






/*// Extra large devices (large desktops, 1200px and up) col-xl */
@media (min-width: 1200px) { 

	/* PRODUCTOS  //////// --------------------------------------------------------------------- */
		p.intro_producto{
			margin: 120px 0 50px 0;
		}

		.img_celu_desfasado_producto{
			left: 65%;
		}

		
	/* PRODUCTOS  //////// --------------------------------------------------------------------- */
	
}



/*// Extra large devices (large desktops, 1400px and up) col-xxl */
@media (min-width: 1400px) { 

}