@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap");

/*GENERALES*/
.clearfix {
	float: none;
	clear: both;
	font-family: "Open Sans", sans-serif;
}
html {
	scroll-behavior: smooth;
}

.text-blue {
	color: #003963;
}

.bg-blue {
	background: #003963;
}

.text-gray {
	color: #333639;
}

.text-red {
	color: #ec1b34;
}

/*HERO*/
#hero {
	background: url("../images/bg-hero-full.png") no-repeat center center scroll;
	background-position-y: bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#hero .row {
	min-height: 45vh;
}

#hero .btn-warning {
	background-color: #f29a36;
	border: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
}

/*MAIN*/

#main {
	padding-top: 50px;
	padding-bottom: 0px;
	/* background-color: #f5f5f5; */
	background-color: #fff;
}

#main ul {
	padding-left: 14px;
}

#main .left .card {
	-webkit-box-shadow: 0px 0px 16px 4px #e2e2e2;
	-moz-box-shadow: 0px 0px 16px 4px #e2e2e2;
	box-shadow: 0px 0px 16px 4px #e2e2e2;
}

#main .left hr {
	border-top: 2px solid #003963;
}

#main .left small a {
	color: #003963;
	font-weight: bold;
	text-decoration: underline;
}

#main .left .btn.bg-blue {
	border: none;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	padding: 10px 30px;
}

/* F5 */
#f5 {
	background-color: #f1f1f1;
	padding: 50px 0px;
}

#f5 .icon-box {
	width: 50%;
	flex-basis: 50%;
	flex: 0 0 1;
	padding: 10px;
}

@media (max-width: 575px) {
	#f5 .icon-box {
		flex-basis: 100%;
	}
}

#footer {
	background-color: #1d1d1d;
	padding: 30px 0px;
}

#footer .redes a i {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background-color: white;
	padding: 10px;
	color: #1d1d1d;
	display: inline-block;
	width: 36px;
	height: 36px;
	text-align: center;
	margin-right: 5px;
}

#footer .redes a:hover i {
	opacity: 0.8;
}

@media (max-width: 575px) {
	#footer .text-right,
	#footer {
		text-align: center !important;
	}
}
