/* Bloque 6 */ 

#bloque-6
{
    background-image: url(../imgs/bg-suscribete.jpg);
    background-repeat: no-repeat;
    background-position:  center center;
    background-size: cover;
    background-color: #ff8b40;
    padding: 120px 40px 120px 40px;
    overflow: hidden!important;
}

#bloque-6 .container-fluid
{
    max-width: 1000px;
}

#bloque-6 p
{
    padding: 0 20px 0 20px;
    font-size: 30px;
    font-weight: 300;
    color: #ffffff;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#bloque-6 p span
{
    font-weight: 700;
}

.padding-form
{
    padding: 0 20px 0 20px;
}

#bloque-6 form
{
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.08);
    padding: 40px 35px 30px 35px;
}

#bloque-6 form .form-label{
    color: #fff;   
    font-size: 21px;
    text-align: left;
    font-weight: 600;    
    display: block;
    margin-bottom: 15px;
}


#bloque-6 form input
{
    width: 100%;
    display: block;
    margin-bottom: 20px;
    border: none;
    padding: 5px 15px 5px 15px;
    color: #7b7b7b;
}

#bloque-6 .sib-form select.input:first-child, .sib-form select.input:last-child{
    padding-right: 8px;
    
}

#bloque-6 .btn-suscribe
{
    background-image: url(../imgs/enviar.jpg);
    background-repeat: no-repeat;
    background-position:  14px center;
    background-size: 22px 22px;
    width: 45px;
    height: 45px;
    background-color: #ffffff;
    border: none;
    border-radius: 50%;
    margin-top: 10px;
    overflow: hidden;
    text-indent: -1000px;
    display: block;
}

#bloque-6 form .entry__field {
border:none;
display:block;

}

#bloque-6 form .form__label-row {
    display: block;
}

#bloque-6 form .select-country{
	border: none;
	padding: 13px 15px 13px 15px;
	color: #7b7b7b;
}

#bloque-6 form .tel {
	margin:0;
}

.sms-tooltip{
    display:none;
    
    
}