body {
	margin: 0;
	padding: 0;
	color: #333;
}
body, div{
	font-family: 'Segoe UI', sans-serif !important;
}

.top-bar {
	background-color: #3366cc;
	height: 32px;
	font-size: 14px;
	color: #fff;
}

.logo-govco {
	height: 20px;
	margin-right: 6px;
}

.social-icons i {
font-size: 16px;
color: white;
margin-left: 12px;
}

.social-icons i:hover {
opacity: 0.8;
}

.header-white {
background: #fff;
padding: 25px 0;
}

.logo-unidad {
height: 120px;
}

.nav-link {
color: #343a40;
font-weight: 500;
padding: 0 15px;
text-decoration: none;
}

.separator {
height: 20px;
border-left: 1px solid #ddd;
margin: 0 10px;
}

.btn-yellow {
background-color: #f4c12b;
color: #003057;
font-weight: bold;
padding: 12px 28px;
border-radius: 30px;
text-transform: uppercase;
font-size: 16px;
border: none;
}

.btn-yellow:hover {
background-color: #e5b218;
color: #003057;
}

.btn-outline-dark {
border: 2px solid #333;
color: #333;
font-weight: bold;
padding: 12px 28px;
border-radius: 30px;
font-size: 16px;
}

.btn-outline-dark:hover {
background-color: #333;
color: #fff;
}

.menu-container {
display: flex;
align-items: center;
}

/* Banner principal */
.hero-section {
background-color: #ffffff;
}

.hero-section h1 {
font-weight: 700;
color: #343a40;
font-size: 36px;
line-height: 1.3;
}

.hero-section p {
font-size: 18px;
color: #555;
}

.hero-section img {
max-height: 420px;
}
.unidad-celular ul {
font-size: 16px;
color: #555;
padding-left: 0;
}

.unidad-celular strong {
color: #333;
}
footer p {
font-size: 14px;
color: #333;
}

footer a {
text-decoration: none;
}

footer a:hover {
text-decoration: underline;
}

#login{
	border: none;
	padding: 5px;
}
#login .input-group{
	margin: 0;
}
#login .input-group span{
	background: none;
	width: 42px;
    height: 42px;
    padding: 0;
    border: 0 none;
}
#login .input-group:nth-child(2) span{
	background: none;
}
#login .input-group span:before{
	display: none;
}
#login .input-group input{
	border-bottom: 1px solid #ced4da;
    padding: 6px 10px 6px 10px;
    font-family: 'Work Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #212529;
}

.input-box{
    padding: 2em 1.5em 4.5em;
}

.input-group input{
	border: 1px solid #ced4da;;
	margin: 5px 0 5px 0;
	background-color: #FFFFFF;
    padding: 0.8em;
    width: 100%;
    border-radius: 3px 3px 0 0;
    padding-left: 3.5em;
    box-sizing:border-box;
}

.input-box .input-group{
    margin-bottom: 1em;
    position: relative;
}

.input-group span{
    background: #ededed;
    padding: .68em 1em;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 0px;
    border-radius: 3px 0 0 3px;
    border-right: 1px solid #ddd;
    width: 43px;
    
}
.input-group span.eye-icon{
    margin-left: -23px;
    left: auto;
}
.input-box input[type="button"]{
    background: #c81b17;
    border-radius: 3px;
    border: none;
    box-shadow: none;
    color: #fff;
    padding: 0.8em;
    float: right;
}

span.icon:before{
    left: 8px;
}

.text-center{
    text-align: center;
}
.text-home-icons {
    font-size: 20px;
}
.text-home-icons-title {
    font-size: 45px;
}
.text-home-icons-parragraph {
    font-size: 16px;
}
@media (max-width: 767.98px) {
.hero-section h1 {
    font-size: 28px;
}
}