
/* Styles for header */
header div{
    height: 58px;
}
#div-gov_co{
    background: #36C;
    
}
#div-gov_co *{
    padding: 0 10%;
}
#div-menu-header, footer{
    background: var(--header-header-Gradiente, linear-gradient(90deg, #139EC8 0%, #01599A 100%));
    
}

/* Styles for input search and icon */

.input-wrapper{
    position: relative;
}
.input-search{
    padding-left: 30px; /* Space for the icon */
    border: #CCCCCC 1px solid;
    border-radius: 5px;
}

.input-wrapper img {
    position: absolute;
    left: 10px; 
    top: 50%;
    transform: translateY(-50%);
}

/* Body */
.col-md-6 {
    max-width: 400px;
    margin: auto;
}

.title {
    text-align: center;
    margin-bottom: 20px;
}

.title1 {
    text-align: center;
}

.form-group {
    margin-bottom: 20px;
}

.form-control {
    width: 100%;
    height: 40px;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.form-control1 {
    width: 180px;
    height: 40px;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.form-control2 {
    width: 180px;
    height: 40px;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.lb1{
    margin-left: 10px;

}

.lb2{
    margin-right: 120px;
}

.lb3{
    margin-right: 25px;
}

.btn-sesion {
    background-color: #ffffff;
    color: #39A5C7;
    border:  1px solid #39A5C7;
    padding: 5px 20px;
    font-size: 16px;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    width: 100%;
    height: 40px;
}

.btn-sesion:hover {
    background-color: #39A5C7;
    color: #ffffff;
}

.btn-reg {
    background-color: #39A5C7;
    color: #ffffff;
    border: none;
    padding: 5px 20px;
    font-size: 16px;
    border-radius: 10px;
    cursor: pointer;
    height: 40px;
}

.btn-reg:hover {
    background-color: #ffffff;
    color: #39A5C7;
    border:  1px solid #39A5C7;
}

.form-row {
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
}

.form-row1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    
}

.btn-registro {
    color: #007bff;
    text-decoration: none;
    margin-right: 10px;
    font-size: 16px;
}

.btn-registro:hover {
    text-decoration: underline;
}

.forgot-password {
    font-size: 14px;
    color: #007bff;
    text-decoration: none;
    margin-left: 100px;
}


/* Styles footer */
footer{
    padding: 80px 300px;
    color: white;
}

#div-social-media{
    gap: 21px;
}

#title-menu-footer{
    font-size: 25px;
}

#items-menu-footer{
    font-size: 20px;
}
.icon-arrow{
    width: 5.25px;
    height: 10.5px;
}
.div-links-interest{
    display: flex;
    align-items: center;
    padding: 10px 0px;
}

/* Responsive */
@media screen and (max-width: 1580px) {
    footer{
        padding: 80px 100px;
    }
  }
