body {
	font-family: 'Poppins', 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: 70px;
}


html {
	font-size: 10px;
	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 -------------- */





/* -------------------------------/ COLORES /---------------------------------------- */
:root {	
	--ppal: #6D37FF; 
	--black: #515151;
	--light: #E9E9E9;
	--secondary: #00D29A;
	/* --azul_marino: #083145; */
	--light_blue: #D1E7F3;
}
/* -------------------------------/ COLORES /---------------------------------------- */





/*
.franja_cien{
	width: 100%;
}
.franja_cien.ppal{	background-color: var(--ppal);}
.franja_cien.blue{	background-color: var(--ppal);}
*/

a#ir_arriba{
	display: block;
	cursor: pointer;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background-color: var(--secondary);
	/* border:1px solid #FFF; */
	color: #FFF;
	text-align: center;
	font-size: 1.4rem;
	line-height: 4.7rem;
	font-weight: 100;
	position: fixed;
	bottom: 30px;
	/*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: 30px;
	/*bottom: 30px;*/
	right: 22px;
	/*right: 30px;*/
}



p{
	font-size: 1.6rem;
	line-height: 2.3rem;
	font-weight: 300;
	font-family: "Poppins";
	color: var(--black);
}
h2{
	font-family: 'Sora';
	font-size: 2.7rem;
	line-height: 2.7rem;
	font-weight: 300;
	color: #FFF;
}
a#ir_arriba:hover{
	line-height: 3.5rem;
	background-color: var(--ppal);
}



h1{
	font-family: 'Sora', sans-serif;
	color: var(--gris_ppal);
	font-weight: 700;
}




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


strong{
	font-weight: 700;
}

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

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








.bg-primary{background-color: var(--ppal) !important}
.bg-secondary{background-color: var(--ppal) !important;}
.bg-dark{background-color: var(--black) !important;}
.bg-light{background-color: var(--light) !important;}




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










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





#main-header{
	position: fixed;
	top: 0;
	width: 100%;
	padding-top: 0px;
	height: 70px;
	text-align: center;
	background-color: transparent;
	z-index: 99;
	/* border: 1px solid red; */
}

#main-logo{
	max-width: 180px;
	margin: 17px 0 0 15px;
	display: inline-block;
	position: relative;
}

#main-logo img{width: 100%;}
#main-header img.inicial{display: block;}
#main-header img.color{	display: none;}

#main-header.alternativo{
	background-color: #FFF; 
}
/* switcheo logo */
#main-header.alternativo img.inicial{display: none;}
#main-header.alternativo img.color{	display: block;}




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{
	font-family: "Lexend Exa", sans-serif;
	display: inline-block;
	text-decoration: none;
	color: #FFF;
	font-size: 1.7rem;
	font-weight: 300;
	margin: 0 8px;
	padding-left: 10px;
	transition: all .25s ease-in-out;
	position: relative;
}
nav#main-botonera ul li a:before{
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: var(--secondary);
	position: absolute;
	left: 0;
	top: 10px;
}
nav#main-botonera ul li a:hover{
	color: var(--secondary);
}
nav#main-botonera.activo{
	right: 0;
}


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







/*Aplico color el manu amburguea en el header alternativo --------------- */
#main-header.alternativo .menu_hamburguesa span, .menu_hamburguesa span:before, .menu_hamburguesa span:after {
	background-color: var(--ppal);
}
/*Separo la linea superior:*/
#main-header.alternativo .menu_hamburguesa span:before {
	background-color: var(--ppal);
}
/*Separo la linea Inferior:*/
#main-header.alternativo .menu_hamburguesa span:after {
	background-color: var(--ppal);
}












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



#contenedor_botonera_mobile{
	width: 100%;
	height: 100%;
	background-color:var(--secondary);
	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: 400;
	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.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.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: 18px;
	padding-top: 15px;
	opacity: .85;
	/* 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: 33px;
	height: 3px;
	border-radius: 7px;
	background-color: #FFF;
	display: block;
}
/*Separo la linea superior:*/
.menu_hamburguesa span:before {
	margin-top: -11px;
	background-color: #FFF;
}
/*Separo la linea Inferior:*/
.menu_hamburguesa span:after {
	margin-top: 11px;
	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/pattern_index.svg");
	position: relative;
	min-height: 100vh;
	background-color: var(--ppal);
}

