/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

.qode-btn.qode-btn-solid{
	border-color: #79acb2;	
}
.qode-btn.qode-btn-solid:hover{
	border-color: #47a7b2;	
}
.btn-white .qode-btn.qode-btn-solid{
	border-color: #fff;	
}
.btn-white .qode-btn.qode-btn-solid:hover{
	border-color: #fff;	
}

.no-visible{
    display: none;
}

#map{
	min-height: 450px;
	margin-bottom: 20px;
}
.marker-header a{
	color:#471f13;
}
.marker-header a:hover{
	color: #79ACB2;
}

.grid-list-style-1{
	flex-wrap: wrap;
	margin: 60px -15px 30px -15px !important;	
}

.grid-list-style-1 .elementor-column{
	display:block;
	margin-bottom: 40px;
}
.grid-list-style-1 .grid-list-item{
	padding: 0px 15px 0px 15px;
}

.grid-list-style-1 .grid-list-item .grid-list-item-header{
	position: relative;
}
.grid-list-style-1 .grid-list-item .grid-list-item-header img{
	height: 250px;
	object-fit: cover;
	object-position: center;
}
.grid-list-style-1 .grid-list-item .grid-list-item-header .grid-list-item-type{
	position: absolute;
    left: 30px;   
    padding: 0px 10px;
    border-radius: 15px;
	text-transform: capitalize;
}
.grid-list-style-1 .grid-list-item .grid-list-item-header .grid-list-item-type.badge-type-1{	
    top: 15px;   
}
.grid-list-style-1 .grid-list-item .grid-list-item-header .grid-list-item-type.badge-type-2{	
    bottom: 25px; 
	background: #fbfaf9;
	color:#c2c1c0;
}
.grid-list-style-1 .grid-list-item.post-type-actividad .grid-list-item-header .grid-list-item-type.badge-type-1{
	background: #dcd2ca;
	color: #6b4b40;
}
.grid-list-style-1 .grid-list-item.post-type-retiro .grid-list-item-header .grid-list-item-type.badge-type-1{
	background: #888582;
	color: #d0d0d1;
}

.grid-list-style-1 .grid-list-item .grid-list-item-title{
	margin-top:15px;
	font-family: "Trirong", Sans-serif;
	color: #dacec5;
	font-size: 28px;
    font-weight: 500;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.grid-list-style-1 .grid-list-item .grid-list-item-title a{
	font-family: "Trirong", Sans-serif;
	color: #dacec5;
	font-size: 28px;
    font-weight: 500;
}
.grid-list-style-1 .grid-list-item .grid-list-item-subtitle{
	color: #79ACB2;
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: none;
    line-height: 28px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.grid-list-style-1 .grid-list-item .grid-list-item-description{
	margin-top:15px;
	font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;	
}

.grid-list-style-1 .grid-list-item .grid-list-item-icons{
	margin-top:15px;
}

.grid-list-style-1 .grid-list-item .grid-list-item-button{
	margin-top: 15px;
}
.grid-list-style-1 .grid-list-item .grid-list-item-button a{
	color:#79ACB2;
	border-bottom: 1px solid;
}
.grid-list-style-1 .grid-list-item .grid-list-item-button a i{
	vertical-align: middle;
	margin-left: 5px;
    font-size: 120%;
}

.deretiro-banner-1 img{
	width: 100%;
	height: 400px;
	object-fit: cover;
}

.content-search-title{
	margin-bottom: 40px;
}

.deretiro-paginate{
	text-align: center;
}

.deretiro-paginate .deretiro-paginate-page{
	background-color: transparent;
    color: #79acb2;
	border: 2px solid #c9dee4;
	display: inline-block;

	border-radius: 100px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    width: 40px;

	box-sizing: content-box;
    margin: 0 5px;

}

.deretiro-paginate .deretiro-paginate-previous,
.deretiro-paginate .deretiro-paginate-next{
	background-color: transparent;
    color: #79acb2;
	border: 2px solid #79acb2;
    border-radius: 30px;
	padding: 10px 25px;
}

.deretiro-paginate .deretiro-paginate-previous:hover,
.deretiro-paginate .deretiro-paginate-next:hover,
.deretiro-paginate .deretiro-paginate-page:hover{
	background-color: #79acb2;
    color: #fff;
}

.deretiro-paginate .deretiro-paginate-previous.desktop,
	.deretiro-paginate .deretiro-paginate-next.desktop{
		display: initial;	
	}

	.deretiro-paginate .deretiro-paginate-previous.mobile,
	.deretiro-paginate .deretiro-paginate-next.mobile{
		display: none;	
	}

.deretiro-paginate .deretiro-paginate-page.deretiro-paginate-current{
	background-color: #79acb2;
    color: #fff;
}

.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_length{
	margin-bottom: 10px;
}

.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select{
	padding: 5px 10px;
    border-radius: 15px;
    border: 1px solid #bbb;
}

.tablepress>:where(thead,tfoot)>*>th{
	background-color: #C9DEE4;
	color: #471f13;
	font-weight: 500;
}
.tablepress .sorting:hover,
.tablepress .sorting_asc, 
.tablepress .sorting_desc{
	background-color: #79acb2;
	color: #fff;
}

.tablepress a{
	color:blue;
}

.dataTables_paginate .paginate_button{
	background-color: transparent;
    color: #79acb2;
	border: 2px solid #79acb2;
    border-radius: 30px;
	padding: 10px 25px;
	text-decoration: none;
}
.dataTables_paginate .paginate_button:hover{
	background-color: #79acb2;
    color: #fff;
}
.dataTables_paginate.paging_simple .paginate_button.previous:before,
.dataTables_paginate.paging_simple .paginate_button.next:after{
	display: none;
}

@media (max-width: 425px){
	.deretiro-paginate .deretiro-paginate-page{		
		border-radius: 50px;
		height: 25px;
		line-height: 25px;
		padding: 0;
		width: 25px;
		margin-bottom: 10px;	
	}

	.deretiro-paginate .deretiro-paginate-previous,
	.deretiro-paginate .deretiro-paginate-next{
		border-radius: 30px;
		padding: 5px 10px;
		margin-bottom: 10px;	
	}
	
	.deretiro-paginate .deretiro-paginate-previous.desktop,
	.deretiro-paginate .deretiro-paginate-next.desktop{
		display: none;	
	}

	.deretiro-paginate .deretiro-paginate-previous.mobile,
	.deretiro-paginate .deretiro-paginate-next.mobile{
		display: initial;	
	}
	.dataTables_wrapper .dataTables_filter,
	.dataTables_wrapper .dataTables_length{
		float: none;
	}
	
	.dataTables_wrapper{
		overflow-x: scroll;
	}
}

@media (max-width: 1024px) and (min-width: 768px){
	.grid-list-style-1 .elementor-column{
		width: 50%;
	}
}

.link-content{
	margin-top: 50px;
    margin-bottom: 50px;
}

.button-rs{
	background: #fff;
    padding: 15px 25px;
    margin: 30px 15px 0px 0px;
    border: 1px solid #79ACB2;
    color: #79ACB2;
}

.contacto-correo:hover {
    cursor: pointer;
    background-color: #e0e0e0; /* Cambiamos el color cuando el mouse está sobre el div */
}
.contacto-instagram:hover {
    cursor: pointer;
    background-color: #e0e0e0; /* Cambiamos el color cuando el mouse está sobre el div */
}