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

html{
	border:0px;
}

body{
	border:0px;
	margin:0px;
	
	}

@font-face {
    font-family: djb;
  src: url('../font/djb.eot'); /* IE9 Compat Modes */
  src: url('../font/djb.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/djb.woff2') format('woff2'), /* Super Modern Browsers */
       url('../font/djb.woff') format('woff'), /* Pretty Modern Browsers */
       url('../font/djb.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../font/djb.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: GOTHIC;
  src: url('../font/GOTHIC.eot'); /* IE9 Compat Modes */
  src: url('../font/GOTHIC.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/GOTHIC.woff2') format('woff2'), /* Super Modern Browsers */
       url('../font/GOTHIC.woff') format('woff'), /* Pretty Modern Browsers */
       url('../font/GOTHIC.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../font/GOTHIC.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: GOTHIC;
    src: url(../font/GOTHIC.ttf);
}	

h1{
	font-family:djb;
    font-size: 53px;
    line-height: 65px;
	}
	
h2{
	font-family:djb;
    font-size: 66px;
	line-height: 87px;
	}

h3{
	font-family:GOTHIC;
    font-size: 14px;	
	}

p{
	font-family: GOTHIC;
    font-weight: 600;
    line-height: 30px;
    font-size: 19px;
	
	}
	
a{
	
	text-decoration:none;
	}
.texto-button{
	
	font-family: GOTHIC;
    font-weight: 600;
	line-height: 49px;;
    font-size: 19px;
	color:rgba(0,0,0,1);
	text-decoration:none;
	}

img{
	max-width:90%;
	height:auto;
	
	}


li{
	color:black;
	font-family: GOTHIC;
    font-weight: 600;
    line-height: 30px;
    font-size: 19px;
	list-style-image:url(../img/v.png);
	text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	}
	
.white{
	color:#FFF;
	}

.black{
	color:black;
	}

.sombra{
    text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	color:#FFF;
	}

.hr1
{
  display:block;
  border:none;
  height:16px;
  background-image:url(../img/hr.png);
  margin: 0px;
}
.hr2
{
  display:block;
  border:none;
  height:16px;
  background-image:url(../img/hr2.png);
  margin: 0px;
}


video.fullscreen { 
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translate(-50%, -50%);
}

.conte-ver{

	text-align:center;
	margin: 0px auto;
	padding: 257px 0px;
	}

.ver-button{
	
    background-color: rgba(255,255,255,0.5);
    border-radius: 104px 104px 104px 104px;
    -moz-border-radius: 104px 104px 104px 104px;
    -webkit-border-radius: 104px 104px 104px 104px;
    border: 0px solid #000000;
    max-width: 293px;
    padding: 2px;
    margin: 0px auto;
	
	}

.ver-button:hover{
	
	    background-color: rgba(255,255,255,0.8);
	}

.logo{
	text-align:center;
	margin: 0px auto;
	background-color:rgba(255,255,255,0.4)
	}
.video{
	max-width:1200px;
	text-align:center;
	margin: 0px auto;
	padding:150px 0px;
	}

.conte{
	max-width: 1200px;
	width: 95%;
    text-align: center;
    padding: 52px 0px;
    margin: 0px auto;
    display: flex;
	}

.video-conte{
	height:1000px;
	
	}

#background-video{
	position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(../video/amigos.jpg) no-repeat;
	
	}
	
.video-responsive {
    position: relative;
    margin-bottom: 20px;
    padding-top: 56.25%;
	display:none;
}

.video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	display:none;
}
	
.background-parallax{

	width:100%;
	height:900px;
	background-image:url(../img/foto-amigos.jpg);
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  
	}
	
.background-parallax2{
	width:100%;
	height:900px;
	background-image:url(../img/foto-mision.jpg);
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	
	}

