@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;500;600&display=swap');

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	font-family: 'Space Grotesk', sans-serif;
}

.dropdown-menu {
	background-color: #ffffff !important;
}

.img-fluid-small {
	width: 526px;
	height: 355.46px;
}

.float {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 40px;
	right: 40px;
	background-color: #1384c8;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	z-index: 100;
}

.float:hover {
	color: #fff;
}

.my-float {
	margin-top: 15px;
}

.my-float:hover {
	color: #fff;
}

.bg-primary,
.btn-primary {
	background-color: #1384c8 !important;
}

.btn-primary:hover {
	border-color: #0d6efd;
	background-color: #0d6efd !important;
}

.text-primary {
	color: #1384c8 !important;
}

.border-primary {
	border-color: #1384c8 !important;
}

.items__top {
	width: 1100px;
	justify-content: space-between;
}

.logo {
	width: 140px;
}

.logo img {
	width: 100%;
	margin-left: 0px;
}

.nav__bar {
	border-bottom: 1px solid rgba(0, 0, 0, 0.418);
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.445);
}

.container__bar .navbar {
	margin-left: 80px;
}

.navbar-nav {
	margin-left: 150px;
}

.navbar-nav .nav-item .nav-link:hover {
	color: #1384c8 !important;
}

.dropdown button {
	font-weight: bold;
}

.dropdown button:hover {
	color: #1384c8;
}

.dropdown-menu {
	border: none;
	background-color: transparent !important;
}

.dropdown .btn:focus {
	color: #1384c8;
	box-shadow: none;
}

.btn__nav {
	min-width: max-content;
	color: white;
	padding: 7px 25px !important;
	font-size: 20px !important;
	border-radius: 6px;
	box-shadow: rgba(50, 50, 93, 0.1) 0 0 0 1px inset,
		rgba(50, 50, 93, 0.1) 0 2px 5px 0,
		rgba(0, 0, 0, 0.07) 0 1px 1px 0;
}

.dropend .dropdown-menu {
	transform: translateY(-90px);
}

.popup {
	width: 440px;
	position: relative;
	margin-top: 20px;
	padding: 20px 30px;
	background: #fff;
	box-shadow: 2px 2px 5px 5px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
}

.popup .close-btn {
	position: absolute;
	top: 20px;
	right: 15px;
	width: 15px;
	height: 15px;
	background: #888;
	color: #eee;
	text-align: center;
	line-height: 15px;
	border-radius: 15px;
	cursor: pointer;
}

.popup h2 {
	text-align: center;
	color: #222;
	margin: 10px 0px 20px;
	font-size: 25px;
}

.popup .form-element {
	margin: 15px 0px;
}

.popup .form-element label {
	font-size: 14px;
	color: #222;
}

.popup .form-element input[type="text"],
.popup .form-element input[type="password"] {
	display: block;
	width: 100%;
	padding: 10px;
	outline: none;
	border: 1px solid #aaa;
	border-radius: 5px;
}

.popup .form-element input[type="checkbox"] {
	margin-right: 5px;
}

.popup .form-element button {
	width: 100%;
	border: none;
	outline: none;
	padding: 10px 30px;
	font-size: 15px;
	background: #222;
	color: #f5f5f5;
	border-radius: 10px;
	cursor: pointer;
}

.popup .form-element a {
	display: block;
	text-align: right;
	font-size: 15px;
	color: #1a79ca;
	text-decoration: none;
	font-weight: 600;
}

.slide__content {
	border-bottom: 1px solid rgba(0, 0, 0, 0.418);
	width: 100%;
}

.slider {
	position: relative;
	width: 100%;
}

.myslide {
	margin-left: -305px;
	width: 1904px;
	height: 600px;
	display: none;
	overflow: hidden;
}

.dotsbox {
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	bottom: 20px;
	cursor: pointer;
}

.dot {
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 3px solid #fff;
	border-radius: 50%;
	margin: 0 10px;
	cursor: pointer;
}

.active,
.dot:hover {
	border-color: #1384c8;
}

