#logo {
    display: block !important;
}
#header_logo {
    height: 10vh;
    padding-bottom: 2vh;
}

/*
    Services
*/
.text_card_container {
    height: 35vh;
    overflow-y: scroll;
}


/* width */
::-webkit-scrollbar {
    width: 10px;
}   
  /* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/*
    WA Chat
*/
#icon-whatsapp {
    z-index: 20;
}
.image-icon-whatsapp{
    position: fixed;
    bottom: 9vh;
    left: 3vh;
    cursor: pointer;
    transition: all 0.2s;
}
.image-icon-whatsapp:hover{
    transform: scale(0.9);
}
.image-icon-whatsapp:active{
    transform: scale(0.8);
}

.newmessagewts{
    padding-top: 10px;
    font-family: arial;
    display: block;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    line-height: 10px;
}

.formulariowtsp{
    z-index: 20;
    width: 220px;
    height: 385px;
    border-radius: 5px;
    position: fixed;
    bottom: 80px;
    left: 110px;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
    background:white;
    padding: 5px 10px;
    display: none;
}

.inputwts{
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    font-family: arial;
    font-size: 13px;
    border-radius: 10px;
    border:1px solid rgba(0,0,0,0.19);
    color: #666;
}
.inputwts:focus{
    outline: none;
}
.textareawts{
    width: 100%;
    min-width: 100%;
    box-sizing: border-box;
    height: 140px;
    max-height: 140px;
    min-height: 140px;
    font-family: arial;
    font-size: 13px;
    border-radius: 10px;
    padding: 5px;
    border:1px solid rgba(0,0,0,0.19);
    color: #666;
}
.textareawts:focus{
    outline: none;
}

.btnwtsp{
    width: 100%;
    border: none;
    padding: 5px;
    background: #00a82d;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    transition: 1s;
}
.btnwtsp:hover {
    background: #F46A07;
}

label{
    font-family: arial;
    font-size: 14px;
    color: #333333;
}

.entrarysalir{
    display: block;
}
.closemodal{
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    background: gray;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    line-height: 15px;
    cursor: pointer;
}
.closemodal:hover{
    background: #F46A07;
}


/* Banners */
#subheader img {
    filter: grayscale(75%);
}