/*
Theme Name: Bodegas del fin del mundo
Author: Bodegas
Author URI: http://bodegasdelmundo.com
Description: Bodegas del fin del mundo
Version: 1.0
Tags: clean, starter
*/


@font-face {
    font-family: 'Johnnie Walker Headline';
    src: url('../fonts/JohnnieWalker-Headline.woff2') format('woff2'),
        url('../fonts/JohnnieWalker-Headline.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Intervensi';
    src: url('../fonts/Intervensi.woff2') format('woff2'),
        url('../fonts/Intervensi.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



body{
	
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	position: relative;
	
}

.screen-container{
	min-height: 100vh;
	position: relative;
	overflow: hidden;
}

p{
	font-size: 13px;	
}

a{
	outline: none;
	color:black;
}

h1,h2,h3,h4,h5,h6{
	font-weight: bold;
	margin-bottom: 15px;
}

h1{
	font-size: 60px;
}
h2{
	font-size: 50px;
}
h3{
	font-size: 40px;
}
h4{
	font-size: 30px;
}
h5{
	font-size: 20px;
}
h6{
	font-size: 18px;
}

button{
	outline: none !important;
}

.mb-0{
	margin-bottom: 0;
}

.has-letter-spacing{
	letter-spacing: 1.5px;
}

.font-raleway{
	font-family: 'PT Serif', serif !important;
}


.text-300{
	font-weight: 300;
}

.image{
	width: 100%;
}

.navbar{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 41;
}

.navbar-burger {
    
    margin: 0;
}


.navbar-end.is-active{
	display: block !important;
}

.navbar{
	background: #000;
}

.navbar-burger span{
	color: white;
	height: 2px;
}

.navbar-burger span:nth-child(2){
	top: calc(50% - 0px);
}

.navbar-burger span:nth-child(3){
	top: calc(50% + 6px);
}	

.navbar a.navbar-item{
	font-family: 'Johnnie Walker Headline', sans-serif;
	color: white;
	font-size: 18px;
	background: #000;
	padding: 0 20px;
	text-transform: uppercase;
}

.navbar a.navbar-item.active,
.navbar a.navbar-item:hover,
.navbar a.navbar-item:visited
.navbar a.navbar-item:active
.navbar a.navbar-item:focus{
	background: #000;
	color: #1a1fdb;
}


.navbar-item.btn-comprar{
	border: solid 1px white;
    padding: 0px 10px !important;
    margin: 6px;
}

.navbar-item.btn-comprar:hover{
	border-color: #1a1fdb;
}

.is-page, .is-home{
	
		
	
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;

}

video#bgVideo {
	position: absolute;
	right: 0;
	bottom: 0px;
	width: auto;
	min-width: 100%;
	height: auto;
	min-height: 100%;
	z-index: 0;    
	background-size: cover;
	
	transform: scale(1.2);
}


.logo{
	position: absolute;
	right: 30px;
	top: 50px;
	z-index: 40;
}
.logo img{
	width: 210px;
}

.logo-container{
  		padding: 8px 8px 5px 8px;
  	}


div.triangle {
   
  position:absolute;
  top:0;
  left:0;
    width: 62%;
    height: 100%;
    background-image: url('../images/bgtriangulo.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-clip-path: polygon(0 0, 85% 0, 42% 140%, 0 5%);
  clip-path: polygon(0 0, 85% 0, 42% 140%, 0 5%);

}

div.triangle.invert {
	 -webkit-clip-path: polygon(0 0, 85% 0, 42% 140%, 0 -6%);
  clip-path: polygon(0 0, 85% 0, 42% 140%, 0 -6%);
    left: initial;
    right: -10%;
}

div.triangle.nosotros {
	background-image: url('../images/bgtriangulonosotros.jpg');
}
div.triangle.contacto {
	background-image: url('../images/bgtriangulocontacto.jpg');
}


.title{
	
	font-family: "Intervensi", serif;
	font-size: 5rem;
	color: #1a1fdb;
	font-weight: normal;
	text-align: center;
	line-height: 4rem;

    position: relative;
    z-index: 10;

}

.is-home .title{
	margin-top: 0px;
	color: white;
	position: relative;
    z-index: 20;
}

.font-sans{
	font-family: Raleway, sans-serif;
}


@media screen and (min-width: 1024px) and (max-height: 700px){
	.is-home .title{

		font-size: 4.3rem;
	}

	.image.home img{
	    max-width: 210px;
    	margin: 0 auto;
	}
}

.is-contact .title{
	margin-top: 0px;
}

.is-page.is-contact iframe	{
	width: calc(100% - 20px);
}

.title span{
	display: block;
	padding-left: 25%;

}

.hero.is-fullheight {
    min-height: calc(100vh - 82px);
    
}

.hero.is-page .hero-body{
	align-items: baseline;
	padding: 150px 0;
}

.hero.is-page.is-visitas .hero-body{
	padding-top: 100px;
}


.hero.is-page.is-contact .hero-body{
	padding-top: 120px;
}

.is-vinos .hero .hero-body{
	padding-top: 40px;
}

.animate__animated.animate__delay-500ms {
    -webkit-animation-delay: 500ms !important;
    animation-delay: 500ms !important;
    
}

.is-page-title{
	margin-top: 0px;
}





.parallelogram {
 width: 100%;
padding: 0px 40px 20px 40px;
-webkit-transform: skew(-14deg);
-moz-transform: skew(-14deg);
transform: skew(-14deg);
margin: 0 auto 20px auto;
/* margin-right: -80px; */
margin-top: -50px;
margin-left: 50px;
}
.parallelogram.invert {
	 -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    transform: skew(0deg);
}
.parallelogram .text{
	display: flex;
}
.parallelogram .text .wrapper{
  width: 100%;
  color: white;
  padding-right: 20%;
  -webkit-transform: skew(0deg);
  -moz-transform: skew(0deg);
  transform: skew(0deg);
  text-align: left;

  font-size: 13px;
}

.parallelogram.invert .text .wrapper{
  -webkit-transform: skew(14deg);
  -moz-transform: skew(14deg);
  transform: skew(14deg);
  
}

.parallelogram .text .wrapper p,
.parallelogram .text .wrapper strong,
.parallelogram .text .wrapper i,
.parallelogram .text .wrapper span{
	color: black !important;
}



.button:hover {

  box-shadow: 0 0 0 ;
}

.btn-parallelogram{
  transform: skew(14deg);
  border-radius: 0;
  background: transparent;
  border: solid 1px black;
  color: black;
  text-transform: uppercase;
  font-weight: bold;
  float: left;
  margin-top: 20px;
}
.btn-parallelogram:hover{
 background: transparent;
  border: solid 1px black;
  color: black;
}

.skew-fix{
  display:inline-block;
  transform: skew(0deg);
}

.skew-invert p,
.skew-invert h4,
.skew-invert h6{
	transform: skew(14deg);
}

.skew-fix-invert p,
a.skew-fix-invert{
  /* display:inline-block;*/
  transform: skew(-14deg);
}

.contact-locations{
	text-align: left;
	padding-top: 80px;
}

.contact-locations h4{
	font-family: Raleway, sans-serif;
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 16px;
}


.product-item{
	font-family: "Intervensi", serif;
	color: #1a1fdb;
	float: left;
	
	/*padding: 20px;*/
	    outline: none;
}

.product-item h3{
	font-weight: normal;
	font-size: 44px;
	text-align: center;
	
}

.products .arrow{
	cursor: pointer;
	padding: 10px;
	position: absolute;
	top: 45%;
	z-index: 100;
}
.products .arrow.slick-disabled{
	cursor: initial;
}

.products .arrow.left{ left: 5px;}
.products .arrow.right{ right:  5px;}

.products .arrow i{
	color: #333;
	font-size: 50px;
}

.products .arrow.slick-disabled i{
	color: #d3d3d3;
}


.lSAction>a {
    
    background-image: url(../images/controls.png) !important;

  }


.is-single .single-info{
	margin-top: 30px;
	padding: 40px 20px;
	position: relative;

}

.is-single .single-info h1{
	font-family: "Intervensi", serif;
	color: #1a1fdb;
	font-size: 60px;
	font-weight: 300;
}
.is-single .single-info p{
	margin-bottom: 30px;
}
.is-single .single-info .product-info{
	margin-top: 10px;
	border: solid 1px #000;
	display: inline-block;
	padding: 3px 15px;
	font-family: 'Johnnie Walker Headline';
	font-weight: 400;
	text-transform: uppercase;
	margin-right: 10px;
	color: black;
}

.is-single .next-product{
	position: absolute;
	right: 30px;
	top: 40%;

}


.is-single  .next-product i{
	font-size: 50px;
	color: black;
}


.btn-contact, .btn-send-contact{
	font-family: 'Johnnie Walker Headline', sans-serif;
    color: white;
    font-size: 18px;
    color: #000;
    border: solid 1px black;
    padding: 3px 20px;
    margin: 15px 10px;;
    display: inline-block;
    text-transform: uppercase;
    outline: none !important;
    line-height: 30px;
}

.btn-visit:hover,.btn-visit{
	color: black !important;
	border-color: black !important;
	margin-top: 30px !important;
	
	float: right;
}	


footer{
	z-index: 101;
	position: relative;
	background: #000;
	text-align: right;
	padding: 8px;
}

footer a{
	margin-right: 10px;
}

footer a i{
	color: white;

}


.form-input{
	padding: 10px;
	font-size: 12px;
	color: #333;
	border-radius: 0;
	width: 100%;
	border: solid 1px #000;


}

.wpcf7-response-output{
	font-family: 'Johnnie Walker Headline', sans-serif;
    color: #333;
    font-size: 18px;
}

.open-cont.active{
	text-decoration: underline;
}

.textos-lists .textos{
	padding-bottom: 60px;
}

.textos-lists .textos .inner-text{
	padding: 0 20px 0 0;
}

.textos-lists .textos a{
	color:#000;
}


.bg-overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,.4);

}

.validacion-titulo{
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 5px;	
	color: white;
	margin-bottom: 3px;
}
.validacion-bajada{
	font-size: 12px;
	color: white;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

.form-validation{
	position: relative;
	text-align: center;
}

.form-validation input{
	display: inline-block;
	padding: 7px 10px;
	background: transparent;
	border: solid 1px white;
	outline: none;
	width: calc(33.333% - 3.5px);
	color: white;
	font-weight: 300;
	font-size: 24px;
	text-align: center;

}

.form-validation input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

.form-validation input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.form-validation input::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}


.form-validation .notification{
	margin-top: 10px;
}
.text-bottom{
	color: white;
	text-align: right;
	font-family: 'PT Serif', serif !important;

}

.text-bottom h4{
	color: white !important;
	
	line-height: 26px;
	font-size: 25px;
	margin-bottom: 5px;
	font-weight: bold;
}
.text-bottom p{font-size: 18px;}
.button-ingresar{
	background:white;
	color:#63656c;
	padding: 6px 25px;
	font-size: 17px;
	font-weight: 600;
	line-height: 19px;
	display: inline-block;
	text-transform: uppercase;
	outline: none;
}


.slider-visitas{
	height: 250px;
	padding: 0 0px 0 65px;
}

.slider-visitas .img-container{
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	padding: 100px;
}

.slider-visitas video{
	max-height: 200px;
}


.image.home{
	max-width: 300px;
	margin: 0 auto;
}

.page-content h3{
	    font-family: "Intervensi", serif;
    color: black;
    font-size: 49px;
    margin-bottom: 0px;
    margin-top: 20px;
    font-weight: normal;
}

.page-content h4{
	    font-family: "Intervensi", serif;
    color: black;
    font-size: 44px;
    margin-bottom: 0px;
    margin-top: 20px;
    font-weight: normal;
}

.page-content h5{
	    font-family: "Intervensi", serif;
    color: black;
    font-size: 39px;
    margin-bottom: 0px;
    margin-top: 20px;
    font-weight: normal;
}
.page-content h6{
	    font-family: "Intervensi", serif;
    color: black;
    font-size: 35px;
    margin-bottom: 0px;
    margin-top: 20px;
    font-weight: normal;
}



.page-content,
.page-content p{
	color: black;
}

.has-text-blue{
	color: #3e3f99 !important;
}
.has-text-white,
.has-text-white > p{
	color: #fff !important;
}

.patagonia-text{
	padding: 10px 20px;
	border-left: solid 1px white;
	border-right: solid 1px white;
}

.image-patagonia img{
	padding: 0 20px;
}


.field-login label{
	    font-family: 'Johnnie Walker Headline', sans-serif;
    color: #333;
    font-size: 17px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.field-login .input{
	background: white;
	border-radius: 0;
	padding: 2px 10px;
	box-shadow: none;
	outline: none;
	border: none;
	font-size: 12px;
}

.button-login{
	background: transparent !important;
    border: none;
    outline: none !important;
    padding: 0 15px;
    color: #333;
    line-height: 18px;
    width: auto;
    margin-top: -6px;
}


.notification {
    padding: 10px;
    
}

@media screen and (max-width: 1200px){
	.button-ingresar{
		font-size: 12px;
		line-height: 14px;
		padding: 5px 8px;
	}
	.parallelogram {
	 
	    -webkit-transform: skew(-15deg);
	    -moz-transform: skew(-15deg);
	    transform: skew(-15deg);
	 
	}
}

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

	.navbar a.navbar-item {
		text-align: center;
		padding: 8px 0;
	}
	.navbar-end.is-active{
		padding-bottom: 30px;

	}
	.navbar-menu {
	    background-color: #000;
	    box-shadow: 0 8px 16px rgba(10,10,10,.1);
	    padding: inherit;
	}

	.navbar-menu{
		display: block;
	}

	.navbar-end{
		display: none;
	}

	.navbar-burger{
		display: inline-block;
    	float: right;
	}


	.logo-container {
    	
	    width: 50%;
	    display: inline-block;
	}

}

@media screen and (max-width: 900px){
	.parallelogram {
	 
	    -webkit-transform: skew(-10deg);
	    -moz-transform: skew(-10deg);
	    transform: skew(-10deg);
	 
	}

	.skew-invert p, .skew-invert h6 ,  .skew-invert h4 {
		transform: none !important;
	}

	.btn-parallelogram,
	.skew-fix-invert p, a.skew-fix-invert{
		transform:none;
	}
}

@media (max-width: 1030px) {

	
	#bgVideo{
		transform: scale(1.5) !important;
	}
}

