.tvh-pres-contact {
	background: #d8ebdb;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 45px;
}

.tvh-pres-contact .tvh-form-contacto  > h6 {
	text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
}

.tvh-pres-contact .tvh-contacto-btns-group {
	border-bottom: 2px solid #23a455;
    margin-left: -20px;
    margin-right: -20px;
}

.tvh-pres-contact .tvh-contacto-btns-group .tvh-btn {
	border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: -2px;
    border-color: #23a455;
    color: #515151;
    vertical-align: bottom;
    transition:all 0.3s ease-in-out;
}

.tvh-pres-contact .tvh-contacto-btns-group .tvh-btn:not(.active) {
	padding-top: 6px;
    padding-bottom: 6px;
    background:transparent;
    color: #000 !important;
}

.tvh-pres-contact .tvh-contacto-btns-group .tvh-btn.active {
	margin-bottom:0;
	border-color: #23a455;
    background: #23a455;
    color:#fff;
}

.tvh-pres-contact .tvh-telefono-dias-horas-wrapper {
	margin-left: -20px;
    margin-right: -20px;
}

.tvh-pres-contact .tvh-contacto-dias-inner-wrapper,
.tvh-pres-contact .tvh-contacto-horas-inner-wrapper {
	padding: 10px 30px;
}

.tvh-pres-contact .tvh-dia-btn:not(.tvh-active),
.tvh-pres-contact .tvh-hora-btn:not(.tvh-active) {
	background: #ffffff;
    color: var(--e-global-color-text);
}

.tvh-pres-contact .tvh-dia-btn.tvh-active,
.tvh-pres-contact .tvh-hora-btn.tvh-active {
    background: var(--e-global-color-primary);
    color: #fff;
}

.tvh-respuestas-contacto .col-sm-6 {
	margin-left: auto;
    margin-right: auto;
    float:none;
    text-align:center;
}

.tvh-pres-contact .tvh-contsnd {
    padding-top: 10px;
    padding-bottom: 10px;
}

.tvh-pres-contact .tvh-contacto-dias-inner-wrapper::-webkit-scrollbar,
.tvh-pres-contact .tvh-contacto-horas-inner-wrapper::-webkit-scrollbar {
    width: 8px;
    height: 8px; 
}

.tvh-pres-contact .tvh-contacto-dias-inner-wrapper::-webkit-scrollbar-track,
.tvh-pres-contact .tvh-contacto-horas-inner-wrapper::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.5);
    border-radius: 10px;
}

.tvh-pres-contact .tvh-contacto-dias-inner-wrapper::-webkit-scrollbar-thumb,
.tvh-pres-contact .tvh-contacto-horas-inner-wrapper::-webkit-scrollbar-thumb {
    background-color: rgb(35 164 85 / 46%);
    border-radius: 10px;
}

.tvh-pres-contact .tvh-contacto-dias-inner-wrapper::-webkit-scrollbar-thumb:hover,
.tvh-pres-contact .tvh-contacto-horas-inner-wrapper::-webkit-scrollbar-thumb:hover {
    background-color: #23A455;
}

.tvh-pres-contact .tvh-inputfield {
    font-size: 20px!important;
    width: auto!important;
}

.tvh-pres-contact .tvh-checkbox-label {
    margin-bottom:0;
}

.tvh-pres-contact .tvh-checkbox {
    margin-top:0;
    margin-right: 5px;
}

.tvh-pres-contact-bottom {
    margin-top:50px;
}