@media ( max-width : 10991px) {
	.navbar-header {
		float: none;
	}
	.navbar-left, .navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none !important;
	}
	.navbar-nav {
		float: none !important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.collapse.in {
		display: block !important;
	}
}

.overflow{
	overflow: auto;
}

.os-animation {
	opacity: 0;
}

.os-animation.animated {
	opacity: 1;
}

@font-face {
	font-family: "Raleway";
	src: url('../fonts/Raleway-Regular.ttf');
}

@font-face {
	font-family: "RalewayExtraBold";
	src: url('../fonts/Raleway-Black.ttf');
}

.main_container{
	padding-top: 70px;
}

#colaboradores.main_container {
	background: url("../images/pc/colaboradores/fondo.jpg") no-repeat center
		center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#productos.main_container {
	background-size: cover;
	background: url("../images/pc/productos/fondo_productos_todos.jpg")
		repeat center;
}

.same-height-others {
	overflow: hidden;
	overflow-y: scroll;
}

.xs-text-left {
	text-align: left;
}

.xs-text-right {
	text-align: right;
}

.xs-padding-right {
	padding-right: 10%;
}

.padding-left-extra {
	padding-left: 40px;
}

.padding-right-extra {
	padding-right: 40px;
}


.colaborador {
	border: 1px solid #9D9D9D;
}

@media ( min-width : 768px) {
	.colaborador:hover{
		background-color: #E9E9E9;
		border: 1px solid white;
	}
}

@media ( max-width : 767px) {
	.main_header.index {
		background: url("../images/movil/home/portada_celular.jpg") no-repeat
			center;
	}
	.xs-text-left {
		text-align: center;
	}
	.xs-text-right {
		text-align: center;
	}
	.xs-padding-right {
		padding-right: 0%;
	}
	.linea-index-r, .linea-index-l {
		margin-left: auto !important;
		margin-right: auto !important;
		transform: none !important;
	}
	.padding-left-extra {
		padding-left: 0px !important;
	}
	.padding-right-extra {
		padding-right: 0px !important;
	}
	.xs-margin-top {
		margin-top: 20px;
	}
	.colaborador.inview{
		background-color: #E9E9E9;
		border: 1px solid white;
	}
}

.texto-degradado {
	background: linear-gradient(90deg, rgba(227, 30, 36, 1) 35%,
		rgba(176, 36, 130, 1) 100%);
	-webkit-background-clip: text;
	color: transparent;
}

.hcenter-img-responsive {
	margin: auto 0;
}

body {
	background-color: #E9E9E9;
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	color: #5B5B5B;
	font-size: 16px;
}

body.index {
	background: url(../images/pc/home/fondo_nuestros_mercados.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.h1 {
	font-size: 36px;
}
.h2 {
	font-size: 30px;
}
.h3 {
	font-size: 24px;
}
.h4 {
	font-size: 18px;
}

.fake {
	background-color: #E9E9E9;
}

.fakedegrade {
	background: linear-gradient(90deg, rgba(227, 30, 36, 1) 35%, rgba(176, 36, 130, 1) 100%);
}

.footer, .seudofooter, .fakedark {
	background-color: #C5C6C6;
}

.dark-gray {
	background-color: #C5C6C6;
}

#map_canvas {
	height: 450px;
}

.extrabold {
	font-family: "RalewayExtraBold", Helvetica, Arial, sans-serif;
}

.nopadding {
	padding: 0 !important;
}

.bdblock {
	display: block;
}

.centered {
	margin: 0 auto;
}

.news-wrapper{
	background-color: white;
}

.navbar-nav>li>a:hover, .navbar-nav>li>a:focus {
	background-color: rgba(0, 0, 0, 0.1);
}

.navbar-toggle .icon-bar {
	width: 44px;
}

.icon-bar {
	background-color: #F6F3EE;
	color: #F6F3EE;
}

.black {
	background-color: #000000;
	color: #000000;
}

.white-text, .menu-text, #menu-main a {
	color: #F6F3EE;
}

.blue-text {
	color: #393185;
}

.red-text {
	color: #E01F2C;;
}

.path-producto{
	color: #E01F2C;
	font-size: 18px;
	font-weight: bold;
} 

.title-producto{
	color: #E01F2C;;
	font-size: 30px;
	font-weight: bold;
}

.margin-top {
	margin-top: 20px;
}

.margin-left {
	margin-left: 20px;
}

.margin-right {
	margin-right: 20px;
}

.extra-margin-top {
	margin-top: 40px;
}

.extra-margin-left {
	margin-left: 40px;
}

.margin-bottom {
	margin-bottom: 20px;
}

.padding-top {
	padding-top: 20px;
}

.padding-bottom {
	padding-bottom: 20px;
}

.padding-left {
	padding-left: 20px;
}

.padding-right {
	padding-right: 20px;
}

.big-padding {
	padding: 15px;
}

.mini-margin {
	margin: 8px;
}


.float-right {
	float: right;
}

.mini-padding {
	padding: 8px;
}

.extrasmall {
	font-size: x-small;
}

.small {
	font-size: small;
}

a {
	color: #5B5B5B;
	text-decoration: none;
}

a:hover, a:focus {
	color: #9D9D9D;
	text-decoration: none !important;
}

a.botonera-1 {
	font-size: 38px;
	color: #727271;
}

