@charset "utf-8";
/* CSS Document */

/* Fonts */
h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #FFF;
	letter-spacing: 0.025em;
}
h1 span.light {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
h1 span.italic {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-style: italic;
}
h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #2e2d2c;
	letter-spacing: 0.025em;	
	
}
p {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #2e2d2c;
	letter-spacing: 0.025em;
	-webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
strong {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
p a, p a:hover, p a:focus, p a:active {
	color: #2e2d2c;
	text-decoration: none;
	border-bottom: 1px solid #2e2d2c;
}
a:hover, a:focus {
	text-decoration: none;
	border-bottom: none !important;
	outline: none;
}
header p {
	color: #FFF
}
.contact span a {
	font-size: 155%;
	border-bottom: 1px solid #FFF;
	color: #FFF;
	text-decoration: none;
}
.modal span a {
	font-size: 155%;
	border-bottom: 1px solid #FFF;
	color: #FFF;
	text-decoration: none;
}
footer p {
	float: left;
	margin-right: 50px;
	
}
.swiper-container h2 {
	color: #FFF;
}

/*Buttons*/

.btn {
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #ffffff;
  background: #024691;
  letter-spacing: 0.025em;
  padding: 10px 20px;
  text-decoration: none;
  

}

.btn:hover {
  background: #145ead;
  color: #ffffff;
  text-decoration: none;
}
.btn-slider {
	position:relative;
	z-index: 2; 
	margin-top: -23vh;
}
.btn-invert {
	margin-top: 0;
	background: transparent;
	border: 1px solid #024691;
	color: #024691;
}
.btn-invert:hover {
	background: #024691;
	border: 1px solid #024691;
	color:#FFF;
}
.navbar-toggle .icon-bar {
    background-color: #fff;
    }

.content {
	position: relative;
}


.contact {
	position: relative;
}


.paragraph {
	margin-bottom: 30px;
    
}
.paragraph hr {
   border:none;
   border-bottom:1px solid #2e2d2c;
   height: 1px;
   color: #FFF;
   background-color: #FFF;
   clear: both;
   width: 100%;
   padding:25px 0;
}
.show_hide {
	display: none;
	left: 70px;
    position: relative;
    margin-right: 0px;
	
}

.show_hide::before {
	background-image: url("../images/arrow_down.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: " ";
    height: 50px;
    margin-left: -70px;
    position: absolute;
    margin-top: 11px;
    width: 50px;
    
    
}
.show_hide.active::before {
	background-image: url("../images/arrow_up.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: " ";
    height: 50px;
    margin-left: -70px;
    position: absolute;
    margin-top: 11px;
    width: 50px;
    
}
@-moz-document url-prefix() {
.show_hide::before {
	background-image: url("../images/arrow_down.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: " ";
    height: 50px;
    margin-left: 0;
    left:-70px;
    top:26px;
    position: absolute;
    margin-top: 0;
    width: 50px;
    
    
}
.show_hide.active::before {
	background-image: url("../images/arrow_up.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: " ";
    height: 50px;
    margin-left: 0;
    left:-70px;
    position: absolute;
    margin-top:0 ;
    top:26px;
    width: 50px;
    
}
}
.folder {
	margin-bottom: 60px;
	position: relative;
	padding-right: 70px;
}
.slidingDiv {
	margin-right: -70px;
}
tr, td {
	border:1px solid #2e2d2c;
	padding: 10px 10px 0;
	vertical-align: top;
}
td:first-child {
	width: 25%;
}
table {
	margin-top: 50px;
	margin-bottom: 15px;
}
footer {
	height:90px;
	margin-top: 250px;
	/*background: -webkit-linear-gradient(#FFF, #024691); 
    background: -o-linear-gradient(#FFF, #024691); 
    background: -moz-linear-gradient(#FFF, #024691); 
    background: linear-gradient(#FFF, #024691);	*/
}


/*  Slider  */
.swiper-container {
    width: 100%;
    height: 70vh;
    position: relative;
    text-align: center;
}
.swiper-wrapper {
	text-align: left;
}
.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
/*    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;*/
}

.slide1 {
	background: url("../images/completa_visual1.jpg") no-repeat scroll center center / cover ;
}
.slide2 {
	background: url("../images/completa_visual2.jpg") no-repeat scroll center center / cover ;
}
.slide3 {
	background: url("../images/completa_visual3.jpg") no-repeat scroll center center / cover ;
}
.slide4 {
	background: url("../images/completa_visual4.jpg") no-repeat scroll center center / cover ;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev, .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image: none;
}

/* Lightbox */
.modal-content {
    box-shadow: none;
    background-clip: padding-box;
    background-color: transparent;
    border: none;
    border-radius: 0;
    outline: 0 none;
    position: relative;
     height: auto;
  min-height: 100%;
  border-radius: 0;
}	
.modal-header {
	border-bottom: none;
}  
.modal-backdrop {
   background-color: #024691;
   opacity:0.95 !important;
} 
.close {
	opacity: 1;
	float: left;
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 95%;
  vertical-align: middle;
  margin-right: -4px; /* Adjusts for spacing */
}

.modal-dialog {
  width: 85%;
  height: 85%;
  margin: 0;
  padding: 0;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal-body .img-responsive {
    margin: 0 auto;
    max-height: calc(100vh - 225px);
    max-width: 100%;
}
.modal h2, .modal p, .modal a:hover {
	color: #FFF;
}
.modal a {
	color: #FFF;
	border-bottom: 1px solid #FFF;
}




@media (max-width: 480px) {
/* Fonts */
h1 {
	font-size: 22px;
	line-height: 25px;	
}
h2 {
	font-size: 18px;
	line-height: 26px;	
}
p {
	font-size: 15px;
	line-height: 24px;	
}
.contact p, footer p {
	font-size: 12px;
    line-height: 17px;
}
.btn {
	font-size: 16px;
	padding: 10px 12px; 

}
.swiper-slide {
    padding-top: 0;
}
.show_hide:before {
	background-image: url("../images/arrow_down.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: " ";
    height: 40px;
    margin-left: -70px;
    position: absolute;
    margin-top: 11px;
    width: 40px;
}
.show_hide.active:before {
	background-image: url("../images/arrow_up.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: " ";
    height: 40px;
    margin-left: -70px;
    position: absolute;
    margin-top: 11px;
    width: 40px;
}
@-moz-document url-prefix() {
.show_hide::before {
	background-image: url("../images/arrow_down.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: " ";
    height: 50px;
    margin-left: 0;
    left:-70px;
    top:20px;
    position: absolute;
    margin-top: 0;
    width: 40px;
    
    
}
.show_hide.active::before {
	background-image: url("../images/arrow_up.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: " ";
    height: 50px;
    margin-left: 0;
    left:-70px;
    position: absolute;
    margin-top:0 ;
    top:20px;
    width: 40px;
    
}
}

.swiper-container .container {
	padding: 10px 50px;
}
section {
	background-color: #fff;
    padding-top: 50px;
    position: relative;
    top: 70px;
    z-index: 5;
	
}
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #024691;
	z-index: 10;
	height:70px;
	
}
.swiper-container {
    top: 70px;
    
}
.close img {    
    height: auto;
    opacity: 1;
    text-shadow: none;
    width: 30px;
}
	   
}	   
@media (min-width: 480px) {
/* Fonts */
h1 {
	font-size: 28px;
	line-height: 36px;
}
h2 {
	font-size: 28px;
	line-height: 40px;	
}
p {
	font-size: 15px;
	line-height: 24px;	
}

.btn {
	font-size: 28px;
}
.swiper-slide {
    padding-top: 2vh;
}
.swiper-container .container {
	padding: 25px 50px;
}
section {
	background-color: #fff;
    padding-top: 80px;
    position: relative;
    top: 70px;
    z-index: 5;
	
}
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #024691;
	z-index: 10;
	height:70px;
	
}
.swiper-container {
    top: 70px;
    
}
.close img {    
    height: auto;
    opacity: 1;
    text-shadow: none;
    width: 50px;
}

}

@media (max-width: 770px) {

header .contact p {
	display: none;
}


.logo {
	height: auto;
    left: 20px;
    position: absolute;
    top: 15px;
    width: 86px;
}
footer p {
	font-size: 12px;
	line-height: 24px;
}
.footerline {
	padding-top: 7px;
}
}

@media (min-width: 770px) {

.contact p, footer p {
	font-size: 12px;
	line-height: 24px;
}

section {
	background-color: #fff;
    padding-top: 80px;
    position: relative;
    top: 80px;
    z-index: 5;
	
}
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #024691;
	z-index: 10;
	height:80px;
	
}
.swiper-container {
    top: 80px;
    
}
.swiper-slide {
    padding-top: 6vh;
}
.swiper-container .container {
	padding: 25px 50px;
}
.logo {
	height: auto;
    left: -120px;
    position: absolute;
    top: 9px;
    width: 86px;
}

.footerline {
	left: -120px;
    position: absolute;
    top: 5px;
	
}



}	
@media (min-width: 770px) and (max-width:1200px) {
.contact div {
	float: left;
    left: 0;
    margin-right: 60px;
    margin-top: 13px;
    position: relative;
}
}   
@media (min-width: 992px) {
/* Fonts */
h1 {
	font-size: 34px;
	line-height: 43px;	
}
h2 {
	font-size: 34px;
	line-height: 47px;	
}
p {
	font-size: 15px;
	line-height: 24px;	
}
.logo {
	height: auto;
    left: -120px;
    position: absolute;
    top: 9px;
    width: 82px;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	right:60px;
	}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	left: 60px;
	}


.btn {
	font-size: 34px;
}


.container {
	width:790px;
}
}	   
@media (min-width: 1200px) {
/* Fonts */
h1 {
	font-size: 36px;
	line-height: 45px;
}
h2 {
	font-size: 36px;
	line-height: 49px;	
}
p {
	font-size: 16px;
	line-height: 25px;	
}

.btn {
	font-size: 36px;
}


.contact div {
	float: left;
    margin-right: 85px;
    margin-top: 13px;

}

.container {
	width:890px;
}
.swiper-slide {
    padding-top: 11vh;
}
.swiper-container .container {
	padding: 0 15px;
}
}	   
@media (min-width: 1680px) {
/* Fonts */
h1 {
	font-size: 38px;
	line-height: 47px;
}
h2 {
	font-size: 38px;
	line-height: 51px;	
}
p {
	font-size: 17px;
	line-height: 26px;	
}

.contact p, footer p {
	font-size: 15px;
	line-height: 28px;
}
.logo {
	height: auto;
    left: -250px;
    position: absolute;
    top: 7px;
    width: 107px;
}
.btn {
	font-size: 38px;
}

section {
	background-color: #fff;
    padding-top: 80px;
    position: relative;
    top: 90px;
    z-index: 5;
	
}
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #024691;
	z-index: 10;
	height:90px;
	
}
.swiper-container {
    top: 90px;
    
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	right:120px;
	}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	left: 120px;
	}
.container {
	width:1090px;
}
.footerline {
	left: -250px;
    position: absolute;
    top: 5px;
	
}


}	   
@media (min-width: 2300px) {
/* Fonts */
h1 {
	font-size: 40px;
	line-height: 49px;
}
h2 {
	font-size: 40px;
	line-height: 53px;	
}
p {
	font-size: 18px;
	line-height: 27px;	
}
.contact p, footer p {
	font-size: 16px;
	line-height: 29px;
}
.btn {
	font-size: 40px;
}


header {
	height:90px;
	
}	
	
}