body{
    font-family: Arial, Helvetica, sans-serif;
}

header{
    padding-top: 10px;
    text-align: right;
    font-size: 13px;
}

header a{
    text-decoration: none;
    padding: 10px;
    color: black;
    opacity: .90;
}

header a:hover{
    text-decoration: underline;
    opacity: .75;
}

header img{
    padding-right: 10px;
    opacity: .60;
    margin-bottom: -5px;
}

header img:hover{
    cursor: pointer;
    opacity: 1;
}

header button{
    margin-right: 14px;
    background-color: #4584ee;
    border: 1px #4584ee solid;
    color: white;
    opacity: .93;
    font-weight: bold;
    border-radius: 2px;
    width: 115px;
    height: 30px;
}


.hero{
    text-align: center;
    margin-top: 26px;
}

.hero img:hover{
    cursor: pointer;
}

.buscador{
    margin-top: 20px;
    margin-bottom: 20px;
    width: 570px;
    height: 45px;
    border-radius: 30px;
    border: 1px solid #dfe1e5;
    padding-left: 40px;
    font-size: 14px;
}

.buscador:hover{
    border: 2px solid #dfe1e5;
    margin-bottom: 18px;
}

.hero button{
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    opacity: .7;
    width: 150px;
    height: 36px;
    font-size: 14px;
    margin: 18px 4px 20px 20px;
    position: static;
}

.hero button:hover{
    cursor: pointer;
    border: 1px solid #c6c6c6;
    opacity: 1;
    border-radius: 4px;
}

.navidad{
    font-size: 13px;
}

.navidad a{
    text-decoration: none;
}

.navidad a:hover{
    text-decoration: underline;
}

/* footer */

footer{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f2f2f2;
    border: 1px solid #e4e4e4;
    opacity: .45;
}

.pais{
    padding-left: 27px;
    margin-top: 16px;
    margin-bottom: 16px;
}

.container{
    display: flex; 
    justify-content: space-between;
    margin-top: 16px;
    margin-bottom: 16px;
}

footer{
    font-size: 13px;
}

footer a{
    text-decoration: none;
    color: black;
    padding-left: 27px;
    padding-right: 27px;
}

footer a:hover{
    text-decoration: underline;
}

