@font-face {
  font-family: 'Gotham-Medium';
  src: url('../fonts/Gotham-Medium.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Gotham-Medium.woff') format('woff'), /* Modern Browsers */
       url('../fonts/Gotham-Medium.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Gotham-Medium.svg#bdc473fae2f64b1c45b8886bcff81bae') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  400;
}
@font-face {
  font-family: 'Gotham-Book';
  src: url('../fonts/Gotham Book.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Gotham Book.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Gotham Book.woff') format('woff'), /* Modern Browsers */
       url('../fonts/Gotham Book.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Gotham Book.svg#7510147900d23fa3ad697e74bf146ea2') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  400;
}
@font-face {
  font-family: 'Gotham Narrow Book';
  src: url('../fonts/GothamNarrow-Book.eot'); /* IE9 Compat Modes */
  src: url('../fonts/GothamNarrow-Book.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/GothamNarrow-Book.woff') format('woff'), /* Modern Browsers */
       url('../fonts/GothamNarrow-Book.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/GothamNarrow-Book.svg#10b925c554673ed1307f253dfbf21ea0') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  400;
}


::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}


/***************/
body, html {
    background:#000 url(../img/bg.jpg) no-repeat center center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-family: sans-serif;
    background-size: cover;
    position: absolute;
}
a{outline: none; outline: 0; text-decoration: none;}
p{font-size: 1em; color: #666;}
ul{padding: 0;margin: 0;list-style: none;}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: transparent;
}
.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    overflow: hidden;
    transition: visibility 600ms linear,opacity 600ms;
}
.loader.active {
    opacity: 1;
    visibility: visible;
}
.loader .barra-loader {
    position: absolute;
    width: 0%;
    height: 3px;
    left: 0;
    bottom: 0;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(99,155,167,0.7);
    transition: width 0.4s ease;
}
.loader .log {
    background: url(../img/logo-moviliza.png) no-repeat center center;
    width: 155px;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: contain;
}
/************************************/
.header{
    background: #8fb840;
    width: 100%;
    height: 50px;
    position: absolute;
    top:0;
    left: 0;
    z-index: 100;
}
.header .logo-moviliza{
    background: url(../img/logo-moviliza.png) no-repeat center center;
    width: 12%;
    height: auto;
    padding-bottom: 3%;
    position: absolute;
    left: 2%;
    top: 22px;
    background-size: contain;
    z-index: 100;
}
.header .redes{
    width: 69px;
    height: 30px;
    position: absolute;
    top:0;
    bottom: 0;
    right: 2%;
    margin: auto;
    z-index: 100;
    text-align: center;
}
.header .redes a{
    width: 30px;
    height: 30px;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
}
.header .redes a:hover{
    opacity: .6;
}
.header .ico-facebook{
    background: url(../img/ico-facebook.png) no-repeat center center;
    background-size: contain;
}
.header .ico-youtube{
    background: url(../img/ico-youtube.png) no-repeat center center;
    background-size: contain;
}
img{
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
/************************************/
.wrapper{
    width: 100%;
    height: 100%;
    margin: auto;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    transition: all 600ms ease;
}
.wrapper.active{
    opacity: 1;    
}
.content{
    width: 1920px;
    height: 1080px;
    position: absolute;
    left: 50%;
    top: 50%;
}
.section{
    width: 1920px;
    height: 1080px;
    position: absolute;
    left: 0; top:0;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 600ms ease;
}
.section.active{
    opacity: 1;
    visibility: visible;
}
.section-cont{
    width: 1580px;
    height: 795px;
    position: absolute;
    left: 40px;
    right: 0;
    top: 160px;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 600ms ease;
}
.section-cont.small{
    width: 1450px;
    height: 780px;    
}
.section-cont.active{
    opacity: 1;
    visibility: visible;
}
.section-cont .fleft{
    padding: 20px;
    border-top: 1px solid #8db935;
    border-left: 1px solid #8db935;
    border-bottom: 1px solid #8db935;
    width: 920px;
    float: left;
}
.section-cont .fright{
    width: 600px;
    height: 771px;
    float: left;
    padding: 30px;
    padding-bottom: 0;
}
.section-cont .fright p {
    color: #ccc;
    margin: 0;
    text-align: left;
    font-size: 18px;
    line-height: 20px;
    font-family: 'Gotham Narrow Book';
    letter-spacing: .5px;
    margin-top: 30px;
    line-height: 24px;
}
.section-cont .titulo{
    color: #fff;
    font-size: 22px;
    border: 3px solid #8fb840;
    width: 312px;
    height: 65px;
    display: block;
    text-align: center;
    line-height: 65px;
    font-family: 'Gotham-Book';
    text-transform: uppercase;
    letter-spacing: 2px;
}
.section-cont .sep-tit{
    width: 100%;
    height: 50px;
    display: inline-block;
}
.section.faq .section-cont .titulo{
    width: 375px;
    Margin-bottom: 50px;
}
.scroller-cont{
    width: 100%;
    height: 670px;
    position: absolute;
    left: 0;
    top: 120px;
    overflow: auto;
    overflow-x: hidden;
}
.section-cont.small .scroller-cont{
    width: 1420px;
    height: 660px;
}
.section-cont .block{
    width: 735px;
    height: 466px;
    border: 1.5px solid #8fb840;
    float: left;
    display: inline-block;
    margin: 0 34px 34px 0;
}
.section-cont .block .fl{
    width: 328px;
    height: 468px;
    border-right: 1px solid #8fb840;
    float: left;
}
.section-cont .block .fl .foto{
    width: 328px;
    height: 397px;
    overflow: hidden;
}
.section-cont .block .fl .foto img{
    width: 100%;
    display: block;
}
.section-cont .block .fl .txt-foto{
    width: 100%;
    height: 50px;
    background: #8fb840;
    padding: 10px 0;
}
.section-cont .block .fl .txt-foto h2{
    color: #fff;
    margin: 0;
    text-align: center;
    font-size: 19px;
    letter-spacing: 1px;
    font-family: 'Gotham-Medium';
    margin-bottom: 2px;
}
.section-cont .block .fl .txt-foto span{
    color: #fff;
    margin: 0;
    text-align: center;
    display: block;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: 'Gotham-Book';
    font-style: italic;
}
.section-cont .block .fr{
    width: 365px;
    height: 428px;
    float: left;
    padding: 20px;
}
.section-cont .block .fr h3{
    color: #fff;
    margin: 0;
    text-align: left;
    font-size: 18px;
    letter-spacing: 1px;
    font-family: 'Gotham-Medium';
    margin-bottom: 20px;
}
.section-cont .block .fr p{
    color: #ccc;
    margin: 0;
    text-align: left;
    font-size: 16px;
    line-height: 17px;
    font-family: 'Gotham Narrow Book';
    letter-spacing: .5px;
}
.section-cont .block .fr .m-trabaja{
    color: #fff;
    margin: 0;
    text-align: left;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: 'Gotham-Medium';
    margin-top: 20px;
    display: block;
}
.section-cont .subtitulo{
    width: 260px;
    height: 60px;
    margin: 60px auto 0 auto;
    color: #fff;
    font-size: 20px;
    border: 3px solid #8fb840;
    display: block;
    text-align: center;
    line-height: 65px;
    font-family: 'Gotham-Book';
    text-transform: uppercase;
    margin-bottom: 50px;
    letter-spacing: 2px;
}
.section-cont .block-l{
    width: 900px;
    float: left;
    border: 2px solid #9cc854;
    border-right: 0;
    padding: 10px;
}
.section-cont .block-l img{
    width: 100%;
    display: block;
}
.section-cont .block-r{
    width: 600px;
    float: left;
    margin-left: 30px;
}
.section-cont .block-r .titulo {
    color: #fff;
    font-size: 18px;
    border: 3px solid #8fb840;
    width: 280px;
    height: 65px;
    display: block;
    text-align: center;
    line-height: 65px;
    font-family: 'Gotham-Book';
    text-transform: uppercase;
    letter-spacing: 2px;
}
.section-cont .block-r  p{
    color: #fff;
    margin: 0;
    font-size: 20px;
    font-family: 'Gotham Narrow Book';
    margin-top: 30px;
    line-height: 28px;
    text-align: justify;
}
.section-cont .que-hacemos{
    text-align: center;
}
.que-hacemos .cuadro{
    width: 282px;
    height: 420px;
    border: 2px solid #8fb840;
    display: inline-block;
    padding: 20px;
    vertical-align: top;
    margin-right: 60px;
    margin-bottom: 30px;
    text-align: center;
}
.que-hacemos .cuadro p{
    color: #ccc;
    margin: 0;
    font-size: 17px;
    font-family: 'Gotham Narrow Book';
    letter-spacing: .5px;
    margin-top: 30px;
    line-height: 24px;
}
.que-hacemos  h3{
    color: #fff;
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    font-family: 'Gotham-Medium';
    margin-bottom: 20px;
}
.que-hacemos .bottom{
    color: #fff;
    width: 90%;
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    font-family: 'Gotham-Medium';
    margin-bottom: 20px;
}
.section-cont.que-hacemos .subtitulo{
    margin-top: 60px;
}
.que-hacemos .recuadro{
    margin-bottom: 20px;
}
.que-hacemos .cuadrado{
    width: 48px;
    height: 48px;
    display: inline-block;
    background: #8fb840;
    vertical-align: middle;
}
.que-hacemos .txt-recuadro{
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}
.que-hacemos .txt-recuadro h3{
    margin: 0;
}
.que-hacemos .txt-recuadro p{
    color: #ccc;
    margin: 0;
    font-size: 17px;
    font-family: 'Gotham Narrow Book';
    letter-spacing: .5px;
    margin-top: 0;
    line-height: 24px;
}
.movilizate h3{
    color: #fff;
    margin: 0;
    text-align: left;
    font-size: 18px;
    letter-spacing: 1px;
    font-family: 'Gotham-Medium';
    margin:50px 0 20px 0;
}
.movilizate .recuadro{
    margin-bottom: 30px;
    display: inline-block;
}
.movilizate .cuadrado{
    width: 5%;
    padding-bottom: 5%;
    display: inline-block;
    background: #8fb840;
    vertical-align: middle;
    float: left;
}
.movilizate .txt-recuadro{
    display: inline-block;
    vertical-align: middle;
    width: 90%;
    float: left;
    margin-left: 2%;
}
.movilizate .txt-recuadro p{
    color: #ccc;
    margin: 0;
    font-size: 17px;
    font-family: 'Gotham Narrow Book';
    letter-spacing: .5px;
    margin-top: 0;
    line-height: 24px;
}
.movilizate .txt-recuadro p b{
    color: #fff;
    font-weight: bold;
}
.contacto h3{
    color: #fff;
    margin: 0;
    text-align: left;
    font-size: 18px;
    letter-spacing: 1px;
    font-family: 'Gotham-Medium';
    margin:50px 0 20px 0;
}
.contacto #form-contacto{
    width: 615px;
    display: block;
    float: left;
}
.contacto #form-contacto input{
    width: 590px;
    height: 50px;
    color: #ccc;
    padding: 10px;
    line-height: 50px;
    border: 2px solid #8fb840;
    background: transparent;
    font-size: 18px;
    letter-spacing: 1px;
    font-family: 'Gotham-Book';
}
.contacto #form-contacto input.error{
    background: rgba(255, 0, 0, 0.4);
}
.contacto #form-contacto textarea{
    width: 590px;
    height: 220px;
    color: #ccc;
    padding: 10px;
    line-height: 50px;
    border: 2px solid #8fb840;
    background: transparent;
    font-size: 18px;
    letter-spacing: 1px;
    font-family: 'Gotham-Book';
}
.contacto #form-contacto textarea.error{
    background: rgba(255, 0, 0, 0.4);
}
.contacto #form-contacto .enviar-contacto{
    width: 200px;
    height: 50px;
    border: 2px solid #8fb840;
    background: transparent;
    color: #fff;
    text-align: center;
    line-height: 50px;
    letter-spacing: 2px;
    display: block;
    float: right;
    font-family: 'Gotham-Medium';
    text-transform: uppercase;
}
.contacto #form-contacto .enviar-contacto:hover{
    opacity: .5;
}
.contacto .oficinas{
    width: 600px;
    display: block;
    float: left;
    margin-left: 80px;
    vertical-align: top;
    margin-top: 20px;
}
.contacto .oficinas .oficina{
    width: 600px;
    height: auto;
    margin-bottom: 40px;
    display: inline-block;
}
.contacto .oficinas .oficina .ico-geo{
    background: url(../img/ico-oficina.png) no-repeat center center;
    width: 32px;
    height: 43px;
    float: left;
    margin-right: 15px;
    background-size: contain;
}
.contacto .oficinas .oficina .ico-geo:hover{
    opacity: .6;
}
.contacto .oficinas .oficina h4{
    color: #fff;
    margin: 0;
    text-align: left;
    font-size: 18px;
    letter-spacing: 1px;
    font-family: 'Gotham-Medium';
    margin: 0 0 10px 0;
}
.contacto .oficinas .oficina .txt-oficina{
    float: left;
}
.contacto .oficinas .oficina ul li{
    color: #fff;
    margin: 0;
    text-align: left;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: 'Gotham-Book';
    margin: 0 0 10px 0;
}
.contacto .oficinas .oficina ul li span{
    font-family: 'Gotham-Medium';
    font-weight: bold;
}
.hitos-cont{
    width: 1340px;
    height: 725px;
}
.hitos-cont .linea{
    width: 2px;
    height: 700px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background: #595959;
}
.hitos-cont .ano{
    width: 120px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border: 2px solid #8fb840;
    position: absolute;
    color: #fff;
    font-family: 'Gotham-Medium';
    font-weight: bold;
    font-size: 22px;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -webkit-transform: translate3d(0,0,0);
}
.hitos-cont .ano.a1{
    top: 50px;
    left: 820px;
}
.hitos-cont .ano.a2{
    top: 150px;
    left: 635px;
}
.hitos-cont .ano.a3{
    top: 280px;
    left: 820px;
}
.hitos-cont .ano.a4{
    top: 430px;
    left: 635px;
}
.hitos-cont .ano.a5{
    top: 570px;
    left: 820px;
    width: 180px;
}
.hitos-cont .ano.a6{
    top: 690px;
    left: 635px;
}
.hitos-cont .ano .txt-info {
    width: 650px;
    height: 170px;
    position: absolute;
    background: #8fb840;
    top: -30px;
    right: -3px;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 300ms ease;
}
.hitos-cont .ano.a1 .txt-info{
    left: -3px;
}
.hitos-cont .ano .txt-info p{
    color: #fff;
    font-size: 18px;
    font-family: 'Gotham-Book';
    font-weight: bold;
    cursor: pointer;
    line-height: 20px;
    text-align: left;
    width: 480px;
    position: relative;
    left: 130px;
}
.hitos-cont .ano .txt-info .sep{
    width: 2px;
    height: 60px;
    background: #fff;
    position: absolute;
    left: 110px;
    top: 20px;
}
.hitos-cont .ano:hover .txt-info{
    opacity: 1;
}
.hitos-cont .ano.a2 .txt-info .sep,
.hitos-cont .ano.a4 .txt-info .sep,
.hitos-cont .ano.a6 .txt-info .sep{
    left: 530px;
}
.hitos-cont .ano.a2 .txt-info p,
.hitos-cont .ano.a4 .txt-info p,
.hitos-cont .ano.a6 .txt-info p{
    left: 30px;
}
.hitos-cont .ano.a3 .txt-info,
.hitos-cont .ano.a5 .txt-info{
    left: -3px;
}
.hitos-cont .ano.a5 .txt-info{
    left: -3px;
    width: 700px;
}
.hitos-cont .ano.a5 .txt-info .sep{
    left: 170px;
}
.hitos-cont .ano.a5 .txt-info p{
    left: 200px;
}
.hitos-cont .arrow{
    background: url(../img/arrow-hitos.png) no-repeat center center;
    width: 6px;
    height: 12px;
    background-size: contain;
    position: absolute;
    left: 0; right: 0;
    margin: auto;
}
.hitos-cont .arrow.a1{
    background: url(../img/arrow-hitos2.png) no-repeat center center;
    top: 70px;
    left: 8px;
}
.hitos-cont .arrow.a2{
    top: 170px;
    left: -8px;
}
.hitos-cont .arrow.a3{
    background: url(../img/arrow-hitos2.png) no-repeat center center;
    top: 300px;
    left: 8px;
}
.hitos-cont .arrow.a4{
    top: 450px;
    left: -8px;
}
.hitos-cont .arrow.a5{
    background: url(../img/arrow-hitos2.png) no-repeat center center;
    top: 592px;
    left: 8px;
}
.hitos-cont .arrow.a6{
    top: 712px;
    left: -8px;
}
/************************************/
.menu-cont{
    width: 130px;
    height: 220px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 100;
}
.menu-cont .btn-row{
    width: 80px;
    height: 40px;
    line-height: 40px;
    display: block;
    position: relative;
    margin-bottom: 5px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
}
.menu-cont .btn-row:hover{
    width: 200px;   
}
.menu-cont .btn-row a{
    background: #9cc854;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
}
.menu-cont .btn-row:hover > a{
    background: #363634;
}
.menu-cont .btn-row a.active{
    background: #363634;
}

