/* CSS Document */

/* Extra large devices (large desktops)*/
/* No media query since the extra-large breakpoint has no upper bound on its width*/
/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199px) {
.title2{top:12%;left:0}
	
.mod_img-paz{margin:0; margin-bottom: 30px}
}


/* Medium devices (tablets, less than 992px)*/
@media (max-width: 991px) {
.title2{top:22%;left:-15px}
#footer .fixed-bottom{position:static!important }
}


/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767px) { 
.title2{top:30%;left: 0}

	

}


/* Extra small devices (portrait phones, less than 576px) */ 
@media (max-width: 575px) {
	
.navbar-brand{margin:0 0 5px -20px}
.eng{position: absolute; right:115px; top:20px; }
/*.paz{right:40px}*/
.paz img{width:70%}
.title2{top:27%;left:5px}
.bd-blue{border-bottom:26px solid #033D69}


}