/* Add here all your CSS customizations */
:root{
	--naranja: #e59034;
}
body{
	font-size: 16px;
}
h2{
	font-size: 2.5em;
	line-height: 50px;
}
p.lead{
	line-height: 2.2rem;
	font-size: 1.6em;
}
.logoSmall{
	display: none;
}
@media screen and (max-width: 599px) {
	html .scroll-to-top{
		bottom: 70px;
	}
}

@media screen and (max-width: 599px) {
	.logoSmall{
		display: block;
	}
}
#header.header-narrow .header-body{
	padding: 15px 0;
}
.sticky-header-active #header.header-narrow .header-logo .logo-small{
	margin: 0;
}
html.sticky-header-active #header.header-semi-transparent-light .header-body{
	background-color: transparent!important;
	box-shadow: none;
}
@media screen and (max-width: 599px) {
	html.sticky-header-active #header.header-semi-transparent-light .header-body{
		background: #fff!important;
	}
}
html:not(.sticky-header-active) #header.header-semi-transparent-light .header-body{
	background: transparent!important;
}
@media screen and (max-width: 599px) {
	html:not(.sticky-header-active) #header.header-semi-transparent-light .header-body{
		background: #fff!important;
	}
}
#header .header-logo img{
	top: -35px;
}
.social-icons li{
	margin: 0 5px 0 0;
}
.social-icons li a{
	font-size: 20px;
}
#howWork{
	background: #e59034;
}
#howWork .flexRow{
	display: flex;
	align-items: center;
}
#howWork .listWork{
	text-align: justify;
}
#howWork .listWork li{ 
	color: #fff;
}


#footer{
	padding: 30px 0;
}
@media screen and (max-width: 599px){
	#footer{
		padding: 30px 0 70px;
	}
}
#footer .flexRow{
	display: flex;
	align-items: center;
}
.footerCenter{
	text-align: center;
	justify-content: center;
}
.footerRight{
	text-align: right;
	z-index: 99;
}
#footer .flexCol{
	display: flex;
	align-items: center;
}
#footer .flexCol span{
	margin: 0 5px;
}
#footer .flexCol p, #footer .flexCol a{
	color: #fff!important;
}
.grecaptcha-badge{
	bottom: 70px!important;
	z-index: 99;
}
/*Social icons float
*******************************************************/
.socialIconsFloat{
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	right: 5px;
	z-index: 999;
}
@media screen and (max-width: 599px){
	.socialIconsFloat{
		display: none;
	}
}
.socialIconsFloat a{
	color: #fff;
	background: var(--naranja);
	display: block;
	margin: 10px 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 23px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #fff;
}
.socialIconsFloat a:hover{
	opacity: .7;
}
/*Social icons float movil
*******************************************************/
.socialIconsFloatMovil{
	display: none;
}
@media screen and (max-width: 599px){
	.socialIconsFloatMovil{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		position: fixed;
		bottom: 0;
		left: 0;
		background: #212529;
		border-top: 1px solid #fff;
		width: 100%;
		z-index: 99;
	}
	.socialIconsFloatMovil a{
		flex: 0 0 20%;
		width: 20%;
		max-width: 20%;
		border-right: 1px solid #fff;
		text-align: center;
		padding: 10px 0;
		color: #fff;
	}
	.socialIconsFloatMovil a:last-child{
		border-right: 0;
	}
}
/*Slide
*******************************************************/
@media screen and (max-width: 599px) {
	.owlHomeSlide{
		height: 150vh!important;
	}
	.owl-item{
		background-position-x: 55%!important;
	}
}
@media screen and (max-width: 599px) {
	.titleSlide{
		line-height: normal; 
		margin-bottom: 0px!important;
		padding-bottom: 0px!important;
	}
	.custom-skew-1{
		margin-bottom: 0!important;
	}
}