.menu-cont .btn-row .ico{
    width: 40px;
    height: 40px;
    position: absolute;
    left: 30px;
    top: 0;
    z-index: 10;
    background: #fff;
}
.menu-cont .btn-row .ico.i1{
    background: url(../img/ico-menu1.png) no-repeat center center;
    background-size: 25px;
}
.menu-cont .btn-row .ico.i2{
    background: url(../img/ico-menu2.png) no-repeat center center;
    background-size: 20px;
}
.menu-cont .btn-row .ico.i3{
    background: url(../img/ico-menu3.png) no-repeat center center;
    background-size: 22px;
}
.menu-cont .btn-row .ico.i4{
    background: url(../img/ico-menu4.png) no-repeat center center;
    background-size: 30px;
}
.menu-cont .btn-row .ico.i5{
    background: url(../img/ico-menu5.png) no-repeat center center;
    background-size: 25px;
}
.menu-cont .btn-row .ico.i6{
    background: url(../img/ico-menu6.png) no-repeat center center;
    background-size: 25px;
}
.menu-cont .btn-row span{
    position: absolute;
    left: 80px;
    top: 0;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Gotham-Medium';
    font-size: 10px;
    letter-spacing: 1px;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -webkit-transition-delay: 0ms;
}
.menu-cont .btn-row:hover span{
    opacity: 1;
    -webkit-transition-delay: 300ms;
}
.submenu-moviliza{
    width: 130px;
    position: absolute;
    left: 200px;
    top: 0;
    background: rgba(21, 21, 20, 0.8);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0ms ease;
    -webkit-transition-delay: 0ms;
}
.menu-cont .btn-row:hover .submenu-moviliza{
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 600ms ease;
    -webkit-transition-delay: 500ms;
}
.menu-cont .btn-row a.btn-submenu{
    background: transparent;
    color: #fff;
    font-size: 10px;
    font-family: 'Gotham-Book';
    text-align: center;
}
.menu-cont .btn-row a.btn-submenu:hover{
    background: rgba(21, 21, 20, 1);
}