@media (max-width: 850px) {

	
	#bgVideo{
		transform: scale(1.8) !important;
	}
}

@media (max-width: 767px) {
  .wpmci-popup-cnt-inr-wrp h2{
      font-size:12px;
    } 

	

	.field-login .input{
		width: 100% !important;
	}
	.button-login-mobile{
		border-radius: 0;
		text-transform: uppercase;
		font-size: 15px;
		letter-spacing: 2px;
		width: 100%;
		outline: none;
		border: none;
		    font-family: 'Johnnie Walker Headline', sans-serif;
	}


	.button-ingresar,
	.text-bottom h4{
		font-size: 14px;
		line-height: 16px;

	}

	.text-bottom p{
		font-size: 12px;
	}

	.slider-visitas{
		padding-left: 0;
	}

	.is-home .title{
		margin-top: 70px;
	    font-size: 50px;
	    line-height: 50px;
		margin-top: 70px;

	}

	.is-home.is-contact .title{
		margin-top: 10px;
	}

	.image.home{
		max-width: 150px;
		margin-bottom: 20px;
	}
	.is-vinos .hero.is-fullheight{
		height: auto;
		min-height: 100vh;
	}


	.is-single .next-product{
		    position: absolute;
    right: 5px;
    bottom: 25px;
    top: initial;
	}

	
	#bgVideo{
		display: none;
	}
	.is-vinos .hero .hero-body {
	    padding-top: 10px;
	}

	.container{
		width: 100%;
	}

	.hero.is-fullheight {
	   height: auto;
	       min-height: calc(100vh - 142px);

	}
	
	.btn-parallelogram{
		margin-bottom: 20px;
	}
	.parallelogram {

		padding: 10px;
		width: 100%;
		margin-right: 0;
		transform: none !important;
		margin: 0 auto;
	}
	.parallelogram .text .wrapper{
		padding-right: 0px;
		transform: skew(0) !important;
	}
	.main-container{
		
	}
  	.logo{
  		position: relative;
  		text-align: center;
  		right: initial;
  		top: 20px;
  		max-width: 160px;
  		margin: 0 auto;
  	}

  	.hero-body,
  	.hero.is-page .hero-body{
  		    padding: 1.5rem 1.5rem 1.5rem 1.5rem !important
  	}

  	.contact-locations{
  		background: rgba(255,255,255,.6);
  		padding: 10px 20px;
  		margin-top: 20px;
  	}
  	


	  .triangle{
	  	display: none;
	  }

	  .title{
	  	display: block;
	  	text-align: center;
	  	font-size: 80px;
	  	line-height: 80px;
	  	    margin-top: 50px;
	  	margin-left: 0px;
	  	    color: #1a1fdb !important;
	  }
	  .title.force-text-white-mobile{
	  	color: white !important;
	  }

	  .home.title{
	  	margin-left: 0;
	  	font-size: 3rem;
	  }

	  .title.dark{
	  	color: #1a1fdb !important;
	  }

	  .is-title{
	  	order: -1;
	  	text-align: center;
	  }

	  .main-container{
	  	display: flex;
	  }
	  .is-page-title{
	  	margin-left: 0;
	  	margin-top: 50px;
	  	position: relative;
	  }

  
}


