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

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

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

.tsm-pres-contact .tsm-contacto-btns-group .tsm-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;
}

.tsm-pres-contact .tsm-contacto-btns-group .tsm-btn:not(.active) {
	padding-top: 6px;
    padding-bottom: 6px;
}

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

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

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

.tsm-pres-contact .tsm-respuestas-contacto .col-sm-6 {
	margin-left: auto;
    margin-right: auto;
}

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

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

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

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