/***********************************/

/************************************/
.btn-donaciones{
    background: #9cc854;
    width: 90px;
    height: 40px;
    line-height: 40px;
    display: block;
    cursor: pointer;
    position: absolute;
    right: 0;
    top:10%;
    overflow: hidden;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
}
.btn-donaciones.active{
    opacity: 1;
    visibility: visible;
}
.btn-donaciones:hover{
    width: 230px;   
}
.btn-donaciones span{
    display: block;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Gotham-Medium';
    font-size: 10px;
    letter-spacing: 1px;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -webkit-transition-delay: 0ms;
}
.btn-donaciones:hover span{
    opacity: 1;
    -webkit-transition-delay: 300ms;
}
.btn-donaciones.cerrar:hover span{
    opacity: 0;
    -webkit-transition-delay: 0ms;
}
.btn-donaciones .ico-dona{
    background: url(../img/ico-donaciones.png) no-repeat center center;
    background-size: 33px;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 20px;
    top: 0;
    z-index: 10;
}
.btn-donaciones.cerrar .ico-dona{
    background: transparent;
}
.btn-donaciones .ico-dona span{
    color: #fff;
    text-transform: uppercase;
    font-family: 'Gotham-Medium';
    font-size: 20px;
    letter-spacing: 1px;
    opacity: 0;
}
.cerrar-donaciones {
    background: #9cc854;
    width: 60px;
    height: 40px;
    line-height: 40px;
    display: block;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 10%;
    overflow: hidden;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
     -webkit-transition: all 300ms ease;
}
.cerrar-donaciones.active {
    opacity: 1;
    visibility: visible;
}
.cerrar-donaciones:hover {
    opacity: .8;
}
.cerrar-donaciones span{
    color: #fff;
    text-transform: uppercase;
    font-family: 'Gotham-Medium';
    font-size: 20px;
    letter-spacing: 1px;
    display: block;
    text-align: center;
}
/************************************/
.btn-socio{
    background: #9cc854;
    width: 90px;
    height: 40px;
    line-height: 40px;
    display: block;
    cursor: pointer;
    position: absolute;
    right: 0;
    top:17%;
    overflow: hidden;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
}
.btn-socio.active{
    opacity: 1;
    visibility: visible;
}
.btn-socio:hover{
    width: 310px;   
}
.btn-socio span{
    display: block;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Gotham-Medium';
    font-size: 10px;
    letter-spacing: 1px;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -webkit-transition-delay: 0ms;
}
.btn-socio:hover span{
    opacity: 1;
    -webkit-transition-delay: 300ms;
}
.btn-socio.cerrar:hover span{
    opacity: 0;
    -webkit-transition-delay: 0ms;
}
.btn-socio .ico-socio{
    background: url(../img/ico-socio.png) no-repeat center center;
    background-size: 33px;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 20px;
    top: 0;
    z-index: 10;
}
.mensajok {
    color: #fff;
    display: none;
	text-transform: uppercase;
	
}
.inlineok {
	display: inline !important;
}

