* {
	padding:0;
	margin:0;
}
body {
	background: url(images/tramadomovil.png);
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
}
.row {
  margin-right: 0;
}
.tabla-black{
	background: url(images/Pack_Black.png);
	background-repeat: no-repeat;
	background-size: 60% 153px;
    background-position-y: 75px;
	background-position-x: 50%;
	position: inherit;
}
.tabla-black p{
	background-color:#FFCC03;
	border-radius: 25px; 
	width:10px;
	height:10px;
	font-size:0px !important;
	margin-top: 10%;
}
.tabla-black p:hover{
	background-color:#FFCC03!important;
	border-radius: 25px!important; 
	width:80%!important;
	height:100%!important;
	font-size:15px!important;
	text-align:center!important;
	color: black !important;
}
.tabla-kraft{
	background: url(images/Pack_Kraft.png);
	background-repeat: no-repeat;
	background-size: 60% 153px;
    background-position-y: 75px;
	background-position-x: 50%;
	position: inherit;
}
.tabla-kraft p{
	background-color:#FFCC03;
	border-radius: 25px; 
	width:10px;
	height:10px;
	font-size:0px !important;
}
.tabla-kraft p:hover{
	background-color:#FFCC03 !important;
	border-radius: 25px !important; 
	width:80% !important;
	height:100% !important;
	font-size:14px !important;
	text-align:center !important;
	color: black !important;
}
#contenedor-boton{
	margin-top: 0%;
}

#beneficio1{
	background: url(images/cargando.png);
	border-radius: 75px 75px ;
	width:100%;
	height:250px;
	background-size: 80% 100%;
	background-repeat: no-repeat;
	background-position-x: 50%;
}
#beneficio1:hover{
	background: url(images/cargando2.png);
	border-radius: 75px 75px ;
	width:100%;
	height:250px;
	background-size: 80% 100%;
	background-repeat: no-repeat;
	background-position-x: 50%;
}
#beneficio2{
	background: url(images/delivery.png);
	border-radius: 75px 75px ;
	width:100%;
	height:250px;
	background-size: 80% 100%;
	background-repeat: no-repeat;
	background-position-x: 50%;
}
#beneficio2:hover{
	background: url(images/delivery2.png);
	border-radius: 75px 75px ;
	width:100%;
	height:250px;
	background-size: 80% 100%;
	background-repeat: no-repeat;
	background-position-x: 50%;
}
#beneficio3{
	background: url(images/personalizable.png);
	border-radius: 75px 75px ;
	width:100%;
	height:250px;
	background-size: 80% 100%;
	background-repeat: no-repeat;
	background-position-x: 50%;
}
#beneficio3:hover{
	background: url(images/personalizable2.png);
	border-radius: 75px 75px ;
	width:100%;
	height:250px;
	background-size: 80% 100%;
	background-repeat: no-repeat;
	background-position-x: 50%;
}
#beneficio4{
	background: url(images/muesca.png);
	border-radius: 75px 75px ;
	width:100%;
	height:250px;
	background-size: 80% 100%;
	background-repeat: no-repeat;
	background-position-x: 50%;
}
#beneficio4:hover{
	background: url(images/muesca2.png);
	border-radius: 75px 75px ;
	width:100%;
	height:250px;
	background-size: 80% 100%;
	background-repeat: no-repeat;
	background-position-x: 50%;
}
#beneficio5{
	background: url(images/resistente.png);
	border-radius: 75px 75px ;
	width:100%;
	height:250px;
	background-size: 80% 100%;
	background-repeat: no-repeat;
	background-position-x: 50%;
}
#beneficio5:hover{
	background: url(images/resistente2.png);
	border-radius: 75px 75px ;
	width:100%;
	height:250px;
	background-size: 80% 100%;
	background-repeat: no-repeat;
	background-position-x: 50%;
}
#beneficio6{
	background: url(images/zipper.png);
	border-radius: 75px 75px ;
	width:100%;
	height:250px;
	background-size: 80% 100%;
	background-repeat: no-repeat;
	background-position-x: 50%;
}
#beneficio6:hover{
	background: url(images/zipper2.png);
	border-radius: 75px 75px ;
	width:100%;
	height:250px;
	background-size: 80% 100%;
	background-repeat: no-repeat;
	background-position-x: 50%;
}

