a.opciones{
    text-decoration: none;
    color: black;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    padding: .5rem 1rem;
    display: block;
    font-size: 18px;
}

.header .navbar {
    background-color: transparent !important;
}


div.banner-image{
    background-image: url('../img/background.jpg');
    background-size: cover;
}


a.opciones:hover{
    background-color: rgb(12, 69, 224);
    color: white;
}


img.loginIcon{
    top: -2px;
    position: relative;
}

a.animate__animated.animate__heartBeat{
    color: black;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    font-weight: 600;
    white-space: nowrap;
}

a.estiloAux{
    color: black;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    font-weight: 600;
    white-space: nowrap;
}

/* Sobre nosotros */
#services {
	width: 100%;
	background: #EAEDED;
	padding: 65px 0 75px 0;
	text-align: center;
}

#services .section-header {
	width: 100%;
	margin-bottom: 65px;
}

#services .section-content {
	width: 100%;
}

#services .section-content .service {
	width: 100%;
}

#services .section-content .service .service-icon {
	width: 100%;
	margin-bottom: 10px;
	font-size: 35px;
}

#services .section-content .service .service-icon .fa {
	display: block;
}

#services .section-content .service .service-title {
	width: 100%;
	margin-bottom: 20px;
}

#services .section-content .service .service-entry {
	width: 100%;
	line-height: 26px;
	color: #8c9597;
	font-size: 16px;
	font-family: "Lato";
	font-weight: 400;
}

#services .widget_illdy_service {
	margin-top: 40px;
}

#services .widget_illdy_service:nth-child(1), #services .widget_illdy_service:nth-child(2), #services .widget_illdy_service:nth-child(3) {
	margin-top: 0;
}


