video {
	width: 100% !important;
	height: auto !important;
}

.ercam-text-reset {
	font-size: initial !important;
	line-height: inherit !important;
}


.ercam-logo {
	margin-top: 20px;
}

.ercam-header {
	margin-bottom: 2.5rem;
}

.ercam-text p {
	color: black;
}

.ercam-calidad {
	color: #FFF;
	font-size: 100%;
}

.ercam-list ul, .ercam-list ol {
	list-style: none;
}

.ercam-contacto {
	background-color: rgba(0, 0, 0, 0) !important;
}

.ercam-contacto input[text], .ercam-contacto input[email], .ercam-contacto textarea {
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
	outline: none;
	padding: 3px 0px 3px 3px;
	margin: 5px 1px 3px 0px;
	background: rgba(0, 0, 0, 0) !important;
	border-color: rgba(0, 0, 0, 0) !important;
}

.ercam-contacto input[type=text]:focus, .ercam-contacto input[type=email]:focus, .ercam-contacto textarea:focus {
	box-shadow: 0 0 5px #999 !important;
	padding: 3px 0px 3px 10px;
	margin: 5px 1px 3px 0px;
	border: 1px solid #999 !important;
}

.ercam-contacto-footer h3, .ercam-contacto-footer h4 {
	text-align: center;
}

.ercam-contacto-footer p {
	text-align: center;
	color: #909090;
	margin-bottom: 1rem;
	font-size: medium;
}

.ercam-contacto-footer strong {
	color: #AAA;
}

.ercam-descargas p {
	padding-top: 1rem;
	text-align: center !important;
	font-size: medium;
	font-weight: bold;
	color: #666;
}


.banner>article .ercam-xp{
	font-size: 5rem;
}

@media screen and (max-width: 1280px){
	.banner>article .ercam-xp{
			font-size: 4rem;
	}
}

@media screen and (max-width: 980px){
	.banner>article .ercam-xp{
			font-size: 3rem;
	}
}

@media screen and (max-width: 736px){
	.banner>article .ercam-xp{
			font-size: 2rem;
	}
}


/* FORMULARIO: Contactanos */

.form__top {
	width: 100%;
	text-align: center;
	padding: 2rem 0 1rem;
	margin-bottom: 1rem;
}

.form__top h2 {
	font-weight: bold;
	color: #CAC8C8;
	font-size: 18px;
}

h2 span {
	color: #F39B53;
}

.form__reg {
	padding: 0 2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #000;
	background: #000;
	margin: auto;
	max-width: 500px;
}

.btn__form {
	display: flex;
	justify-content: space-around;
	margin-top: 1rem;
}

.input, .btn__submit, .btn__reset {
	background-color: #000;
	padding: .5rem;
	margin: .5rem 0;
	border: none;
	border-bottom: solid #C8C8C8 .2rem;
	transition: all .5s;
}

.input:focus {
	border-bottom: solid #F39B53 .2rem;
}

.btn__submit, .btn__reset {
	width: 40%;
	border-bottom: none;
	background-color: #004080;
	color: white;
}

.btn__reset {
	background-color: #004080;
}

.btn__submit:hover {
	background-color: #004080;
}

.btn__reset:hover {
	background-color: #004080;
}