@charset "utf-8";

* {
	outline: none !important
}

html {
	height: 100%;
}

body {
	font-family: "Arial", sans-serif;
	font-size: 14px;
	color: #616161;
	min-width: 320px;
	margin: auto;
	background: #fff;
	line-height: 19px;
}

body p {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	line-height: normal
}

.container {
	margin: auto;
	line-height: 23px;
	text-align: justify;
	position: relative;
	color: #757575;
	max-width: 1100px;
}

.container:before,
.container:after {
	display: block;
	content: "";
	clear: both;
}

.animar {
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}

#header {
	width: 100%;
	z-index: 3;
	position: absolute;
	top: 0;
	left: 0;
}

#redes {
	width: auto;
	height: 26px;
	display: flex;
	align-items: center;
}

#redes a {
	color: #ffffff;
	height: 26px;
	width: 26px;
	text-align: center;
	display: inline-block;
	margin-right: 6px;
}

#redes a:last-child {
	margin-right: 0;
}

#redes a .fa {
	display: none;
}

#redes .fb,
#redes .tr,
#redes .yt,
#redes .in {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 32px;
	height: 32px;
}

#redes .fb {
	background-image: url(../images/redes/facebook.png);
}

#redes .yt {
	background-image: url(../images/redes/youtube.png);
}

#redes .tr {
	background-image: url(../images/redes/twitter.png);
}

#redes .in {
	background-image: url(../images/redes/instagram.png);
}

#redes a:hover,
#redes a:focus {
	transform: scale(1.1);
}

#topMenu {
	height: 142px;
	width: 100%;
	position: relative;
	background-image: url("../images/nav-background.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-top: 5px solid #226EAD;
	border-bottom: 5px solid white;
}

#menu {
	margin: auto;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: calc(142px - 10px);
}

#menu #logo {
	margin: auto 0;
}

#menu #logo a img {
	width: 95%;
}

#menu .r-nav {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

#menu ul {
	padding-top: 21px;
	margin: 0;
	position: relative;
	display: flex;
	justify-content: flex-end;
}

#menu li {
	float: left;
	position: relative;
	margin: 0 10px;
	background: rgba(255, 255, 255, .1);
	border-radius: 5px;
	transition: background-color .4s;
}

#menu li:first-of-type {
	margin-left: 0;
}

#menu li:last-of-type {
	margin-right: 0;
}

#menu li a {
	color: #ffffff;
	position: relative;
	background: transparent;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 300;
	height: 38px;
	padding: 0 20px;
	display: flex;
	align-items: center;
	text-align: center;
	transition: color .4s;
	font-family: 'Poppins', sans-serif;
}

#menu li.active,
#menu li:hover {
	background: rgba(242, 242, 242, .8);
	transition: background-color .4s;
}

#menu li.active a,
#menu li a:hover {
	color: #1F507C;
	transition: color .4s;
}

@media (max-width: 767px) {
	#datFooter {
		padding: 70px 0 30px 0 !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	#datFooter {
		padding: 70px 0 70px 0 !important;
	}
}

/*Footer*/
#datFooter {
	background-image: url(../images/footer-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 70px 0 10px 0;
	margin-top: -11px;
}

#datFooter a {
	color: #616161;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	line-height: 30px;
	letter-spacing: 0.25px;
	font-size: 14px;
}

#datFooter .dirDat {
	color: #616161;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	line-height: 24px;
	letter-spacing: 0.25px;
	font-size: 16px;
}

#datFooter ul {
	display: inline-block;
}

#datFooter li {
	list-style: none;
}

#datFooter .tit {
	font-size: 24px;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	color: white;
	line-height: 23px;
	padding-bottom: 20px;
	letter-spacing: 1px;
}

.contentDatFooter {
	min-height: 255px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.itemDat1 {
	width: 100%;
	border-right: 0;
	padding-right: 0px;
	margin-right: 0px;
	padding-bottom: 30px;
}

.itemDat1 img {
	margin: auto;
}

.itemDat2 {
	margin-right: 82px;
}

.itemDat3 {
	margin-right: 52px;
}

#footer {
	text-align: center;
	font-size: 11px;
	color: #FFF;
	background: #005491;
	line-height: 18px;
	font-family: Verdana, Geneva, sans-serif;
	min-height: 44px;
}

#footer .container {
	padding-top: 30px;
	padding-bottom: 30px;
	font-family: inherit;
	font-size: inherit;
display: flex;
flex-direction: column;
gap: 10px;
}

#footer .container::after, #footer .container::after{
	display: none;
}

#footer .tfooter {
	color: #FFF;
	line-height: 16px;
	text-align: left;
	float: left;
}

#footer #powered {
	color: #FFF;
	line-height: 16px;
	margin: 0 auto 0;
	width: auto;
	text-align: right;
	float: right;
	display: flex;
	align-items: center;
}

#footer a {
	color: #FFF;
}

#footer #powered .tw-logo {
	width: 25px;
	height: 25px;
}


#footer a:hover {
	text-decoration: underline;
}

#footer #powered a {
	color: #FFF;
}

#footer .tfooter,
#footer #powered {
	text-align: center;
}

#footer .tfooter span {
	display: block;
	text-align: center;
	line-height: 18px
}

/*Footer*/




/*==================     ToTop     ======================*/
a.toTop {
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 37px;
	color: #fff;
	border-radius: 50%;
	position: fixed;
	background: #000;
	border: solid 1px #fff;
	left: 21px;
	bottom: 65px;
	display: none;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	z-index: 20;
	opacity: .75
}