.submt {
	display: inline !important;
}


/***********************************/
.btn-estudio{
    background: #9cc854;
    width: 260px;
    height: 40px;
    line-height: 40px;
    display: block;
    cursor: pointer;
    position: absolute;
    padding-left: 10px;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    font-family: 'Gotham-Medium';
    right: 0;
    bottom: 10vh;
    overflow: hidden;
    z-index: 100;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
}
.btn-estudio:hover{
    opacity: .6;   
}
/************************************/
.caja-donaciones, 
.caja-socios{
    width: 450px;
    height: 360px;
    position: absolute;
    right: 0;
    top:5vh; bottom: 0;
    margin: auto;
    z-index: 20;
    background: rgba(98, 98, 98, 0.85);
    padding: 20px;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    transition: all 600ms ease;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}
.caja-donaciones.active, 
.caja-socios.active{
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    transition: all 600ms ease;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.caja-donaciones .txt, 
.caja-socios .txt{
    color: #fff;
    font-size: 12px;
    text-align: left;
    line-height: 16px;
    font-family: 'Gotham-Book';
    letter-spacing: 1px;
}
.caja-donaciones .form-donaciones, 
.caja-socios .form-socios{
    position: relative;
    top: 10px;
    float: right;
}
.caja-donaciones .form-donaciones span, 
.caja-socios .form-socios span{
    font-family: 'Gotham-Book';
    letter-spacing: 1px;
    color: #ccc;
    font-size: 12px;
    display: inline-block;
    width: 70px;
    text-align: right;
    vertical-align: middle;
}
.caja-donaciones .form-donaciones span.top, 
.caja-socios .form-socios span.top{
    vertical-align: top;
}
.caja-donaciones .form-donaciones input, 
.caja-socios .form-socios input{
    font-family: 'Gotham-Book';
    letter-spacing: 1px;
    color: #ccc;
    font-size: 12px;
    display: inline-block;
    border: 0;
    background: #333232;
    padding: 6px 10px;
    width: 300px;
    height: 20px;
}
.caja-socios .form-socios input.error{
    background: rgba(255, 0, 0, 0.4);
}
.caja-donaciones .form-donaciones textarea, 
.caja-socios .form-socios textarea{
    font-family: 'Gotham-Book';
    letter-spacing: 1px;
    color: #ccc;
    font-size: 12px;
    display: inline-block;
    border: 0;
    background: #333232;
    padding: 6px 10px;
    width: 300px;
    height: 100px;
}
.caja-socios .form-socios textarea.error{
    background: rgba(255, 0, 0, 0.4);
}
.caja-donaciones .form-donaciones .enviar-donaciones, 
.caja-socios .form-socios .enviar-socios{
    width: 80px;
    height: auto;
    background: #8fb840;
    display: block;
    padding: 8px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    font-family: 'Gotham-Book';
    float: right;
}
.caja-donaciones .form-donaciones .enviar-donaciones:hover, 
.caja-socios .form-socios .enviar-socios:hover{
    opacity: .8;
}
.cerrar-socios {
    background: #9cc854;
    width: 60px;
    height: 40px;
    line-height: 40px;
    display: block;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 17%;
    overflow: hidden;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
}
.cerrar-socios.active {
    opacity: 1;
    visibility: visible;
}
.cerrar-socios span {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Gotham-Medium';
    font-size: 20px;
    letter-spacing: 1px;
    display: block;
    text-align: center;
}
/*************************/
.inicio{
    background: #000;
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0; top:0;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 800ms ease;
}
.inicio.active{
    opacity: 1;
    visibility: visible;
}
.inicio .slider-home{
    height: 100vh;
}

/********* SLIDER HOME **************************************/
.inicio .slider-home .sl1{
    background: url(../img/slider/web_moviliza_ok.jpg) no-repeat center center;
    background-size: cover;
}
.inicio .slider-home .sl2{
    background: url(../img/slider/MOVILIZATECONNOSOTROS.jpg) no-repeat center center;
    background-size: cover;
}

/*****************************************************/

.inicio .slick-list, .inicio .slick-track{
    height: 100vh;
}
.inicio .slider-home .slick-slide{
    outline: 0;
}
.inicio .slide iframe{
    width: 100%;
    height: 100%;
}   
.inicio ul.slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5%;
    text-align: center;
    width: 100%;
}
.inicio ul.slick-dots li{
    width: 10px;
    height: 10px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 3px;
    display: inline-block;
    opacity: .5;
}
.inicio ul.slick-dots li.slick-active{
    opacity: 1;
}
/********************************/
.noticias .block-noticia{
    width: 400px;
    height: 470px;
    background: #8fb840;
    display:inline-block;
    float: left;
    margin-right: 50px;
    margin-bottom: 50px;
}
.noticias .block-noticia .link-noticia{
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
}
.noticias .block-noticia .link-noticia:hover{
    opacity: .8;
}
.noticias .block-noticia .thumb-noticia{
    background: #99c049;
    background-size: cover;
    width: 100%;
    height: 400px;
    overflow: hidden;
    display: block;
    background-size: cover !important;
    -webkit-transform: translate3d(0,0,0) !important;
    -ms-transform: translate3d(0,0,0) !important;
    transform: translate3d(0,0,0) !important;
}
.noticias .block-noticia .tit-noticia{
    width: 90%;
    max-height: 60px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    font-family: 'Gotham-Medium';
    font-size: 16px;
    letter-spacing: 1px;
    margin: 2vh auto;
    overflow: hidden;
}
.scroller-noticia{
    overflow-y: auto;
    height: 90%;
    padding-right: 20px;
}
.section-cont.detalle-noticia .block-r{
    height: 96%;
}
.section-cont.detalle-noticia .block-r .titulo{
    width: auto;
    display: inline-block;
    padding: 0 20px;
}
.section-cont.detalle-noticia .block-r .btn-volver{
    font-size: 14px;
    border: 3px solid #8fb840;
    width: 150px;
    height: 50px;
    display: block;
    text-align: center;
    line-height: 50px;
    font-family: 'Gotham-Book';
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    float: right;
}
.section-cont.detalle-noticia .block-r .btn-volver:hover{
    opacity: .8;
}
/********************************/
.section.faq .pregunta {
    margin-bottom: 20px;
    padding-left: 20px;
    position: relative;
}
.section.faq .pregunta h3{
    width: 100%;
    position: relative;
    color: #fff;
    margin: 10px 0;
    font-size: 21px;
    font-family: 'Gotham Narrow Book';
    letter-spacing: .5px;
    line-height: 24px;
    padding-left: 0;
}
.section.faq .pregunta h3:before{
    width: 18px;
    height: 18px;
    display: inline-block;
    background: #8fb840;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top:0;
    z-index: 10;
}
.section.faq .pregunta p {
    color: #ccc;
    margin: 5px 0;
    font-size: 17px;
    font-family: 'Gotham Narrow Book';
    letter-spacing: .5px;
    margin-top: 0;
    line-height: 24px;
}
.section.faq .pregunta .cd {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #8fb840;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 7px;
}
.section.faq .pregunta ul{
    margin: 10px 0;
}
.section.faq .pregunta ul li {
    width: 100%;
    color: #ccc;
    margin: 5px 0;
    font-size: 17px;
    font-family: 'Gotham Narrow Book';
    letter-spacing: .5px;
    line-height: 24px;
    padding-left: 11px;
    position: relative;
}
/********************************/
.btn-menu-mobile {
    background: url(../img/menu-btn.png) no-repeat center center;
    pointer-events: all;
    width: 34px;
    height: 30px;
    position: absolute;
    right: 3%;
    top: 0;
    bottom: 0;
    margin: auto;
    display: none;
    background-size: contain;
}
.menu-mobile {
    width: 50%;
    height: 100%;
    background: #8fb840;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    -webkit-transition: all 500ms ease;
    -webkit-transform: translateX(-100%);
}
@media only screen and (max-width:1024px) {

}
@media only screen and (max-width:480px){
    ::-webkit-scrollbar {
        width: 0;
    }   
    body, html {
        background: #000 url(../img/bg.jpg) no-repeat right center;
        background-size: cover;
    }
    .btn-menu-mobile{
        display: block;
    }
    .header{
        height: 40px;
    }
    .header .logo-moviliza{
        width: 36%;
        height: auto;
        padding-bottom: 10%;
        top:3px;
    }
    .header .redes{
        display: none;
    }
  
    .menu-cont {
        background: #8fb840;
        width: 60%;
        height: 100%;
        position: absolute;
        padding-top: 40vh;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 50;
        -webkit-transition: all 600ms ease;
        -webkit-transform: translateX(-100%);
    }
    .menu-cont.active {
        -webkit-transform: translateX(0);
    }
    .menu-cont .btn-row {
        width: 100%;
    }
    .menu-cont .btn-row span{
        opacity: 1;
        font-size: 14px;
    }
    .menu-cont .btn-row:hover {
        width: 100%;
    }
    .submenu-moviliza{
        left: 100%;
    }
    .menu-cont .btn-row:hover .submenu-moviliza {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 600ms ease;
        -webkit-transition-delay: 500ms;
    }
    .menu-cont .btn-row .submenu-moviliza.active {
        opacity: 1;
        visibility: visible;
        -webkit-transition: all 600ms ease;
        -webkit-transition-delay: 300ms;
    }
    .scroller-cont {
        width: 94%;
        height: auto;
        position: absolute;
        left: 0;
        top: 100px;
        overflow: auto;
        overflow-x: hidden;
        padding: 0 3%;
    }
    .inicio .slider-home .sl1{
        background: url(../img/movile3.jpg) no-repeat center center;
        background-size: cover;
    }
    .inicio .slider-home .sl2{
        background: url(../img/img-mobile-slider2.jpg) no-repeat center center;
        background-size: cover;
    }
    .btn-donaciones{
        top: 90px;
        width: 70px;
    }
    .caja-donaciones {
        width: 370px;
        height: 420px;
        padding: 10px;
        position: fixed;
        left: 0;
        -webkit-transform: translateX(110%);
        -ms-transform: translateX(110%);
        transform: translateX(110%);
    }
    .caja-donaciones .form-donaciones{
        top:0;
    }
    #form-donaciones p{
        margin: 10px 0;
    }
    .caja-donaciones .form-donaciones span{
        text-align: left;
        margin-bottom: 5px;
    }
    .caja-donaciones .form-donaciones input{
        width: 340px;
    }
    .caja-donaciones .form-donaciones textarea{
        width: 340px;
        height: 85px;
    }
    .caja-donaciones .form-donaciones .enviar-donaciones {
        width: 85px;
        padding: 10px;
        font-size: 12px;
        float: initial;
        margin: 15px auto 0 auto;
    }
    .cerrar-donaciones{
        top: 50px;
    }
    .inicio{
        overflow: hidden;
    }
    .content {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }
    .section {
        width: 100%;
        height: 100%;
    }
    .section-cont.small{
        width: 100%;
        height: 100%;
    }
    .section-cont {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        overflow: auto;
        overflow-x:hidden;
        margin: auto;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 600ms ease;
    }
    .section-cont .block-l {
        width: 100%;
        float: initial;
        border: 0;
        border-right: 0;
        padding: 0;
    }
    .section-cont .block-l .foto-sect{
        width: 100%;
    }
    .section-cont .block-l .foto-sect img{
        width: 100%;
        display: block;
    }
    .section-cont .block-r {
        width: 92%;
        float: initial;
        margin-left: 0;
        margin: auto;
        padding: 4%;
    }
    .section-cont .titulo{
        width: 180px;
        margin: 0;
        height: auto;
        margin-left: 10px;
        line-height: initial;
        padding: 10px 0;
        display: block;
        font-size: 13px;
        margin-top: 50px;
    }
    .section-cont .block-r .titulo{
        width: auto;
        margin: auto;
        height: auto;
        line-height: initial;
        padding: 8px 0;
        display: block;
        font-size: 13px;
    }
    .section-cont .block-r  p{
        color: #fff;
        margin: 0;
        font-size: 12px;
        font-family: 'Gotham Narrow Book';
        margin-top: 10px;
        line-height: 18px;
        text-align: justify;
    }
    .section-cont.hitos .titulo {
        width: 120px;
        height: 12px;
        line-height: initial;
        padding: 10px 0;
        display: block;
        font-size: 13px;
        margin-top: 50px;
        position: relative;
        top: 0;
        left: 0;
    }
    .section.faq .section-cont .titulo {
        width: 220px;
        Margin-bottom: 50px;
        margin: 50px 0 0 10px;
        margin-top: 50px;
        font-size: 12px;
    }
    .hitos-cont {
        width: 100%;
        height: auto;
        position: absolute;
        z-index: 10;
    }
    .hitos-cont .linea {
        width: 2px;
        height: 90vh;
        position: relative;
        left: 0;
        right: 0;
        top: 50px;
        margin: auto;
        margin-bottom: 50px;
        background: #595959;
    }
    .hitos-cont .arrow.a1{
        top: 80px;
    }
    .hitos-cont .arrow.a2 {
        top: 170px;
        left: -8px;
    }
    .hitos-cont .arrow.a3 {
        background: url(../img/arrow-hitos2.png) no-repeat center center;
        top: 260px;
        left: 8px;
    }
    .hitos-cont .arrow.a4 {
        top: 360px;
        left: -8px;
    }
    .hitos-cont .arrow.a6 {
        top: 540px;
        left: -8px;
    }
    .hitos-cont .ano {
        width: 90px;
        height: 38px;
        z-index: -1;
        line-height: 38px;
        font-size: 14px;
    }
    .hitos-cont .ano.a1 {
        top: 65px;
        left: 54%;
    }
    .hitos-cont .ano.a2 {
        top: 156px;
        left: 15%;
    }
    .hitos-cont .ano.a3 {
        top: 245px;
        left: 54%;
    }
    .hitos-cont .ano.a4 {
        top: 345px;
        left: 15%;
    }
    .hitos-cont .ano.a5 {
        top: 435px;
        left: 54%;
        width: 100px;
    }
    .hitos-cont .ano.a6 {
        top: 530px;
        left: 15%;
    }
    .hitos-cont .arrow.a5 {
    background: url(../img/arrow-hitos2.png) no-repeat center center;
    top: 472px;
    left: 8px;
    }
    .hitos-cont .ano .txt-info {
        width: 150%;
        height: auto;
        z-index: 100;
        background: #8fb840;
        top: 0;
        position: relative;
        right: 0;
        left: -25%;
        bottom: 0;
        display: inline-block;
        opacity: 0;
        -webkit-transition: all 300ms ease;
    }
    .hitos-cont .ano .txt-info .sep {
        width: 90%;
        height: 1px;
        background: #fff;
        position: relative;
        left: initial;
        top: -20px;
        margin: auto;
        display: inline-block;
    }
    .hitos-cont .ano .txt-info p {
        color: #fff;
        font-size: 10px;
        font-family: 'Gotham-Book';
        font-weight: bold;
        cursor: pointer;
        line-height: 16px;
        text-align: center;
        width: 96%;
        position: relative;
        left: 0;
        top: -20px;
        margin: 0px auto;
        display: inline-block;
    }
    .hitos-cont .ano.a2 .txt-info .sep, .hitos-cont .ano.a4 .txt-info .sep, .hitos-cont .ano.a6 .txt-info .sep{
        left: 0;
    }
    .hitos-cont .ano.a2 .txt-info p, .hitos-cont .ano.a4 .txt-info p, .hitos-cont .ano.a6 .txt-info p{
        left: 0;
    }
    .hitos-cont .ano.a5 .txt-info .sep {
        left: 0;
    }
    .hitos-cont .ano.a5 .txt-info p {
        left: 0;
    }
    .hitos-cont .ano.a5 .txt-info {
        left: -3px;
        width: 125%;
    }
    .hitos-cont .ano:hover .txt-info {
        opacity: 0;
    }
    .hitos-cont .ano.active{
        z-index: 10;
    }
    .hitos-cont .ano.active .txt-info {
        opacity: 1;
    }
    .copyright{
        display: none;
    }
    .section-cont.equipo-ejecutivo .titulo {
        width: 220px;
        margin: auto;
        height: auto;
        line-height: initial;
        padding: 10px 0;
        display: block;
        font-size: 14px;
        position: relative;
        margin-top: 60px;
    }
    .section-cont .block {
        width: 95%;
        height: auto;
        border: 1.5px solid #8fb840;
        float: initial;
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .section-cont .block .fl {
        width: 100%;
        height: auto;
        border-right: 0;
        float: initial;
    }
    .section-cont .block .fl .foto {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .section-cont .block .fl .foto img {
        width: 101%;
        display: block;
    }
    .section-cont .block .fr {
        width: 90%;
        height: auto;
        float: initial;
        padding: 5%;
    }
    .section-cont.small .scroller-cont {
        width: 100%;
        height: auto;
        top: 50px;
        position: relative;
    }
    .que-hacemos h3{
        font-size: 13px;
        line-height: 16px;
        width: 95%;
        margin: 10px auto 20px auto;
    }
    .que-hacemos .recuadro {
        margin-bottom: 20px;
        display: inline-block;
    }
    .que-hacemos .cuadrado {
        width: 12px;
        height: 12px;
        display: inline-block;
        vertical-align: middle;
        float: left;
    }
    .que-hacemos .txt-recuadro {
        display: inline-block;
        margin-left: 2%;
        float: left;
        width: 88%;
    }
    .que-hacemos .txt-recuadro p {
        color: #ccc;
        margin: 0;
        font-size: 12px;
        font-family: 'Gotham Narrow Book';
        letter-spacing: .5px;
        margin-top: 0;
        line-height: 16px;
    }
    .section-cont .subtitulo {
        width: 210px;
        height: 35px;
        margin: auto;
        background: #8fb840;
        color: #fff;
        font-size: 13px;
        display: block;
        text-align: center;
        line-height: 35px;
        font-family: 'Gotham-Medium';
        text-transform: uppercase;
        margin-bottom: 50px;
    }
    .que-hacemos .cuadro {
        width: 85%;
        height: auto;
        border: 2px solid #8fb840;
        display: block;
        padding: 5%;
        vertical-align: top;
        margin-right: 0;
        margin-bottom: 30px;
        text-align: center;
        margin: 0 auto 20px auto;
    }
    .que-hacemos .cuadro p {
        color: #ccc;
        margin: 0;
        font-size: 12px;
        font-family: 'Gotham Narrow Book';
        letter-spacing: .5px;
        margin-top: 20px;
        line-height: 16px;
    }
    .que-hacemos .bottom {
        color: #fff;
        width: 98%;
        margin: 10px auto;
        font-size: 11px;
        line-height: 16px;
    }

    .section.movilizate .section-cont .titulo {
        width: 200px;
        margin: auto;
        height: auto;
        line-height: initial;
        padding: 10px 0;
        display: block;
        font-size: 13px;
        margin-top: 0;
    }
    .movilizate h3 {
        font-size: 12px;
        line-height: 16px;
        width: 100%;
        margin: 5% auto;
    }
    .movilizate .recuadro {
        display: inline-block;
        width: 100%;
        margin: 0 auto 20px auto;
        height: auto;
    }
    .movilizate .cuadrado {
        width: 10px;
        height: 10px;
        padding-bottom: 0;
        display: inline-block;
        vertical-align: middle;
        float: left;
    }
    .movilizate .txt-recuadro {
        display: inline-block;
        margin-left: 2%;
        float: left;
        width: 88%;
    }
    .movilizate .txt-recuadro p {
        color: #ccc;
        margin: 0;
        font-size: 12px;
        font-family: 'Gotham Narrow Book';
        letter-spacing: .5px;
        margin-top: 0;
        line-height: 16px;
    }
    .section.contacto .section-cont .titulo {
        width: 200px;
        margin: 50px 0 0 10px;
        height: auto;
        line-height: initial;
        padding: 10px 0;
        display: block;
        font-size: 12px;
    }
    .contacto h3 {
        font-size: 12px;
        line-height: 16px;
        width: 90%;
        margin: 5% auto;
    }
    .contacto #form-contacto {
        width: 90%;
        display: block;
        float: initial;
        margin: auto;
    }
    .contacto #form-contacto input {
        width: 98%;
        height: 24px;
        color: #ccc;
        padding: 2%;
        line-height: 24;
        font-size: 14px;
    }
    .contacto #form-contacto textarea {
        width: 98%;
        height: 10vh;
        color: #ccc;
        padding: 2%;
        line-height: 50px;
        font-size: 14px;
    }
    .contacto #form-contacto .enviar-contacto {
        width: 120px;
        height: 35px;
        border: 2px solid #8fb840;
        background: transparent;
        color: #fff;
        text-align: center;
        line-height: 36px;
        letter-spacing: 2px;
        font-size: 12px;
        display: block;
        float: initial;
        margin: auto;
        font-family: 'Gotham-Medium';
        text-transform: uppercase;
    }
    .contacto .oficinas .oficina .ico-geo{
        width: 24px;
        height: 34px;
        float: left;
        margin-right: 10px;
    }
    .contacto .oficinas .oficina ul li{
        font-size: 10px;
        margin: 0 0 5px 0;
    }
    .contacto .oficinas {
        width: 90%;
        display: block;
        float: initial;
        margin-left: 0;
        vertical-align: top;
        margin-top: 20px;
        font-style: italic;
        margin: 24% auto;
    }
    .contacto .oficinas .oficina .txt-oficina {
        float: initial;
    }
    .contacto .oficinas .oficina h4 {
        color: #fff;
        text-align: left;
        font-size: 12px;
        height: 34px;
        letter-spacing: 1px;
        line-height: 16px;
        font-family: 'Gotham-Medium';
        margin: 0 0 10px 0;
    }
    .contacto .oficinas .oficina {
        width: 100%;
    }
    .caja-socios{
        width: 88%;
        height: 80%;
        right: 0;
        left: 0;
        top: 5vh;
        padding: 4%;
        -webkit-transform: translateX(110%);
        -ms-transform: translateX(110%);
        transform: translateX(110%);
    }
    .btn-socio{
        width: 70px;
        height: 35px;
        top: 50px;
    }
    .btn-socio .ico-socio{
        background-size: 30px;
        width: 30px;
        height: 30px;
    }
    .cerrar-socios{
        width: 40px;
        height: 40px;
        top: 50px;
    }
    .caja-socios .txt{
        font-size: 10px;
        text-align: center;
        line-height: 14px;
    }
    .caja-socios .form-socios{
        float: initial;
        margin: auto;
    }
    .caja-socios .form-socios input{
        padding: 6px 2%;
        width: 98%;
        height: 18px;
        font-size: 11px;
    }
    .caja-socios .form-socios span{
        text-align: left;
    }
    .caja-socios .form-socios p{
        margin: 5px 0;
    }
    .section.faq .pregunta h3{
        font-size: 13px;
        line-height: 16px;
    }
    .section.faq .pregunta p{
        font-size: 12px;
        line-height: 16px;
        text-align: justify;
    }
    .section.faq .pregunta ul li{
        font-size: 12px;
        line-height: 16px;
    }
    .section.faq .pregunta .cd {
        width: 6px;
        height: 6px;
        left: 8px;
        top: 5px;
    }
    .caja-socios .form-socios textarea{
        width: 94%;
    }
    .caja-socios .form-socios .enviar-socios{
        float: initial;
        margin: auto;
        width: 100px;
        padding: 10px;
    }
    .section-cont .block .fl .txt-foto{
        height: 40px;
    }
    .section-cont .block .fl .txt-foto h2{
        font-size: 14px;
    }
    .section-cont .block .fl .txt-foto span{
        font-size: 13px;
    }
    .section-cont .block .fr p{
        font-size: 13px;
        text-align: justify;
    }
}
@media only screen and (max-width: 320px){
    .caja-donaciones {
        width: 300px;
        height: 360px;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        padding: 5px;
        -webkit-transform: translateX(110%);
        -ms-transform: translateX(110%);
        transform: translateX(120%);
    }
    .menu-cont .btn-row span {
        opacity: 1;
        font-size: 10px;
    }

}