.background{
	width:100%;
	height:1000px;
	background-image:url(../img/foto-grupal.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	}

.background-parallax3{
	width:100%;
	height:900px;
	background-image:url(../img/fondo-tarahumara.png);
	background-attachment: fixed;
    background-position: left;
    background-repeat: no-repeat;
	background-color:#FFF;
	}
	
.text-left{
	max-width: 800px;
    text-align: justify;
    display: inline-block;
    float: right;
	}
	
.img-tacha{
	width:376px;
	height:342px;
	}

.text-bg{
	max-width: 1200px;
	width: 95%;
    text-align: center;
    padding: 52px 0px;
	margin:0px auto;
	}

.titulo{
	width: 280px;
	display:inline-block;
	text-align: justify;
	}

.titulo-valores{
	width: 330px;
	display:inline-block;
	text-align: justify;
	vertical-align:top;
	}
	
.titulo-lamision{
	width: 340px;
	display:inline-block;
	text-align: justify;
	vertical-align:top;
	}
	
.texto{
	max-width: 700px;
	display:inline-block;
	margin-left: 49px;
	text-align:justify;
	}

.texto2{
	max-width: 700px;
	display:inline-block;
	margin-left: 49px;
	text-align:justify;
	}

.visible{
	display:none;
	}

.colecta{
	margin-bottom:0px;
	}
	
.calendario{
	vertical-align: top;
	display:inline-block;
	margin-top:20px;
	position: relative;
	}

.conte-calendarios{
	
	}
	
.acciones{
	vertical-align: top;
    display: inline-block;
    margin-top: 20px;
    text-align: left;
	}

.center{
	vertical-align:middle;
	-webkit-transform:scale(.8);
	transform:scale(.7);
	}
	
.burger-icon{
    position: absolute;
    left: 10px;
    bottom: 68px;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform:scale(.8);
	transform:scale(.7);
	}

.burger-icon:hover{
	-webkit-transform:scale(1);
	transform:scale(1);
	}

.zapato-icon{
    position: absolute;
	left: 172px;
    bottom: 66px;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform:scale(.8);
	transform:scale(.7);
	}

.zapato-icon:hover{
	-webkit-transform:scale(1);
	transform:scale(1);
	}

.navidad-icon{
    position: absolute;
    left: 0;
    bottom: 33px;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform:scale(.8);
	transform:scale(.7);
	}

.navidad-icon:hover{
	-webkit-transform:scale(1);
	transform:scale(1);
	}

.amigos-icon{
	position: absolute;
	left: 217px;
    bottom: 97px;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform:scale(.8);
	transform:scale(.7);
	}

.amigos-icon:hover{
	-webkit-transform:scale(1);
	transform:scale(1);
	}

.bottom{
	max-width: 1200px;
	width: 95%;
    text-align: center;
    padding: 52px 0px;
	margin:0px auto;
	}
	
.txt-bottom{
	max-width:500px;
	display: inline-block;
	vertical-align: top;
	}

.redes{
	opacity:0.8;
	}
.redes:hover{
	opacity:1;
	}

.blank{
	background-color:#FFF;
	}
	
.space{
		width:100%;
	height:800px;
	}
	
.directiva{
	padding: 17px 0px;
	}
	
@media screen and (max-width: 1107px) {
	
	.background-parallax3 {
    width: 100%;
    height: 973px;
    background-image: url(../img/fondo-tarahumara.png);
    background-attachment: fixed;
    background-position: left;
    background-repeat: no-repeat;
    background-color: #FFF;
}
	
	}
	
@media screen and (max-width: 1107px) {
.texto{
	max-width: 700px;
	display:inline-block;
	margin-left: 0px;
	text-align:justify;
	}
.texto2{
	max-width: 700px;
	display:inline-block;
	margin-left: 0px;
	text-align:justify;
	}

.background-parallax2{
	width:100%;
	height:1215px;;
	background-image:url(../img/foto-mision.jpg);
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	}
	
.titulo{
	width: 280px;
	display:block;
	text-align: justify;
	margin: 0px auto;
	}

.titulo-valores{
	width: 330px;
	display:block;
	text-align: justify;
	vertical-align:top;
	margin: 0px auto;
	}
	
}

@media screen and (max-width: 1098px) {
	
.background-parallax3 {
    width: 100%;
    height: 1117px;
    background-image: url(../img/fondo-tarahumara.png);
    background-attachment: fixed;
    background-position: left;
    background-repeat: no-repeat;
    background-color: #FFF;
}
	
	}
	
@media screen and (max-width: 900px) {


.conte {
    max-width: 1200px;
    width: 95%;
    text-align: center;
    padding: 52px 0px;
    margin: 0px auto;
    display: table;

}
.img-tacha{
	width:auto;
	height:auto;
	display:none;
	}
	
	
.text-left{
	max-width: 800px;
    text-align: justify;
    display: inline-block;
    float: right;
	background-image:url(../img/tachita2.png);
	background-position: center;
    background-repeat: no-repeat;
	}
	
}

@media screen and (max-width: 761px) {
	
.background-parallax3 {
    width: 100%;
    height: 1404px;
    background-image: url(../img/fondo-tarahumara.png);
    background-attachment: fixed;
    background-position: left;
    background-repeat: no-repeat;
    background-color: #FFF;
}
	
	}

@media screen and (max-width: 687px) {
	
.background-parallax3 {
    width: 100%;
    height: 1919px;
    background-image: url(../img/fondo-tarahumara.png);
    background-attachment: fixed;
    background-position: left;
    background-repeat: no-repeat;
    background-color: #FFF;
}


.video-responsive {
    position: relative;
    margin-bottom: 20px;
    padding-top: 56.25%;
	display:block;
}

.video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	display:block;
}
	
.conte-ver{

	text-align:center;
	margin: 0px auto;
	padding: 257px 0px;
	display:none;
	}
	
#background-video{
	position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(../video/amigos.jpg) no-repeat;
	display:none;
	
	}

.video-conte{
	height:auto;
	
	}
	
	}
	
@media screen and (max-width: 431px) {
	
.background-parallax3 {
    width: 100%;
    height: 1964px;
    background-image: url(../img/fondo-tarahumara.png);
    background-attachment: fixed;
    background-position: left;
    background-repeat: no-repeat;
    background-color: #FFF;
}
	
	}