@media (min-width: 576px) {}
@media (min-width: 768px) {}
@media (min-width: 992px) {}
@media (min-width: 1200px) {}

html {
	height: 100vh;
	width: 100%;
	scroll-behavior: smooth;
}
body {
	font-size: 0.7em;
	font-family: obviously, sans-serif;
	font-weight: 400;
	height: 100vh;
	width: 100%;
	background: rgba(70,74,91,1);
	position: relative;
}
@media (min-width: 576px) {
	body {
		background: rgb(255,98,98);
		background: -moz-linear-gradient(219deg, rgba(255,98,98,1) 0%, rgba(108,79,92,1) 58%, rgba(70,74,91,1) 100%) fixed;
		background: -webkit-linear-gradient(219deg, rgba(255,98,98,1) 0%, rgba(108,79,92,1) 58%, rgba(70,74,91,1) 100%) fixed;
		background: linear-gradient(219deg, rgba(255,98,98,1) 0%, rgba(108,79,92,1) 58%, rgba(70,74,91,1) 100%) fixed;
		background-size: 100%;
		background-repeat: no-repeat;
	}
}
p {
	line-height: 2;
}
.btn {
	color: #FFF;
	background-color: #393C4A;
	border: 1px solid #FF6262;
	padding: 2em 4em;
	border-radius: 3em;
	font-size: 0.8em;
	font-weight: 400;
}
.btn:hover {
	text-decoration: none;
	color: rgba(255,255,255,0.5);
}
.navbar {
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar-brand h5 {
	color: #FFF;
	margin-left: 1em;
	font-size: 0.8em;
}
.navbar-light .navbar-toggler {
	border: 0;
}
.navbar-light .navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler .feather {
	color: #FFF;
}
.nb-scroll {
	background-color: rgba(57,60,74,0.8) !important;
}
.navbar-collapse {
	background-color: #393C4A;
	padding: 1em 2em;
}
.navbar-light .navbar-nav .nav-link {
	color: rgba(255,255,255,0.5);
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
	color: #FF6262;
}
.navbar-light .navbar-nav .nav-item .active {
	color: #FF6262;
}

@media (min-width: 768px) {
	.navbar-nav {
		/*display: none;*/
	}
	.navbar-collapse {
		/*background-color: transparent;*/
		position: absolute;
	    right: 0em;
	    top: 8em;
	    width: 30%;
	}
}

main {
	min-height: 100vh;
	position: relative;
	overflow: hidden;
}
main h1 {
	color: #FFF;
	font-size: 3em;
	margin-bottom: 1em;
	line-height: 1;
}
main p {
	color: #FFF;
	font-weight: 200;
}
main .btn {
	margin-top: 2em;
	margin-bottom: 2em;
}
main .pastillas01,
main .logo-prallax,
main .pastillas02 {
	position: absolute;
}
main .pastillas01 {
	right: 20%;
    top: 11%;
    z-index: 4;
    width: 120%;
}
main .pastillas02 {
	right: -15%;
    top: 8%;
    width: 130%;
    z-index: -2;
}
main .logo-prallax {
    right: 30%;
    top: 24%;
    width: 40%;
	z-index: 3;
}
main .main-info-container {
	position: relative;
	z-index: 20;
}
main .menu-options {
	width: 100%;
	z-index: 10;
    position: relative;
}
main .menu-options .menu-item {
	height: 15em;
	color: #FFF;
	text-align: center;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	font-size: 0.8em;
}
main .menu-options .menu-item:hover {
	text-decoration: none;
}
main .menu-options .menu-item::after {
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: calc(50% - 1px);
}
main .menu-options .menu-item span {
	margin-bottom: 3em;
	margin-left: 2em;
}
main .menu-options .menu-item:nth-child(1) {
	/*background-color: #474A5B;*/
	background-color: rgba(71,74,91,0.9);
	background-blend-mode: multiply;
}
main .menu-options .menu-item:nth-child(2) {
	/*background-color: #6A4C58;*/
	background-color: rgba(106,76,88,0.9);
	background-blend-mode: multiply;
}
main .menu-options .menu-item:nth-child(3) {
	/*background-color: #9F565E;*/
	background-color: rgba(159,86,94,0.9);
	background-blend-mode: multiply;
}
main .menu-options .menu-item:nth-child(4) {
	/*background-color: #FF6161;*/
	background-color: rgba(255,97,97,0.9);
	background-blend-mode: multiply;
}
main .menu-options .menu-item:nth-child(1)::after {
	background-color: #FF6262;
}
main .menu-options .menu-item:nth-child(2)::after {
	background-color: #24252E;
}
main .menu-options .menu-item:nth-child(3)::after {
	background-color: #E4E4E4;
}
main .menu-options .menu-item:nth-child(4)::after {
	background-color: #F88182;
}
@media (min-width: 768px) {
	main h1 {
		font-size: 4em;
	}
	main .pastillas01 {
		right: 15%;
	    top: 0;
	    z-index: 4;
	    width: initial;
	}
	main .pastillas02 {
		right: -10%;
		width: initial;
		z-index: 2;
	}
	main .logo-prallax {
		right: 25%;
		top: 30%;
		width: initial;
		z-index: 3;
	}
}

.mision,
.ventajas,
.productos,
.permisos {
	padding-top: 4em;
	padding-bottom: 4em;
	overflow-x: hidden;
}
.valores {
	padding-top: 4em;
	overflow-x: hidden;
}
.mision h1 {
	color: #FF6161;
	font-size: 0.9em;
}
.mision h3,
.productos h3 {
	color: #FFF;
	font-size: 2.5em;
	font-weight: 200;
	line-height: 1.4;
}
.mision h3 span {
	font-weight: 400;
}


.ventajas h1 {
	color: #FF6161;
	font-size: 0.9em;
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #FF6161;
}
.ventajas p {
	color: #FFF;
	font-size: 0.9em;
	margin-top: 1em;
}


.valores .container-fluid {
	padding-left: 0;
	padding-right: 0;
}
.valores h1 {
	color: #A0AAD3;
	font-size: 0.9em;
	margin-bottom: 2em;
	padding-left: 2em;
}
.valores .valores-list {
	width: 100%;
	z-index: 10;
    position: relative;
}
.valores .valores-list .valor-item {
	height: 15em;
	color: #FFF;
	text-align: center;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	font-size: 0.8em;
}
.valores .valores-list .valor-item:hover {
	text-decoration: none;
}
.valores .valores-list .valor-item::after {
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: calc(50% - 1px);
}
.valores .valores-list .valor-item span {
	margin-bottom: 3em;
	margin-left: 2em;
}
.valores .valores-list .valor-item:nth-child(1) {
	/*background-color: #474A5B;*/
	background-color: rgba(71,74,91,0.9);
	background-blend-mode: multiply;
}
.valores .valores-list .valor-item:nth-child(2) {
	/*background-color: #6A4C58;*/
	background-color: rgba(106,76,88,0.9);
	background-blend-mode: multiply;
}
.valores .valores-list .valor-item:nth-child(3) {
	/*background-color: #9F565E;*/
	background-color: rgba(159,86,94,0.9);
	background-blend-mode: multiply;
}
.valores .valores-list .valor-item:nth-child(4) {
	/*background-color: #FF6161;*/
	background-color: rgba(255,97,97,0.9);
	background-blend-mode: multiply;
}
.valores .valores-list .valor-item:nth-child(1)::after {
	background-color: #FF6262;
}
.valores .valores-list .valor-item:nth-child(2)::after {
	background-color: #24252E;
}
.valores .valores-list .valor-item:nth-child(3)::after {
	background-color: #E4E4E4;
}
.valores .valores-list .valor-item:nth-child(4)::after {
	background-color: #F88182;
}
@media (min-width: 768px) {
	.valores .container-fluid {
		padding-left: initial;
		padding-right: initial;
	}
	.valores h1 {
		padding-left: initial;
	}
}

.valores-images {
	background-color: #393C4A;
}

.productos {
	overflow: hidden;
}
.productos h1 {
	color: #FF6161;
	font-size: 0.9em;
	margin-bottom: 2em;
}
.productos h3 {
	margin-bottom: 1em;
	line-height: 1.4;
}
.productos p {
	color: #FFF;
	margin-bottom: 3em;
}


.servicios {
	min-height: 100vh;
	background-image: url(../images/servicios-background.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.servicios h1 {
	color: #FFF;
	width: 80%;
	margin-left: 10%;
	font-size: 2.3em;
}
@media (min-width: 768px) {
	.servicios h1 {
		font-size: 3.2em;
		width: 70%;
		margin-left: 15%;
	}
}

.comercializacion,
.distribucion {
	padding: 5em;
}
.comercializacion {
	background: rgb(255,98,98);
	background: -moz-linear-gradient(322deg, rgba(255,98,98,1) 0%, rgba(70,74,91,1) 100%);
	background: -webkit-linear-gradient(322deg, rgba(255,98,98,1) 0%, rgba(70,74,91,1) 100%);
	background: linear-gradient(322deg, rgba(255,98,98,1) 0%, rgba(70,74,91,1) 100%);
	color: #FFF;
}
.distribucion {
	background: rgb(255,98,98);
	background: -moz-linear-gradient(135deg, rgba(255,98,98,1) 0%, rgba(70,74,91,1) 100%);
	background: -webkit-linear-gradient(135deg, rgba(255,98,98,1) 0%, rgba(70,74,91,1) 100%);
	background: linear-gradient(135deg, rgba(255,98,98,1) 0%, rgba(70,74,91,1) 100%);
	color: #FFF;
}
.comercializacion h1,
.distribucion h1 {
	color: #FFF;
	font-weight: 200;
	font-size: 1.8em;
	margin-bottom: 2em;
}
.comercializacion h1::after {
	content: '';
	background-color: #FF6262;
	width: 100%;
	height: 1px;
	display: block;
    margin-top: 1em;
}
.distribucion h1::after {
	content: '';
	background-color: #393C4A;
	width: 100%;
	height: 1px;
	display: block;
    margin-top: 1em;
}

.permisos {
	min-height: 100vh;
	background-color: #FFF;
}
.permisos h1 {
	color: #FF6161;
	font-size: 0.9em;
	margin-bottom: 2em;
	width: 80%;
	margin-left: 10%;
}
.permisos h3 {
	color: #464A5B;
	width: 80%;
	margin-left: 10%;
	font-size: 2.3em;
	font-weight: 200;
	line-height: 1.4;
}
.permisos h3 span {
	font-weight: 400;
}
@media (min-width: 768px) {
	.permisos h3 {
		font-size: 3.2em;
		width: 70%;
		margin-left: 15%;
	}
	.permisos h1 {
		width: 70%;
		margin-left: 15%;
	}
}


.comprometidos {
	min-height: 100vh;
	background-image: url(../images/comprometidos-background.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.comprometidos h1 {
	color: #FFF;
	width: 80%;
	margin-left: 10%;
	font-size: 2.3em;
}
.comprometidos h1 span {
	color: #393C4A;
}
@media (min-width: 768px) {
	.comprometidos h1 {
		font-size: 3.2em;
		width: 70%;
		margin-left: 15%;
	}
}


.contacto {
	padding-top: 5em;
	padding-bottom: 5em;
	background: rgb(255,98,98);
	background: -moz-linear-gradient(322deg, rgba(255,98,98,1) 0%, rgba(70,74,91,1) 100%);
	background: -webkit-linear-gradient(322deg, rgba(255,98,98,1) 0%, rgba(70,74,91,1) 100%);
	background: linear-gradient(322deg, rgba(255,98,98,1) 0%, rgba(70,74,91,1) 100%);
	color: #FFF;
	overflow: hidden;
}
.contacto h1 {
	color: #FF6161;
	font-size: 0.9em;
	margin-bottom: 3em;
	padding-bottom: 1em;
	border-bottom: 1px solid #FF6161;
}
.contacto p {
	color: #FFF;
	font-weight: 200;
	font-size: 0.9em;
	margin-bottom: 3em;
}
.contacto .form-control {
	border: 1px solid #C4595F;
	border-radius: 2em;
	background-color: transparent;
	font-size: 0.8em;
}
.contacto .form-control::placeholder {
	color: rgba(255,255,255,0.7);
}
.contacto textarea {
	resize: none;
}
.contacto h5 {
	font-weight: 400;
}
.contacto address {
	font-weight: 200;
	font-size: 0.9em;
	margin-left: 3em;
}

footer {
	padding-top: 4em;
	padding-bottom: 4em;
	overflow: hidden;
	background-color: #393C4A;
	color: #FFF;
}
footer h5 {
	font-size: 1.3em;
}
footer p {
	margin: 0;
	font-weight: 300;
	font-size: 0.8em;
}