header {
	background-color: #920000;

	box-shadow: inset 0 -2px 0 0px #CE1920;
}
header .container{
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
}
header .logo {
	width: 100%;
	max-width: 220px;    
	margin-right: auto;
}
header .logo img {
	width: 100%;
	display: block; 
	margin: 0 auto;
}
header nav {
	background-color: #ee2639;
}
header nav .navbar-header {
	display: none;
	background-color: #920000;
}
header nav .navbar-header button {
	border: 2px solid white;
	border-radius: 2px;
}
header nav .navbar-header button .icon-bar {
	background-color: #fff;
}
header ul.navbar-nav {
	float: none;
	display: flex;
	align-items: center;
	margin-left: auto;
}
/*header ul.navbar-nav li.language{
position: absolute;
right: 0;
}*/
header ul.navbar-nav li.language{
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	margin: 0 15px;
}
header ul.navbar-nav li.language a{
	padding: 0;
	min-height: 1px;
	width: 100%;
	font-family: 'Proxima Nova';
}
header ul.navbar-nav li.language a.active{
	font-family: 'Proxima Nova';
}
header ul.navbar-nav li.language a:hover{
	text-decoration: underline;
	background-color: transparent;
}
header ul.navbar-nav li.language span{
	color: white;
	margin: 0 5px;
	display: none;
}
header ul.navbar-nav li {
	/*margin: 0 10px;*/
	margin: 0 3.5px;
	min-height: 67px;
	height: 100%;
	display: flex;
	align-items: center;
	align-content: center;
}
header ul.navbar-nav li.contact {
	min-height: 0;
	margin: 0 0 0 3.5px;
	padding: 0 15px 0 0;
	border-right: 2px solid #fff;
}
header ul.navbar-nav li.contact a {
	min-height: 20px;
	font-family: 'Proxima Nova';
	font-weight: bold;
}
header ul.navbar-nav li a {
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	padding: 10px 7px;
	min-height: 67px;
	display: flex;
	align-items: center;
	align-content: center;
	text-transform: uppercase;
}
header ul.navbar-nav li a:hover {
	background-color: #CE1920;
}
header ul.navbar-nav li a:focus{
	background-color: #CE1920;
}
}
header ul.navbar-nav li.active a {
	font-weight: bold;
	background-color: #CE1920;
}
header ul.navbar-nav li.contact a {
	border: 2px solid white;
	font-weight: bold;
	text-align: center;
	display: block;
}

