body {
	background-color:#fff;
	font-family: "ProximaNova", Helvetica, Arial, sans;
}

a{
	color:#c51d22;
}

ul,
.thumbnails{
	margin: 0;
}
.thumbnails{
	margin-top: 45px;
}
section{
	margin: 60px 0;
}

.btn{
	background: #c51d22;
	border-color: #c51d22;
	height: 15px;
	line-height: 13px;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.5);
	color: #fff;
	text-shadow: none;
	border-radius: 3px;
	font-weight: bold;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
	padding: 9px 45px;
	font-size: 15px;
}

.btn:hover {
  background: #a70c11;
  color: #fff;
}
/*nav*/
.navbar{
	padding: 20px 0;
	position: absolute;
	width: 100%;
	bottom: 0;
}
.fixed-top {
	position: fixed;
	z-index: 9999;
	top: 0;
	bottom: auto;
}
.navbar,
.navbar-inner{
	background-color: #292929;
	background-image: none;
	border: none;
	box-shadow: none !important;
	margin-bottom: 0;
}
.navbar .container{
	max-width: 100%;
}
.brand{
	max-width: 135px;
}
.navbar .nav > li > a{
	background: none;
	background-image: none;
	box-shadow: none;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow:none;
	font-size: 15px;
	padding: 13px 9px 8px;
	color: #ccc;
	font-weight: 500;
}
.navbar .nav > .active > a{
	background-color: transparent;
	box-shadow: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus{
	background-color: transparent;
	color: #6b6b6b;
	text-shadow:none;
	box-shadow: none;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #6b6b6b;
}
.navbar .btn-navbar{
	background-color: transparent;
	background-image: none;
	box-shadow: none;
	border: none;
	padding: 10px;
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled]{
	background-color: #171717;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*cover*/
.landing-cover{
	background-color:#292929;
  display: table;
  width: 100%;
  height: 100vh;
  min-height: 100%;
 }
.cover-wrapper{
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.landing-cover .container{
	width: 100%;
	max-width: 1024px;
	text-align: center;
}
.cover-main{
	vertical-align: middle;
	margin: 0 auto;
}

.logo{
	text-align: center;
	margin: 0 auto 30px auto;
	max-width: 430px;
	width: 70%;
}
.logo-tagline{
	margin-top: 23px;
	font-family: 'Merriweather', serif;
	font-weight: 300;
	font-style: italic;
	text-align: center;
	font-size: 1.8em;
	line-height: 1.2;
	letter-spacing: -0.5px;
	color: #fff;
}
/*flags*/
.countries {
	min-height: 150px;
	max-width: 400px;
	margin: 75px auto 30px;
	}	

.country.span3 {
	text-align: center;
	cursor: pointer;
	/*margin: 0 2px 15px !important;*/
	margin-top:15px;
	width: 24.076923%;
	}

.country a:hover p {
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}

.country a img{
	opacity:1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	height: auto;
	width: 85px;
	background-color: #292929;
	box-shadow: 0 1px 7px rgba(0, 0, 0, 0.14);
}

.country a:hover img{
	opacity: 0.5;
	-webkit-transition:all 0.3s ease;
}

.country a:hover {
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

p.description{
	text-align: center;
	margin: 15px auto;
	font-size: 18px;
}

.country-small.span3{
	width: 20%;
}

.country:nth-child(5n).span3{
    margin-left: 8% !important;
}

.country-small a img{
	width: 50px;
}

.country-small p.description{
	font-size: 14px;
}

/*content*/
h2 {
	font-size: 30px;
	font-weight: normal;
	color:#292929;
	text-align: center;
	margin: 0 auto 30px auto;
	padding-top: 60px;
}

p {
	font-family:'ProximaNova', Helvetica, Arial, serif;
	font-size: 13px;
	color:#999999;
}

.content{
	margin-top: 0;
}

.content .btn{
	display: block;
	margin: 0 auto;
	width: 200px;
}

.content .container{
	max-width: 960px;
}
.content p{
	font-size: 18px;
	line-height:1.5;
	color:#292929;
}

/*about us*/
#about-us h2{
	margin-top: 35px; 
}

#about-us{
	margin-top: 0;
	margin-bottom: 0;
}

#about-us > img{
	width: 100%;
	height: auto;
}
#about-us .description{
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
    column-gap: 72px;
	text-align: justify;
  	margin-bottom: 20px;
}

/*management & board*/
#management,
#board{
	margin-top: 30px;
	margin-bottom: 30px;
}

