* {
	margin: 0;
	padding: 0;
	outline: 0;
	box-sizing: border-box;
}

body {
	font-family: 'Montserrat', sans-serif;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-wrap: break-word;
    word-break: break-word;
}

header {
	position: absolute;
	top: 0;
	z-index: 1000;
}

.menu {
	background-color: white;
	height: 101px;
	width: 100vw;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo img {
	margin-left: 20px;
	width: 200px;
	z-index: 1001;
}

.menu_items {
	display: flex;
	list-style: none;
	margin-right: 50px;
}

.menu_items li {
	margin: 0 5px;
}

.menu_items li a {
	padding: 7px 20px;
	letter-spacing: 1px;
	text-decoration: none;
	font-size: 17px;
	font-weight: 500;
	color: #262626;
	display: flex;
}

.menu_items li a:hover {
	color: #207a0c;
	transition: .3s;
}

.menu_items li.activo a {
	color: #207a0c;
}

.menu_items li.tracking a {
	text-transform: uppercase;
	background-color: #e23e2d;
	color: white;
	border-radius: 6px;
}

.menu_items li.tracking a:hover {
	background-color: black;
	color: white;
	border-radius: 6px;
}

.menu_items li.contact a {
	text-transform: uppercase;
	background-color: #207a0c;
	color: white;
	border-radius: 6px;
}

.menu_items li.contact a:hover {
	background-color: black;
	color: white;
	border-radius: 6px;
}

.btn_menu {
	margin-right: 30px;
	font-size: 25px;
	color: white;
	cursor: pointer;
	display: none;
}

ul.show {
	top: 65px;
}

#slideshow-principal {
	background-color: black;
	position: relative;
	top:101px;
	overflow: hidden;
}

#progress-bar-container {
	position: absolute;
	height: 7px;
	background-color: rgba(255, 255, 255, .6);
	width: 100%;
	top: 1;
	z-index: 100;
}

#progress-bar {
	height: 100%;
	background-color: #e23e2d;
	transition: width.3s;
}

#slideshow {
	position: relative;
	z-index: 98;
	height: 260px;
	margin-top: 7px;
}

#slideshow img {
	position: absolute;
	object-fit: cover;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;

}

#img2 {
	opacity: 0;
}

.active {
	opacity: 1 !important;
	transition: all 1s;
}

#indicadores {
	width: 100%;
	text-align: center;
	vertical-align: center;
	position: absolute;
	bottom: 10px;
	z-index: 99;
}

.circles {
	border: solid 2px rgba(255, 255, 255, .5);
	width: 12px;
	height: 12px;
	display: inline-block;
	margin: 0 10px;
	background-color: transparent;
	border-radius: 50%;
}

.resaltado {
	background-color: white;
	transition: background-color .8s;
}

.content {
	background-color: #0e0b09;
	position: relative;
	overflow: hidden;
	top: 101px;
	width: 100%;
}

.logistica-natura-cosmeticos {
	display: flex;
	overflow: hidden;
	background-color: #040a05;
	justify-content: left;
	align-items: center;
	width: 100%;
	margin-top: 0px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 35px;
}

.logistica-natura-cosmeticos img {
	margin-left: 15px;
	margin-right: 30px;
}


.logistica-natura-cosmeticos p {
	font-size: 18px;
	color: #fdcc45;
	line-height: 25px;
	letter-spacing: 0.5px;
}
.logistica-natura-cosmeticos strong {
	font-weight: 600;
}


.logistica-distribucion {
	display: flex;
	overflow: hidden;
	background-color: #0d440b;
	justify-content: space-around;
	align-items: flex-start;
	width: 100%;
	margin-top: 0px;
	padding-top: 25px;
	padding-bottom: 50px;
	padding-left: 35px;
}

.logistica-distribucion div {
	font-size: 14px;
}

.logistica-distribucion h1 {
	font-size: 30px;
	color: white;
	margin-top: 20px;
	margin-bottom: 10px;	
}

.logistica-distribucion h2 {
	font-size: 26px;
	color: #ede511;
	font-weight: 400;
	margin-bottom: 10px;	

}

.logistica-distribucion p {
	font-size: 16px;
	color: white;
	line-height: 25px;
	letter-spacing: 0.5px;
	margin-bottom: 30px;
}

.logistica-distribucion strong {
	font-weight: 600;
}

.logistica-distribucion img {
	margin-left: 30px;
	margin-right: 100px;
}

.boton-rojo {
	background-color: #e23e2d;
	border-radius: 6px;
	overflow: hidden;
	color: white;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: .5px;
	text-decoration: none;
	padding: 7px 15px;
	margin-bottom: 10px;
}

