@charset "utf-8";
/* CSS Document */

.encabezado-productos {
	width: 100%;
	height: 300px;
	background-size: cover;
	background-position: center;
	background-image: url(../img/header-productos.jpg);
	z-index: 0;
}

.contenido-productos {
	z-index: 2;
	width: 700px;
	margin: auto;
	text-align: center;
	padding-top: 150px;
}

.contenido-productos h1 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	color: #ffffff;
	font-size: 48px;
}

.contenido-productos  h2 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 500; 
	color: #ffffff;
	font-size: 32px;
}

.cuerpo-100 {
	width: 90%;
	margin: auto;
}

.producto-100 {
	display: inline-block;
	width: 560px;
	height: 315px;
	background-size: 100%;
	background-size: cover;
	background-position: center;
	background-image: url(../img/home-header.png);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;	
}

.producto-100 h4 {
	padding-top: 100px;
	vertical-align: center;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 58px;
	color: #fff;	
}

.producto-100 p {
	padding-bottom: 100px;
	padding: 0px 40px;
	height: 150px;
	font-family: 'Nunito', sans-serif;
	color: #fff;
	font-size: 18px;
}

.video-50 {
	display:inline-block;
	margin: auto;
	text-align: center;
}

.encabezado-contacto {
	width: 100%;
	height: 300px;
	background-size: cover;
	background-position: center;
	background-image: url(../img/header-contacto.jpg);
	z-index: 0;
}


/* Carrusel productos estilos*/
.card {
	position: relative;
	background: rgba(93,96,115,1);
	width: 250px;
	height: 300px;
	margin: 0 auto;
}

.card .content {
	width: 250px;
	padding: 30px;
	box-sizing: border-box;
}

.card .slider-text {
	position: relative;
	width: 100%;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #0084b7;
	background-position: center;
    background-size: cover;
}

.card .slider-text h3 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	color: #fff;
	font-size: 34px;
}

.card .content p {
	font-family: 'Nunito', sans-serif;
	color: #fff;
	font-size: 16px;
}

.swiper-container {
      width: 100%;
      padding-top: 50px;
      padding-bottom: 50px;
    }

.swiper-slide {
	width: 300px;
}


/* Carrusel productos estilos*/
.card-polizas {
	position: relative;
	background: rgba(93,96,115,1);
	width: 250px;
	height: 200px;
	margin: 0 auto;
}

.card-polizas .content {
	width: 250px;
	padding: 10px;
	box-sizing: border-box;
}

.card-polizas .slider-text {
	position: relative;
	width: 100%;
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #0084b7;
	background-position: center;
    background-size: cover;
}

.card-polizas .content h3 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	color: #fff;
	font-size: 34px;
}

.swiper-container {
      width: 100%;
      padding-top: 50px;
      padding-bottom: 50px;
    }

.swiper-slide {
	width: 300px;
}


@media (max-width:1250px){
	.contenido-productos {
		width: 90%;
	}

	.contenido-productos h1 {
		font-size: 36px;
	}

	.contenido-productos  h2 {
		font-size: 24px;
	}
	
	.producto-100 {
		width: 100%;
		margin: 10px 0px;
	}
	
	.producto-100 h4 {
		padding-top: 70px;
	}
	
	.video-50 {
		width: 100%;
	}
	
}

@media (max-width:600px){
	.video-50 iframe {
		width: 90%;
	}
}