footer {
	background-color: #ffffff;
	padding: 35px 0 25px;
	border-top: 1px solid #cccc;
}
footer .container{
	max-width: 1180px;
	padding: 0;
}
footer h4 {
	font-size: 17px;
	font-family: 'Proxima Nova';
	color: #d0302b;
	margin: 0 0 15px;
}
footer h4 a {
	color: inherit;
}
footer .sup-foot {
	display: flex;
}
footer .sup-foot .side:nth-child(1) {
	max-width: 450px;
	width: 90%;
	margin-right: auto;
}
footer .sup-foot .side ul {
	padding: 0;
	margin: 0;
	width: 100%;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
footer .sup-foot .side ul li {
	list-style: none;
	width: 50%;
	margin-bottom: 12px;
}
footer .sup-foot .side ul li a {
	color: #7c7c7c;
	font-weight: 600;
	font-size: 14px;
	text-decoration: none;
}
footer .sup-foot .side:nth-child(2) .links {
	width: 100%;
	max-width: 305px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
footer .sup-foot .side:nth-child(2) .links h4 {
	width: 50%;
	margin-bottom: 30px;
}
footer .sub-foot {
	border-top: 1px solid #bababf;
	padding: 20px;
	display: flex;
	justify-content: center;
}
footer .sub-foot .logo {
	width: 100%;
	max-width: 220px;
}
footer .sub-foot .logo img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
footer .sub-foot .contact {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}
footer .sub-foot .contact p {
	line-height: 1.5;
	font-size: 15px;
	font-weight: 600;
	color: #7c7c7c;
}
footer .sub-foot .contact p a {
	display: block;
	color: #ce0014;
}
footer .sub-foot .follow {
	width: 100%;
	max-width: 215px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
footer .sub-foot .follow h5 {
	color: #7c7c7c;
	font-weight: bold;
	font-size: 17px;
}
footer .sub-foot .follow a {
	display: block;
	width: 35px;
}
footer .sub-foot .follow a img {
	max-width: 100%;
}

.cajafoot{
	width: 100%;
	max-width: 300px;
	margin-left: auto;
	margin-bottom: 20px;
}
.cajafoot p{
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 10px;
}
.cajafoot h3{
	font-size: 18px;
	font-weight: bold;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
	margin: 0 0 10px;
}
.cajafoot form {
	width: 100%;
	max-width: 385px;
	display: block
}
.cajafoot form fieldset {
	max-width: 100%
}
.cajafoot form .hs-form-field {
	margin-bottom: 15px
}
.cajafoot form .hs-error-msgs {
	display: none !important
}
.cajafoot form label {
	font-weight: 600;
	font-size: 14px;
	display: block;
	margin-bottom: 5px
}
.cajafoot form label span {
	color: #555
}
.cajafoot form label .hs-form-required {
	color: red
}
.cajafoot form .hs-input,
.cajafoot form select {
	margin-right: 0;
	width: 100%;
	max-width: 500px;
	padding: 0 !important;
	padding-left: 5px !important;
	height: 30px;
	line-height: 1;
	box-shadow: none;
	border: 1px solid #c5c5c5;
	outline: 0 !important;
	border-radius: 2px;
	font-size: 14px;
	font-family: "Proxima Nova", sans-serif
}
.cajafoot form .hs-input.error,
.cajafoot form select.error {
	border-color: red
}
.cajafoot form .hs-submit .actions {
	margin: 0;
	padding: 0
}
.cajafoot form .hs-submit .actions input {
	background: #d1372d;
	text-shadow: none;
	border: 0;
	outline: 0 !important;
	box-shadow: none !important;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
	font-weight: bold;
	width: 100%;
	max-width: 150px;
	color: white;
	border-radius: 5px;
	line-height: 1;
	padding: 12px 0;
	font-weight: bold;
}

/* Nuevo apartado de footer */
.industries_dina {
  background-color: #fff;
}
.industries_dina .blocks_grid {
  display: flex;
  justify-content: center;
}
.industries_dina .blocks_grid .block_item {
  width: 50%;
  display: flex;
}
.industries_dina .blocks_grid .block_item.flx {
  align-items: center;
}
.industries_dina .blocks_grid .block_item img {
  width: 100%;
}
.industries_dina .blocks_grid .block_item .info {
  width: 100%;
  max-width: 490px;
  margin-left: auto;
  padding-right: 25px;
}
.industries_dina .blocks_grid .block_item .info h3 {
  color: #333;
  font-size: 24px;
}
.industries_dina .blocks_grid .block_item .info ul {
  padding-left: 20px;
  margin: 30px 0;
}
.industries_dina .blocks_grid .block_item .info ul li {
  margin-bottom: 10px;
  color: #ce0014;
}
.industries_dina .blocks_grid .block_item .info ul li span {
  color: #333;
  font-size: 18px;
}
.industries_dina .blocks_grid .block_item .info a.btn-red {
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-transform: uppercase;
  border: 1px solid white;
  background-color: #585966;
  font-weight: bold;
  width: 200px;
  height: 45px;
}
/*
.industries_dina .blocks_grid .block_item {
  display: block;
}

.industries_dina .blocks_grid .block_item .info h3 {
  color: #333;
}

.industries_dina .blocks_grid .block_item .info ul li span {
  color: #333;
}

.industries_dina {
  background-color: #fff;
}

.industries_dina .blocks_grid .block_item .info a.btn-red {
  background-color: #585966;
}*/



@media (min-width: 979px) and (max-width: 1200px) {

	footer .sup-foot{
		flex-wrap: wrap;
	}  
	footer .sup-foot .side:nth-child(1){
		max-width: 100%;
		margin-bottom: 20px;
	}
	.cta-foot {
		padding: 45px 15px;
	}

	footer .sections .sec p,
	footer .sections .sec a {
		font-size: 11px;
	}

	header .navbar-collapse {
		width: 73%;
	}
	header .navbar-collapse ul.navbar-nav li {
		margin: 0 3px;
		min-height: 0;
	}
	header .navbar-collapse ul.navbar-nav li a {
		min-height: 0;
		font-size: 12px;
		padding: 10px 5px;
	}

}  

@media (min-width: 768px) and (max-width: 979px) {

	footer .sup-foot{
		flex-wrap: wrap;
	}  
	footer .sup-foot .side:nth-child(1){
		max-width: 100%;
		margin-bottom: 20px;
	}  
	footer .sections .sec p,
	footer .sections .sec a {
		font-size: 11px;
	}    
	.cta-foot {
		padding: 45px 15px;
	}
	.cta-foot .cta h3 {
		font-size: 24px;
	}

	footer h4 {
		font-size: 15px;
	}
	footer .sup-foot .side:nth-child(2) .links h4 {
		margin-bottom: 15px;
	}
	footer .sup-foot .side ul li {
		margin-bottom: 6px;
	}
	footer .sup-foot .side ul li a {
		font-size: 13px;
	}
	footer .sub-foot .logo {
		max-width: 140px;
	}
	footer .sub-foot .contact {
		max-width: 290px;
	}
	footer .sub-foot .contact p {
		font-size: 12px;
	}
	footer .sub-foot .follow {
		max-width: 120px;
	}      
	.cajafoot{
		margin: 20px auto ;
	}
	header img {
		width: 25%;
	}
	header .navbar-collapse {
		width: 73%;
		max-height: 100%;
	}
	header ul.navbar-nav {
		display: block;
		margin: 0;
		padding: 0;
	}
	header ul.navbar-nav li {
		margin: 0;
		width: 100%;
	}
	header ul.navbar-nav li a {
		width: 100%;
	}    
}


@media (max-width: 767px) {
	footer{
		padding-left: 20px;
		padding-right: 20px;
	}
	.cajafoot{
		margin: 20px 0;
	}
	header .navbar-collapse {
		width: 100%;
	}
	header nav .navbar-header {
		display: block;
	}
	header ul.navbar-nav {
		display: none;
		min-height: 0;
	}
	header ul.navbar-nav li {
		min-height: 0;
	}
	header ul.navbar-nav li a {
		min-height: 0;
		width: 100%;
	}
	.cta-foot {
		padding: 45px 15px;
	}
	.cta-foot .cta h3 {
		font-size: 24px;
	}

	footer .sections .sec {
		width: 100%;
	}
	footer .sections .sec p {
		font-size: 15px;
		text-align: center;
	}
	footer .sections .sec.menu {
		width: 100%;
		margin: 20px 0;
	}
	footer .sections .sec.blog {
		width: 100%;
	}
	footer .sections .sec.form {
		width: 100%;
		margin: 0 0 20px;
	}
	footer .sections .sec.ubica {
		width: 100%;
	}
	footer .sections .sec.ubica img {
		margin: 0 auto 20px;
	}
	footer .sections .social {
		margin: 0;
	}
	footer .sections .social .the {
		display: block;
	}
	footer .sections .social .the ul {
		display: flex;
		justify-content: space-around;
		margin-top: 20px;
	}
	footer .sections .social .the p {
		width: 100%;
		margin: 30px 0;
		text-align: center;
	}
	footer .sections .social .the p a {
		display: block;
		width: 100%;
		margin: 15px auto 0;
	}
	footer {
		padding-bottom: 0;
	}
	footer h4 {
		font-size: 15px;
	}
	footer .sup-foot {
		display: block;
	}
	footer .sup-foot .side {
		width: 100% !important;
	}
	footer .sup-foot .side:nth-child(2) {
		margin-top: 20px;
	}
	footer .sup-foot .side:nth-child(2) .links {
		max-width: 100%;
	}
	footer .sup-foot .side:nth-child(2) .links h4 {
		margin-bottom: 15px;
	}
	footer .sup-foot .side ul li {
		margin-bottom: 6px;
	}
	footer .sup-foot .side ul li a {
		font-size: 13px;
	}
	footer .sub-foot {
		display: block;
	}
	footer .sub-foot .logo {
		max-width: 160px;
		margin: 0 auto 20px;
	}
	footer .sub-foot .contact {
		max-width: 290px;
		margin-bottom: 20px;
	}
	footer .sub-foot .contact p {
		font-size: 12px;
	}
	footer .sub-foot .follow {
		max-width: 250px;
		margin: 0 auto;
	}
	footer .sub-foot .follow a img {
		max-width: 35px;
	}
	footer .sections{
		overflow: hidden;
	}
}
@media (max-width: 480px) {
	footer .container{
		width: 100%;
		max-width: 90%;

	}
	footer .sections .sec.menu,
	footer .sections .sec.blog,
	footer .sections .sec.form,
	footer .sections .social{
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	header nav .navbar-header {
		display: block;
		float: none;
	}

	.navbar-toggle {
		display: block;
	}

	.navbar-collapse {
		border-top: 1px solid transparent;
		max-height: 500px;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	}

	.navbar-collapse.collapse {
		display: none !important;
	}

	.navbar-collapse.collapse.in {
		width: 100%;
		display: block !important;
	}
}