a.botonera-1:hover, a.botonera-1:focus {
	color: #A9A9A9;
}

a.botonera-2 {
	font-size: 31px;
	color: #E31E24;
}

a.botonera-2:hover, a.botonera-2:focus {
	color: #E73E47;
}

a.botonera-3 {
	font-size: 24px;
	color: #B02482;
}

a.botonera-3:hover, a.botonera-3:focus {
	color: #C43F8F;
}

a.botonera-4 {
	font-size: 18px;
	color: #727271;
}

a.botonera-4:hover, a.botonera-4:focus {
	color: #A9A9A9;
}

a.botonera-p-1 {
	font-size: 38px;
	color: #FEFEFE;
}

a.botonera-p-1:hover {
	color: #C5C6C6;
}

a.botonera-p-2 {
	font-size: 31px;
	color: #BDBFC1;
}

a.botonera-p-2:hover {
	color: #D2D3D5;
}

a.botonera-p-3 {
	font-size: 24px;
	color: #848688;
}

a.botonera-p-3:hover {
	color: #A9ABAE;
}

.mini-padding-top {
	padding-top: 8px;
}

.mini-padding-left {
	padding-left: 8px;
}

#menu-main {
	width: 100%;
	text-align: center;
	display: block;
}

#menu-main li {
	display: inline-block;
	float: none;
	vertical-align: top;
}

#menu-main a {
	display: block;
	padding: 10px;
}

.carousel-indicators li {
	background-color: #9D9D9D;
}

.carousel-indicators li.active {
	background-color: #5B5B5B;
}

.carousel-title {
	position: absolute;
	top: 15px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	font-size: 60px;
	font-weight: bold;
}

.shared-data {
	cursor: pointer;
}

.btn-send:hover, .btn-send:focus, .btn-send:active, .btn-send.active {
	background-color: #9D9D9D;
	color: #F6F3EE;
}

.btn-send {
	background-color: #5B5B5B;
	color: #F6F3EE;
	border-radius: 15px;
	min-width: 170px;
}

.form-control {
	background-color: transparent;
	color: #5B5B5B;
	border: none;
	border-bottom: 2px solid #E01F2C;
	border-radius: 0px;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form-control:focus {
	border-color: #5B5B5B;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form-control::-moz-placeholder {
	color: #5B5B5B;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #5B5B5B;
}

.form-control::-webkit-input-placeholder {
	color: #5B5B5B;
}

.carousel-control .icon-next, .carousel-control .icon-prev {
	width: 22px !important;
	height: 51px !important;
}

.error {
	color: red;
}

.linea-index {
	width: 55px;
	height: 2px;
	background-color: #9D9D9D;
}

.linea-productos {
	width: 60%;
	height: 2px;
	margin: 0 auto;
	background-color: #9D9D9D;
}

.linea-index-r {
	margin-left: 100%;
	transform: translateX(-100%);
}

.linea-index-l {
	margin-right: 100%;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.noscroll::-webkit-scrollbar {
	display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.noscroll {
	-ms-overflow-style: none; /* IE and Edge */
	scrollbar-width: none; /* Firefox */
}

/*
Full screen Modal 
*/
.fullscreen-modal .modal-dialog {
	margin: 0;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}

.fullscreen-modal .modal-content {
	min-height: 100vh;
	overflow: auto;
	border-radius: 0px;
	background-color: #E9E9E9;
}

#nav {
	/*position: absolute;*/
	/*mix-blend-mode: difference;*/
	background-image: linear-gradient(#66666699, #66666611);
}

.navbar{
	margin-bottom: 0px;
}

.image-button:after {
	content: "";
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-left: 5px;
	vertical-align: text-top;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
}

.arrow-button:after {
	background-image: url(../images/pc/home/icono_enviar.png);
}

.reset-button:after {
	background-image: url(../images/pc/home/icono_borrar.png);
}

.font-italic {
	font-style: italic;
}

.parallax.homepage {
    height: 100vh;
}

.parallax {
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.layer-1 {
    position: absolute;
    z-index: 1;
    display: block;
    overflow: visible;
    width: 110%;
    height: 110%;
    max-width: none;
    background-image: url("./../images/pc/cabecera_home/1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.layer-2 {    
    position: absolute;
    z-index: 30;
    display: block;
    left: -5%;
    top: -5%;
    width: 110%;
    height: 110%;
    max-width: none;
    background-image: url("./../images/pc/cabecera_home/2.png");
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
}

.layer-3 {
    position: absolute;
    z-index: 30;
    display: block;
    left: -5%;
    top: -5%;
    width: 110%;
    height: 110%;
    max-width: none;
    background-image: url("./../images/pc/cabecera_home/3.png");
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
}

.layer-4 {
    position: absolute;
    z-index: 40;
    display: block;
    left: -5%;
    top: -5%;
    width: 110%;
    height: 110%;
    max-width: none;
    background-image: url("./../images/pc/cabecera_home/4.png");
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media ( max-width : 768px) {
	.layer-2, .layer-3, .layer-4 {
    display: none;
	}
	.layer-1{
		background-image: url("./../images/movil/home/portada_celular.jpg");
		background-size: cover;
		background-position:center;
		width: 100%;
		height: 100%;
	}	
	.extra-margin-left {
		margin-left: 0px;
    }
}
