* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Poppins', sans-serif;
	font-size: 1rem;
	font-weight: 300;
	background-color: #FFFFFF !important;
}

html {
	font-family: 'Poppins', sans-serif;
	font-size: 1rem;
	color: #252229;
	font-weight: 300;
	background-color: #FFFFFF !important;
}

.error {
	color: #ff0000;
	font-size: 0.8rem;
	font-weight: 600;
	padding-left: 5px;
 }
 
.text_slider {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color:#FFFFFF;
	font-size: 2.5rem;
	clear: both;
	padding: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0px auto;
	color: #fff;
	width: 100%;
	top: 40%;

	position: relative;
	text-align: center;
	
}

.imagen_slider_seccion {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

.imagen_slider {
	width: 100%;
	z-index: -9999;
	height: 450px;
	background-size: cover;
	background-position: center;
}

hr {
	height: 1px;
    color: #ccc;
    background-color: #ccc;
    border: none;
}

.blanco {
	color:#FFFFFF;
}

.des {

   object-fit: cover;
   -webkit-mask-image: linear-gradient(to top, transparent 0%, black 30%);
   mask-image: linear-gradient(to top, transparent 0%, black 30%);
   border-radius: 10px;
}

.catalogo {
	background-color:#000;
	color:#FFFFFF;
	padding:20px;
	font-size: 1.1rem;
}

.catalogo a {
	font-family: 'Open Sans', sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}

.catalogo a:visited {
	text-decoration: none;
}

.catalogo a:hover {
	text-decoration: none !important;
	color: #7f865a;
}

.catalogo a:active {
	text-decoration: none;
}

/****/
h1 {
	margin: 0 0 16px;
	color: #4d4d4d;
	font-size: 3rem;
	line-height: 1.15;
	font-weight: 600;
	letter-spacing: -.04em
}

h2 {
	margin-top: 0;
	margin-bottom: 20px;
	color: #FFFFFF;
	font-size: 1.8rem;
	line-height:2rem;
	font-weight: 600;
	letter-spacing: -.05em;
}

h3 {
	margin: 0 0 16px;
	color: #4d4d4d;
	font-size: 2rem;
	line-height: 1.15;
	font-weight: 600;
	letter-spacing: -.04em
}

h4 {
	margin: 0 0 16px;
	color: #FFFFFF;
	font-size: 1rem;
	line-height: 1.2;
	font-weight: 600;
	letter-spacing: -.04em
}

p {
	margin-top: 0;
	line-height: 1.6;
	letter-spacing: -.02em;
	text-align: justify;
}

.cta {
	margin-bottom: 0;
	background-image: -webkit-gradient(linear,left top,right top,from(#364dff),to(#80875a));
	background-image: linear-gradient(90deg,#364dff,#80875a);
	color: #4d4d4d;
	font-size: 1.8rem;
	line-height: 1.2;
	font-weight: 600;
	letter-spacing: -.05em;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
 }

 .circulo {
	border-radius: 10px;
}

.bullet {
	font-size: 0.9rem;
	list-style: none;
	padding-left: 5px;
}

.bullet li {
	padding-left: 30px;
	padding-top: 10px;
}

i.bullet {
	display: block;
	float: left;
	width: 40px;
}

.bullet li:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	float: left;
	margin-left: -1.5em;
	color: #000000;
}

.negrita {
	font-weight: bold;
}

.italica {
	font-style: italic;
}

.derecha {
	text-align: right;
}

.izquierda {
	text-align: left;
}

.centro {
	text-align: center;
}

.justificar {
	text-align: justify;
}

.i_centro {
	text-align: left;
}

.d_centro {
	text-align: right;
}

.mini {
	font-size: 0.8rem;
}

.separacion_5 {
	margin-top: 5px;
}

.separacion_10 {
	margin-top: 10px;
}

.separacion_20 {
	margin-top: 20px;
}

.separacion_30 {
	margin-top: 30px;
}

.separacion_80 {
	margin-top: 80px;
}

.separacion_40 {
	margin-top: 40px;
}

.separacion_50 {
	margin-top: 50px;
}

.separacion_60 {
	margin-top: 60px;
}

.oculto_pc {
	display: none;
}

.completo {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.completo-70 {
	margin: 0 auto;
	width: 70%;
	text-align: center;
}

.completo_full {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}


.full {
	margin: 0 auto;
	width: 100%;
	background-color: #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}


.link_general {
	outline: none !important;
	text-decoration: underline !important;
	color: #0a41c2;
	font-weight: 400;
}

a.link_general:link {
	text-decoration: none;
}

a.link_general:visited {
	text-decoration: none;
}

a.link_general:hover {
	text-decoration: underline !important;
	color: #7f865a;
}

a.link_general:active {
	text-decoration: none;
}


@media only screen and (max-width: 780px) {

	.imagen_slider {
		width: 100%;
		z-index: -9999;
		height: 280px;
		background-size: cover;
		background-position:center;
	}



	.completo_full {
		margin: 0 auto;
		width: 50%;
		text-align: center;
	}

	.completo_medio {
		margin: 0 auto;
		width: 50%;
		text-align: center;
	}





	.oculto_movil {
		display: none;
	}
	.oculto_pc {
		display: inline;
	}
	.i_centro {
		text-align: center;
	}
	.d_centro {
		text-align: center;
	}
	.full {
		margin: 0 auto;
		width: 100%;
		text-align: center;
		background-color: #FFFFFF;
		padding-top: 1rem;
		padding-bottom: 1rem;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
}