#management .span4{
	padding:0 5%;
	margin-bottom: 35px;
}
#board .span2{
	padding:0 1%;
}
#management h2,
#board h2{
	font-size: 24px;
	padding-bottom: 15px;
	margin-bottom: 45px;
	padding-top: 90px;
}
#management h3,
#board h3{
	font-weight: 500;
}
#management h3 strong,
#board h3 strong{
	display: block;
	font-weight: bold;
}
#management p,
#board p{
	margin-top: 20px;
	color: #636262;
}
#management p,
#management h3,
#board p,
#board h3{
	text-align: center;
}
#management p,
#management h3{
	font-size: 18px;
	line-height: 1.45;
}
#board p,
#board h3{
	font-size: 16px;
	line-height: 1.3;
}
#management .thumbnails {
  margin-top: 0;
}

/*office*/

#office {
	padding-top: 70px;
}
#office ul{
	margin-top: 10px;
}
#office li{
	margin-top: 20px;
}
#office p,
#office h3{
	margin: 0;
	font-size: 18px;
	line-height: 1.5;
}

#office .office-phone{
	font-size: 17px; 
}

.office-country,
.office-website{
	font-weight: 500;
}

/*prensa kit*/
#prensa-kit{
	padding-top: 30px;
	padding-bottom:50px;
	background-color: #c51d22;
}
#prensa-kit h2,
#prensa-kit p,
#prensa-kit a{
	color: #fbd6d7;
}
#prensa-kit ul{
	margin-top: 10px;
}
#prensa-kit li{
	display: block;
	width: 80%;
	margin-bottom: 0;
}
#prensa-kit li a{
	display: inline-block;
	padding:15px 13px 15px 0;
  	margin-left: 15px;
  	width: 80%;
	border-top: none;
	border-bottom: 1px solid #dc5054;
	font-size: 16px;
	font-weight: 500;
}
#prensa-kit .kit-media a{
	border-top: 1px solid #dc5054;
}
#prensa-kit i{
	vertical-align: middle;
	color: #fbd6d7;
}
#prensa-kit .description{
	margin-left: 0;
}

/*news*/
#news {
	padding-top: 30px;
}
#news .span3 {
  width:24.786923%;
  margin: 1px;
}
#news ul{
	margin-bottom: 45px;
	margin-top: 20px;
}
#news ul img{
	width: 100%;
	height: 100%;
}

#news .item{
	position: relative;
	max-height: 300px;
	overflow: hidden;
	border: 1px solid #ccc;
	border-radius: 2px;
}
#news .item:hover{
	cursor: pointer;
}
#news .description{
	display: none;
	opacity: 0;
	transition-delay: 5s;
}
#news p{
	color: #fff;
	margin: 0;
	line-height: 1.5;
}
#news .news-country{
	background-color: #0e0e0e;
    padding: 5px;
    border-radius: 3px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
#news .news-date{
	padding-top:25px;
	font-size: 18px;
}
#news .news-source{
	font-size: 24px;
}

#news .news-full{
	color: #fff;
	text-decoration: underline;
}
#news i{
	font-size: 36px;
	display: block;
	margin: 10px 0 20px;
}
#news li:hover .description{
	opacity: 0.8;
	position: absolute;
	display: inline-block;
	width: 100%;
	height:100%;
	background-color: rgba(0,0,0,0.8);
	z-index: 9999;
	top: 0;
	text-align: center;
	color: #fff;
	transition: all 0.8s ease;
	transition: background 0.8s ease;
	transition-delay: 5s;
}
#news li:hover img{
	filter: blur(10px) grayscale(20%);
	transition: all 0.5s ease;
	cursor: pointer;
	text-decoration: none;
}
#news li a{
	text-decoration: none;
}


/*footer*/
div.footer,
footer {
	background-color: #292929;
	margin: 0;
	padding: 20px;
	}

div.footer p,
footer p {
	margin: 0 auto;
	text-align: center;
	font-size: 100%;
	}

footer a{
	color:#fff;
}

footer a:hover{
	color:#c51d22;
	text-decoration: none;
}


