/* VARIABLES */
:root {
	--c1: #274f7b;
	--c2: #ff4600;
	
	--cw: #ffffff;
	--cb: #000000;
	--cg1: #f8f8f8;
}




/* ======================
	GENERAL
====================== */

body {
	padding-top: 48px;
}



ul li {
	margin-bottom: 10px;
}

ul li::marker {
	color: var(--c1);
    font-size: 16px;
}




/* FONDOS */
.bg-1 {
	background-color: var(--c1);
}


/* BOTONES */
.btn-primary {
	width: auto;
}


/* MARGENES y PADDINGS */
.my-4 {
	margin-top: 1.5rem;
}
.mb-4 {
	margin-bottom: 1.5rem;
}

.mt-5 {
	margin-top: 3rem;
}
.mb-5 {
	margin-bottom: 3rem;
}

.pt-5 {
	padding-top: 3rem;
}

.pb-5 {
	padding-bottom: 3rem;
}
.py-5 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}


/* LEAD PROPIO */

.lead-text {
	font-size: 20px;
    line-height: 28px;
    font-weight: 400;
}



.visible-sm-block,
.visible-md-block {
    display: none!important;
}


@media screen and (min-width:768px) and (max-width:991px) {
	.visible-sm-block {
	    display: block!important;
	}
}

@media screen and (min-width:992px) and (max-width:1199px) {
	.visible-md-block {
	    display: block!important;
	}
}

@media screen and (min-width:1200px) {
	.visible-lg-block {
	    display: block!important;
	}
}

/* TITULOS H1 */

.title-h1 {
	color: var(--c1);
}

.subtitule-h1 {
	display: inline-block;
	font-size: 16px;
	position: relative;
	margin: 0;
}

.subtitule-h1:before,
.subtitule-h1:after {
	content: '';
	display: block;
	width: 25px;
	height: 2px;
	background-color: var(--c2);
	position: absolute;
	top: 57%;
	transform: translateY(-50%);
}

.subtitule-h1:before {
	left: -35px;
}
.subtitule-h1:after {
	right: -35px;
}


/* TITULOS H2 */

h2 {
	color: var(--c1);
	margin-top: 0;
}

#home-advantages .tagline {
    font-size: 26px;
    padding-top: 0;
    padding-bottom: 0;
}

.bg-1 h2 {
	color: var(--c2);
}

/* TITULOS H3 */
#home-cta h3 {
    font-size: 1.7em;
}




.tagline span {
	color: var(--c2);
}







/* ======================
	TOP-BAR
====================== */


.top-bar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
}







/* ======================
	NAVBAR
====================== */


.navbar-brand img {
    width: 200px;
}






/* ======================
	CTA SLOGAN
====================== */