#contenedor1{
	align-items: flex;
}
.contenedor-beneficio{
	width:80%
	padding-top: 16%;
	padding-bottom: 16%;
	padding-left:40px;
	padding-right:40px;
	opacity: 0;
}
.contenedor-beneficio:hover{
	opacity: 1;
	padding-top: 16%;
	padding-bottom: 16%;
	padding-left:40px;
	padding-right:40px;
}

.contenedor-beneficio p{
	font-family:helvetica;
}


a {
	color:#5f0099;
}
a:hover {
	color:#5f0099;
}
h1, h2, h3 {
	font-weight: 700;
}
h4, h5 {
	font-weight:600;
}
h6 {
	font-weight:500;
}
.white {
	color:#ffffff !important;
}
.black {
	color:#000000;
}
.fondo{
	background: no-repeat  url(images/fondonegromovil.png);
	margin-top: -196px;
	margin-left: -210px;
	margin-right: -10%;
}
.button{
	border-radius: 25px;
	width: 250px;
	height: 80px;
	background-color: #FFCC03;
	border-color: #000;
	border-width: 1px;
	
}
.cont-boton{
	margin-left:17%;
}
.button:hover{
	border: 10px solid;
	border-radius: 25px;
	width: 250px;
	height: 80px;
	background-color: #FF9903;
	border-color: #FFCC03;
	border-width: 3px;
	border-image: radial-gradient(to bottom, #FF9903 50%, #FFCC03 50%) 10;
}
.button-2{
	border-radius: 25px;
	width: 100%;
	height: 80px;
	background-color: #FFF;
	border-color: #FFF;
}
.container {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
#video-container{
	width: 100%;
	height:100%;
	padding-left: 226px;
}
#video-1{
	border-width: 7px;
	border-color: black;
	border-radius: 25px;
	border-style: solid;
}
.icono-redes{
	width: 100%;
}
.logo-1{
	width: 100%;
	}
.navbar {
	right: 0;
	left: 0;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	min-height: 50px;
	line-height: 50px;
	background: transparent;
	z-index: 1030;
}

.navbar .nav-item a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
}
.navbar .nav-item a:hover {
	color: #5f0099;
}
.navbar .nav-link {
	padding: 0;
}
.navbar .navbar-toggler {
	cursor: pointer;
}
.navbar .navbar-toggler span {
	color: #fff;
}
.navbar-style2 .active:after, .navbar-style2 .nav-link:after {
	display: none;
}


.nav-scroll .navbar-toggler {
	cursor: pointer;
}
.nav-scroll .navbar-toggler span {
	color: #333;
}
.nav-scroll .nav-link:hover:after {
	background-color: #2388ed;
}
.nav-scroll .active {
	position: relative;
}
.ml-auto{
	background-color: #fff;
	border-radius: 25px;
	width:30%;
	visibility:visible !important;
	flex-direction: row !important;
	margin-top: -19px;
	visibility: hidden !important;
}

.ml-auto2{
	background-color: #fff;
	border-radius: 25px;
	width:30%;
	visibility:visible !important;
	flex-direction: row !important;
	margin-top: -19px;
	visibility: visible !important;
	padding-top: 24px;
	padding-left: 0px;
	margin-left: 34%;
}

