.content-btns-contacto{
	padding: 0px;
	width: auto;
}
.cont-btn-suscribete{
	width: auto;
	margin: 0px 0px;
}
.txt-contacto{
	font-size: 44px;
    margin: 30px 0px;
    color: #fff;
    letter-spacing: 3px;
}
.txt-contacto span{
	font-size: 26px;
}

input::-webkit-input-placeholder {
  color: #fff !important;
}
input:-moz-placeholder {
  color: #fff !important;
}
input:-ms-input-placeholder {
  color: #fff !important;
}
input[placeholder] {
  color: #fff !important;
}

.modal-input {
    background: #9e9d9d !important;
}
.content-idiomas{
	padding: 0px !important;
	margin-bottom: 50px;
}
.btn-idiomaE{
	background: #e70909;
	color:#fff;
	text-align: center;
}
.btn-idiomaE:hover,.btn-idiomaE:focus,.btn-idiomaE:active{
	background: #e70909;
	color:#9e9d9d !important;
	text-align: center;
	text-decoration: none;
}
.btn-idiomaI{
	background: #9e9d9d;
	color:#fff;
	text-align: center;
}
.btn-idiomaI:hover,.btn-idiomaE:focus,.btn-idiomaE:active{
	background: #9e9d9d;
	color:#e70909;
	text-align: center;
	text-decoration: none;
}
.txt-titulo{
	color:red;
	font-size: 60px;
	width:100%;
	margin-bottom:20px;
}
.txt-subtitulo{
	font-size: 15px !important;
}
.txt-gris{
    font-size: 20px !important;
    line-height: 40px !important;
}

@media (min-width: 768px){
	.content-btns-contacto{
		padding: 0px;
		width: 90px !important;
	}
	.cont-btn-suscribete{
		width: 160px !important;
		margin: 0px 80px;
	}
	.txt-titulo{
		color:red;
		font-size: 100px;
		width:100%;
		margin-bottom:20px;
	}
	.txt-subtitulo{
		font-size: 15px !important;
	}
	.txt-gris{
	    font-size: 25px !important;
	    line-height: 40px !important;
	}
}
@media (min-width:1024px){
	.content-btns-contacto{
		padding: 0px;
		width: 90px !important;
	}
	.cont-btn-suscribete{
		width: 160px !important;
		margin: 0px 80px;
	}
	.txt-titulo{
		color:red;
		font-size: 150px;
		width:100%;
		margin-bottom:20px;
	}
	.txt-subtitulo{
		font-size: 25px !important;
	}
	.txt-gris{
	    font-size: 25px !important;
	    line-height: 40px !important;
	}
	.img.compu{
		max-width: 105% !important;
	    margin-top: 12.5em !important;
	}
}
@media (min-width: 1330px){
	.content-btns-contacto{
		padding: 0px;
		width: 90px !important;
	}
	.cont-btn-suscribete{
		width: 160px !important;
		margin: 0px 80px;
	}
	.txt-titulo{
		color:red;
		font-size: 200px;
		width:100%;
		margin-bottom:20px;
	}
	.txt-subtitulo{
		font-size: 25px !important;
	}
	.txt-gris{
	    font-size: 25px !important;
	    line-height: 40px !important;
	}
	.img.compu{
		max-width: 105% !important;
	    margin-top: 12.5em !important;
	}
}