section#inicio:after{
	position: absolute;
	bottom: 0;
	left: 0;
	bottom: 50px;
	content: "";
	display: block;
	width: 130px;
	height: 70px;
	/* border: 1px solid red; */
	z-index: 0;
	background-image: url("../img/formas_2.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
.contiene_grupo_idex{
	width: 100%;
	max-width: 400px;
	margin: 70px 0 20px 0;
}
section#inicio h1{
	/* font-size: 3.5rem; */
	/* line-height: 5rem; */
	font-size: 2.7rem;
	line-height: 2.7rem;
	font-weight: 400;
	color: #FFF;
}
section#inicio h2{
	font-size: 2.4rem;
	line-height:  2.4rem;
	margin-top: 10px;
}
section#inicio img.logo{
	width: 100%;
	max-width: 270px;
}
section#inicio img.celus{
	width: 100%;
	max-width: 700px;
}
.triada_lineas{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 40px;
	background: rgb(42,53,87);
	background: linear-gradient(90deg, rgba(42,53,87,1) 0%, rgba(42,53,87,1) 25%, rgba(116,145,164,1) 25%, rgba(116,145,164,1) 50%, rgba(23,82,111,1) 50%, rgba(23,82,111,1) 75%, rgba(0,0,0,1) 75%, rgba(0,0,0,1) 100%);
	mix-blend-mode: color;
}







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

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




































.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; */
}

















/* QUE ES  //////// --------------------------------------------------------------------- */
	section#queees{
		padding: 50px 0 100px 0;
	}
	h2.quees{
		font-size: 4rem;
		line-height: 4rem;
		color: var(--ppal);
		width: 100%;
		text-align: center;
	}
	p.quees_bajada{
		width: 100%;
		max-width: 650px;
		line-height: 2.7rem;
		margin-bottom: 70px;
	}
	section#queees img.formas{
		width: 100%;
		max-width: 170px;
	}
	section#queees ul.ppales_funciones{
		margin-top: 20px;
	}
	section#queees ul.ppales_funciones li{
		color: var(--ppal);
		font-size: 1.6rem;
		font-weight: 600;
		text-transform: uppercase;
		padding: 0;
		padding-left: 15px;
		margin: 12px 0;
		background-image: url("../img/bullets_verdes.svg");
		background-repeat: no-repeat;
		background-position: left;
		background-size: 9px;
	}
	section#queees ul.ppales_funciones li:first-child{
		color: var(--black);
		font-size: 2.5rem;
		font-weight: 600;
		text-transform: none;
		padding-left: 0;
		background-image: none;
	}
/* QUE ES  //////// --------------------------------------------------------------------- */




















/* CLIENTES  //////// --------------------------------------------------------------------- */
	section#clientes{
		background-color: var(--light_blue);
	}
/* CLIENTES  //////// --------------------------------------------------------------------- */













/* TRIADA DESTACADOS  //////// --------------------------------------------------------------------- */
	section#destacados{
		position: relative;
	}
	section#destacados:before{
		content: "";
		width: 100%;
		height: 100%;
		/* background-color: red; */
		position: absolute;
		top: 0;
		left: 0;
		background-image: url("../img/bg_destacados.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		mix-blend-mode: exclusion;
	}
	.contenedor_destacados{
		padding: 90px 0;
	}
	.contenedor_destacados:first-child{background-color: var(--ppal) !important;}
	.contenedor_destacados:nth-child(1n){background-color: var(--black);}
	.contenedor_destacados:nth-child(2n){background-color:var(--ppal);}
	.contenedor_destacados:nth-child(4n){background-color: var(--ppal);}

	.contenedor_destacados p{
		font-family: "Lexend Zetta", serif;
		font-size: 1.4rem;
		font-weight: 200;
		line-height: 1.7rem;
		color: #FFF;
		text-transform: uppercase;
		text-align: left;
	}
	
/* 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);
}






















/* FUNCIONES APP  //////// --------------------------------------------------------------------- */
	section#funciones_app{
		background: var(--ppal);
		padding:70px  0 80px 0;
	}
	section#funciones_app p.bajada{
		font-size: 2.3rem;
		margin: 20px 0;
	}
	section#funciones_app img.iconos_tecnologias{
		width: 100%;
		max-width: 190px;
	}
	section#funciones_app img.trabajos{
		width: 100%;
		max-width: 600px;
		margin: 50px 0;
	}