.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 8s;
	animation-name: fade;
	animation-duration: 8s;
}

.slick-slide {
	margin: 0 20px;
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

.slick-slide img {
	width: 70%;
	margin-left: 50px;
	display: block;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-initialized .slick-slide {
	display: block;
}

.seguros .container-lg {
	max-width: 1240px;
}

.wrapper .content__box {
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	align-items: center;
}

.titulo__content__box {
	grid-column-start: 3;
	grid-column-end: 5;
}

.wrapper .content__box .card {
	height: 260px;
	width: 270px;
	padding: 60px 20px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	text-align: center;
	font-size: 0.9em;
	border-radius: 5px;
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.2);
	transition: 0.3s;
}

.wrapper .content__box .card:last-child {
	padding: 25px 20px;
}

.wrapper .content__box .card p {
	color: black;
}

.wrapper .content__box .card:hover i {
	color: #fff;
}

.wrapper .content__box .card:hover h4 {
	font-weight: 600;
	color: #f2f2f2;
}

.wrapper .content__box .card:hover p {
	color: #fff;
	font-weight: bold;
}

.wrapper .content__box .card:nth-child(1):hover {
	background: linear-gradient(45deg,
			rgba(19, 133, 199, 0.103) 0%,
			rgba(39, 139, 245, 0.555) 100%),
		url("../IMG/sga.jpg");

	background-size: cover;
}

.wrapper .content__box .card:nth-child(2):hover {
	background: linear-gradient(45deg,
			rgba(19, 133, 199, 0.103) 0%,
			rgba(39, 139, 245, 0.555) 100%),
		url("../IMG/sgv.jpg");

	background-size: cover;
}

.wrapper .content__box .card:nth-child(4):hover {
	background: linear-gradient(45deg,
			rgba(19, 133, 199, 0.103) 0%,
			rgba(39, 139, 245, 0.555) 100%),
		url("../IMG/sgs.jpg");

	background-size: cover;
}

.wrapper .content__box .card:nth-child(5):hover {
	background: linear-gradient(45deg,
			rgba(19, 133, 199, 0.103) 0%,
			rgba(39, 139, 245, 0.555) 100%),
		url("../IMG/sgm.jpg");

	background-size: cover;
}

.wrapper .content__box .card:nth-child(6) {
	padding: 25px 20px;
}

.wrapper .content__box .card:nth-child(6):hover {
	background: linear-gradient(45deg,
			rgba(19, 133, 199, 0.103) 0%,
			rgba(39, 139, 245, 0.555) 100%),
		url("../IMG/sgtm.jpg");

	background-size: cover;
}

.wrapper .content__box .card:nth-child(7):hover {
	background: linear-gradient(45deg,
			rgba(19, 133, 199, 0.103) 0%,
			rgba(39, 139, 245, 0.555) 100%),
		url("../IMG/sgat.jpg");

	background-size: cover;
}

.container.gallery-container {
	color: #1384c8;
	padding: 50px 100px;
}

.content__gallery {
	display: grid;
	gap: 5px;
	grid-template-columns: auto auto auto;
}

.gallery-item4 {
	grid-row-start: 2;
	grid-row-end: 4;
	grid-column-start: 1;
	grid-column-end: 3;
}

.gallery-item1,
.gallery-item2,
.gallery-item3,
.gallery-item4,
.gallery-item5,
.gallery-item6 {
	position: relative;
}

.tz-gallery .lightbox img {
	width: 100%;
	border-radius: 0;
}

.tz-gallery .lightbox:before {
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	color: #fff;
	pointer-events: none;
	z-index: 9000;
	transition: 0.4s;
}

.tz-gallery .lightbox:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(46, 132, 206, 0.7);
	content: "";
	transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
	opacity: 1;
}