.hide{
	display: none;
}

.language-selector{
	color: white !important; 
	position: relative;
}

.language-selector select{
	border: none;
	border: none;
	color: white;
	background: transparent; !important;
	font-family: 'Johnnie Walker Headline', sans-serif;
	font-size: 20px;
	outline: none;
	-webkit-appearance: none;
	padding: 3px 40px 2px 10px;
	position: relative;
	z-index: 10;
}

.language-selector .arrow{
	position: relative;
	margin-left: -37px;
	z-index: 0;
}


.wow {
  visibility: hidden;
}

.slider-home{
	height: 100vh;
	margin-bottom: 10px;
}

.slick-dots {
    
    bottom: 5px !important;
}

.border-login{
	border: solid 1px #fff;
	padding: 10px 10px 20px 10px;
}


.text-validation-small{
	font-family: Raleway, sans-serif;
	font-weight: 400;
	letter-spacing: 1.5px;
}


.m-0 {
    margin: 0!important
}

.mt-0 {
    margin-top: 0!important
}

.mr-0 {
    margin-right: 0!important
}

.mb-0 {
    margin-bottom: 0!important
}

.ml-0,.mx-0 {
    margin-left: 0!important
}

.mx-0 {
    margin-right: 0!important
}

.my-0 {
    margin-bottom: 0!important;
    margin-top: 0!important
}

