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

section .container .video{
    border-radius: 5px;
    overflow: hidden;
    height: 600px;
}

section.section-video {
    text-align: center;
    position: relative;
    background-color: #693b57;
}

section .container.video-container {
    padding-top: 60px;
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
}

section .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1140px;
}

.container-mobile,
.form-mobile
 {
    display: none;
}

* {
	box-sizing: border-box;
}

.container-mobile {
    align-items: center;
    height: 100%;
    justify-content: center;
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 180px;
    background: #FDCB5A;
}



.form-mobile input,
.form-mobile label,
.form-mobile button,
.form-mobile select,
.form-mobile span {
    font-family: 'Roboto';
    font-size: 38px;
    color: white;
}

.form-mobile .d-flex {
    display: flex;
    justify-content: space-between;
}

.form-mobile .d-flex.button-bg {
    background-color: #FFD882;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.form-mobile .d-flex button{
    background-color: #FFD882;
    border: 0px;
    height: 90px;
    text-transform: uppercase;
    color: #5f4918;
    font-weight: bold;
    outline: 0;
}

.form-mobile .d-flex button:focus,
.form-mobile .d-flex button:active,
.form-mobile .d-flex button:visited,
.form-mobile .d-flex button:hover
    {
    outline: 0;
    border: 0px;
}

.form-mobile .d-flex.button-bg svg {
    fill:#5f4918;
    margin-left: 10px;
}

.form-mobile label {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
}

.form-mobile .d-flex .form-group {
    width: 48.5%;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.form-mobile .d-flex .form-group .group span,
.form-mobile .d-flex .form-group .group span select{
    flex: 1;
    width: 100%;
}

.form-mobile .d-flex .form-group .group {
    display: flex;
    align-items: center;
    background: #422235;
    padding: 10px 20px;
    height: 120px;
}

.form-mobile .d-flex .form-group input,
.form-mobile .d-flex .form-group input:focus,
.form-mobile .d-flex .form-group select,
.form-mobile .d-flex .form-group select:focus
{
    flex: 1;
    background: none;
    border: 0;
    color: white;
    height: 100px;
    outline: 0;
}


.form-mobile .d-flex .form-group svg {
    fill: white;
    margin-left: 10px;
}

.form-mobile {
    /* display: block; */
    position: absolute;
    top: 0px;
    background: #693b57;

    width: 100%;
    height: 100%;
    z-index: 100;
    padding: 25px;

}

.fixed-form .container-content.mobile {
    display: none;
}


.d-flex {
    display: flex;
}

.d-flex small {
    color: #39202f;
	border-left: 2px solid #735105;
    padding-left: 10px;
    position: absolute;
    left: -150px;
	width: 170px;
	top: 15px;
    font-family: 'Roboto';
    font-size: 13px;
    margin-right: 30px;
    font-weight: 500;
}

.fixed-form .d-flex {
    align-items: center;
}


.btn-work {
    background: #693b57;
    color: white;
    padding: 20px 40px;
    border: 0;
    font-size: 35px;
    border-radius: 5px;
}


.form-mobile .d-flex .form-group ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #693b57;
}
.form-mobile .d-flex .form-group :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #693b57;
    opacity:  1;
}
.form-mobile .d-flex .form-group ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #693b57;
    opacity:  1;
}
.form-mobile .d-flex .form-group :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #693b57;
}
.form-mobile .d-flex .form-group ::-ms-input-placeholder { /* Microsoft Edge */
    color:    #693b57;
}

.form-mobile .d-flex .form-group ::placeholder { /* Most modern browsers support this now. */
    color:    #693b57;
}





.whatsapp img {
    width: 50px;
    height: 50px;
    position: relative;
    z-index: 2;
}

.whatsapp a {
    text-decoration: none;
}
.whatsapp span {
    background: #2CB642;
    color: white;
    padding: 10px 28px 10px 10px;
    top: -20px;
    position: relative;
    left: 23px;
    z-index: 1;
    border-radius: 9px;
    font-family: 'Roboto';
    box-shadow: 0px 1px 9px rgba(0,0,0,0.3);
}
.whatsapp {
    position: fixed;
    right: 20px;
    bottom: 70px;
    z-index: 1;
    
}

.modal-news {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    background: rgba(0,0,0,0.4);
    display:flex;
    justify-content:center;
    align-items:center;

    font-family: "Roboto",-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
}

.modal-news .content svg#icon {
    width: 140px;
    height: 140px;
}

.modal-news .content .close {
    position: absolute;
    top: 20px;
    right: 20px;
}

.modal-news .content p{
    color: #999;
    margin-top: 10px;
    margin-bottom: 40px;
}

.modal-news .content h2{
    font-size: 28px;
    margin-top: 20px;
    font-weight: 500;
    color: #693b57;
}

.modal-news .content button {
    width: 360px;
    background: #693b57;
    color: white;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    margin-top: 10px;
    border: 0;
    outline: 0;
}

.modal-news .content input {
    border: 1px solid #999;
    padding: 10px;
    border-radius: 5px;
    width: 360px;
}

