.landing {
    padding-top: 120px;
    padding-bottom: 80px;
}

.landing h1{
    font-size: 42px;
    font-weight: 300;
    padding-bottom: 10px;
}
.landing h1 span{
    font-size: 34px;
    font-weight: 500;
}

.landing h3{
    font-size: 34px;
    font-weight: 600; 
}

.landing img{
    width: 100%;
    border-radius: 20px;
}

img.mapa{
    max-width: 800px;
}

.div_imagen1{
    height: 100%;
    background-image: url('../images/landing-1.jpg');
    background-size: cover;
    border-radius: 20px;
}

.landing .section-title{
    padding: 30px 120px;
    margin-bottom: 0px;
}
.landing .section-title-2{
    padding: 40px 120px;
}

.landing .section-title-mas{
 padding-top: 40px;
}

.landing .section-title-mas h3{
    font-size: 42px;
    line-height: 55px;
    font-weight: 600;
}

.landing .section-title h2{
    font-size: 46px;
    line-height: 55px;
    font-weight: 400;
}
.landing .section-title h1{
    font-size: 46px;
    line-height: 55px;
    font-weight: 400;
}
.landing .section-title h3{
    font-size: 30px;
    line-height: 38px;
    font-weight: 400;
}
.landing .section-title h1 span{
    margin-top: 10px;
    font-size: 30px;
    line-height: 45px;
    font-weight: 400;
}
.bloque-landing{
    padding: 0px 30px;
}
.bloque-landing h4{
    font-size: 22px;
    padding: 10px 10px 0px 10px;

}

.bloque-landing p{
    font-size: 20px;
    padding: 10px 24px;
    color: #555555;
}
.bloque-landing span{
    font-size: 80px;
    padding: 10px 24px;
    color: #0f0f0fea;
    line-height: 64px;
}
.imagen-ciervo{
    height: 900px;
    padding-top: 0px;
    background-image: url('../images/ciervo.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.texto-grande{
    line-height: 26px;
}
.texto-grande h2{
    font-size: 34px;
    padding-bottom: 20px;
}
.texto-grande h4{
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 5px;
}
.texto-grande p{
    font-size: 16px;
    color: #1f1e1e;
}

.js_click_sorteo{
    cursor: pointer;
}

.btn-sorteo{ 
    font-size: 18px;
    font-weight: 500;
    padding: 20px 40px;
    background-color: #c39d28;
    color: #fff;
    border: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 4px;
    text-transform: uppercase;
}
.btn-sorteo:hover{
    color: #fff;
    text-decoration: underline;
}

.cursor-pointer{
    cursor: pointer;
}
 
/* arrow bounce */
@-moz-keyframes rebote {
    0%, 15%, 30%, 80%, 100%  {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    10% {
        -moz-transform: translateY(20px);
        transform: translateY(20px);
    }
    25% {
        -moz-transform: translateY(20px);
        transform: translateY(20px);
    }
}
@-webkit-keyframes rebote {
    0%, 15%, 30%, 80%, 100%  {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    10% {
        -moz-transform: translateY(20px);
        transform: translateY(20px);
    }
    25% {
        -moz-transform: translateY(20px);
        transform: translateY(20px);
    }
}
@keyframes rebote {
    0%, 15%, 30%, 80%, 100%  {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    10% {
        -moz-transform: translateY(20px);
        transform: translateY(20px);
    }
    25% {
        -moz-transform: translateY(20px);
        transform: translateY(20px);
    }
}
.rebote {
    -moz-animation: rebote 3s infinite;
    -webkit-animation: rebote 3s infinite;
    animation: rebote 3s infinite;
}

#drown-up{
    cursor: pointer;
}

.titulo_participo{
    padding-top: 40px;
}

iframe#video{
    width: 100%;
    height: 400px;
}

ul.lista-somos{
    padding-top: 30px;
}
ul.lista-somos li{
    background-image: url("../images/ico-img-right.png");
    background-size: 30px;
    background-repeat: no-repeat;
    font-size: 20px;
    padding: 0px 30px 30px 50px;
}

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

@media only screen and (max-width: 1200px){
    .landing h1{
        font-size: 32px;
    }
    .landing h1 span{
        font-size: 39px;
    }

    .imagen-ciervo{
        height: 700px;
    }
    .landing .section-title {
        padding: 40px 100px;
    }
    .landing .section-title h2 {
        font-size: 38px;
        line-height: 45px;
    }
}

@media only screen and (max-width: 990px){
    .landing {
        padding-top: 40px;
    }
    .div_imagen1 {
        height: 400px;
    }
    .bloque-landing {
        padding: 0px;
    }
    .bloque-landing h4{
        font-size: 20px;
        padding: 10px 10px 0px 10px;
    }

    .bloque-landing p{
        font-size: 16px;
        padding: 10px 24px;
        color: #555555;
    }

    .landing .section-title {
        padding: 40px 20px;
    }
    .landing .section-title h2 {
        font-size: 30px;
        line-height: 40px;
    }

    img.mapa{
        max-width: 600px;
    }

}

@media only screen and (max-width: 767px){
     
    .landing .section-title {
        padding: 40px 0px 10px 0px;
    }

    .landing .section-title h1{
        font-size: 30px;
        line-height: 40px;
        font-weight: 400;
    }
    .landing .section-title h1 span{
        font-size: 22px;
        line-height: 30px;
        font-weight: 400;
        padding-top: 10px;
    }

    .landing h3{
        font-size: 28px;
        font-weight: 500; 
    }

    .landing .section-title h3{
        font-size: 22px;
        line-height: 30px;
        font-weight: 400;
    }

    .bloque-landing{
        margin-bottom: 40px;
    }
    .bloque-landing h4{
        font-size: 22px;
        padding: 10px 10px 0px 10px;
    }

    .bloque-landing p{
        font-size: 16px;
        padding: 10px 24px;
        color: #555555;
    }

    .texto-grande h2{
        font-size: 30px;
        padding-bottom: 20px;
    }
    .texto-grande h4{
        font-size: 18px;
        padding-top: 20px;
        padding-bottom: 5px;
    }
    .texto-grande p{
        font-size: 16px;
        color: #555555;
    }
    .landing .section-title-mas h3 {
        font-size: 36px;
        line-height: 46px;
    }

    .titulo_participo{
        padding-top: 0px;
    }

    iframe#video{
        width: 450px;
        height: 280px;
    }
}

@media only screen and (max-width: 480px){
    .landing {
        padding-top: 80px;
        padding-bottom: 30px;
    }
    .landing h1{
        font-size: 26px;
    }
    h3 {
        font-size: 23px;
    }
    
    .imagen-ciervo{
        height: 400px;
    }
    .landing .section-title-mas h3 {
        font-size: 32px;
        line-height: 42px;
    }
    .landing .section-title {
        padding: 30px 10px 10px 10px;
    }

    iframe#video{
        width: 100%;
        height: 220px;
    }

    ul.lista-somos li{  
        font-size: 18px;
        padding: 0px 30px 20px 40px;
    }
}
