/*
 * Start Bootstrap - Business Frontpage (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */

body{ 
	background: #EFEFEF;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}


.business-header {
    height: 700px;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

/* Customize the text color and shadow color and to optimize text legibility. */

@font-face {
  font-family: 'gobCL';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/gobcl_regular-webfont.eot');
  src: local('Ã¢ËœÂº'), url('../fonts/gobcl_regular-webfont.woff') format('woff'), url('../fonts/gobcl_regular-webfont.ttf') format('truetype'), url('../fonts/gobcl_regular-webfont.svg#webfont3jnenQ5S') format('svg');
}
@font-face {
  font-family: 'gobclbold';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/gobcl-bold-webfont.eot');
  src: local('Ã¢ËœÂº'), url('../fonts/gobcl-bold-webfont.woff') format('woff'), url('../fonts/gobcl-bold-webfont.ttf') format('truetype'), url('../fonts/gobcl-bold-webfont.svg#gobclbold') format('svg');
}
@font-face {
  font-family: 'gobclheavy';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/gobcl-heavy-webfont.eot');
  src: local('Ã¢ËœÂº'), url('../fonts/gobcl-heavy-webfont.woff') format('woff'), url('../fonts/gobcl-heavy-webfont.ttf') format('truetype'), url('../fonts/gobcl-heavy-webfont.svg#gobclheavy') format('svg');
}
@font-face {
  font-family: 'gobcllight';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/gobcl-light-webfont.eot');
  src: local('Ã¢ËœÂº'), /* url('../fonts/gobcl-light-webfont.eot?#iefix') format('woff'), */ url('../fonts/gobcl-light-webfont.woff') format('woff'), url('../fonts/gobcl-light-webfont.ttf') format('truetype'), url('../fonts/gobcl-light-webfont.svg#gobcllight') format('svg');
}

.landing-title{
	color: #3457b8; font-family: 'gobclbold'; font-size: 5rem;
}

.tagline {
    text-shadow: 0 0 10px #000;
    color: #fff;
    margin-top: 0px;
}


.tagline img {
	width: 12%;
}

.img-center {
    margin: 0 auto;
}

footer {
    margin: 50px 0;
}

.slider h3{
    
    color: #3457b8;
    font-size: 16px;
    line-height: 20px;
    margin: 10px;
    position: relative;
    text-align: center;
    font-family: 'gobclbold';
    cursor: pointer;
    }

.slider h3 img{
	margin: 0 auto;
  width: 75px;
}


.intro{
    background-color: white;
}

.intro-left p, .more p, .law-desc{
    padding: 25px;
    color: #6D6E70;
    text-align: justify;
    font-size: 16px;
    font-family: 'gobcllight';
}

.intro-right{
	padding-left: 0px;
	padding-right: 0px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
	background: url(../images/ssvideo.jpg);
    background-size: cover;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tabs{
    background-color: #3457b8;
    color: white;
    margin-top: 35px;
    text-align: center;
    padding: 15px;
	
}

.tab{ border-right: 1px solid white; }

.tab h3{
    font-size: 20px;
    color: #8e9ac7;
	cursor: pointer;
    font-family: 'gobclbold';
	margin: 15px;
}

.tab.active h3{ color: white;}

.tab.last{
    border: none;
}

.tab-content{
    margin-top: 40px;
}

.law{
    background-color: white;
    padding: 25px;
}

.law-title{
    background-color: #e7e9e9;
    border-radius: 15px;
    padding: 15px;
    padding-left: 35px;
}

.law-number{
	color: #3457b8; font-family: 'gobclbold';
	display: inline-block;
	border-right: 1px solid #3457B8;
	font-size: 28px;
	padding-right: 10px;
	margin-right: 10px;
  margin-top: 12px;
}

.law-desc{
  color: #3457b8;
}

.law-desc-top{
  padding: 5px;
}
.law-close, ._law-close, .law-inner-close{
    background-color: #c8cccc;
    color: white;
    padding: 2px;
    font-size: 17px;
    padding-left: 5px;
    border-radius: 5px;
    padding-right: 5px;
    display: none;
    cursor: pointer;
}

.law-institution{ 	 font-family: 'gobclbold'; display: inline-block; color: #eb1b2e; font-size: 29px; }

.law-icon{ margin-top: auto; margin-left: 3px; margin-right: 3px; cursor: pointer;}

.law-icon img{ height: 55px;}

.law-data{ padding: 10px; display: none;}

.law-excerpt{ color: #3457b8; font-family: 'gobclbold'; font-size: 24px; padding-left: 25px; margin-top: 10px; }

.law-more, ._law-more, .law-more-inner{ font-family: 'gobclbold'; color: white; font-size: 20px; padding-left: 10px; padding-right: 10px; cursor: pointer; background-color: #3457b8; border-radius: 10px;}

._law-more, ._law-close{ float: right;}

.ma{
    background-color: white;
}

.ma-title{
    background-color: #e7e9e9;
    border-radius: 15px;
    padding: 15px;
    padding-left: 35px;
}

.ma-number{
	color: #3457b8; font-family: 'gobclbold';
	display: inline-block;
	border-right: 1px solid #3457B8;
	font-size: 28px;
	padding-right: 10px;
	margin-right: 10px;
  margin-top: 12px;
}

.ma-desc{
  color: #3457b8;
}

.ma-desc-top{
  padding: 5px;
}
.ma-close, ._ma-close, .ma-inner-close{
    background-color: #c8cccc;
    color: white;
    padding: 2px;
    font-size: 17px;
    padding-left: 5px;
    border-radius: 5px;
    padding-right: 5px;
    display: none;
    cursor: pointer;
}

.ma-institution{ 	 font-family: 'gobclbold'; display: inline-block; color: #eb1b2e; font-size: 29px; }

.ma-icon{ margin-top: auto; margin-left: 3px; margin-right: 3px; cursor: pointer;}

.ma-icon img{ height: 55px;}

.ma-data{ padding: 10px; display: none; font-family: 'gobclbold'; color: #3457b8; }

.ma-excerpt{ color: #3457b8; font-family: 'gobclbold'; font-size: 24px; padding-left: 25px; margin-top: 10px; }

.ma-more, ._ma-more, .ma-more-inner{ font-family: 'gobclbold'; color: white; font-size: 20px; padding-left: 10px; padding-right: 10px; cursor: pointer; background-color: #3457b8; border-radius: 10px;}

._ma-more, ._ma-close{ float: right;}

.ma-data {
	padding: 25px;
    color: #6D6E70;
    text-align: justify;
    font-size: 16px;
    font-family: 'gobcllight';
}

.more p{ padding-top: 10px; font-size: 18px;}

.list-title h3{
    text-align: center;
    background: #eaeaea;
    padding: 15px;
    border-radius: 14px;
    color: #3457b8;
    font-family: 'gobclbold';
}

.list-titleb h3{
  color: #6B6965 !important;
}

.proyect-title h3{
  text-align: center;
  color: #3457b8;
  font-family: 'gobclbold';
}

.proyect-description{
    color: #6D6E70;
    text-align: justify;
    font-size: 14px !important;
}

.hr-proyect{
  margin-top: 5px;
  margin-bottom: 5px;
}

.slick-prev {
    left: -65px;
	background: url('../images/arrow-left.png') !important;
}

.slick-next {
	right: -65px;
	background: url('../images/arrow-right.png') !important;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 100px;
    margin-top: -47px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-dots{ margin-bottom: 25px; }

.share{ float: right; display: none; }

.share img{
  width: 30px;
}

.panel-title{ font-family: 'gobclbold'; color: #3457b8; }

.back {
    position: fixed;
    bottom: 2%;
    right: 5%;
    background: #eb1b2e;
    color: white;
    padding: 10px;
    border-radius: 10px;
}

.back p{ margin: 0 auto; }
.back a{ color: white; }


._law-info { display: none; }

._law-info h3{ display: none; }

._law-info th{ 
	text-align: right;
    width: 30% !important;
    padding: 5px;
    font-family: 'gobclbold';
}

._law-info td{
	font-family: 'gobcllight';
}

._law-info table{
	width: 100%; 
	
}    

footer a{
	margin-left: 10px;
    margin-right: 10px;
}

@media (max-width: 1290px){
	.business-header{
		background-size: cover;
		height: 516px; 
}
	.tagline img{
		width: 13%;
	}
}

@media (min-width: 1200px){
.container {
    width: 960px !important;
}

}

@media (max-width: 800px){

.business-header{
		background-size: cover;
		height: 300px; 
}

}

@media (max-width: 460px){

.business-header{
		background-size: cover;
		height: 250px; 
}

.tabs .tab{
	border: none;
}

footer a img{
	margin-top: 10px;
    margin-bottom: 10px;
}

.law-institution{ font-size: 23px !important;}
.ma-institution{ font-size: 22px !important; }
.list-title h3{ font-size: 18px !important; }

.law-number{ float:left; width: 100%;
    border: none;
    margin-right: 0px;}
.law-title .nopadding p{     float: left;
    }


}