.modal-news .content {
    position: relative;
    background: white;
    border-radius: 10px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

form.formIntegration2 *,
		form.formIntegration2 *::before,
		form.formIntegration2 *::after {
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}

		form.formIntegration2 {
			width: 100%;
			margin: 0 auto;
		}

		form.formIntegration2 input[type="text"] {
			outline: none;
			width: 100%;
		}

		form.formIntegration2 select {
			width: 100%;
			overflow: auto;
		}

		form.formIntegration2 select.invi-select {
			display: none;
			width: 0px;
			height: 0px;
			border: none;
		}

		form.formIntegration2 textarea {
			width: 100%;
			height: 80px;
			overflow: auto;
			resize: vertical;
		}

		form.formIntegration2 div.containerMultiple {
			width: 100%;
			overflow: auto;
			border: 1px solid #bec5cb;
			padding: 2px;
			background-color: #FFF;
			position: relative;
		}

		form.formIntegration2 div.containerMultiple div {
			min-height: 20px;
		}

		form.formIntegration2 div.containerMultiple div label {
			white-space: nowrap;
			display: inline-block;
			position: relative;
		}

		form.formIntegration2 input.type_PHN_DDI {
			text-align: center;
		}

		form.formIntegration2 div.div_PHN_DDI {
			width: 28%;
			margin-right: 2%;
			text-align: center;
			display: inline-block;
		}

		form.formIntegration2 div.div_PHN_NUM {
			width: 70%;
			display: inline-block;
		}

		form.formIntegration2 .div_PHN.hidden_DDI div.div_PHN_DDI {
			width: 0;
			display: none;
		}

		form.formIntegration2 .div_PHN.hidden_DDI div.div_PHN_NUM {
			width: 100%;
			display: inline-block;
		}

		form.formIntegration2 .field-error {
			border-color: #CC0000 !important;
		}

		form.formIntegration2 .g-recaptcha {
			margin-bottom: 5px;
		}

		form.formIntegration2 .DinamizeDivMessageSuccess,
		form.formIntegration2 .DinamizeDivMessageAlert,
		form.formIntegration2 .DinamizeDivMessageError,
		form.formIntegration2 .DinamizeDivCaptchaMessage {
			display: none;
			margin: 0px 0px 10px;
			color: rgb(255, 255, 255);
			font-size: 14px;
			font-family: arial;
			padding: 15px;
		}

		form.formIntegration2 .DinamizeDivMessageSuccess {
			background-color: rgb(20, 118, 18);
		}

		form.formIntegration2 .DinamizeDivMessageAlert,
		form.formIntegration2 .DinamizeDivMessageError,
		form.formIntegration2 .DinamizeDivCaptchaMessage {
			background-color: #ac0000;
		}

		form.formIntegration2 div.block {
			display: block;
			margin-bottom: 10px;
		}

		form.formIntegration2 div.block:last-child {
			margin-bottom: 0px;
		}

		form.formIntegration2 div.vertical {
			display: block;
		}

		form.formIntegration2 div.horizontal {
			display: inline-block;
			vertical-align: middle;
		}

		form.formIntegration2 div.horizontal.divlabel {
			width: 28%;
			margin-right: 2%;
			text-align: right;
		}

		form.formIntegration2 div.horizontal.divinput {
			width: 70%
		}

		form.formIntegration2 div.containerAllInline div.block {
			display: inline-block;
			margin-right: 5px;
			margin-bottom: 5px;
		}

		form.formIntegration2 div.containerAllInline div.horizontal.divinput {
			width: 182px
		}

		form.formIntegration2 .submit {
			position: relative;
			width: 100%
		}

		form.formIntegration2 .submit.class1 {
			text-align: left;
		}

		form.formIntegration2 .submit.class2 {
			text-align: left;
			width: 70%
		}

		form.formIntegration2 .submit.class3 {
			text-align: center;
		}

		form.formIntegration2 .submit.class4 {
			text-align: right;
		}

		form.formIntegration2 .submit.class5 {
			text-align: center;
		}

		form.formIntegration2 .submit.class5 input[type=submit] {
			width: 100%
		}

		form.formIntegration2 .spinner {
			display: none;
		}

		form.formIntegration2.style1 label {
			color: #4a5765;
			font-family: arial;
			font-size: 14px;
		}

		form.formIntegration2.style1 input[type="text"] {
			border: 2px solid #bec5cb;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			box-shadow: 0 0 0 4px transparent;
			color: #4a5766;
			font-size: 13px;
			padding: 9px 6px;
			height: 38px;
		}

		form.formIntegration2.style1 input[type="submit"] {
            -webkit-appearance: none;
            width: 100%;
			border: medium none;
			background-color: #693b57;
			color: #ffffff;
			cursor: pointer;
			font: bold 13px/38px Arial;
			height: 38px;
			padding: 0 15px;
			display: inline-block;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			margin: 5px 0 0 0;
		}

		form.formIntegration2.style1 div.containerMultiple,
		form.formIntegration2.style1 select,
		form.formIntegration2.style1 textarea {
			border: 2px solid #bec5cb;
			border-radius: 3px;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			box-shadow: 0 0 0 4px transparent;
			color: #4a5766;
		}

		form.formIntegration2.style1 select {
			height: 40px;
		}

		form.formIntegration2.style1 textarea {
			max-height: 200px;
			min-height: 52px;
		}

		form.formIntegration2.style1 .spinner {
            display: none;
			bottom: 0;
			height: 18px;
			left: 170px;
			margin: auto;
			position: absolute;
			right: 0;
			top: 0;
		}

		form.formIntegration2.style1 .spinner>div {
			width: 18px;
			height: 18px;
			background-color: #fff;
			border-radius: 100%;
			display: inline-block;
			-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
			animation: sk-bouncedelay 1.4s infinite ease-in-out both;
		}

		form.formIntegration2.style1 .spinner .bounce1 {
			-webkit-animation-delay: -0.32s;
			animation-delay: -0.32s;
		}

		form.formIntegration2.style1 .spinner .bounce2 {
			-webkit-animation-delay: -0.16s;
			animation-delay: -0.16s;
		}

		form.formIntegration2.style1 .checkbox-container {
			display: block;
			position: absolute !important;
			padding-left: 22px;
			margin-bottom: 4px;
			cursor: pointer;
			-webkit-user-select: none;
			-moz-user-select: none;
			-ms-user-select: none;
			user-select: none;
		}

		form.formIntegration2.style1 .checkbox-container input {
			position: absolute;
			opacity: 0;
			cursor: pointer;
			height: 0;
			width: 0;
			top: 0;
			left: 0;
		}

		form.formIntegration2.style1 .checkmark {
			position: absolute;
			top: 0;
			left: 0;
			height: 18px;
			width: 18px;
			background-color: #FFF;
			border: 2px solid #BBB;
			border-radius: 3px;
		}

		form.formIntegration2.style1 .checkbox-container:hover input~.checkmark {
			border: 2px solid #777;
		}

		form.formIntegration2.style1 .checkmark:after {
			content: "";
			position: absolute;
			display: none;
		}

		form.formIntegration2.style1 .checkbox-container input:checked~.checkmark:after {
			display: block;
		}

		form.formIntegration2.style1 .checkbox-container .checkmark:after {
			left: 5px;
			top: 0px;
			width: 5px;
			height: 12px;
			border: solid #555;
			border-width: 0 3px 3px 0;
			-webkit-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			transform: rotate(45deg);
		}

		form.formIntegration2.style2 label {
			font-family: arial;
			font-size: 14px;
		}

		form.formIntegration2.style2 input[type="text"] {
			border: 1px solid #bec5cb;
			box-shadow: 0 0 0 4px transparent;
			color: #4a5766;
			font-size: 13px;
			padding: 9px 6px;
		}

		form.formIntegration2.style2 div.containerMultiple {
			max-height: 82px;
		}

		form.formIntegration2.style2 div.containerMultiple,
		form.formIntegration2.style2 select,
		form.formIntegration2.style2 textarea {
			border: 1px solid #bec5cb;
			box-shadow: 0 0 0 4px transparent;
			color: #4a5766;
		}

		form.formIntegration2.style2 select {
			height: 40px;
		}

		form.formIntegration2.style2 textarea {
			max-height: 200px;
			min-height: 52px;
		}

		form.formIntegration2.style2 ::-webkit-input-placeholder {
			color: #000000;
		}

		form.formIntegration2.style2 ::-moz-placeholder {
			color: #000000;
			font-family: arial;
		}

		form.formIntegration2.style2 :-ms-input-placeholder {
			color: #000000;
			font-family: arial;
		}

		form.formIntegration2.style2 :-moz-placeholder {
			color: #000000;
			font-family: arial;
		}

		form.formIntegration2.style2 .spinner {
			display: none;
			bottom: 0;
			height: 18px;
			left: 0;
			margin: auto;
			position: absolute;
			right: 0;
			top: 0;
		}

		form.formIntegration2.style2 .spinner>div {
			width: 18px;
			height: 18px;
			background-color: #fff;
			border-radius: 100%;
			display: inline-block;
			-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
			animation: sk-bouncedelay 1.4s infinite ease-in-out both;
		}

		form.formIntegration2.style2 .spinner .bounce1 {
			-webkit-animation-delay: -0.32s;
			animation-delay: -0.32s;
		}

		form.formIntegration2.style2 .spinner .bounce2 {
			-webkit-animation-delay: -0.16s;
			animation-delay: -0.16s;
		}

		@-webkit-keyframes sk-bouncedelay {

			0%,
			80%,
			100% {
				-webkit-transform: scale(0)
			}

			40% {
				-webkit-transform: scale(1.0)
			}
		}

		@keyframes sk-bouncedelay {

			0%,
			80%,
			100% {
				-webkit-transform: scale(0);
				transform: scale(0);
			}

			40% {
				-webkit-transform: scale(1.0);
				transform: scale(1.0);
			}
		}