a.toTop:hover,
a.toTop:active {
	color: #000;
	text-decoration: none;
	opacity: 1;
	background: #fff
}

a#toTop a#toTop .fa {
	color: #FFF !important;
}

a.toTop:hover:after {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0;
}

.mobile .toTop,
.tablet .toTop {
	display: none !important;
}


#sliderTop:before {
	display: block;
	content: "";
	position: absolute;
	height: 6px;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.25);
	z-index: 2;
}

#sliderTop {
	margin-top: 142px;
}

#sliderTop .slides li {
	height: 330px;
	position: relative;
	background-position: center center !important
}

#sliderTop .slides li img {
	display: none;
}

#sliderTop .slides li .mb-logo img {
	display: block;
}

.contSlider {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.contSlider .container {
	height: 100%;
}

.contSlider .container .caption {
	font-family: 'Oswald', sans-serif;
	font-size: 40px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.25px;
	color: #ffffff;
	position: absolute;
	right: 15px;
	bottom: 60px;
	line-height: 50px;
	text-align: right;
	text-shadow: 3px 2px 7px rgba(0, 0, 0, 0.35);
}

.contSlider .container .caption strong {
	display: block;
}

.flex-direction-nav a {
	width: 34px;
	height: 35px;
}

.flex-direction-nav .flex-prev {
	margin-left: -360px;
	opacity: 1;
	background: url(../images/slider/prev.png);
}

.flex-direction-nav .flex-next {
	margin-left: -320px;
	opacity: 1;
	background: url(../images/slider/next.png);
}

#main {
	overflow: hidden
}

.desktop .wow {
	visibility: hidden;
}

#formTop {
	position: relative;
	padding-bottom: 40px;
	padding-top: 66px;
	background-color: #F6F6F6;
	background-image: url("../images/contacto/form-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#frmContacto {
	overflow: hidden;
}

#frmContacto .tit {
	color: #5e5e5e;
	font-family: "Lato", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
	position: relative;
	margin-bottom: 33px;
	padding: 3px 0;
	text-align: center;
}

#frmContacto .row {
	margin: 0 -4px;
}

#frmContacto div[class*="col-"] {
	padding: 0 4px;
}

#frmContacto .form-group {
	margin-bottom: 7px
}

#frmContacto .form-control {
	display: block;
	height: 49px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-family: "Verdana", serif;
	font-size: 11px;
	font-weight: 400;
	color: #949494;
	box-shadow: inset 0 1px 1px transparent !important;
	border: 1px solid #d5d5d5;
	background-color: #F0F0F0;
}

#frmContacto .textarea {
	height: 120px;
	padding-top: 12px;
}

#frmContacto input[type=submit],
#frmContacto input[type=reset] {
	display: inline-block;
	height: 42px;
	background: #002546;
	color: #ffffff;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	font-size: 11px;
	width: 83px;
	text-align: center;
	font-weight: 400;
	border-radius: 5px;

}

#frmContacto input[type=submit]:hover,
#frmContacto input[type=reset]:hover {
	opacity: .8
}

#frmContacto .error input,
#frmContacto .error textarea {
	border: solid 1px #000;
	background: rgba(255, 216, 217, 1.00);
	color: #000
}

.frmContacto input::-webkit-input-placeholder {
	color: #959595;
	opacity: 1;
}

.frmContacto input:-moz-placeholder {
	color: #959595;
	opacity: 1;
}

.frmContacto input::-moz-placeholder {
	color: #959595;
	opacity: 1;
}

.frmContacto input:-ms-input-placeholder {
	color: #959595;
	opacity: 1;
}

.frmContacto textarea::-webkit-input-placeholder {
	color: #959595;
	opacity: 1;
}

.frmContacto textarea:-moz-placeholder {
	color: #959595;
	opacity: 1;
}

.frmContacto textarea::-moz-placeholder {
	color: #959595;
	opacity: 1;
}

.frmContacto textarea:-ms-input-placeholder {
	color: #959595;
	opacity: 1;
}

.frmContacto input:focus::-webkit-input-placeholder {
	opacity: 0.5
}

.frmContacto input:focus:-moz-placeholder {
	opacity: 0.5
}

.frmContacto input:focus::-moz-placeholder {
	opacity: 0.5
}

.frmContacto input:focus:-ms-input-placeholder {
	opacity: 0.5
}

.frmContacto textarea:focus::-webkit-input-placeholder {
	opacity: 0.5
}

.frmContacto textarea:focus:-moz-placeholder {
	opacity: 0.5
}

.frmContacto textarea:focus::-moz-placeholder {
	opacity: 0.5
}

.frmContacto textarea:focus:-ms-input-placeholder {
	opacity: 0.5
}

#frmContacto .has-error .form-control-feedback {
	line-height: 36px;
	height: 100%;
}

#frmContacto .has-error input {
	border-color: #a94442;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

#dirMap {
	background: #464646;
}

#dirMap .tit {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	color: #ffffff;
	padding: 26.5px 0;
}

.contGaleria {
	margin: auto;
	max-width: 233px;
	padding: 9.5px;
	border: solid 1px #9e9e9e;
}

.contGaleria figure {
	position: relative;
}

.contGaleria a:hover figure:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../images/galeria/hover.png?v2) center no-repeat;
	background-size: cover;
}

.colfProd1 {
	padding-right: 50px;
}

.colfProd2 {
	padding-left: 0;
}