@font-face {
  font-family: girofont;
  src: url('/wp-content/themes/vipnet360/library/font/girolight.otf') format("opentype");
}

body {
	overflow-x: hidden;
}


* {
  font-family: "myriad-pro",sans-serif;
}

.header-ecommerce {
	background: url('https://www.vipnet360.com/wp-content/uploads/2020/10/header-img.jpg');
	background-size: cover;
	background-position: top center;
	min-height: 30vh;
	color: white;
	padding-top: 120px;
	padding-bottom: 120px; 
}

h1 {
	font-family: girofont;
    font-size: 85px;
    line-height: 50px;
}

.header-ecommerce p {
	font-size: 25px;
	font-weight: lighter;
	margin-top: 20px;
}

.section-negocio h2 {
	font-weight: bold;
	font-size: 50px;
	letter-spacing: 3px;
}

.section-negocio p{
	font-size: 25px; 
	color: #252525;
	font-weight: lighter;
	margin-top: 10px;
}

.sellos-ilustracion {
}

.section-sellos h2 {
	font-weight: bold;
	font-size: 50px;
	letter-spacing: 3px;
}

.section-sellos .container-titulo {
	margin-left: 20%;
}

.subtitle-sellos {
	font-weight: lighter;
	font-size: 30px;	
}

.section-sellos p {
	font-weight: lighter;
	font-size: 25px;	
}

.bullet-1 {
	position: absolute;
	left: -20px;
	top: 0;
}

.bullet-2 {
	position: absolute;
	right: -20px;
	top: 0;
}

h3 {
	color: black;
	font-size: 37px;
	line-height: 37px;
	letter-spacing: 5px;
}

.expertise-container {
	margin-top: 50px;
	min-height: 50vh;
	border-radius: 30px;
	-webkit-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
}

.expertise-container h3 {
	font-weight: bold;
	letter-spacing: 0px;
	font-size: 50px;
	line-height: 45px;
	max-width: 700px;

}

.blue-text {
	color: #4cc1ba;
}

.expertise-container hr {
	border: 5px solid black;
	max-width: 100px;
	margin-left: auto;
	margin-right: auto;
}

.expertise-container img {
	border-bottom-left-radius: 30px;
	width: 50%;
}

.section-form {
	background: url('https://www.vipnet360.com/wp-content/uploads/2020/10/hablamos-form.jpg');
	background-size: cover;
	background-position: center center;
	min-height: 80vh;
	background-repeat: no-repeat;
}

.section-form {
	margin-top: 100px;
	margin-bottom: 30px;
}

.section-form h2 {
	font-weight: bold;
    font-size: 50px;
}

.separador-form {
	position: absolute;
	right: 0px;
}

.section-footer {
	background: #2b2b2b;
	color: white;
	padding-top: 50px;
	padding-bottom: 50px;
}

.section-footer p {
	margin-bottom: 0px;
	font-size: 25px;
	color: white;
	text-align: center;
	letter-spacing: 2px;
}

.formulario {
	min-height: 60vh;
	
}

input {
	width: 100%;
}

.col-md-6 input{
	border-radius: 30px;
	background: white;
	border: 2px solid black;
	padding: 10px 30px;
	margin-top: 20px;
}

textarea {
	border-radius: 30px;
	background: white;
	border: 2px solid black;
	padding: 10px 30px;
	margin-top: 20px;
	width: 100%;
}

.col-md-12 input {
	padding: 10px 30px;
	margin-top: 20px;
	border: 2px solid black;
	color: #4cc1ba;
	background: black;
	border-radius: 30px;
	font-size: 25px;
	font-weight: bold;
}

.col-md-12 input:hover {
	-webkit-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75);
}

input:focus, textarea:focus {
	outline: none;
}

.sellos-ilustracion-mob {
	display: none;
}

.link-cta-header {
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translate(0, -50%);
}

.link-cta-header:hover {
	text-decoration: none;
}

.cta-header {
	background: #f8129a;
	color: white;
	padding: 20px;
	width: 350px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	-webkit-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75);	
}

.screen-reader-response {
	display: none;
}

.logos-ecommerce {
	max-width: 15%;
	margin: 10px;
}

.wpcf7-mail-sent-ok {
    border: 2px solid #4cc1ba;
    margin-top: 20px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}

@media (max-width: 1200px) {
	.section-sellos .container-titulo {
		margin-left: 3%;
		margin-right: 3%;
	}
}


@media (max-width: 768px) {	
	h1 {
		font-size: 55px;	
	}
	
	.section-sellos h2 {
		font-size: 40px;
	}
	
	.sellos-ilustracion {
		display: none;
	}
	
	.bullet-1, .bullet-2, .bullet-3 {
		display: none;
	}
	
	.section-sellos .container-titulo {
		margin-bottom: 50px;
	}
	
	.expertise-container img {
		width: 100%;
		border-bottom-left-radius: 0px;
		margin-bottom: 20px;
	}
	
	.separador-form {
		display: none;
	}
	
	.section-form h2 {
		margin-bottom: 50px;
	}
	
	.expertise-container {
		padding-bottom: 30px;
	}
	
	.expertise-container h3 {
		font-size: 30px;
		line-height: 30px;
	}
	
	.section-negocio p {
		font-size: 20px;
	}
	
	.sellos-ilustracion-mob {
		display: inline;
	}
	
	.section-sellos p {
		font-size: 20px;
	}
	
	.section-footer p {
		font-size: 20px;
	}
	
	.header-ecommerce p {
		font-size: 20px;
	}
	
	.link-cta-header {
		width: 100%;
		bottom: 0;
		top: inherit;
		transform: none;
	}
	
	.cta-header {
		width: 100%;
	}
}




