.peticiones {
    padding-top: 120px;
    padding-bottom: 40px;
}

.peticiones h1{
    font-size: 42px;
    font-weight: 300;
    padding-bottom: 40px;
}
.peticiones h1 span{
    font-size: 52px;
    font-weight: 500;
}
 

.peticiones .section-title{
    padding: 10px 120px;
    margin-bottom: 0px;
}
.peticiones .section-title p{
    font-size: 20px;
    line-height: 35px; 
}
 

.peticiones .form-head .title {
    font-size: 28px;
    line-height: 1.42;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}

.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;
}
  

#drown-up{
    cursor: pointer;
}
 

.peticiones {
    background-color: #f9f9f9;
}

.peticiones .form-head {
    padding: 44px;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    background-color: #fff;
    margin-top: 40px;
}


.peticiones div.columna-check {
    font-size: 15px;
    font-weight: 400;
    display: block;
    margin-bottom: 2px;
    width: 49%;
    display: inline-block;
    cursor: pointer;
}

.select2-container .selection{
    width: 100%;
}

.mensaje_azul{
    font-size: 13px;
    color: #2b63ddfd;
}

.peticiones .default-form-style .form-group .arrow { 
    top: 60%; 
}

.peticiones .default-form-style .form-group.has-error .arrow {
    top: 75%; 
}

.peticiones .default-form-style .form-group label.especies {
    font-weight: 400;
    font-size: 15px;
}
.peticiones .default-form-style .form-group label.radio-label {
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
    color: #081828;
}

.peticiones .default-form-style .form-group.has-success .select2-search textarea, .peticiones .default-form-style .form-group.has-error .select2-search textarea{
    border: none;
}
 
.grupoRadio{
    margin-bottom: 10px;
    margin-top: 5px;
}

.peticiones .default-form-style .form-group .grupoRadio label.inblock {
     width: 100%;
     display: block !important; 
    
}

.peticiones .default-form-style .form-group input {
    height: 40px; 
}

.peticiones .default-form-style .form-group {
    margin-bottom: 15px;
}

.peticiones .default-form-style .form-control-feedback {
    position: absolute;
    top: 40px;
    right: 11px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.peticiones .default-form-style .form-group input[type=checkbox] { 
    margin-right: 5px;
    height: 22px;
    width: 22px;
}
.peticiones .default-form-style .error.help-block {
    color: #a94442;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
}
 

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

@media only screen and (max-width: 1200px){
    .peticiones h1{
        font-size: 32px;
    }
    .peticiones h1 span{
        font-size: 39px;
    }
 
    .peticiones .section-title {
        padding: 40px 100px;
    }
    .peticiones .section-title h2 {
        font-size: 38px;
        line-height: 45px;
    }
}

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

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

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

}

@media only screen and (max-width: 767px){
    .imagen-ciervo{
        height: 500px;
    }
    .peticiones .section-title {
        padding: 40px 0px 10px 0px;
    }
 
    .peticiones .form-head .title {
        font-size: 22px;
        line-height: 1.42; 
    }

    .peticiones .form-head {
        padding: 25px; 
    }
}




@media only screen and (max-width: 480px){

    .peticiones .section-title p{
        font-size: 18px;
        line-height: 30px; 
    }
    .peticiones h1{
        font-size: 26px;
    }
    h3 {
        font-size: 23px;
    }
    .peticiones h1 span {
        font-size: 35px;
        line-height: 40px;
    }
    .imagen-ciervo{
        height: 400px;
    }
    .peticiones .section-title-mas h3 {
        font-size: 32px;
        line-height: 42px;
    }
    .peticiones .section-title {
        padding: 30px 10px;
    }

    .peticiones .default-form-style .form-group input[type=checkbox] { 
        margin-right: 0px;
        height: 18px;
        width: 18px;
    }

    .button{
        margin-top: 10px;
    }
    .button .btn{
        width: 100%;
    }
}


 