.banner {
	
	padding:1% 0px 0;
	position:relative;
	margin-top: 50px;
}
.navbar .navbar-collapse{
	overflow: auto !important;
    color: #fff !important;
    text-align: center !important;
    padding: 10px 0 !important;
}
.banner::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	
}
.banner a.weblink {
	color:#ffffff;
	border-bottom:1px dotted #ffffff;
}
.banner a:hover {
	text-decoration:none;
}
.svg-wave {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.banner-text {
	padding-right:80px;
	margin:50px 0px 0px;
}

.banner-text h2{
	-webkit-text-stroke: 1px black;
}
.banner-text p {
	margin:40px 0px;
}
.banner-text ul {
	list-style: none;
}
.banner-text ul li {
	display: inline-block;
	margin: 0px 10px 10px 0px;
}
.banner-text ul li a {
	display: block;
}
.banner-text ul li a img {
	width: 150px;
	border-radius: 7px;
}
.prelative {
	position:relative
}
.section-padding {
	padding:80 0px;
}
.sectioner-header {
	width:69%;
	margin:0 auto;
}
.line {
	height: 2px;
	width: 50px;
	background: #8e1efc;
	display: block;
	margin: 20px auto 20px;
}
.line::after {
	content:"";
	position: absolute;
	left: 50%;
	width: 150px;
	height: 2px;
	border-bottom: 2px dashed #8e1efc;
	margin-left: -75px;
}
.sectioner-header p {
	color:#818992;
	font-size: 17px;
}
.section-content {
	margin-top: 80px;
}
.icon-box {
	margin-bottom:50px;
}
.icon-box i {
	display: block;
	position: relative;
	width: 135px;
	height: 135px;
	border-radius: 100px;
	background: #7a60ff;
	background:  linear-gradient(to left, #7a60ff, #cd9ffa);
	color: #ffffff;
	font-size: 50px;
	line-height: 135px;
	margin: 0 auto;
}
.icon-box h5 {
	margin-top:30px;
}
.icon-box p {
	color: #818992;
	font-size: 14px;
	width: 80%;
	margin: 0 auto;
}
.about-btn {
	color: #8e1efc;
	padding: 10px 40px;
	border: 2px solid #8e1efc;
	border-radius: 7px;
	margin-top: 30px;
	display: inline-block;
	font-size: 18px;
}
.about-btn:hover {
	background:#8e1efc;
	color:#ffffff;
	text-decoration:none;
}

.single-feature {
	margin-bottom: 80px;
	margin-top: 40px;
}
.single-feature h5 {
	font-size: 16px;
}
.media-right-margin {
	margin-right:25px;
}
.single-feature p {
	font-size: 13px;
}
.icon-border {
}
.icon-border span {
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	color: rgb(142, 30, 252);
	font-size: 18px;
	line-height: 50px;
	border: 1px solid rgb(142, 30, 252);
}
.col-md-4{
	flex:0 0 100%;
	max-width: 100%;
}
.col-md-2{
	flex:0 0 50%;
	max-width: 50%;
}
.col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
  font-size: 25px;
}
.col-md-8{
	flex:0 0 98%;
	max-width: 100%;
	padding:0;
}
.col-md-12{
	flex:0 0 98%;
	max-width: 100%;
	padding:0;
}
.team {
	
	border-top: 0px solid #e4e4e4;
	padding-left: 226px;
}
.team-detail {
	margin-top:40px;
}
.team-detail a {
	border-radius: 25px;
	width: 50%;
}
.team-detail img {
	border-radius: 25px;
	width: 80%;
}
.team-detail h4 {
	color:#fff;
	margin-top: 20px;
	font-size: 17px;
	margin-bottom: 0px;
}

.bx-prev {
	left: -90px !important;
	background: url(images/arrow-left.png) no-repeat !important;
	background-size: auto auto !important;
	background-size: 100% 100% !important;
}
.bx-next {
	right: -90px !important;
	background: url(images/arrow-right.png) no-repeat !important;
	background-size: auto auto !important;
	background-size: 100% 100% !important;
}
.bx-wrapper {
	border: none !important;
	background: rgba(255, 255, 255, 0.81) !important;
	border-radius: 5px !important;
	box-shadow:none !important;
}
.slider-item {
	padding:20px;
}
.slider .test-img img {
	border: 12px solid #fff;
	border-radius: 50%;
	width: 100%;
	height: auto;
}
.test-img {
	float: left;
	width: 20%;
	margin-right:5%;
}
.test-text {
	float: left;
	width: 75%;
}
.slider .title {
	display: block;
	position: relative;
	margin: 0 0 20px;
	font-size: 1.125em;
	line-height: 1.25;
}
.slider .title span {
	display: block;
	font-size: 1.5em;
	font-weight: 700;
}
.faq {
	background: white !important;
	border-bottom: 0px solid #e4e4e4;
	padding-left: 226px;
	margin-top: 0px;
}
.faq-content {
	margin: 20px 0px;
	background: white;
}
.faq-content h4 {
	font-weight: 400;
	font-size: 20px;
	text-align:center;
}
.faq-content p {
	color: #818992;
	font-weight:300;
	margin-top:15px;
}
.meli-1{
	width:50%;
	padding-top:5%;
}
.letrero-platopack{
	width:50%;
}
.platopack{
	width:100%;
}
#contact_form .form-input {
	border: 1px solid #e4e4e4;
}
input {
	height: 42px;
	padding: 0 1rem;
	background: #fff;
	border-radius: 30px;
	margin-bottom: 1rem;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border:0;
}
#contact_form textarea {
	resize: none;
	padding: 1rem;
	height: 150px;
	background: #fff;
	border: 0;
	border-radius: 30px;
	margin-bottom: 1rem;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.contact-item {
	margin:23px 0px;
}
.contact-item i {
	font-size: 20px;
}
.contact-item p {
	line-height: 20px;
	margin: 0;
}
.icono-footer{
	width:7%;
}
.icono-footer2{
	width:50%;
}
.footer-copy {
	background: #000000;
	color: #fff;
	font-size: 13px;
	text-align: center;
	padding:5%;
	margin-right: -10%;
}
.footer-copy p {
	margin-bottom:0px;
}
.footer-copy a {
	color: #fff;
}

