body,
html {
	height: 100%;
	font-family: 'Roboto', sans-serif;
	/* font-family: 'Open Sans', sans-serif; */
}
h4 {
	font-weight: bold;
	font-size: 1.3em;
	margin-top: 1rem;
}

a {
	font-family: 'Open Sans', sans-serif;
}
p {
	font-family: 'Open Sans', sans-serif;
}

ul li {
	font-family: 'Open Sans', sans-serif;
}
.btn {
	background-color: white;
	color: black;
	border-color: black;
	font-weight: bold;
	width: 40%;
}

.btn:hover {
	background-color: greenyellow;
	color: black;
	width: 40%;
}

.card {
	margin-bottom: 15px;
}

.cards {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	transition: box-shadow 0.3s ease;
}

.cards:hover {
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}


@media (max-width: 425px) {
	/* .navbar a img {
		padding-left: em;
		/* padding-top: .05em;
		width: 2.5em !important;
	} */
	#header {
		padding-top: 5% !important;
	}
	#header h1 {
		font-size: 2.5rem !important;
		padding-top: 5rem !important;
	}
	#header p {
		font-size: 1.5rem !important;
		padding-top: 2rem !important;
	}
	#servicios2 ul {
		padding-bottom: 1.5rem;	
	}
	#servicios .list-group {
		padding-top: .8em;
	}
	#why .why {
		padding-top: 1em;
	}
	#footer .amazon img {
		padding-top: 1.5em;
	}
	/* #footer .shopify img {
		padding-top: 1em;
	} */
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (orientation: landscape) {
	#header {
		height: 60% !important;
		margin-top: 4.5rem !important;
	}
	#header-marketing {
		height: 60% !important;
		margin-top: 4.5rem !important;
	}
	#header-ecommerce {
		height: 60% !important;
		margin-top: 4.5rem !important;
	}
	#header-marketing {
		height: 60% !important;
		margin-top: 4.5rem !important;
	}
	#header-amazon {
		height: 60% !important;
		margin-top: 4.5rem !important;
	}

	#header h1 {
		font-size: 1.6rem !important;
	}

	#header-ecommerce h1 {
		font-size: 1.6rem !important;
	}
	#header-marketing h1 {
		font-size: 1.6rem !important;
	}
	#header-amazon h1 {
		font-size: 1.6rem !important;
	}
	#header p {
		font-size: .9rem !important;
		padding-bottom: 1rem !important;
	}
	#header-ecommerce p {
		font-size: .9rem !important;
		padding-bottom: 1rem !important;
	}
	#header-marketing p {
		font-size: .9rem !important;
		padding-bottom: 1rem !important;
	}
	#header-amazon p {
		font-size: .9rem !important;
		padding-bottom: 1rem !important;
	}
	#footer .amazon img {
		padding-top: 1.5em;
	}
}

@media (max-width: 768px) {
	#header {
		text-align: center;
		padding-top: .2em;
	}
	#header h1 {
		font-size: 2em;
	}
	#header p {
		font-size: 1.5em;
		padding-top: 1rem !important;
	}
	.navbar-toggler-icon {
		padding-top: .3em;
	}

	#footer {
		text-align: center;
	}
}

.navbar {
	background-color: black;
	border-bottom: 1px solid white;
	font-family: 'Open Sans', sans-serif;
	padding: .5em 2em;
	font-weight: 600;
	/* background-image: linear-gradient(#2c0073, #8133ff); */
}

.navbar .navbar-brand {
	font-family: 'Amaranth', sans-serif;
	/* color: #fff; */
	font-size: 2em;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


.navbar .navbar-nav .nav-link {
	color: white;
	font-size: 1em;
	padding-left: 3em;
	font-family: 'Open Sans', sans-serif;
	/* font-weight: 600; */
}

.navbar .navbar-nav .nav-link:hover {
	color: greenyellow;
}

.navbar-toggler-icon {
	color: white;
}
.navbar a img {
	padding-left: 1.5em;
	/* padding-top: .05em; */
	width: 7em;
	height: auto;
}

.whats img {
	width: 3.5em !important;
	height: auto;
}
.navbar-collapse.collapse.in {
	display: block!important;
  }

/* Header */
#header {
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.8)),
		url('../img/man-5806013_1280.jpg') center center no-repeat;
	background-size: cover;
	height: 70%;
	color: white;
	display: flex;
	align-items: center;
}


#header-marketing {
	/* background-color: white; */
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url('https://images.unsplash.com/photo-1541151258243-1b2f94ac862c?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1650&q=80')
			center center no-repeat;
	background-size: cover;
	height: 80%;
	color: white;
	display: flex;
	align-items: center;
}

