body{
    background-color: #e7e7e7;
    background-image: url("img/bg.jpg");
    background-repeat: repeat-x;
    font-family: 'Roboto', sans-serif;
}

p {
	font-size: 16px;
}

strong{
	color:#15304E;
}

.logopent{
	margin: 20px 0 0 0;
}

.logopent img{
	width: 180px;
	height: auto;
}

.logo h1{
    background-image: url("img/logo.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 10em auto;
    height: 3em;
    margin: 0.5em auto;
    overflow: hidden;
    text-indent: -2000px;
    width: 10em;
}

.title h2{
	color:#15304E;
}

.title h2, .title p{
	text-align:center;
	max-width: 700px;
	margin: 40px auto 40px auto;
}

.info>div>div{
    background-color: #fff;
    padding: 2em 1.2em;
	margin: 2em 0;
    width: 100%%;
    box-shadow: 10px 11px 10px -14px;
    border-radius: 1em;
}


.info  h3{
	font-size:1.3em;
	color:#15304E;
	text-align:center;
	min-height: 90px;
}

.info_conteiner{
min-height:10em;
text-align:center;
}


.info .download{
	background-color:#15304E;
	color:#fff;
	border-radius:0.5em;
	padding:0.5em;
	display:inline-block;
	text-align:center;
	width:100%;
	margin:0.5em 0;
	text-decoration:none;
}

.info .download:hover{
	background-color:#eee;
	color:#777;
}

@media only screen and (max-width: 992px) {
	.info_conteiner{
	min-height: initial;
	margin:0 0 1.8em 0;
	}
}

@media only screen and (max-width: 320px) {
.logo h1{
    background-size: 7em auto;
    width: 7em;
}

}

footer{
	background-color:#333;
	text-align:center;
	padding-top:1px;
	font-family: 'Roboto', sans-serif;
	color:#909294;
	font-size: 12px;
	font-weight: 500;	
	overflow:hidden;
	padding-top: 50px;
	}
	
	
footer a
{
	color: #fff;	
}


#bloque-6
{
    background-image: url(../imgs/bg-suscribete.jpg);
    background-repeat: no-repeat;
    background-position:  center center;
    background-size: cover;
    background-color: #7AC6B6;
    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;
    
}

.btn-suscribe
{
    background-image: url(img/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;
    
    
}
