/*
==========================================================================
	ACTIVIDADES : MEXICANOS PRIMERO JALISCO by:Kubik/Armando Mtz.(@hippiechaka) - KUBIK;
==========================================================================
*/

/* 
::::::::::::::::::::::::::::::::::::::::::::::::::
        campanas-sociales !!!!!
::::::::::::::::::::::::::::::::::::::::::::::::::
*/

section#campanas-sociales{min-height:860px;padding:0 0 60px;position:relative;}
.video-container {
    max-width: initial;
}

#header-campanas-sociales{
  height:330px;
  position:relative;
  z-index:1;
  display:block;
  overflow: hidden;
  padding-top: 100px;
    padding-bottom: 60px;
}
#header-campanas-sociales .image-parallax {
  height:660px;
  width:100%;
  position: absolute;
  top: -410px;
  background: url(../images/header-campanas-sociales.jpg) top center no-repeat;
}
#header-campanas-sociales h1 {
    color: white;
    text-transform: uppercase;
    display:block;
    position:relative;
    z-index:999;
    text-align:center;
}
#arrow-cta{
    display:block;
    position:relative;
    z-index:999;
    text-align:center;
}

.programas {
    text-align: center;
}
.programas img {
    max-width: 40px;
    margin-top: 20px;
}

#hash-btns{
	display:flex;
}
#hash-btns a.btn{
	font-weight:400 !important;
	text-transform:initial;
	margin:6px;
}
.youtube-chanel-btn{
    max-width:360px;
}

.botones a{
    background: #000;
    width: 100%;
    height: auto;
    display: block;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
}
.botones a:after {
    content: '';
    display: block;
    position: absolute;
    width: 80px;
    height: 80px;
    bottom: calc(50% - 40px);
    left: calc(50% - 40px);
    background: url(../images/video-btn.png) no-repeat center transparent;
    background-size: contain;
    opacity: 1;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
}
.botones a:hover:after {
  opacity: .5;
}
.botones a img {
    width: 100%;
    height: auto;
    display: block;
    opacity: 1;
    position: relative;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
}


/* 
::::::::::::::::::::::::::::::::::::::::::::::::::
        QUERIES
::::::::::::::::::::::::::::::::::::::::::::::::::
*/
@media screen and (min-width: 1440px){}
@media screen and (max-width: 1200px){}
@media screen and (max-width: 991px){}
@media screen and (max-width: 767px){}
@media screen and (max-width: 600px){}
@media screen and (max-width: 480px){}
@media screen and (max-width: 360px){}