/* GLOBAL STYLES
-------------------------------------------------- */

/* Padding below the footer and lighter body text */

html {
	font-size: 15px;
}

body {
	padding-top: 3rem;
	padding-bottom: 3rem;
	color: #5a5a5a;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */

.carousel {
	margin-bottom: 4rem;
}

/* Since positioning the image, we need to help out the caption */

.carousel-caption {
	bottom: 3rem;
	z-index: 10;
}

/* Declare heights because of positioning of img element */

.carousel-item {
	height: 32rem;
}

.carousel-item > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 32rem;
}

.text-carousel {
	color: #74ccf1;
}

.back {
	background-color: rgba(0, 0, 0, 0.4);
	padding-left: 3%;
	padding-right: 3%;
	border-radius: 10px;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */

.marketing .col-lg-4 {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	text-align: center;
}

/* .marketing h2 {
	font-weight: 400;
} */

.marketing .col-lg-4 p {
	margin-right: 0.75rem;
	margin-left: 0.75rem;
}

/* Featurettes - Lineas divisorias
------------------------- */

.featurette-divider {
	margin: 3rem 0;
	/* Space out the Bootstrap <hr> more */
}

.reclamo-divider {
	margin: 0.5rem 0;
	/* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */

.featurette-heading {
	font-weight: 300;
	line-height: 1;
	letter-spacing: -0.05rem;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
	/* Bump up size of carousel content */
	.carousel-caption p {
		margin-bottom: 1.25rem;
		font-size: 1.25rem;
		line-height: 1.4;
	}
	.featurette-heading {
		font-size: 50px;
	}
}

@media (min-width: 62em) {
	.featurette-heading {
		margin-top: 5rem;
	}
}

.icono-redes {
	color: white;
}

/* @meida */

@media (max-width: 576px) {
	.text-intro {
		display: none;
	}
	.carousel-item {
		height: 15rem;
	}
	.carousel-item > img {
		position: absolute;
		top: 0;
		left: 0;
		min-width: 100%;
		height: 15rem;
	}
	.btn-group-lg > .btn,
	.btn-md {
		font-size: 0.8rem;
		line-height: 1.5;
		border-radius: 0.3rem;
	}
	.text-carousel {
		font-size: 1rem;
		color: #74ccf1;
	}
	.text-intro-wihte {
		font-size: 1rem;
	}
	.carousel-caption {
		position: absolute;
		right: 11%;
		bottom: 40px;
		left: 11%;
		z-index: 10;
		padding-top: 12px;
		padding-bottom: 12px;
		color: #fff;
		text-align: center;
	}
}

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

.footer {
	font-size: 0.7rem;
	text-align: center;
	align-self: flex-end;
}

.wsap {
	display: block;
	position: fixed;
	right: 0;
	bottom: 150px;
	max-width: 100px;
}

.imgwhatsap {
	max-width: 70px;
}

th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after {
	content: ' \25B4\25BE';
}

/* COTIZADOR CSS
--------------------------------------------------- */

.textSumaAseg {
	font-size: 1.4rem;
}

.textCuota {
	font-family: 'Roboto', sans-serif;
	font: bold;
	color: rgb(63, 63, 63);
	font-size: 2rem;
}

.textCuota sub {
	font-size: 1rem;
	position: relative;
	text-decoration: underline;
	top: -10px;
	left: 3px;
}

.card-img-top-cot {
	width: 30%;
	margin: auto;
	border-top-left-radius: calc(0.25rem - 1px);
	border-top-right-radius: calc(0.25rem - 1px);
}

.card-competencia {
	font-family: 'Roboto', sans-serif;
	text-align: center;
	text-decoration: line-through;
	font-size: 1rem;
}

.cadr-text-cuota {
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
}

.visible {
	display: none;
}

/* Efectos CSS */

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

.animated.slow {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}
