.resp-tabs-list li{
    margin-bottom: 0px;
    padding: 10px;
}

@media (min-width: 768px) {
	ul.resp-tabs-list{
		display: flex;
		margin: 0px -4px;
		padding: 0px;
	    background-color: transparent;
	}
}

.resp-tabs-list li {
    display: inline-block;
    padding: 13px 15px;
    margin: 0 4px 0;
    list-style: none;
    cursor: pointer;
    float: left;
	width: 33.3%;
	text-align: center;
	border-radius: 10px 10px 0px 0px;
	z-index: 0;
}
.resp-tabs-list.dos-tabs li{width:50%;} /*dos tabs-abraham flores 15-noviembre-2023*/
.resp-tabs-list li:last-child{margin: 0 4px 0;  }
.resp-tabs-list li.tab-rojo {background-color: #FFFFFF!important; color: #818181;}
.resp-tabs-container {
    padding: 0px;
    background-color: #FFFFFF;
    clear: left;
	border-radius: 0px 0px 10px 10px;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {display: none; padding: 15px;}

.resp-tab-active {
	border: 1px solid #c1c1c1!important;
	margin-bottom: -2px!important;
	padding: 12px 14px 14px 14px!important;
	border-bottom: 2px #fff solid!important;
	color: #D1001F;
	font-weight: bold;
	background-color: #FFFFFF!important;
	z-index: 5!important;
}

.resp-content-active, .resp-accordion-active {display: block;}

.resp-tab-content {border: 0px solid #c1c1c1; border-radius: 0px 0px 10px 10px;}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {background: #DBDBDB;}

.resp-easy-accordion h2.resp-accordion {display: block;}

.resp-easy-accordion .resp-tab-content {border: 1px solid #c1c1c1;}

.resp-easy-accordion .resp-tab-content:last-child {border-bottom: 1px solid #c1c1c1;}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {display: block;}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 767px) {
    ul.resp-tabs-list {
        display: none;
    }
     
    h2.resp-accordion {
        display: block;
	    background-color: #FFFFFF!important;
		border: 1px solid #777777;
	    margin-top: 7px;
		margin-bottom: 10px;
    }
.resp-tab-content {
        border-top: 2px solid #D1001F!important;
		background-color: #ffffff;
    }
    .resp-vtabs .resp-tab-content {z-index: 20;}
	.resp-tabs-container{
		background-color: transparent!important;
		border: none;
		box-shadow: none;
	}
    .resp-vtabs .resp-tabs-container {
        border: none;
        width: 100%;
        min-height: 100px;
        clear: none;
	 
    }
    .resp-tab-content-active {
    
}
    .resp-accordion-closed {display: none !important;}

    .resp-vtabs .resp-tab-content:last-child {
        border-top: 1px solid #D1001F!important;
    }
}