#header-ecommerce {
	/* background-color: white; */
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url('https://images.unsplash.com/photo-1449247666642-264389f5f5b1?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1649&q=80')
			center center no-repeat;
	background-size: cover;
	height: 80%;
	color: white;
	display: flex;
	align-items: center;
}
#header-amazon {
	/* background-color: white; */
	background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
		url('https://www.hughesent.com/wp-content/uploads/Everything-You-Need-to-Know-About-Ecommerce-Shipping-Fulfillment.jpeg')
			center center no-repeat;
	background-size: cover;
	height: 80%;
	color: white;
	display: flex;
	align-items: center;
}

h1 {
	font-size: 5em;
	padding-top: 4.5rem;
	color: white;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	/* font-style: italic; */
}

.section-title {
	color: black !important;
	font-size: 1.6em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	margin-bottom: 1rem;
}


.header {
	padding-top: 1.5em !important;
	font-size: 1.3em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

.color {
	background-color: #2c0073;
	color: #fff;
	background-image: linear-gradient(#2c0073, #8133ff);
}
/* #servicios h3 .submenu {
	font-size: 20em !important;
} */
/* Servicios */
#servicios {
	padding-top: 6rem;
	padding-bottom: 4rem;

}
#servicios2 {
	padding: 2rem 0;
}

#servicios .submenu {
	font-size: 1.6em !important;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

}
#servicios2 h2 {
	font-size: 1.2em !important;
	color: black;
}

#servicios h3 {
	font-size: 1em;
	font-family: 'Open Sans', sans-serif;
}
#servicios2 h3 {
	font-size: 1em;
	font-family: 'Open Sans', sans-serif;
}

#servicios .list-group-item.bg-dark {
    background-color: #7FC242 !important;  /* fuerza el color */
    color: white !important;
    text-align: center;
    font-weight: bold;
	font-size: 1.1em; /* Aumenta este valor según lo grande que lo quieras */

}

#servicios .list-group-item p {
    font-size: 0.95em;
    margin: 0.5em 0;
    line-height: 1.4em;
}


/* Proyectos */
#proyectos {
	padding-top: 6rem;
	padding-bottom: 4rem;
	background-color: #f6f6f6;
}

#proyectos p {
	font-size: 2em !important;
}

.proyectos-cards {
	text-align: center;
}

.card {
	border-radius: 20px;
	margin-top: 1rem;
}

#proyectos .work-img {
	position: center;
	width: 60%;
	margin: auto;
	padding-top: 1em;
}
#proyectos .work-img .card-img-top {
	text-align: center;
}
#proyectos p {
	font-size: 1rem;
}
/* Certificaciones */
#why h2 {
	font-size: 1.2em !important;
}

#why .certificaciones-cards {
	width: 90%;
	text-align: center;
}
#why .certificaciones-cards img {
	width: 50%;
	padding-top: 1rem;
}

#why h3 {
	font-size: 1em;
	font-family: 'Open Sans', sans-serif;
}

/* Why */
#why .submenu {
	font-size: 1.6em !important;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
#why .card .card-header {
	/* background-color: #2c0073; */
	color: #fff;
	font-size: 1em;
	/* background-image: linear-gradient(#2c0073, #8133ff); */
}

#why p {
	font-size: 1em !important;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

#why {
	padding-top: 6rem;
	padding-bottom: 4rem;
	background-color: #f6f6f6;
}

#why hr {
	padding-bottom: .5rem;
}

#why p {
	font-size: 1em;
}

/* #why .row h4 {
	font-weight: bold;
} */

#why .row h4 {
	margin-top: 1rem;
	font-size: 1rem;
}

#why .razones {
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 1em;
}


/* Contact */

#contacto {
	padding-top: 6rem;
	padding-bottom: 4rem;
	/* background-color: white; */
}

#contacto h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1.6em !important;
}

/* Footer */
#footer {
	padding: 2rem 0;
	background-color: #f6f6f6;
	color: black;
	border-top: 2px solid black;
}

#footer a {
	color: black;
}

#footer .fa {
	padding: 1em 5px;
}

#footer h3 {
	font-size: 1rem;
}
#footer p {
	font-size: 1rem;
}

#footer .shopify img {
	width: 11em !important;
	height: auto;
}
#footer .amazon img {
	width: 10em !important;
	height: auto;
	padding-bottom: 1em;
}
#footer .amazon p {
	font-size: .7em;
}

/* Aviso de privacidad */
#aviso {
	padding: 7rem 0;
}

.extra-text p {
    font-size: 1em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    max-width: 800px;
    margin: 0 auto;
    padding-top: 1rem;
}