.cta-slogan {
	background-color: var(--cg1);
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.cta-slogan-content {
	text-align: center;
}

.cta-slogan-text {
	font-size: 16px;
}

@media screen and (min-width:768px) {
	.cta-slogan-text {
		font-size: 20px;
	}	
}



/* ======================
	PORTADA
====================== */

.portada {
	position: relative;
}

.portada.empresas,
.portada.particulares {
	background-color: var(--cb);
}

.portada-cover {
	position: absolute;
	top: 30%;
	right: 2rem;
	transform: translateY(-30%);
}

.portada.empresas .portada-cover,
.portada.particulares .portada-cover {
	top: 50%;
	transform: translateY(-50%);
	left: 2rem;
}

.portada-img {
	opacity: 0.7;	
}

.portada.empresas .portada-img,
.portada.particulares .portada-img {
	opacity: 0.8;
}

.portada-title {
	font-size: 23px;
    line-height: 1.125;
    color: var(--c1);
    font-weight: 700;
}

.portada.empresas .portada-title,
.portada.particulares .portada-title {
	color: var(--cw);
	text-shadow: 0 1px 1px rgb(0 0 0 / 70%);
}

.portada.empresas .portada-title br,
.portada.particulares .portada-title br {
	display: none;
}

.portada-desc {
	font-size: 16px;
    color: var(--c1);
    text-align: right;
    margin-top: 2rem;
    font-weight: 700;
}

.portada.empresas .portada-desc {
    text-align: center;
}


.portada.particulares .portada-desc {
    text-align: left;
}

.portada.empresas .portada-desc,
.portada.particulares .portada-desc {
	color: var(--cw);
	text-shadow: 0 1px 1px rgb(0 0 0 / 70%);
}


@media screen and (min-width:768px) {
	.portada-cover {
		top: 50%;
		transform: translateY(-50%);
	}
	.portada-img {
		opacity: 1;	
	}
	.portada.empresas .portada-img,
	.portada.particulares .portada-img {
		opacity: 0.8;
	}
	.portada-title {
		font-size: 30px;
	}
	.portada.empresas .portada-title br,
	.portada.particulares .portada-title br {
		display: block;
	}
	.portada-desc {
		font-size: 20px;
	}
	
}


@media screen and (min-width:992px) {
	.portada-title {
		font-size: 36px;
	}
	.portada-desc {
		font-size: 25px;
	}
	
}

@media screen and (min-width:1200px) {
	.portada-title {
		font-size: 42px;
	}
	.portada-desc {
		font-size: 28px;
		margin-top: 3rem;
	}
	
}

@media screen and (min-width:1400px) {
	.portada-cover {
		top: 40%;
		transform: translateY(-50%);
	}
	.portada-title {
		font-size: 46px;
	}
	.portada-desc {
		font-size: 30px;
		margin-top: 5rem;
		margin-bottom: 4rem;
	}
	
}


@media screen and (min-width:1600px) {
	.portada-cover {
		right: 4rem;
	}
	.portada-title {
		font-size: 52px;
	}
	.portada-desc {
		font-size: 35px;
		line-height: 1.15;
	}
	
}






/* ======================
	HOME
====================== */
#home-values {
    padding-top: 1em;
}


#home-advantages .im-service-descriptions {
    background: var(--cg1);
}


/* ======================
	HERO BLOCKS
====================== */

.hero-block {
    background: url(../images/home-features-bg.webp);
    background-size: cover;
    background-position: center top;
    padding-top: 12em;
    padding-bottom: 12em;
}









/* ======================
	RESENAS
====================== */

/*
.resenas {
	padding: 2rem;
    border: 1px solid #dadce0;
    box-shadow: 0 2px 4px #dadce0;
}
*/

.resenas-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 1.5rem;
	margin-bottom: 4rem;
}

@media screen and (min-width:768px) {
	.resenas-container {
		flex-direction: row;
	}	
}



.resenas-titulo {
	color: #000000;
	font-size: 28px;
	font-family: arial,sans-serif;
	margin-bottom: 0;
	text-align: center;
}

.resenas-subtitulo {
	color: #747474;
	font-size: 13px;
	font-family: arial,sans-serif;
	margin-bottom: 0.5rem;
/* 	text-align: center; */
	text-align: center;
}

.resenas-puntuacion {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 1rem;
}


@media screen and (min-width:768px) {
	.resenas-titulo,
	.resenas-subtitulo {
		text-align: left;
	}
	
	
	.resenas-puntuacion {
		justify-content: flex-start;
	}
		
}



.resenas-nota {
	font-family: arial,sans-serif;
	font-size: 32px;
    margin-right: 11px;
    color: #000000;
    margin-bottom: 0;
    line-height: 1;
}

.resenas-stars {
	line-height: 1;
}

.resenas-stars-icon {
	width: 22px;
	height: auto;
	margin-right: 1px;
}












/* ======================
	SEGUROS EMPRESAS
====================== */
#empresas-hero-banner {
    background: url(../images/home-features-bg.webp);
    background-size: cover;
    background-position: center;
    padding-top: 6em;
    padding-bottom: 6em;
}


.insurances-section {
    background: var(--cg1);
}

.insurances-box img {
    margin-bottom: 16px;
}

.insurances-box h2 {
	padding-bottom: 0;
	font-size: 1.7em;
}




/* ======================
	CONTACT
====================== */

#contact-us {
	background-color: var(--cg1);
    padding-top: 3rem;
}


#contact-us textarea {
    min-height: 180px;
}




