/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*----------*/
/*----------*/
/*----------*/
/*----------*/
/*----------*/

html{
	min-height: 100%;
  position: relative;
}

body{
	margin: 0;
	font-family: 'Barlow', sans-serif;
	color: white;
	background-image: url('../images/background.png');
	background-size: cover;
	background-repeat: no-repeat;
	

}

#img_logo{
		width: 14vw;
	}

.slick-slide img {
    display: block;
    margin: auto;
    margin-bottom: 2rem;
    border-radius: 10px;
}
#contenedor_lineas_negocio{
	background:rgba(255, 255, 255, 0);
}

.fz-15{
	font-size: 15px;
	-webkit-text-stroke: thin;
}

p{
	font-size: 20px;
	color: #15169D;
}

.p_uppercase{
	font-size: 15px;
}

.marca_empresa{
	color: #4F5A7C;
}

.logo-completo{
	margin-top: 12rem;
}

.position-relative {
    position: relative!important;
    margin-right: 10px;
    margin-left: 10px;
}
.testimonial-wrap{
	margin-top: 5%;
	/*background: black;*/
	padding: 40px;
	border-radius: 20px;
}


a:link, a:visited, a:active {
	text-decoration:none;
	color: #00006f;
	margin: 50px;
}

footer{
	/*border: 1px solid green;*/
	background-size: cover;
	height: 130px;
	width: 100%;
	position: fixed;
	bottom: 0;

	display: flex;
   	align-items: center;
   	justify-content: center;

   
}
span{
	color: #E27C2F;
}
#lateral_line{
	border-right: 1px solid white;
}


div {
	/*border: 1px solid green;*/
}

/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
/*								TOOLTIPS					 	  */
/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/

.hoover_ln_home{
	/*border: 1px solid rgba(209, 209, 209, 0.544);
    border-radius: 12px 12px 12px 12px;*/
}

.hoover_ln_home:hover{
	/*border: 1px solid rgb(95, 95, 95);
    border-radius: 12px 12px 12px 12px;*/
}




/*--------------------------------*/
/*--------------------------------*/
/*---------------QUERYS-----------*/

@media (min-width: 10px) and (max-width: 479px) {
	p{
		font-size: 16px;
	}
	#img_logo{
		width: 50vw;
	}
	.testimonial-wrap{
		margin-top: 15%;
	}
	.foot-link{
		position:absolute; 
		bottom:5px; 
		right:1px;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	p{
		font-size: 19px;
	}
	#img_logo{
		width: 70vw;
	}
	.foot-link{
		position:absolute; 
		bottom:5px; 
		right:1px;
	}
}

@media (min-width: 768px) and (max-width: 999px) {
	p{
		font-size: 20px;
	}
	#img_logo{
		width: 40vw;
	}
}

@media (max-height: 570px) {
	footer{

	 	bottom: 0;
		width: 100%;
		height: 100px;
		color: white;
	}
}

