
.cuerpo {
   margin-top: -20px;
}

.hero {
	background: url('../img/fondo.png') no-repeat left top;
	background-size: cover;
	padding: 70px 0 40px;
	text-align: center;
}

.hero .titulo {
	max-width: 550px;
	margin: 0 auto 20px;
}

.hero img {
	width: 100%;
}

.hero h2 {
	font-size: 20px;
	font-weight: 600;
	margin-top: 20px;
}

.hero p {
	max-width: 600px;
	margin: 10px auto 30px;
	color: #333;
}

.btn-icon {
    width: 16px;
    margin-right: 8px;
    vertical-align: middle;
}

.btn-blanco {
	background: #fff !important;
	color: #0f3460 !important;
}
.btn-blanco:hover {
    background: #002c48 !important;
    color: #fff !important;
}


.web-sii a.btn {
	border-radius: 30px !important;
	padding: 10px 20px !important;
	border: none !important;
   display: inline-flex;
   align-items: center;
   gap: 8px;
	margin: 0 15px 10px;
	width: 234px;
}

.info {
	padding: 15px 0 40px;
}

.titulo-linea {
    position: relative;
    padding-left: 50px;
    font-size: 14px;
    color: #0157a2 !important;
    display: inline-block;
}

.titulo-linea:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 40px;
    height: 2px;
    background: #eb510d;
    transform: translateY(-50%);
}
``

.info h4 {
	color: #0074c7;
	font-size: 14px;
	padding-left: 10px;
}

.info h2 {
	font-weight: bold;
	margin-top: 10px;
}

.card {
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 20px;
	height: 160px;
	margin-bottom: 20px;
}

.card img {
	width: 40px;
	margin-bottom: 10px;
}

.card h5 {
	font-weight: bold;
	color: #2f5f8f;
}

.card p {
	font-size: 13px;
}

.card-header-flex {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.icon-card {
    width: 32px;
}




@media (min-width: 768px) {
	.web-sii .row {
		 margin-right: 15px;
	}
}

@media (max-width: 767px) {
	.hero {
		 padding: 60px 20px;
	}
	.cuerpo {
		margin-top: 70px;
	}
}