.rowBxAbsoluteSlide{
	align-items: center;
	position: absolute;
	background: rgb(229 144 52 / 70%);
	top: 50%;
	transform: translateY(-50%);
	padding: 20px 0;
	left: 0;
}
@media screen and (max-width:599px) {
	.rowBxAbsoluteSlide{
		padding: 20px 0;
	}
}
.rowBxAbsoluteSlide .contentBxSlide{
	padding: 20px 15px;
}
.rowBxAbsoluteSlide .title{
	color: #fff;
    font-size: 35px;
	line-height: 40px;
}
@media screen and (max-width: 599px) {
	.rowBxAbsoluteSlide .title{
		font-size: 23px;
		line-height: 28px;
		margin-bottom: 15px;
	}
}
.rowBxAbsoluteSlide .listSlide{
	color: #fff;
    padding-left: 25px;
    font-size: 17px;
}
@media screen and (max-width: 599px) {
	.rowBxAbsoluteSlide .listSlide{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		padding-left: 0;
	}
}
@media screen and (max-width: 599px) {
	.rowBxAbsoluteSlide .listSlide li{
		flex: 0 0 50%;
		width: 50%;
		max-width: 50%;
		list-style: none;
	}
}
.rowBxAbsoluteSlide .promotion{
	color: #fff;
    font-size: 20px;
    margin-bottom: 0;
}
.rowBxAbsoluteSlide .contentBxFormSlide{
	padding: 20px 15px;
}
.rowBxAbsoluteSlide .contentBxFormSlide p.lead{
	color: #fff;
	font-size: 25px;
	line-height: normal;
	font-weight: 400;
}
@media screen and (max-width: 599px) {
	.rowBxAbsoluteSlide .contentBxFormSlide p.lead{
		font-size: 20px;
		line-height: 25px;
	}
}
.rowBxAbsoluteSlide .contentBxFormSlide form input{
	background: transparent;
	outline: none;
	border: 0;
	border-bottom: 1px solid #fff;
	box-shadow: none;
	color: #fff;
}
.rowBxAbsoluteSlide .contentBxFormSlide form input:focus{
	outline: none;
	box-shadow: none;
}
.rowBxAbsoluteSlide .contentBxFormSlide form input::placeholder{
	color: #fff;
}
.rowBxAbsoluteSlide .contentBxFormSlide form select{
	background: transparent;
	border: 0;
	border-bottom: 1px solid #fff;
	color: #fff;
	box-shadow: none;
	outline: none;
}
.rowBxAbsoluteSlide .contentBxFormSlide form select:focus{
	box-shadow: none;
	outline: none;
}
.rowBxAbsoluteSlide .contentBxFormSlide form select option{
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.rowBxAbsoluteSlide .contentBxFormSlide form textarea{
	background: transparent;
	color: #fff;
	outline: none;
	border: 0;
	border-bottom: 1px solid #fff;
	box-shadow: none;
}
.rowBxAbsoluteSlide .contentBxFormSlide form textarea::placeholder{
	color: #fff;
}
.rowBxAbsoluteSlide .contentBxFormSlide form textarea:focus{
	outline: none;
	box-shadow: none;
}
.rowBxAbsoluteSlide .contentBxFormSlide form .btn-form-slide{
	background: #fff;
	color: var(--naranja);
}
.rowBxAbsoluteSlide .contentBxFormSlide form label.error{
	color: #fff;
}
.rowBxAbsoluteSlide .contentBxFormSlide form .form-control.error{
	box-shadow: none;
}
/* .rowBxAbsoluteSlide .contentBxFormSlide form input:-webkit-autofill,
.rowBxAbsoluteSlide .contentBxFormSlide form input:-webkit-autofill:hover,
.rowBxAbsoluteSlide .contentBxFormSlide form input:-webkit-autofill:focus,
.rowBxAbsoluteSlide .contentBxFormSlide form textarea:-webkit-autofill,
.rowBxAbsoluteSlide .contentBxFormSlide form textarea:-webkit-autofill:hover,
.rowBxAbsoluteSlide .contentBxFormSlide form textarea:-webkit-autofill:focus,
.rowBxAbsoluteSlide .contentBxFormSlide form select:-webkit-autofill,
.rowBxAbsoluteSlide .contentBxFormSlide form select:-webkit-autofill:hover,
.rowBxAbsoluteSlide .contentBxFormSlide form select:-webkit-autofill:focus {
  border: 0;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px #0000004d inset;
  transition: background-color 5000s ease-in-out 0s;
} */
.blockSlide.d-none{
	display: block!important;
}
.titleSlide.d-none{
	display: block!important;
}
/*Section Video
*******************************************************/
#sectionVideo{
	background: #fff;
}
@media screen and (max-width: 599px){
	#sectionVideo .contentBx{
		margin-bottom: 40px;
	}
}
#sectionVideo .titleSection{
	color: var(--naranja);
    font-weight: 600;
    font-size: 2.5em;
    line-height: 45px;
    margin-bottom: 50px;
}
#sectionVideo .flexRow{
	display: flex;
	align-items: center;
}
#sectionVideo .listVideo{
	font-size: 30px;
}
#sectionVideo .listVideo li:not(:last-child){
	margin-bottom: 20px
}
#sectionVideo .titlePromo{
	font-size: 35px;
	color: #777;
	font-weight: 400;
}
@media screen and (max-width: 599px){
	#sectionVideo .titlePromo{
		font-size: 30px;
		line-height: 35px;
	}
}
/*** 

====================================================================
  Responsive
====================================================================

***/
/*Lap 1366px*/
@media only screen and (max-width: 1366px){
    
}
/*Ipad Pro Vertical*/
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 2) 
  and (orientation: portrait){
    
}

/*Ipad Pro Horizontal*/
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 2) 
  and (orientation: landscape){
    
}

/*Ipad Horizontal*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
    
}

/*Ipad Vertical*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
    
}

/*Phone Vertical*/
@media only screen
  and (min-device-width: 320px) 
  and (max-device-width: 736px) 
  and (orientation: portrait){ 
  	.blockSlide{right: -40px!important}
  	#howWork .listWork{margin-bottom: 0;}
  	#header .header-logo img{top: 0;}
  	p.lead{font-size: 1.4em;}
  	.footerRight{text-align: center; margin-top: 30px;}
	.grecaptcha-badge{display: none;}	
	#sectionVideo .titleSection{font-size: 30px; line-height: 35px;}
	#sectionVideo .listVideo{font-size: 25px; margin-bottom: 30px;}

}

/*Phone Horizontal*/
@media only screen
  and (min-width: 320px) 
  and (max-width: 736px) 
  and (orientation: landscape){ 
}