@charset "utf-8";
/* CSS Document */

body, html {
  height: 100%;
  margin: 0;
  font: 400 15px/1.8 "Open+Sans", sans-serif;
  color: #777;
}

.bgimg-1, .bgimg-2, .bgimg-video, .bgimg-MU, .bgimg-MD, .bgimg-TZ, .bgimg-BR, .bgimg-PN, .bgimg-AIT, .bgimg-LO {
  position: relative;
  opacity: 0.95;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bgimg-MU {
  background-image: url("../images/parallax/MU.jpg");
  min-height: 500px;
}
.bgimg-MD {
  background-image: url("../images/parallax/MD.jpg");
  min-height: 500px;
}
.bgimg-TZ {
  background-image: url("../images/parallax/TZ-op.jpg");
  min-height:  500px;
}
.bgimg-BR {
  background-image: url("../images/parallax/BR--op.jpg");
  min-height: 500px;
}
.bgimg-PN {
  background-image: url("../images/parallax/PN.jpg");
  min-height: 500px;
}
.bgimg-AIT {
  background-image: url("../images/parallax/AIT.jpg");
  min-height: 500px;
}

.bgimg-LO {
  background-image: url("../images/parallax/Loinza.jpg");
  min-height: 500px;
}

.bgimg-1 {
  background-image: url(../images/portada/portada1-GM.jpg);
  min-height: 500px;
}
.bgimg-3 {
  background-color: #EBE9E9;
  min-height: 300px;
	opacity: 100;
}

.caption {
 position: relative;
 bottom: 50%;
 text-align: center;
 color: #000;
}

.caption span.border {
  background-color: #FFF;
  color: #111;
  padding: 40;
  font-size: 30px;
  letter-spacing: 10px;
  text-align:center;
}

.caption span.resguarda {
  background-color: #999  !important;
  color: #333 !important;
  padding: 10px !important;
  font-size: 20px !important;
  letter-spacing: 10px;
  text-align:center;
}

h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 20px "Open+Sans", sans-serif;
  color: #111;
	text-align:right;
}
.thu-txt h3{
  top: 30%;
  width: 100%;
 text-align: center;
}

.thumbnail p{
	text-align:left;
	
}
#codigo .caption {
 position: relative;
 top: 50% !important;
 text-align: center;
}
#codigo .caption span.border{
  background-color: #007749;
  color: #FFF!important ;
  padding: 10px;
  font-size: 25px;
  letter-spacing: 10px;
  text-align:center;
}
#codigo a {
	color: #FFF !important;
	text-decoration: none;
	top: 50%;
}
#codigo a:hover {
	text-decoration: underline;
}

/*.capa-gris{
position: absolute;
background-color: rgba(135,135,135,0.60) ;
padding: 20px;
right: 0;
width: 50%;
height: 100%;
opacity: 30%;
}*/
/*.video-izquierda{
position: absolute;
		margin-right: 50%;
    left: 50%;
    top: 50%;
	width: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.video-derecha{
position: absolute;
	margin-left: 50%;
    left: 20%;
    top: 50%;
	width: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}*/

/**************************************************/

#someId .thumbnail{
    display: inline-flex;
}