/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 21 2023 | 19:57:25 */
.single-product .woocommerce-breadcrumb{
	margin-top: 80px;
}

.single-product-page{
	padding-bottom: 80px;
	padding-top: 20px;
}

.product_title{
	font-size: 24px;
	font-weight: 700;
	color: #3a3a3a;
	margin-bottom: 10px;
}

.depto-direccion{
	margin-bottom: 25px;
	font-weight: 500;
}

.depto-direccion img{
	margin-right: 3px;
}

.product-share, .product_meta, p.stock{
	display: none;
}

.tabs.wc-tabs{
	display: flex;
}

.precios{
	margin-bottom: 10px;
}

.precios_label {
    width: 170px;
    color: #3a3a3a;
    font-weight: 500;
}

.precios_precio-depto {
    color: #898989;
    font-weight: 600;
	font-size: 15px;
}

.precio-tachado{
	text-decoration: line-through;
}

.precios_precio-oferta {
    font-size: 20px;
    font-weight: 700;
    color: #7ebb00;
    margin-right: 5px;
}

.precios_precio-comun{
	font-weight: 600;
	color: #3a3a3a;
}

.precios_precio-comun span{
	font-weight: 400;
	font-style: italic;
	font-size: 12px;
}

.precios_div{
	font-weight: 600;
}

.info-off {
	padding-top: 10px;
    color: #747373;
    font-size: 12px;
    font-weight: 500;
}

#solicitar-visita {
    padding: 8px 25px;
}

#postular {
    background: none;
    color: #7EBB00;
    border: 1px solid #7EBB00;
}

.single-div-solicitar {
    display: flex;
    gap: 10px;
}

.tabs-layout-tabs .tabs li a:after{
	bottom: 0px;
}

.tabs-layout-tabs .tabs li a:hover{
	color: #7ebb00 !important;
}

.product-tabs-wrapper {
    border: 0px;
}

.product-tabs-wrapper .container{
	padding: 0px;
}

.tabs-layout-tabs .tabs li.active a {
    color: #7ebb00;
}

.tabs-layout-tabs .tabs li a {
    color: #898989;
    font-size: 15px !important;
    text-transform: capitalize !important;
	font-weight: 500;
}

.row-produtos-relacionados{
	margin-top: 50px;
}

.related-products .slide-product > div {
    width: 100% !important;
    max-width: 100% !important;
	padding: 0px !important;
}

.related-products .owl-item {
    padding: 0px 15px !important;
}

.wc-tabs.tabs{
	margin-bottom: 0px;
}

.tab-detalles{
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 0px 20px 20px 20px;
	background: #F3F3F3;
}

.tab-detalles.description, .tab-detalles.tab-mapa, .tab-detalles.tab-comodidades{
	padding-bottom: 30px;
}

.tab-detalles{
	display: flex;
	flex-wrap: wrap;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 0px 20px 20px 20px;
	background: #F3F3F3;
}

.tabs-layout-tabs .tabs li a:after{
	height: 2px;
}

.tab-detalle{
    display: flex;
    gap: 6px;
	width: 33%;
	margin-bottom: 50px;
}

.tab-detalle p{
	margin: 0px;
}

.boton-primario{
	margin: inherit;
}

.fluid-requisitos{
	padding: 60px 0px !important;
	background: #f3f3f3;
}

.subtitle-requisitos{
	color: #7EBB00;
	margin-bottom: 16px;
}

.row-preguntas{
	padding: 60px 0px;
}
.accordion-button{
	position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background: #F3F3F3;
    border: 0;
	text-transform: initial;
   	border-radius: 8px;
	border-bottom: 1px solid #7EBB00;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(/wp-content/uploads/2023/11/arrow-dropdown.svg);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(/wp-content/uploads/2023/11/arrow-dropdown.svg);
    transform: rotate(-180deg);
}

.accordion-body {
    padding: 1rem 1.25rem;
}

.collapse.show{
	display: block;
}

.collapse{
	display: none;
}

.tab-detalles.description {
    display: block;
}
.tab-detalles.description li{
	margin-bottom: 0px;
}
.product-images .labels-rounded .product-label{
	min-width: 105px;
}

@media screen and (max-width: 1024px) {
	.wc-tabstabs.{
		display: none;
	}
}
/*
@media (min-width: 993px) and (max-width: 1199px){
	.single-product-page .depto{
		flex-direction: column;
	}
	.single-product-page .depto_img{
		width: 100% !important;
	}
	.single-product-page .depto_content{
		width: 100% !important;
	}
}
*/
@media (min-width: 768px) and (max-width: 992px){
	.precios > div {
		flex-direction: column;
	}
	.precios_label{
		margin: 0px;
	}
	.precios_div {
		margin-bottom: 10px;
	}
}

@media (max-width: 400px){
	.precios > div {
		flex-direction: column;
	}
	.precios_label{
		margin: 0px;
	}
	.precios_div {
		margin-bottom: 10px;
	}
}