/* FUNCIONES APP  //////// --------------------------------------------------------------------- */











/* BENEFICIOS  //////// --------------------------------------------------------------------- */
	section#beneficios{
		background-image: url("../img/BG_Beneficios.png");
		background-size: cover;
		min-height: 800px;
	}
	section#beneficios h2{
		font-size: 3.6rem;
		line-height: 3.8rem;
		font-weight: 300;
		/* margin-bottom: 150px; */
		margin-bottom: 100px;
		padding-bottom: 30px;
		background-image: url("../img/bullets_3puntos.svg");
		background-repeat: no-repeat;
		background-size: 30px;
		background-position: bottom;
	}
	section#beneficios p.cada_beneficio{
		color: #FFF;
		text-transform: uppercase;
		font-size: 1.7rem;
		line-height: 1.8rem;
		font-weight: 600;
		background-repeat: no-repeat;
		background-position: left top;
		background-size: 70px;
		padding-top: 80px;
	}
	section#beneficios p.cada_beneficio.reduccion{background-image: url("../img/icono_reduccion.svg");}
	section#beneficios p.cada_beneficio.optimizacion{background-image: url("../img/icono_optimizacion.svg"); background-size: 50px;}
	section#beneficios p.cada_beneficio.disminucion{background-image: url("../img/icono_reciclaje.svg"); background-size: 65px;}
	section#beneficios p.cada_beneficio.desarrollo{background-image: url("../img/icono_personas.svg"); background-size: 65px;}
	section#beneficios p.cada_beneficio.inventario{background-image: url("../img/icono_inventario.png"); background-size: 65px;}
	section#beneficios p.cada_beneficio.eficiencia{background-image: url("../img/icono_reloj.png"); background-size: 65px;}

/* BENEFICIOS  //////// --------------------------------------------------------------------- */































/* SMARTERS BASE EMPRESA  //////// --------------------------------------------------------------------- */

	section#smarters_base{
		background-color: var(--black);
	}
	section#smarters_services{
		background-color: var(--ppal);
	}


	.contiene_celu_index{
		/* padding: 70px 0; */
		padding: 0 0;
	}
	.contenedor_smarters_base{
		width: 100%;
		max-width: 470px;
		padding: 100px 0 50px 0;
	}
	.contenedor_smarters_base h3{
		font-size: 3rem;
		font-weight: 600;
		color: var(--secondary);
	}
	.contenedor_smarters_base p{
		font-size: 1.5rem;
		line-height: 2.4rem;
		text-align: left;
		color: #FFF;
		font-weight: 200;
		/* background-color: red; */
	}
	.contenedor_smarters_base p span{
		font-size: 1.9rem;
		color: var(--ocean);
		font-weight: 500;
	}
	.contenedor_smarters_base p span.bajada{
		font-size: 1.6rem;
		font-weight: 200;
		font-style: italic;
		margin: 45px 0 10px 0;
		display: block;
		position: relative;
		/* background-color: green; */
	}
	.contenedor_smarters_base p span.bajada:before{
		content: "";
		display: block;
		width: 30px;
		/* background-color: red; */
		height: 15px;
		position: absolute;
		background-image: url("../img/bullets_3puntos.svg");
		background-repeat: no-repeat;
		background-size: 100%;
		left: 0;
		top: -30px;
	}
	img.telefono_smarters_index{
		width: 100%;
		max-width: 350px;
		position: relative;
		/* right: -170px; */
		right: 0px;
		top: 100px;
	}
/* SMARTERS BASE EMPRESA  //////// --------------------------------------------------------------------- */










































































































































































































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

