body, html{
	font-family: 'Montserrat', sans-serif;
}
p{
	color: #7b7b7b;
}
h4{
	font-size: 22px;
	font-weight: 600;
	color: #7b7b7b;
	margin-bottom: 15px;
}
.logo{
	background-color: #00A5FF;
	padding: 2px;
	border-radius: 120px;
	border: 4px solid #fff;
	display: inline-block;
	position: relative;
	bottom: -5px;
	z-index: 100;
}
.logo img{
	width: 200px;
}
.img-fondo{
	background-repeat: no-repeat;background-size: cover;background-position: center;
	height: 70vh; width: 100%;
}
.bloc{
	width: 100%;
	max-width: 420px;
	min-height: 320px;
	border: 1px solid #eaeaea;
	border-radius: 5px;
	padding: 25px;
	margin: 25px auto;
	min-height: 410px;
	position: relative;
}
.inscribete img:hover{

	-webkit-box-shadow: 0px 2px 13px -6px rgba(0,0,0,0.65);
	-moz-box-shadow: 0px 2px 13px -6px rgba(0,0,0,0.65);
	box-shadow: 0px 2px 13px -6px rgba(0,0,0,0.65);
}
.inscribete img{
	width: 100%;
	max-width: 650px;
}

.img-cliente{
	background-repeat: no-repeat !important;background-size: cover !important;background-position: center !important;
	height: 100px;
	width: 100px;
	
	margin-bottom: 15px;
}

.bloc h4{
	font-size: 20px;
	font-weight: 600;
	color: #000;
	margin-bottom: 15px;
}
.bloc p{
	font-size: 15px;
	font-weight: 400;
	color: #7b7b7b;
}
.bloc .btn{
	display: inline-block;
	padding: 10px 15px;
	border:1px solid #000;
	border-radius: 5px;
	font-size: 14px;
	color: #000;
	font-weight: 500;
	position: absolute;
	bottom: 25px;
}
.bloc .btn:hover{
	background-color: #000;color: #fff;
}
.titulo-slide{
	padding: 30px;
	max-width: 600px;
	margin-left: auto;
}
.titulo-slide-2 .btn{
	display: inline-block;
	padding: 10px 15px;
	border:1px solid #fff;
	border-radius: 5px;
	font-size: 17px;
	color: #fff;
	font-weight: 500;
}
.titulo-slide-2 .btn:hover{
	background-color: #fff;color: #00a5ff;
}
.titulo-slide-2 h1{
	font-size: 35px; font-weight: 600;color: #fff;margin-bottom: 20px;
}
.titulo-slide-2 p{
	font-size: 19px; font-weight: 400;color: #fff;margin-bottom: 30px;
}

@media(max-width: 1300px){
	.titulo-slide-2 h1{
		font-size: 27px; font-weight: 600;color: #fff;margin-bottom: 20px;margin-top: 20px;
	}

}

@media(max-width: 994px){
	.titulo-slide-2 h1{
		font-size: 24px; font-weight: 600;color: #fff;margin-bottom: 20px;
	}
	.titulo-slide{
		height: 65vh;
		margin: 0 10px;
		max-width: 900px;
		padding: 30px 0;
		padding-top: 50px;
	}
	.img-fondo{
		height: 50vh;
	}
}


@media(max-width: 768px){
	.titulo-slide-2 h1{
		font-size: 20px; font-weight: 600;color: #fff;margin-bottom: 20px;
	}
	.titulo-slide-2 p{ font-size: 16px; }
	.img-fondo{
		height: 40vh;
	}
}

.slick-dots{
	bottom: 20px !important;
}

.slick-dots li button::before{
	font-size: 50px !important;
	color: #fff !important;
}

.slick-dots li.slick-active button::before{
	color: #fff !important;opacity: 1 !important;
}

.bloc-info{
	width: 100%;
	max-width: 400px;
	border:1px solid #eaeaea;
	border-radius: 5px;
	padding: 20px 15px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 15px;
}
.bloc-info h4{
	font-size: 20px;
	font-weight: 600;
	color: #000;
	margin-bottom: 15px;
}
.bloc-info:hover{
	background-color: #fbfbfb;
}

.row{
	margin: 0 !important;
}

.icon-color{
	display: inline-block;
	background: #000;
	width: 52px;
	height: 52px;
	padding: 7px;
	border-radius: 30px;
	color: #fff;
	font-size: 26px;

	margin-bottom: 15px;
}



.slick-dotted.slick-slider{
	margin-bottom:0 !important;
}





/* CSS para la animación y localización de los DIV de cookies */
 
@keyframes desaparecer
{
0%		{bottom: 0px;}
80%		{bottom: 0px;}
100%		{bottom: -50px;}
}
 
@-webkit-keyframes desaparecer /* Safari and Chrome */
{
0%		{bottom: 0px;}
80%		{bottom: 0px;}
100%		{bottom: -50px;}
}
 
@keyframes aparecer
{
0%		{bottom: -38px;}
10%		{bottom: 0px;}
90%		{bottom: 0px;}
100%		{bottom: -38px;}
}
 
@-webkit-keyframes aparecer /* Safari and Chrome */
{
0%		{bottom: -38px;}
10%		{bottom: 0px;}
90%		{bottom: 0px;}
100%		{bottom: -38px;}
}
#cookiesms1:target {
    display: none;
}
.cookiesms{	
	width:100%;
	margin:0 auto;
	padding:10px;
    font-size: 1.2em;
	clear:both;
        font-weight: strong;
color: #333;
bottom:0px;
position:fixed;
left: 0px;
background-color: #FFF;
opacity:1;
filter:alpha(opacity=70); /* For IE8 and earlier */
transition: bottom 1s;
-webkit-transition:bottom 1s; /* Safari */
	-webkit-box-shadow: 0px 2px 13px -6px rgba(0,0,0,0.65);
	-moz-box-shadow: 0px 2px 13px -6px rgba(0,0,0,0.65);
	box-shadow: 0px 2px 13px -6px rgba(0,0,0,0.65);
z-index:999999999;
}
 
.cookiesms:hover{
bottom:0px;
}
.cookies2{
background-color: #FFF;
display:inline;
opacity:0.95;
filter:alpha(opacity=95);
position:absolute; 
left:1%; 
top:-30px;
font-size:15px;
height:30px;
padding-left:25px;
padding-right:25px;
-webkit-border-top-right-radius: 15px;
-webkit-border-top-left-radius: 15px;
-moz-border-radius-topright: 15px;
-moz-border-radius-topleft: 15px;
border-top-right-radius: 15px;
border-top-left-radius: 15px;
	-webkit-box-shadow: 0px 2px 13px -6px rgba(0,0,0,0.65);
	-moz-box-shadow: 0px 2px 13px -6px rgba(0,0,0,0.65);
	box-shadow: 0px 2px 13px -6px rgba(0,0,0,0.65);
}
 
/* Fin del CSS para cookies */