/* Fonts */

/* latin */

@font-face {
	font-family: 'Bebas Neue';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('Bebas Neue Regular'), local('BebasNeue-Regular'), url(https://fonts.gstatic.com/s/bebasneue/v1/JTUSjIg69CK48gW7PXoo9WlhyyTh89Y.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 100;
	font-display: swap;
	src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxIIzIXKMny.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fBBc4AMP6lQ.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBBc4AMP6lQ.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc4AMP6lQ.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
	font-family: 'Roboto', sans-serif;
}

header {
	background-color: #95c11f;
	height: 60px;
	padding: 10px 50px;
}

header img {
	max-height: 50px;
}

h1 , h2 {
	font-family: 'Bebas Neue', cursive;
}

header a {
	font-size: 18px;
	padding: 10px 20px;
	border-radius: 20px;
	color: #96c11f;
	float: right;
}

header  .texto-ribbon {
	display: flex;
    justify-content: center;
    /* align horizontal */
    align-items: center;
    /* align vertical */
   height: 50px;
}



/*empieza cuadro con formulario jotform con  bg  seccion 1*/

.section-1 {
	background-color: #000;
 color: #fff;
 padding: 30px 0;
}


.section-1 h1 {
	font-size: 45px;
	max-width: 350px;
	margin: auto;
	margin-bottom: 0;
}

.section-1 h1 span {
	color: #95c11f;
}

.section-1 h3 {
	font-size: 20px;
   margin-top: 0px;
   font-weight: 400;
   margin-bottom: 0;
}

.section-1 h5 {
	font-size: 16px;
   
}


.section-1 p {
	font-size: 16px;
	max-width: 350px;
	margin: auto;
}

/* Form main */

.form-main {
	background-color: #000;
	padding: 20px 40px;
	max-width: 380px;
	margin: 30px auto 20px auto;
	color: #fff;
	border-radius: 15px;
	border: 5px solid #fff;
}

.section-1 button {
	background-color: #96c11f;
	border: none;
	font-weight: 500;
	border-radius: 0px;
	font-size: 25px;
	text-align: center;
	padding: 10px 5px;
	margin-top: 30px;
	width: 95%;
}

.section-1 button:hover {
	background-color: #c11f1f;
	color: #fff;
}

input {
	height: 35px !important;
	margin-top: 20px;
	font-size: 18px !important;
	border-color: #fff !important;
	border-radius: 0 !important;
}

::-webkit-input-placeholder {
	font-size: 14px;
	text-align: center;
}

:-moz-placeholder {
	/* Firefox 18- */
	font-size: 14px;
	text-align: center;
}

::-moz-placeholder {
	/* Firefox 19+ */
	font-size: 14px;
	text-align: center;
}

.has-error li {
	color: #fff;
}

/*seccion dos */

.section-2 {
	padding: 30px 0;
	background-color: #f1f1f1;
	background-size: contain;
	background-position: top right;
	background-repeat: no-repeat;

}

.webp .section-2 {
	background-image: url("../images/sec_2_back.webp");
}

.no-webp .section-2 {
	background-image: url("../images/sec_2_back.png");
}

.section-2 .content {
	text-align: left;
	max-width: 450px;
	
}

/*seccion tres */

.section-3 {
	padding: 40px 0;
}

.section-3 h2 {
	margin-bottom: 30px;
}

.section-3 ul {
	list-style: none;
	display: inline-block;
	margin: 5px auto 30px auto;
}

.section-3 a {
	display: inline-block;
	color: #fff;
	background-color: #95c11f;
	text-transform: uppercase;
	font-size: 25px;
	padding: 10px 25px;
	border-radius: 5px;
}

/*seccion cuatro */
.section-4 {
	padding: 30px 0;
	background-color: #f1f1f1;
}

.section-4 h2 {
	font-size: 35px;
	margin-top: 80px;
}

.section-4 p {
	font-size: 16px;
}

/*seccion cinco */

.section-5 {
	background-color: #96c11f;
	padding: 30px 0;
}

.section-5 h2 {
	margin-top: 20px;
}


.section-5 h3 {
	font-size: 18px;
	font-weight: 300;
	max-width: 500px;
	margin: 5px auto 50px auto;
}

.section-5 .owl-carousel .owl-item img {
	width: 200px;
}

.carousel{
	max-width: 600px;
	margin: auto;
}



/*seccion seis */

.section-6 {
	padding: 30px 0;
	background-position: center;
	background-size: cover;
}

.webp .section-6 {
	background-image: url("../images/landing_skoon_cuts_02.webp");
}


.no-webp .section-6 {
	background-image: url("../images/landing_skoon_cuts_02.jpg");
}


.section-6 h2 {
	
}

.section-6 h3 {
	font-weight: 400;
}


.section-6 p {
font-size: 16px;
}

.section-6 a  {
	background-color: #96c11f;
	color: #000;
	border: none;
	border-radius: 5px;
	font-size: 18px;
	text-align: center;
	padding: 10px 25px;
	display: inline-block;
	margin-top: 10px;
}

.section-7 {
	background-color: #f1f1f1;
}


/*/////////// PAGINA GRACIAS ///////////*/

.bg-gracias {
	background-color: #96c11f;
	color: #000;
}


.bg-gracias p {
	margin-bottom: 10px;
	font-size: 16px;
}

.bg-gracias h1 {
	margin-top: 50px;
	margin-bottom: 0;
}

.bg-gracias h4 {
	
	margin-top: 0;
	margin-bottom: 0;
}

.bg-gracias h2 {
margin-bottom: 20px;
}

.bg-gracias h3 {
	font-weight: 700;
	font-size: 25px;
}



.bg-gracias button {
	background-color: #1e1e1e;
	border: none;
	font-weight: 500;
	border-radius: 0px;
	font-size: 25px;
	text-align: center;
	padding: 10px 25px;
	margin-top: 10px;
	color: #fff;
}

/*responsive*/

@media screen and (max-width: 992px) {
	.webp .section-2 {
		background-image: none;
	}
	
	.no-webp .section-2 {
		background-image: none;
	}

	.section-2 .content {
		max-width: 100%;
		
	}

	.section-4 h2 {
		font-size: 35px;
		margin-top: 10px;
	}
}

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

	.form-main {
		padding: 20px 5px;
		margin: auto;
	}
	/* section 3 */
	.section-3 h3 {}
	/* section 4 */
	.section-4 h2 {
		text-align: center;
	}

	.section-4 p{
		margin-bottom: 20px;
	}
	
	/* section 5 */
	.section-5 h2 {}
	/* Gracias */
	
}

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

	
	
	.form-main {
		
		margin: 10px auto 20px auto;
	}

	.section-1 h2 {
		font-size: 22px
	}
	.bg-gracias h1 {
		margin-top: 25px;
	}


}

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

}