section#contacto{
	padding: 90px 0 70px 0;
	position: relative;
	background-image: url("../img/bg_contacto.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}


.mail_contacto{
	margin-top: 150px;
	text-decoration: none;
	color: #FFF;
	font-size: 1.7rem;
	font-weight: 200;
	left: 60px;
	transition: all .3s ease-in-out;
	position: relative;
}
.mail_contacto:before{
	position: absolute;
	content: "";
	width: 90px;
	height: 110px;
	top: -100px;
	left: -60px;
	background-image: url("../img/isotipo.svg");
	background-repeat: no-repeat;
	background-size: 100%;

}
.mail_contacto:hover{
	color: var(--secondary);
}




/* ---------------------------------- Cargando ------------------------------*/

#enviando_datos_contacto{
	display: none;
	width: 70px;
	height: 70px;
	padding: 10px;
	border-radius: 50%;
	background-color: var(--secondary);
	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(--ppal);
  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 ------------------------------*/













#contenedor_formulario_completo_contacto{
	position: relative;
	width: 100%;
	max-width: 550px;
	/* border: 2px solid red; */
	/*box-shadow: 0 0 20px #FFF;*/
}
#contenedor_formulario_completo_contacto h5{
	color: var(--secondary);
	font-weight: 600;
	font-size: 1.9rem;
}
.form-group{
    /* background-color: blue; */
    margin-bottom: 1rem;
	width: 100%;
}
.form-control{
	font-family: "Poppins";
    box-shadow: none;
    border:none;
    border-radius: 0;
    font-weight: 400;
    background-color: rgba(255,255,255,.15);
    font-size: 1.6rem;
    color:#FFF;
    padding: 12px 20px;
    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;
	font-size: 1.6rem;
}
.form-control:focus {
	background-color: rgba(255,255,255,1);
	border-left: 10px solid var(--secondary);
    /* padding-right: 50px; */
    -webkit-box-shadow: none;
	box-shadow: none;
	font-weight: 500;
	font-size: 1.8rem;
	color: var(--ppal);
	-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-group label span{font-size: 1.2rem;}

button.bt_enviar_contacto{

	font-size: 1.4rem;
	font-weight: 500;
	color: var(--black);
	background-color: var(--secondary);
	border:none;
	border-radius: 40px;
	padding: 12px 25px;
	text-decoration: none;
	display: block;
	transition: all .3s ease-in-out;
	cursor: pointer;
	width: auto;
    transition: all 0.3s ease-in-out;
}
button.bt_enviar_contacto:hover{
	background-color: var(--ppal);
	color: #FFF;
}


.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: left;
    color: #FFF;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.2rem;
}
#mensaje_enviado_ok_contacto p span{
    font-weight: 300;
}

label.error{
	font-family: "Poppins";
    position: relative;
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    display: none;
    color: var(--secondary);
    padding-top: 2px;
	-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;
}

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













































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

footer{
	position: relative;
	z-index: 1;
	width: 100%; 
	position: relative;	
}
footer p.legales{
	margin-top: 5px;
	margin-bottom: 0;
	color: rgba(255,255,255,.7);
	font-size: 1.2rem;
	line-height: 1.3rem;
}

img.formas_footer{
	width: 100%;
	max-width: 120px;
}



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
























































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

	html {
		font-size: 10px;
	}

	#main-logo{
		max-width: 220px;
		margin: 14px 0 0 30px;
		/* background-color: blue; */
	}

}






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




	/* SMARTERS BASE EMPRESA  //////// --------------------------------------------------------------------- */
		.contiene_celu_index{
			padding: 70px 0;
		}
		img.telefono_smarters_index{
			right: -130px;
			top:0;
		}
		.contenedor_smarters_base{
			padding: 0 0 0 80px;
			/* border: 1px solid red; */
		}
	/* SMARTERS BASE EMPRESA  //////// --------------------------------------------------------------------- */






	


	/* INDEX -------- */
		section#inicio h1{
			font-size: 4em;
			line-height: 4rem;
		}
		section#inicio h2{
			font-size: 2.6rem;
			line-height: 2.8rem;
			font-weight: 200;
			margin-top: 13px;
		}
		section#inicio img.logo{
			max-width: 340px;
		}
		.contiene_grupo_idex{
			margin: 0;
		}
	/* INDEX -------- */




	/* BENEFICIOS  //////// --------------------------------------------------------------------- */
	section#beneficios h2{
		margin-bottom: 150px;
	}
	/* BENEFICIOS  //////// --------------------------------------------------------------------- */







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

	.mail_contacto{
		margin-top: 0px;
	}
	/* CONTACTO -------- */



}






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




	/* SMARTERS BASE EMPRESA  //////// --------------------------------------------------------------------- */
		img.telefono_smarters_index{
			right: -170px;
		}
		.contenedor_smarters_base{
			padding: 0 0 0 0;
		}
	/* SMARTERS BASE EMPRESA  //////// --------------------------------------------------------------------- */




	.contenedor_destacados{
		padding: 190px 0;
	}


}






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



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

}