/**
 * Theme Name: Inspiro Child
 * Template: inspiro
 * ...other header fields
 */

 :root{
    --inspiro-primary-color: #51A7DE;
    --inspiro-dark-color: #101010;
    --inspiro-light-grey-color: #f2f4f6;
    --inspiro-color-background-body: #fff;
    --inspiro-color-link-hover: #000;
    --wp--preset--color--secondary: #51A7DE;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff!important;
    background-color: #0012417d!important;
    border-color: #192c5c!important;
}
:root :where(a:where(:not(.wp-element-button))) {
	color: #51A7DE;
}
.card {
	height: unset;
	border-radius: 0 0 10px 10px;
}
div.card a{
    text-decoration: unset;
}
.has-header-image .navbar, .has-header-video .navbar {
	background: #00000059;
}
.set-right {
	margin-right: 15px!important;	
}

.custom-icon{
    margin-right: 30px;
}

.custom-logo-link img{
	max-height: 50px;
}

.page .entry-cover-image .single-featured-image-header img, .single .entry-cover-image .single-featured-image-header img{
	object-fit: contain;
}

.self-center{
	align-self:center;
}

.custom-table-bg{
	padding: 20px 15px;
	background-color: #212644e0;
}

.custom-border{
	border:1px solid white;
}

.wp-block-media-text > figure > img {
	width: 75px;
}

.wp-block-media-text {
	justify-items:center
}

footer > * h3.wp-block-heading {
    margin: 0;
}



.custom-tabs{
	background-color: #1a8fb9e0!important;
    border-radius: 8px;
    margin-bottom: 20px!important;
	border: 1px solid;
	box-shadow: 1px 1px 13px 0px;
}

.js-plethoraplugins-tabs--link.active{
	color:white!important;
}


.entry-content>.alignfull{
	max-width: 99vw!important;
}

.inner-wrap {
	max-width: 1400px
}

.widget, .widget_block{
	margin-bottom:0px;
}
div.textwidget > p {
	margin:0px!important;
}
form.wp-block-search {
	margin-bottom:15px;
}
div.site-info{
	padding-top:4px;
}

.nav-pills {
    --bs-nav-pills-link-active-color: #639ec8!important;
    --bs-nav-pills-link-active-bg: #639ec800!important;
}
.products-container {
    justify-content: space-between;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.products-card {
    max-width: 45%;
}

.card {
	height: 200px;
	background-color: #539bbda9!important;
	border: 2px solid #21759b;
	border-top: 0;
	padding: 12px;
}

.horizontal-down-line {
    background-color: #51a7de;
    color: #51a7de;
    display: block;
    width: 50%!important;
    right: 25%;
    position: absolute;
}

.custom-line-color{
    background-color: #51a7de;
    color: #51a7de;
    height: 1px;
}
.custom-bg-servicios {
    border-radius: 8px;
    background: #0012417d;
    border: 4px solid #192c5c;
    padding: 16px;
}

.custom-btn-fix{
    white-space: normal;
    word-wrap: break-word;
    text-align: left;
    
}
.custom-btn-fix:not(.active){
    color:#a9a9a9 !important;
}

hr.vertical-line{
    width: 100%!important;
    position: absolute;
    transform: rotate(90deg);
    top: 40%;
    left: 57%;
}

hr.vertical-line.short-content{
    width: 45% !important;
    left: 85%;
}
hr.down-line {
    width: 60%!important;
    position: absolute;
    right: 0;
}

.custom-title-negative-margin{
    margin-left: -40px;
}


@media only screen and (max-width: 850px)  {
    .widget, .widget_block{
		margin-bottom:40px;
	}
	.column-reverse-mobile{
		flex-direction:column-reverse;
	}
    .custom-title-negative-margin{
        margin-left: 0px;
    }
    .force-wrap-mobile{
        flex-wrap: wrap!important;
    }
}