/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 13 2024 | 19:32:49 */
.obelisk-info-box.style-9 .item:hover:after {
    opacity: 0.56;
    background-color: #12235d;
}
.obelisk-info-box.style-9 .item .more {
    background-color: #ffffff6e;
    padding: 5px;
}
.obelisk-info-box.style-9 .item:after {
    background: #f9f9f9cf;

}
.obelisk-info-box.style-9 .item {
    color: white;
}

/*cambios movil */
@media only screen and (max-width: 600px) {
	.obelisk-slider.style-1 .swiper-slide .bg-img .container .caption .main-title {
    display: block;
    font-size: 25px;
    line-height: 1.15em;
    color: #fff;
    font-weight: 800;
    margin-bottom: 15px;
    position: relative;
    text-transform: uppercase;
}
	.obelisk-slider.style-1 .swiper-slide .bg-img .container .caption {
    text-align: center;
    padding: 0px 10px;
}
	.obelisk-slider.style-1 .swiper-slide {
    min-height: 84vh;
    position: relative;
    overflow: hidden;
}
	.top-logo {
    display: block;
    width: 80%;
    float: left;
    padding-top: 5px;
}
	img.logo1.obelisk-logo-dark {
    height: 60px !important;
}
}