#contact_form {
	margin-bottom:20px;
}


.banner-text {
	padding-top: 100px;
	margin: 0px 0px 0px;
	width: 100%;
	padding-left: 308px;
}
h2 {
	font-size: 25px;
	text-align: center;
}
h3 {
	font-size: 23px;
	text-align: center;
}
.section-padding {
	padding: 40px 0px;
	padding-left: 226px;
	background: black;
}
.banner-text p {
	margin: 25px 0px;
}
.banner-text ul li a img {
	width: 140px;
	border-radius: 7px;
}
.sectioner-header {
	width: 90%;
}
.sectioner-header p {
	font-size: 14px;
}
.about-btn {
	padding: 5px 30px;
	margin-top: 0px;
	font-size: 16px;
}
.single-feature {
	margin-bottom: 20px;
	margin-top: 20px;
}
.team-detail {
	margin-top: 20px;
}
.team-detail img {
	width: 50%;
}
.bx-controls
{
	display:none;
}
.bx-wrapper {
	margin: 0px 20px !important;
}
.slider .test-img img {
	margin: 0 auto;
}
.test-img {
	float:none;
	width: 200px;
	height: 200px;
	margin: 0 auto;
}
.test-text {
	float: none;
	width: 100%;
	text-align: center;
}
.section-content {
	margin-top: 40px;
}
.faq-content {
	margin: 10px 0px;
}
.faq-content h4 {
	font-size: 16px;
}
.faq-content p {
	font-size: 13px;
}
#contact_form {
	margin-bottom:20px;
}
.contact-item {
	font-size: 12px;
}
.download ul li a img {
	width: 120px;
}
.footer-copy p {
	font-size: 10px;
	color: #fff !important;
}
}