@media (max-width: 980px) {
	#news .span3 {
  	width: 24.7%;
  }
}
@media (max-width: 979px){
	body {
		padding-top: 81px;
	}
	.navbar {
		position: fixed;
		top: 0;
		bottom: auto;
		z-index: 9999;
	}
	.navbar .nav-collapse .nav.pull-right {
	    margin-bottom: 0;
	    margin-top: 15px;
	}
}
@media (max-width:767px) {
	body{
		padding: 81px 0 0;
	}
	.country {
		width: 25% !important;
		display: inline-block !important;
	}
	.country-small a img{
		width: 85px;
	}

	.country-small p.description{
		font-size: 18px;
	}

	.country-small.span3{
		width: 20%;
	}

	.country:nth-child(5n).span3{
	    margin-left: 0 !important;
	}

	section .container{
		padding:0 20px;
	}
	#about-us .description {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
	.thumbnails .description,
	#board h3{
		display: inline-block;
   	margin-left: 15px;
    vertical-align: middle;
    max-width: 57%;
	}
	.thumbnails img,
	#office .thumbnails  img{
		display: inline-block;
    margin: 0 auto;
    max-width: 170px;
	}
	#board img{
		max-width: 110px;
	}
	#management .span4 {
    padding: 0;
	}
	#management p,
	#management h3,
	#board p,
	#board h3  {
     text-align: left;
	}
	#board h3 {
		margin-left: 8px;
	}
	#board .span2,
	#office .span9{
		display: inline-block;
		width: 48%;
	}
	#office .thumbnails,
	#office .thumbnails li:first-child {
		margin-top: 0;
	}
	#prensa-kit ul {
    margin: 0 auto 30px;
    max-width: 100%;
    text-align: left;
	}
	#prensa-kit li {
    width: 100%;
  }
  #prensa-kit li a {
    display: inline-block;
    padding: 15px 0;
    margin: 0;
    margin-left: 2%;
    width: 92%;
  }
	#news ul img {
    max-width: 100%;
	}
	#news .span3 {
		width: 49.6%;
    display: inline-block;
    float: left
	}
	#news li:hover .description{
		display: none;
	}
}
@media (max-width:537px) {
	h2{
		padding-left:15px; 
		padding-right:15px;
	}
	.thumbnails .description,
	#board h3 {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  #management p,
  #management h3,
  #board p,
  #board h3 {
    text-align: center;
	}
	.thumbnails img,
	#office .thumbnails img {
    display: block;
    margin: 30px auto 0;
    max-width: 200px;
    margin-bottom: 17px;
	}
	#board .span2, #office .span9 {
    width: 49%;
    margin: 0 auto;
    text-align: center;
	}
	#office .span9 {
    width: 100%;
	}
	#news .span3 {
    width: 49%;
  }

}
@media (max-width:480px) {
	.cover-wrapper{
		display: block;
		padding-top:80px;
		background-position: 0 -90px;
	}
	.country.span3{
	    max-width: 89px;
	}
	.country.span3{
	    margin: 0 15px;
	}
	.country.span4{
		margin-top: 0px;
	    margin: 0 8px 15px;
	}
	#prensa-kit li a {
	    width: 87%;
	}
	#prensa-kit .kit-media i {
    	vertical-align: initial;
	}
	.logo-tagline {
	  margin-top: 19px;
	  font-size: 1.5em;
	  line-height: 1.2;
	}
}



/* Alternative carousel */
.carousel.scroll {
	overflow-x: scroll;
  overflow-y: hidden;
  line-height: 0;
}
.scroll .carousel-inner {
  display: inline-block;
  white-space: nowrap;
  font-size: 0;
  position: relative;
  height: 100%;
}
.carousel.scroll .item {
  max-height: 100%;
  max-width: 80%;
  border-right: 2px solid #fff;
  border-radius: 0;
  width: initial !important;
  height: initial !important;
  overflow: hidden;
  text-align: center;
  line-height: 100%;
  white-space: nowrap;
  font-size: 0;
  display: inline-block;
  vertical-align: top;
}
.carousel.scroll .item:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.35em;
  width: .35em;
}
.carousel.disabled {
  text-align: center;
  background: #000;
}
.carousel.disabled .item {
  max-width: 100%;
  width: 100% !important;
  border-right: none;
}
.scroll .carousel-control {
  display: none;
}
.scroll .carousel-control[data-slide],
.slide .carousel-control[data-scroll],
.carousel.disabled .carousel-control {
  display: none !important;
}
.carousel.scroll .item img,
.carousel.scroll img {
  border-radius: 0;
  width: auto;
  max-height: 350px;
}

@media (max-width: 480px) {
	.carousel.scroll .item img,
	.carousel.scroll img {
		height:160px !important;
	}
}
@media (max-width: 979px) {
	.carousel {
	  overflow: hidden;
	  overflow-x: scroll;
	}
	.carousel.scroll .item img,
  .carousel.scroll img{
  	height: 220px;
  	width: auto;
  }
  #presentation iframe{
    	height: 450px !important;
	}
}
@media (min-width: 980px) {
  .no-touchevents .carousel.scroll {
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .no-touchevents .scroll .carousel-control {
    display: block;
  }
  .scroll .carousel-control {
	  display: block;
	  top: 50%;
	  font-size: 100px;
	  background: transparent;
	  border: none;
	  opacity: 0.6;
	  filter: alpha(opacity=60);
	}
}
@media (min-width: 1200px) {
  .carousel.scroll {
    overflow-x: hidden;
  }
  .carousel-control:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
}

@media (max-width: 767px) {
  #presentation iframe{
    	height: 350px !important;
	}
}
/*
     FILE ARCHIVED ON 22:18:37 Jan 22, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:08:56 Mar 28, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 76.833
  exclusion.robots: 0.082
  exclusion.robots.policy: 0.072
  cdx.remote: 0.052
  esindex: 0.008
  LoadShardBlock: 44.856 (3)
  PetaboxLoader3.datanode: 77.243 (5)
  load_resource: 214.616
  PetaboxLoader3.resolve: 168.345
  loaddict: 14.702
*/