.float {
	display: none;
	position:fixed;
	width:50px;
	height:50px;
	bottom:148px;
	right:18px;
	background-color: #279935;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  	font-size:40px;
  	z-index:100;
}
.float:hover {
	text-decoration: none;
	color: #fff;
	background-color: #138311;
}

.content-all {	
	position: relative;
	overflow: hidden;
	top: 101px;
	width: 100%;
}

.encab-empresa-logistica {
	display: flex;
	background-image: url("../imgs/header-empresa.jpg"); 
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-position: center;
	width: 100%;
	height: 160px;
}

.encab-empresa-logistica h1 {
	color: rgba(255,255,255,.7);
	font-size: 52px;
	font-weight: 500;
	padding-top: 80px;
	padding-left: 30px;
 }

.content-empresa {
	display: flex;
	background-image: url("../imgs/fondo-empresa-logistica.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-position: center;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 40px;
	padding-left: 35px;
}

.content-empresa div {
	overflow: hidden;
}

.text-empresa-logistica {
	max-width: 1080px;
	padding: 10px 0px;
	margin-right: 30px;
}

.text-empresa-logistica h1 {
	font-size: 30px;
	color: white;
	margin-top: 10px;
	margin-bottom: 10px;	
}

.text-empresa-logistica h2 {
	font-size: 24px;
	color: #ede511;
	font-weight: 400;
	margin-bottom: 10px;
}

.text-empresa-logistica p {
	font-size: 16px;
	color: white;
	line-height: 25px;
	letter-spacing: 0.5px;
	margin-bottom: 30px;
}

.text-empresa-logistica p i {
	font-size: 16px;
	color: white;
	line-height: 25px;
	letter-spacing: 0.5px;
	margin-bottom: 50px;
}

.encab-servicios-logisticos {
	display: flex;
	background-image: url("../imgs/header-servicios.jpg"); 
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-position: center;
	width: 100%;
	height: 160px;
}

.encab-servicios-logisticos h1 {
	color: rgba(255,255,255,.7);
	font-size: 52px;
	font-weight: 500;
	padding-top: 80px;
	padding-left: 30px;
 }

.content-servicios {
	background-image: url("../imgs/fondo-servicios-logisticos.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-position: center;
	display: flex;
	overflow: hidden;
	background-color: #0d440b;
	justify-content: space-around;
	align-items: flex-start;
	width: 100%;
	padding-top: 20px;
	padding-left: 35px;
	padding-bottom: 50px;
}

.content-servicios div {
}

.content-servicios p {
	font-size: 16px;
	color: white;
	line-height: 25px;
	letter-spacing: 0.5px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 35px;
}

.content-servicios img {
	margin-top: 20px;
	margin-left: 30px;
	margin-right: 60px;
	margin-bottom: 20px;
}

.text-destacado {
	background-color: #171211;
	text-align: center;
	width: 100%;
	padding: 30px 35px;
}

.text-destacado h2 {
	font-size: 26px;
	color: #ede511;
	font-weight: 400;
	margin-bottom: 10px;
}

.text-destacado p {
	font-size: 16px;
	color: white;
	line-height: 25px;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
}

.text-destacado img {
	margin-top: 5px;
}

.encab-contacto {
	display: flex;
	background-image: url("../imgs/header-contacto.jpg"); 
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-position: center;
	width: 100%;
	height: 160px;
}

.encab-contacto h1 {
	color: rgba(255,255,255,.7);
	font-size: 52px;
	font-weight: 500;
	padding-top: 80px;
	padding-left: 30px;
 }

.content-contacto {
	display: flex;
	justify-content: space-around;
	background-image: url("../imgs/fondo-formulario.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-position: center;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 50px;
	padding-left: 35px;
}

.content-contacto div {
	overflow: hidden;
}

.text-contacto {
	max-width: 500px;
	padding: 10px 0px;
	margin-right: 20px;
}

.text-contacto h1 {
	font-size: 30px;
	color: white;
	margin-top: 10px;
	margin-bottom: 10px;	
}

.text-contacto h2 {
	font-size: 20px;
	color: #ede511;
	font-weight: 500;
	margin-bottom: 10px;
}

.text-contacto p {
	font-size: 16px;
	color: white;
	line-height: 25px;
	letter-spacing: 0.5px;
	margin-bottom: 30px;
}

.formulario {
	max-width: 600px;
	padding: 10px 10px;
	margin-right: 25px; 
}

input {
	background: rgba(255,255,255,.9);
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.5px;
	font-size: 16px;
	color: black;
	border:none;
	outline: none;
	width: 100%;
	padding: 10px;
	margin-top: 11px;
}

input::placeholder {
	color: black;
}

textarea {
	background: rgba(255,255,255,.9);
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.5px;
	min-width:100%;
	max-width: 100%;
	min-height: 100px;
	max-height: 250px;
	font-size: 16px;
	color: black;
	border:none;
	outline: none;
	padding: 10px;
	margin-top: 11px;
}

textarea::placeholder {
	color: black;
	font-family: 'Montserrat', sans-serif;
}

textarea input {
	font-family: 'Montserrat', sans-serif;
}

#button {
    background-color: #e23e2d;
	border-radius: 6px;
	color: white;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: .5px;
    cursor: pointer;
	padding: 7px 15px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s;
    margin-top: 20px;
    width: 190px;
}

.footer-tc {
	display: flex;
	justify-content: space-around;
	align-items: center;
	background-color: #f3f3f3;
	width: 100%;
	padding: 10px;
}

.footer-tc div {
	text-align: center;
	line-height: 28px;
	font-size: 16px;
}

.footer-tc div p {
	color: #262626;
	letter-spacing: .5px;
}

.footer-tc div strong {
	color: #e23e2d;
}

.footer-copyright {
	background-color: black;
	width: 100%;
}

.footer-copyright p {
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 21px;
	text-align: center;
	color: #c4c4c4;
	padding: 30px 0px;
}


@media screen and (max-width: 1080px) {

	.logistica-distribucion img {
	margin-right: 50px;
	}
}

@media screen and (max-width: 950px) {

	.float {
		display: block;
	}

	.menu {
		height: 65px;
		transition: .3s;
	}

	.btn_menu {
		display: inline-flex;
	}

	.menu_items {
		position: fixed;
		margin-top: 1px;
		width: 100vw;
		height: calc(110% - 80px);
		background: black;
		top: -110vh;
		transition: all .2s;
		flex-direction: column;
	}

	.menu_items li {
		margin: 30px 0 0 0;
		line-height: 20px;
	}

	.menu_items li:hover {
		background: none;
	}

	.menu_items li a {
		font-size: 20px;
		color: #fff;
		font-weight:500;
	}

	.menu_items li a:hover {
		color: #4a4a4a;
	}
	
	.menu_items li.activo a {
		color: white;
	}

	.menu_items li.activo a:hover {
		color: #4a4a4a;
	}

	.menu_items li.tracking a {
		text-transform: none;
		background-color: black;
	}

	.menu_items li.tracking a:hover {
		color: #4a4a4a;
	}

	.menu_items li.contact a {
		text-transform: none;
		background-color: black;
	}

	.menu_items li.contact a:hover {
		color: #4a4a4a;
	}

	.logo img {
		margin-left: 8px;
		transition: .2s;
	}

	#slideshow-principal {
		top:66px;
	}

	.content {
		top: 66px;
	}

	.footer-tc {
		flex-direction: column-reverse;
	}

	.footer-tc div {
		width: 100%;
		margin: 10px 0px;
	}

	.logistica-distribucion {
		flex-direction: column-reverse;
		align-items: center;
		padding-left: 0px;
		padding-bottom: 60px;
	}

	.logistica-distribucion div {
		text-align: center;
	}

	.logistica-distribucion img {
		margin-left: 0px;
		margin-right: 0px;
	}

	.logistica-distribucion p {
		padding-left: 35px;
		padding-right: 35px;
		
	}
	.content-all {	
		top: 66px;
	}

	.content-servicios {
		flex-direction: column;
		align-items: center;
		text-align: center;
		padding-left: 30px;
		padding-right: 30px;
	}

	.content-servicios img {
		margin-top: 60px;
		margin-bottom: 0px;
		margin-left: 0px;
		margin-right: 0px;
	}

	.content-servicios p {
		margin-left: 0px;
		margin-right: 0px;
	}

	.text-destacado {
		padding: 30px 25px;
	}

	.content-contacto {
		flex-direction: column;
	}

	.formulario {
		max-width: 600px;
		padding: 0px 10px 10px 0px;
	}

	.logistica-distribucion img {
	margin-left: 15px;
	margin-right: 0px;
	}

	.content-servicios img {
	margin-left: 20px;
	margin-right: 30px;
	}

}

@media screen and (max-width: 900px) {

	.content-servicios {
	padding-bottom: 60px;
	}
}

@media screen and (max-width: 860px) and (orientation: landscape) {
	.menu_items {
		overflow: scroll;
		height: calc(110% - 80px);
	}

}








