/*
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");


/*FOOTER*/
.footer_top {
    padding: 0;
}

.column1.footer_col1,
.column2.footer_col2,
.column3.footer_col3 {
    padding-top: 30px;
    border-right: 1px solid #48a1d3;
}

.column4.footer_col4 {
    padding-top: 30px;
}

.four_columns.clearfix {
    display: flex;
	padding-bottom: 50px;
}

@media screen and (max-width: 480px) {
    .four_columns.clearfix {
        flex-direction: column;
    }
	.column1.footer_col1,
    .column2.footer_col2,
    .column3.footer_col3,
	.column4.footer_col4{
        border-right: none; 
		padding-top: 0px;
    }
	
}
.footer_bottom_holder{
	background: #2E557F;
	height: 45px;
	color: white;
	text-align: center;
	padding-bottom: 10px;
}
.column1.footer_col1{
	text-align: center;
}
.footer_col2 li, .footer_col3 li {
    padding-bottom: 0px!important;
}

.footer_col1 #block-24 {
	display: none !imporant;
}

/*FIN FOOTER*/

/*HEADER*/
@keyframes fixed-header-anim {
	from {
      transform: translateY(-100px);
    }
  
    to {
      transform: translateY(0);
    }
}

.scrolling header {
	position: fixed;
	z-index: 999;
	animation: fixed-header-anim .8s ease forwards;
    transform: translateY(-100px);
}


.header_bottom, nav.mobile_menu {
	background-color: #fff !important; 
}

/*header .container_inner .header_inner_left{
	position: absolute;
width: 100%;
top: 0;
text-align: center;
height: 100%;
justify-content: center;
display: flex;
flex-direction: column;
	left: 60px;
}
header{
	height: 150px;
	background-color: #fff;
}
header .header_inner{
	height: inherit;
}
header .header_bottom{
	position: unset;
}
header .q_logo img{
	top: 0;
}
header .q_logo{
	top: 0;
}
header .header_bottom .container {
	position: unset;
}
header .header_bottom .container .container_inner{
    width: 100%;
	position: unset;
}
header .header_top_bottom_holder{
    display: inline-block;
    width: 100%;
    background-color: #fff;
}
header .header_top{
    background-color: transparent;
    color: white;
    font-weight: 500;
    text-align: right;
	line-height: normal;
	width: 100%;
    height: auto;
	display: none;
}

header .header_top .container .container_inner{
    width: 100%;
	line-height: 11px;
	text-align: left;
}

header .header_top .container .container_inner .right{
	display: inline-block;
    float: none;
	width: 100%;
}

header .header_top p{
	line-height: 15px;
	width: 100%;
	padding: 0;
}

header .header_top_bottom_holder{
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 30px;
	height: inherit;
	justify-content: center;
}
header .header_top .right .inner>div{
	width: 100%;
	display: inline-block;
	text-align: right;
}
header nav.main_menu > ul > li > a{
	line-height: normal;
}
header nav.main_menu > ul > li > a:last-child{
	padding: 0 0 0 17px;
}
header .logo_wrapper, .side_menu_button, .shopping_cart_inner{
	height: auto;
}

@media (max-width: 768px)
{
	header {
		height: 100px !important;
	}
	
	header .header-top {
		display: none !important;
	}
	
	header .header_inner .header_top_bottom_holder {
		flex-direction: row !important;
		
	}
	
	.mobile_menu_button .qode_icon_font_awesome::before {
		position: relative;
		right: 50%;
		padding-left: 20px 
	}
}
*/
/*END HEADER*/

/*START SERVICES*/
.contenedor-iconos img

{
	object-fit: contain;
}

/*END SERVICES*/


table, th , td {
	border: 1px solid black;

}