.m-1 {
    margin: .25rem!important
}

.mt-1 {
    margin-top: .25rem!important
}

.mr-1 {
    margin-right: .25rem!important
}

.mb-1 {
    margin-bottom: .25rem!important
}

.ml-1,.mx-1 {
    margin-left: .25rem!important
}

.mx-1 {
    margin-right: .25rem!important
}

.my-1 {
    margin-bottom: .25rem!important;
    margin-top: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.mt-2 {
    margin-top: .5rem!important
}

.mr-2 {
    margin-right: .5rem!important
}

.mb-2 {
    margin-bottom: .5rem!important
}

.ml-2,.mx-2 {
    margin-left: .5rem!important
}

.mx-2 {
    margin-right: .5rem!important
}

.my-2 {
    margin-bottom: .5rem!important;
    margin-top: .5rem!important
}

.m-3 {
    margin: .75rem!important
}

.mt-3 {
    margin-top: .75rem!important
}

.mr-3 {
    margin-right: .75rem!important
}

.mb-3 {
    margin-bottom: .75rem!important
}

.ml-3,.mx-3 {
    margin-left: .75rem!important
}

.mx-3 {
    margin-right: .75rem!important
}

.my-3 {
    margin-bottom: .75rem!important;
    margin-top: .75rem!important
}

.m-4 {
    margin: 1rem!important
}

.mt-4 {
    margin-top: 1rem!important
}

.mr-4 {
    margin-right: 1rem!important
}

.mb-4 {
    margin-bottom: 1rem!important
}

.ml-4,.mx-4 {
    margin-left: 1rem!important
}

.mx-4 {
    margin-right: 1rem!important
}

.my-4 {
    margin-bottom: 1rem!important;
    margin-top: 1rem!important
}

.m-5 {
    margin: 1.5rem!important
}

.mt-5 {
    margin-top: 1.5rem!important
}

.mr-5 {
    margin-right: 1.5rem!important
}

.mb-5 {
    margin-bottom: 1.5rem!important
}

.ml-5,.mx-5 {
    margin-left: 1.5rem!important
}

.mx-5 {
    margin-right: 1.5rem!important
}

.my-5 {
    margin-bottom: 1.5rem!important;
    margin-top: 1.5rem!important
}

.m-6 {
    margin: 3rem!important
}

.mt-6 {
    margin-top: 3rem!important
}

.mr-6 {
    margin-right: 3rem!important
}

.mb-6 {
    margin-bottom: 3rem!important
}

.ml-6,.mx-6 {
    margin-left: 3rem!important
}

.mx-6 {
    margin-right: 3rem!important
}

.my-6 {
    margin-bottom: 3rem!important;
    margin-top: 3rem!important
}

.m-auto {
    margin: auto!important
}

.mt-auto {
    margin-top: auto!important
}

.mr-auto {
    margin-right: auto!important
}

.mb-auto {
    margin-bottom: auto!important
}

.ml-auto,.mx-auto {
    margin-left: auto!important
}

.mx-auto {
    margin-right: auto!important
}

.my-auto {
    margin-bottom: auto!important;
    margin-top: auto!important
}

.p-0 {
    padding: 0!important
}

.pt-0 {
    padding-top: 0!important
}

.pr-0 {
    padding-right: 0!important
}

.pb-0 {
    padding-bottom: 0!important
}

.pl-0,.px-0 {
    padding-left: 0!important
}

.px-0 {
    padding-right: 0!important
}

.py-0 {
    padding-bottom: 0!important;
    padding-top: 0!important
}

.p-1 {
    padding: .25rem!important
}

.pt-1 {
    padding-top: .25rem!important
}

.pr-1 {
    padding-right: .25rem!important
}

.pb-1 {
    padding-bottom: .25rem!important
}

.pl-1,.px-1 {
    padding-left: .25rem!important
}

.px-1 {
    padding-right: .25rem!important
}

.py-1 {
    padding-bottom: .25rem!important;
    padding-top: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.pt-2 {
    padding-top: .5rem!important
}

.pr-2 {
    padding-right: .5rem!important
}

.pb-2 {
    padding-bottom: .5rem!important
}

.pl-2,.px-2 {
    padding-left: .5rem!important
}

.px-2 {
    padding-right: .5rem!important
}

.py-2 {
    padding-bottom: .5rem!important;
    padding-top: .5rem!important
}

.p-3 {
    padding: .75rem!important
}

.pt-3 {
    padding-top: .75rem!important
}

.pr-3 {
    padding-right: .75rem!important
}

.pb-3 {
    padding-bottom: .75rem!important
}

.pl-3,.px-3 {
    padding-left: .75rem!important
}

.px-3 {
    padding-right: .75rem!important
}

.py-3 {
    padding-bottom: .75rem!important;
    padding-top: .75rem!important
}

.p-4 {
    padding: 1rem!important
}

.pt-4 {
    padding-top: 1rem!important
}

.pr-4 {
    padding-right: 1rem!important
}

.pb-4 {
    padding-bottom: 1rem!important
}

.pl-4,.px-4 {
    padding-left: 1rem!important
}

.px-4 {
    padding-right: 1rem!important
}

.py-4 {
    padding-bottom: 1rem!important;
    padding-top: 1rem!important
}

.p-5 {
    padding: 1.5rem!important
}

.pt-5 {
    padding-top: 1.5rem!important
}

.pr-5 {
    padding-right: 1.5rem!important
}

.pb-5 {
    padding-bottom: 1.5rem!important
}

.pl-5,.px-5 {
    padding-left: 1.5rem!important
}

.px-5 {
    padding-right: 1.5rem!important
}

.py-5 {
    padding-bottom: 1.5rem!important;
    padding-top: 1.5rem!important
}

.p-6 {
    padding: 3rem!important
}

.pt-6 {
    padding-top: 3rem!important
}

.pr-6 {
    padding-right: 3rem!important
}

.pb-6 {
    padding-bottom: 3rem!important
}

.pl-6,.px-6 {
    padding-left: 3rem!important
}

.px-6 {
    padding-right: 3rem!important
}

.py-6 {
    padding-bottom: 3rem!important;
    padding-top: 3rem!important
}

.p-auto {
    padding: auto!important
}

.pt-auto {
    padding-top: auto!important
}

.pr-auto {
    padding-right: auto!important
}

.pb-auto {
    padding-bottom: auto!important
}

.pl-auto,.px-auto {
    padding-left: auto!important
}

.px-auto {
    padding-right: auto!important
}

.button-validation{
	    color: white !important;
    text-transform: uppercase;
    padding: 10px 15px;
    width: 120px;
    text-align: center;
    font-weight: bold;
    transition: all .4s;
    background: rgba(0, 0, 0, .6);
    display: inline-block;
}

.button-validation:hover{
	background: black;
}