.cnt {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

form {
	display: flex;
	flex-direction: column;
	background-color: #f2f2f2;
}

form input,
form select {
	border: 0;
	margin: 10px 0px;
	padding: 15px;
	outline: none;
	font-size: 1em;
}

form button {
	border: 1px;
	cursor: pointer;
	padding: 15px 0px;
	text-align: center;
	font-weight: bold;
}

footer .content__box {
	gap: 20px;
	justify-content: space-around;
}

.footer__links {
	margin-left: 150px;
}

.footer__table {
	min-width: 400px !important;
}

.content__foot {
	background-color: rgba(0, 0, 0, 0.2);
}

.insurancetype {
	height: 400px;
	background-image: url();
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.contact-bg {
	height: 50vh;
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8)), url(../IMG/contactos.png);
	text-align: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.contact-bg h3 {
	font-size: 1.3rem;
	font-weight: 400;
}

.contact-bg h2 {
	font-size: 3rem;
	text-transform: uppercase;
	padding: 0.4rem 0;
	letter-spacing: 4px;
}

.about-bg {
	height: 50vh;
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8)), url(../IMG/about.png);
	text-align: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.insurancetypesgm {
	height: 65vh;
	background: url(../IMG/sgm1.jpg) no-repeat;
	background-size: contain;
	text-align: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.insurancetypesgat {
	height: 65vh;
	background: url(../IMG/sgat1.jpg) no-repeat;
	background-size: contain;
	text-align: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.insurancetypesgcs {
	height: 65vh;
	background: url(../IMG/sgcs1.jpg) no-repeat;
	background-size: contain;
	text-align: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.insurancetypesgc {
	height: 65vh;
	background: url(../IMG/sgc1.jpg) no-repeat;
	background-size: contain;
	text-align: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.insurancetypesgrc {
	height: 65vh;
	background: url(../IMG/sgrc1.jpg) no-repeat;
	background-size: contain;
	text-align: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.insurancetypesga {
	height: 65vh;
	background: url(../IMG/sga1.jpg) no-repeat;
	background-size: contain;
	text-align: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.insurancetypesgv {
	height: 65vh;
	background: url(../IMG/sgv1.jpg) no-repeat;
	background-size: contain;
	text-align: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.insurancetypesgs {
	height: 65vh;
	background: url(../IMG/sgs1.jpg) no-repeat;
	background-size: contain;
	text-align: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.insurancetypesgvg {
	height: 65vh;
	background: url(../IMG/sgvg1.jpg) no-repeat;
	background-size: contain;
	text-align: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.insurancetypesgap {
	height: 65vh;
	background: url(../IMG/sgap1.jpg) no-repeat;
	background-size: contain;
	text-align: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.insurancetypesgcç {
	height: 65vh;
	background: url(../IMG/sgcç1.jpg) no-repeat;
	background-size: contain;
	text-align: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.insurancetypesger {
	height: 65vh;
	background: url(../IMG/sger1.jpg) no-repeat;
	background-size: contain;
	text-align: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.insurancetypesgtm {
	height: 65vh;
	background: url(../IMG/sgtm1.jpg) no-repeat;
	background-size: contain;
	text-align: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.about-bg h3 {
	font-size: 1.3rem;
	font-weight: 400;
}

.about-bg h2 {
	font-size: 3rem;
	text-transform: uppercase;
	padding: 0.4rem 0;
	letter-spacing: 4px;
}


.line div {
	margin: 0 0.2rem;
}

.line div:nth-child(1),
.line div:nth-child(3) {
	height: 3px;
	width: 70px;
	background: #1384c8;
	border-radius: 5px;
}

.line {
	display: flex;
	align-items: center;
}

.line div:nth-child(2) {
	width: 10px;
	height: 10px;
	background: #1384c8;
	border-radius: 50%;
}

.text {
	font-weight: 300;
	opacity: 0.9;
}

.contact-bg .text {
	margin: 1.6rem 0;
}

.contact-body {
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 1rem;
}

.contact-info {
	margin: 2rem 0;
	text-align: center;
	padding: 2rem 0;
}

.contact-info span {
	display: block;
}

.contact-info div {
	margin: 0.8rem 0;
	padding: 1rem;
}

.contact-info span .fas {
	font-size: 2rem;
	padding-bottom: 0.9rem;
	color: #1384c8
}

.contact-info div span:nth-child(2) {
	font-weight: 500;
	font-size: 1.1rem;
}

.contact-info .text {
	padding-top: 0.4rem;
}

.contact-form {
	padding: 2rem 0;
	border-top: 1px solid #c7c7c7;
}

.contact-form form {
	padding-bottom: 1rem;
}

.form-control {
	width: 100%;
	border: 1.5px solid #c7c7c7;
	border-radius: 5px;
	padding: 0.7rem;
	margin: 0.6rem 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	outline: 0;
}

.form-control:focus {
	box-shadow: 0 0 6px -3px rgba(48, 48, 48, 1);
}

.contact-form form div {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 0.6rem;
}

.send-btn {
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	text-transform: uppercase;
	color: #fff;
	background: #f7327a;
	border: none;
	border-radius: 5px;
	padding: 0.7rem 1.5rem;
	cursor: pointer;
	transition: all 0.4s ease;
}

.send-btn:hover {
	opacity: 0.8;
}

.contact-form>div img {
	width: 85%;
}

.contact-form>div {
	margin: 0 auto;
	text-align: center;
}

.contact-footer {
	padding: 2rem 0;
	background: #000;
}

.contact-footer h3 {
	font-size: 1.3rem;
	color: #fff;
	margin-bottom: 1rem;
	text-align: center;
}

.social-links {
	display: flex;
	justify-content: center;
}

.social-links a {
	text-decoration: none;
	width: 40px;
	height: 40px;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0.4rem;
	transition: all 0.4s ease;
}

.social-links a:hover {
	color: #f7327a;
	border-color: #f7327a;
}

.timeline {
	position: relative;
	width: 660px;
	margin: 0 auto;
	margin-top: 20px;
	padding: 1em 0;
	list-style-type: none;
}

.timeline:before {
	position: absolute;
	left: 50%;
	top: 0;
	content: ' ';
	display: block;
	width: 6px;
	height: 100%;
	margin-left: -3px;
	background: rgb(80, 80, 80);
	background: -moz-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(30, 87, 153, 1)), color-stop(100%, rgba(125, 185, 232, 1)));
	background: -webkit-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
	background: -o-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
	background: -ms-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
	background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);

	z-index: 5;
}

.timeline li {
	padding: 1em 0;
}

.timeline li:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.direction-l {
	position: relative;
	width: 300px;
	float: left;
	text-align: right;
}

.direction-r {
	position: relative;
	width: 300px;
	float: right;
}

.flag-wrapper {
	position: relative;
	display: inline-block;

	text-align: center;
}

.flag {
	position: relative;
	display: inline;
	background: rgb(248, 248, 248);
	padding: 6px 10px;
	border-radius: 5px;

	font-weight: 600;
	text-align: left;
}

.direction-l .flag {
	-webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
	box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.direction-r .flag {
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.direction-l .flag:before,
.direction-r .flag:before {
	position: absolute;
	top: 50%;
	right: -40px;
	content: ' ';
	display: block;
	width: 12px;
	height: 12px;
	margin-top: -10px;
	background: #fff;
	border-radius: 10px;
	border: 4px solid #1384c8;
	z-index: 10;
}

.direction-r .flag:before {
	left: -40px;
}

.direction-l .flag:after {
	content: "";
	position: absolute;
	left: 100%;
	top: 50%;
	height: 0;
	width: 0;
	margin-top: -8px;
	border: solid transparent;
	border-left-color: rgb(248, 248, 248);
	border-width: 8px;
	pointer-events: none;
}

.direction-r .flag:after {
	content: "";
	position: absolute;
	right: 100%;
	top: 50%;
	height: 0;
	width: 0;
	margin-top: -8px;
	border: solid transparent;
	border-right-color: rgb(248, 248, 248);
	border-width: 8px;
	pointer-events: none;
}

.time-wrapper {
	display: inline;

	line-height: 1em;
	font-size: 0.66666em;
	color: #1384c8;
	vertical-align: middle;
}

.direction-l .time-wrapper {
	float: left;
}

.direction-r .time-wrapper {
	float: right;
}

.time {
	display: inline-block;
	padding: 4px 6px;
	background: rgb(248, 248, 248);
}

.desc {
	margin: 1em 0.75em 0 0;

	font-size: 0.77777em;
	font-style: italic;
	line-height: 1.5em;
}

.direction-r .desc {
	margin: 1em 0 0 0.75em;
}

/* ================ Timeline Media Queries ================ */

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

	.timeline {
		width: 100%;
		padding: 4em 0 1em 0;
	}

	.timeline li {
		padding: 2em 0;
	}

	.direction-l,
	.direction-r {
		float: none;
		width: 100%;

		text-align: center;
	}

	.flag-wrapper {
		text-align: center;
	}

	.flag {
		background: rgb(255, 255, 255);
		z-index: 15;
	}

	.direction-l .flag:before,
	.direction-r .flag:before {
		position: absolute;
		top: -30px;
		left: 50%;
		content: ' ';
		display: block;
		width: 12px;
		height: 12px;
		margin-left: -9px;
		background: #fff;
		border-radius: 10px;
		border: 4px solid rgb(255, 80, 80);
		z-index: 10;
	}

	.direction-l .flag:after,
	.direction-r .flag:after {
		content: "";
		position: absolute;
		left: 50%;
		top: -8px;
		height: 0;
		width: 0;
		margin-left: -8px;
		border: solid transparent;
		border-bottom-color: rgb(255, 255, 255);
		border-width: 8px;
		pointer-events: none;
	}

	.time-wrapper {
		display: block;
		position: relative;
		margin: 4px 0 0 0;
		z-index: 14;
	}

	.direction-l .time-wrapper {
		float: none;
	}

	.direction-r .time-wrapper {
		float: none;
	}

	.desc {
		position: relative;
		margin: 1em 0 0 0;
		padding: 1em;
		background: rgb(245, 245, 245);
		-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.20);
		-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.20);
		box-shadow: 0 0 1px rgba(0, 0, 0, 0.20);

		z-index: 15;
	}

	.direction-l .desc,
	.direction-r .desc {
		position: relative;
		margin: 1em 1em 0 1em;
		padding: 1em;

		z-index: 15;
	}

}

.accordion {
	width: 90%;
	max-width: 1000px;
	margin: 2rem auto;
}

.accordion-item {
	background-color: #fff;
	color: #111;
	margin: 1rem 0;
	border-radius: 0.5rem;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
}

.accordion-item-header {
	padding: 0.5rem 3rem 0.5rem 1rem;
	min-height: 3.5rem;
	line-height: 1.25rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
}

.accordion-item-header::after {
	content: "\002B";
	font-size: 2rem;
	position: absolute;
	right: 1rem;
}

.accordion-item-header.active::after {
	content: "\2212";
}

.accordion-item-body {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
	padding: 1rem;
	line-height: 1.5rem;
	border-top: 1px solid;
	border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}

@media(max-width:767px) {
	html {
		font-size: 14px;
	}
}

@media screen and (min-width: 400px) {

	.direction-l .desc,
	.direction-r .desc {
		margin: 1em 4em 0 4em;
	}

}

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

	.direction-l .desc,
	.direction-r .desc {
		margin: 1em 4em 0 4em;
	}

}


@media screen and (min-width: 768px) {
	.contact-bg .text {
		width: 70%;
		margin-left: auto;
		margin-right: auto;
	}

	.contact-info {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (min-width: 992px) {
	.contact-bg .text {
		width: 50%;
	}

	.contact-form {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		align-items: center;
	}
}

@media screen and (min-width: 1200px) {
	.contact-info {
		grid-template-columns: repeat(4, 1fr);
	}
}


@media screen and (min-width: 1367px) {
	.seguros .container-lg {
		max-width: 1440px;
	}

	.wrapper .content__box {
		width: 100%;
	}

	.wrapper .content__box .card {
		height: 260px;
		width: 320px;
		font-size: 1.2em;
	}
}

@media screen and (max-width: 1366px) {
	.container__bar {
		max-width: auto !important;
	}

	.items__top div:first-child {
		margin: 0px !important;
	}

	.items__top {
		width: auto;
		justify-content: space-between;
	}

	.logo {
		width: 160px !important;
	}

	.navbar-nav {
		margin-left: auto;
	}

	.navbar-nav .nav-item button,
	.navbar-nav .nav-item ul {
		font-size: 20px !important;
	}

	.btn__nav {
		padding: 5px 25px !important;
		font-size: 20px !important;
	}

	.dropend .dropdown-menu {
		transform: translateY(0px);
	}

	.container.gallery-container {
		padding: 50px 0px;
	}

	.footer__links {
		margin-left: 0px;
	}

	.footer__table {
		min-width: auto !important;
	}
}

@media screen and (max-width: 1024px) {
	.container__bar .navbar {
		margin-left: 0px !important;
	}

	.navbar-nav {
		margin-left: 0px !important;
	}

	.logo.navbar-brand {
		margin-left: 0px !important;
	}

	.btn__nav {
		margin: 0px !important;
	}

	.wrapper .content__box .card h4 {
		font-size: 1.3em;
	}

	.wrapper .content__box .card:last-child h4 {
		font-size: 1.3em;
	}

	.wrapper .content__box .card:last-child p {
		font-size: 0.9em;
	}
}

@media screen and (max-width: 810px) {
	.dropdown-menu {
		text-align: center;
		margin: auto;
		max-width: max-content;
	}

	.wrapper .content__box {
		display: grid;
		gap: 20px;

		grid-template-columns: 1fr 1fr;
	}

	.titulo__content__box {
		text-align: center;
		grid-column-start: 1;
		grid-column-end: 3;
	}

	.wrapper .content__box .card h4 {
		font-size: 1.5em;
	}

	.wrapper .content__box .card:last-child h4 {
		font-size: 1.4em;
	}

	.wrapper .content__box .card:last-child p,
	.wrapper .content__box .card p {
		font-size: 1.2em;
	}
}

@media screen and (max-width: 428px) {
	.items__top {
		font-size: 0.7em;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.popup {
		width: 100%;
		box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.15);
	}

	.popup .form-element {
		margin: 5px 0px;
	}

	.popup h2 {
		font-size: 20px;
	}

	.popup .form-element label {
		font-size: 18px;
		color: #222;
	}

	.popup .form-element input[type="text"],
	.popup .form-element input[type="password"] {
		font-size: 16;
	}

	.popup .form-element input[type="checkbox"] {
		margin-right: 5px;
	}

	.popup .form-element a {
		display: block;
		text-align: right;
		font-size: 15px;
		color: #1a79ca;
		text-decoration: none;
		font-weight: 600;
	}

	.wrapper h2 {
		text-align: center;
		font-size: 1.3em;
	}

	.wrapper .content__box {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.titulo__content__box {
		text-align: center;
		grid-column-start: 1;
		grid-column-end: 2;
	}

	.wrapper .content__box .card {
		height: auto;
		padding: 20px;
		display: flex;
		flex-direction: column;
		gap: 10px;
	}

	.wrapper .content__box .card h4 {
		font-size: 1.2em;
	}

	.wrapper .content__box .card:last-child h4 {
		font-size: 1.2em;
	}

	.wrapper .content__box .card:last-child p,
	.wrapper .content__box .card p {
		font-size: 1em;
	}

	.cnt {
		justify-content: center;
	}

	.form__seguro form {
		padding: 0px;
	}

	footer {
		font-size: 0.8em !important;
	}
}

@media screen and (max-width: 360px) {
	.cnt {
		font-size: 0.9em;
	}
}

.card {
	position: relative;
}

.card .backgroundEffect {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0px;

	background: #1b9ce3;
	transition: all 0.3s;
	transition-timing-function: ease-out;
}

.card:hover {
	color: #fff;
	transform: scale(1.025);
	box-shadow: rgba(0, 0, 0, 0.24) 0px 5px 10px;
}

.card:hover .backgroundEffect {
	bottom: 0;
	width: 100%;
	z-index: -1;
}