<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
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");

html{ scroll-behavior: smooth; }

/* Custom classes */
.u-shape-bkg &gt; .vc_column-inner{background-position: bottom center !important;}
.o-cards .q_elements_item_content .wpb_text_column{
	box-shadow: 0 0 30px rgba(0,0,0,.05) !important;
	background-color: white !important;
}
.qode-showcase-active .qode-showcase-icon:after{filter: invert(1);}

/* Contact form 7 */
.wpcf7-form label{color: white; font-size: 18px;}
.qbutton, input.wpcf7-form-control.wpcf7-submit{box-shadow: 0 3px 0 #B0005A;}
.qbutton:hover,
.input.wpcf7-form-control.wpcf7-submit:hover{box-shadow: 0 0 0; margin: 63px 0 57px 0 !important;}

/* Revslider Background */
.rev-slider-background{
	position: fixed !important;
	top: 0;
	z-index: 0;
}

/* Showcase elements */
.qode-showcase-content-inner{display: block !important;}
.qode-showcase-content-inner:before{
	content:"Con ISM olvidate de:";
	font-weight: 600;
	display: block;
}
.qode-showcase-icon .qode-icon-holder i{display: none;}
.qode-showcase-icon:after{
	position: absolute;
	top: 51%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.qode-showcase-item-holder:nth-child(1) .qode-showcase-icon:after{content: url(/wp-content/uploads/2020/10/ism-ico-Group-23.svg);}
.qode-showcase-item-holder:nth-child(2) .qode-showcase-icon:after{content: url(/wp-content/uploads/2020/10/ism-ico-Group-22.svg);}
.qode-showcase-item-holder:nth-child(3) .qode-showcase-icon:after{content: url(/wp-content/uploads/2020/10/ism-ico-Group-21.svg);}
.qode-showcase-item-holder:nth-child(4) .qode-showcase-icon:after{content: url(/wp-content/uploads/2020/10/ism-ico-Group-19.svg);}
.qode-showcase-item-holder:nth-child(5) .qode-showcase-icon:after{content: url(/wp-content/uploads/2020/10/ism-ico-Group-18.svg);}
.qode-showcase-item-holder:nth-child(6) .qode-showcase-icon:after{content: url(/wp-content/uploads/2020/10/ism-ico-Group-17.svg);}
.qode-showcase-item-holder:nth-child(7) .qode-showcase-icon:after{content: url(/wp-content/uploads/2020/10/ism-ico-Group-15.svg);}
.qode-showcase-item-holder:nth-child(8) .qode-showcase-icon:after{content: url(/wp-content/uploads/2020/10/ism-ico-Group-13.svg);}

/* Media Queries */
@media only screen and (min-width: 1100px){
	.u-about-card .wpb_text_column{min-height: 390px;}
}

@media only screen and (max-width: 780px){
	.reverse_order .section_inner_margin, .reverse_order .full_section_inner { 
        display: -webkit-flex; 
        -webkit-flex-direction: column-reverse; 
        display: -webkit-flex; 
        display: -webkit-flex;
        display: flex; 
        -ms-flex-direction: column-reverse; 
        -webkit-flex-direction: column-reverse; -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

@media only screen and (max-width: 690px){
	.qode-showcase-icon .qode-icon-holder{width: 69px; height: 69px;}
}
</pre></body></html>