/* 
	Table of Contents

	I.   Generic --------------------------------------
	     01. Reset ------------------------------------
	     02. Base -------------------------------------
	         Mobile -----------------------------------
	     03. Fonts ------------------------------------
	     04. Helpers ----------------------------------
	         Clear ------------------------------------
	         Notext -----------------------------------
	         Hidden -----------------------------------
	         Alignleft --------------------------------
	         Alignright -------------------------------
	         Disabled ---------------------------------
	         Grid -------------------------------------
	         Responsive Helpers -----------------------
	II.  Regions --------------------------------------
	     01. Container --------------------------------
	     02. Content ----------------------------------
	     03. Footer -----------------------------------
	         Small Desktop ----------------------------
	         Mobile -----------------------------------
	         Footer Inner -----------------------------
	         Mobile Portrait --------------------------
	     04. Header -----------------------------------
	         Header Bar -------------------------------
	         Header Body ------------------------------
	         Header Content ---------------------------
	         When scrolled ----------------------------
	         Small Desktop ----------------------------
	         Mobile -----------------------------------
	         Mobile Portrait --------------------------
	     05. Main -------------------------------------
	     06. Shell ------------------------------------
	         Mobile -----------------------------------
	     07. Sidebar ----------------------------------
	     08. Wrapper ----------------------------------
	III. Modules --------------------------------------
	     01. Accordion --------------------------------
	         Mobile -----------------------------------
	         Alt accordion ----------------------------
	         Mobile -----------------------------------
	     02. Ad ---------------------------------------
	         Mobile -----------------------------------
	     03. Ads --------------------------------------
	         Mobile -----------------------------------
	     04. Breadcrumbs ------------------------------
	         Mobile -----------------------------------
	     05. Button -----------------------------------
	         Button Block -----------------------------
	         Btn Dabnger ------------------------------
	     06. Cart -------------------------------------
	         Mobile -----------------------------------
	     07. Categories -------------------------------
	     08. Category ---------------------------------
	     09. Combination ------------------------------
	         Mobile -----------------------------------
	     10. Form Elements ----------------------------
	         Secondary Radio --------------------------
	         Mobile -----------------------------------
	     11. Form -------------------------------------
	     12. Intro ------------------------------------
	         Mobile -----------------------------------
	     13. Item -------------------------------------
	         Mobile -----------------------------------
	         Mobile -----------------------------------
	         Item Alt ---------------------------------
	         Mobile -----------------------------------
	         Item Secondary ---------------------------
	     14. Items ------------------------------------
	         Mobile -----------------------------------
	     15. List -------------------------------------
	         List Count -------------------------------
	         List Icons -------------------------------
	         List Radios ------------------------------
	         List Images ------------------------------
	         Small Desktop ----------------------------
	         Mobile -----------------------------------
	         List Socials -----------------------------
	         Mobile -----------------------------------
	         List Logos -------------------------------
	         Mobile -----------------------------------
	         List Checkboxes --------------------------
	         List Categories --------------------------
	     16. Logo -------------------------------------
	     17. Nav --------------------------------------
	         Mobile -----------------------------------
	     18. Pagination -------------------------------
	         Mobile -----------------------------------
	     19. Search -----------------------------------
	         Small Desktop ----------------------------
	         Mobile -----------------------------------
	     20. Section ----------------------------------
	         Mobile -----------------------------------
	         Section Subscribe ------------------------
	         Mobile -----------------------------------
	         Section Offers ---------------------------
	         Mobile -----------------------------------
	         Section Ads ------------------------------
	         Section Subscribe Alt --------------------
	         Mobile -----------------------------------
	         Section Slider ---------------------------
	         Mobile -----------------------------------
	         Section Intro ----------------------------
	         Mobile -----------------------------------
	         Section Products -------------------------
	         Mobile -----------------------------------
	         Section Info -----------------------------
	         Mobile -----------------------------------
	         Section Product --------------------------
	         Mobile -----------------------------------
	         Mobile Portrait --------------------------
	         Section Suggestions ----------------------
	         Mobile -----------------------------------
	         Section Product Info ---------------------
	         Mobile -----------------------------------
	         Section Categories -----------------------
	         Section Slider Alt -----------------------
	         Section Review ---------------------------
	         Mobile -----------------------------------
	         Mobile -----------------------------------
	         Mobile Portrait --------------------------
	     21. Slider -----------------------------------
	         Mobile -----------------------------------
	         Nav Slider -------------------------------
	         Mobile -----------------------------------
	         Slider Product ---------------------------
	         Mobile -----------------------------------
	         Slider Products Secondary ----------------
	     22. Subscribe --------------------------------
	         Alt --------------------------------------
	         Mobile -----------------------------------
	     23. Tab --------------------------------------
	         Alt --------------------------------------
	     24. Table ------------------------------------
	     25. Tabs -------------------------------------
	     26. Widget -----------------------------------
	IV.  Themes ---------------------------------------
	     01. Custom Scroll ----------------------------
	         Mobile -----------------------------------
 */
/* ------------------------------------------------------------ *\
	I.   Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
*,
*:before,
*:after { padding: 0; margin: 0; outline: 0; box-sizing: border-box; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main { display: block; }
html { tap-highlight-color: rgba(0,0,0,0); }
img,
iframe,
video,
audio,
object { max-width: 100%; }
img,
iframe { border: 0 none; }
img { height: auto; display: inline-block; vertical-align: middle; }
b,
strong { font-weight: bold; }
address { font-style: normal; }
svg:not(:root) { overflow: hidden; }
a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] { cursor: pointer; }
a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] { cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner { padding: 0; border: 0; }
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
textarea { overflow: auto; -webkit-overflow-scrolling: touch; overflow-scrolling: touch; }
button,
input,
optgroup,
select,
textarea { font-family: inherit; font-size: inherit; color: inherit; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; }
button,
select { text-transform: none; }
table { width: 100%; border-collapse: collapse; border-spacing: 0; }
nav ul,
nav ol { list-style: none outside none; }
.bg-color-gray{background: #4b4b4b}
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
body {background: #080808; font-family: "Open Sans", serif; font-size: 15px; color: #fff;padding-bottom: 0px !important; }
body a { outline: none !important; }
a { color: inherit; text-decoration-color: transparent; }
body.others a { text-decoration: none; text-decoration-color: transparent;}
a[href^="tel"] { text-decoration: none; }
h1,
h2,
h3,
h4,
h5,
h6 { margin-bottom: 0.78em; }
h1 { font-size: 35px; }
h2 { font-size: 28px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }
p,
ul,
ol,
dl,
table,
blockquote { margin-bottom: 15px; }
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child { margin-bottom: 0; }
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
/* Mobile */
@media (max-width: 767px) {
	body { min-width: 320px; }
}
/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after { content: ''; line-height: 0; display: table; clear: both; }
/*  Notext  */
.notext { white-space: nowrap; text-indent: 100%; text-shadow: none; overflow: hidden; }
.notext-old { font-size: 0; line-height: 0; text-indent: -4000px; }
/*  Hidden  */
[hidden],
.hidden { display: none; }
/*  Alignleft  */
.alignleft { float: left; }
/*  Alignright  */
.alignright { float: right; }
/*  Disabled  */
[disabled],
.disabled { cursor: default; }
/*  Grid  */
.cols { margin: 0 -15px; }
.cols:after { }
.col { float: left; width: 100%; padding: 0 15px; }
.col-1of2 { width: 50%; }
.section {padding: 5rem 0;}
.title-box {    
	font-size: 32px;
    color: #fff;
    text-transform: uppercase;
	text-align: center;
}
.loading {
    text-align: center;
    padding-top: 15px;
    display: none;
}
.return_msg {
    padding: 20px 0;
    text-align: center;
    color: green;
    font-size: 16px;
}
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block { display: none !important; }
@media (max-width: 767px) {
	.hidden-xs { display: none !important; }
	.visible-xs-block { display: block !important; }
	.visible-xs-inline { display: inline !important; }
	.visible-xs-inline-block { display: inline-block !important; }
}
@media (min-width: 768px) and (max-width: 1024px) {
	.hidden-sm { display: none !important; }
	.visible-sm-block { display: block !important; }
	.visible-sm-inline { display: inline !important; }
	.visible-sm-inline-block { display: inline-block !important; }
}
@media (min-width: 1025px) and (max-width: 1480px) {
	.hidden-md { display: none !important; }
	.visible-md-block { display: block !important; }
	.visible-md-inline { display: inline !important; }
	.visible-md-inline-block { display: inline-block !important; }
}
@media (min-width: 1481px) {
	.hidden-lg { display: none !important; }
	.visible-lg-block { display: block !important; }
	.visible-lg-inline { display: inline !important; }
	.visible-lg-inline-block { display: inline-block !important; }
}
/* ------------------------------------------------------------ *\
	II.  Regions
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Container
\* ------------------------------------------------------------ */
.container {
	max-width: 1400px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
}
/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */
.content {}
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
.main { position: relative; width: 100%; }
/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */
.shell { max-width: 1100px; padding-left: 15px; padding-right: 15px; margin: auto; }
.shell-fluid { max-width: none; }
/* Mobile */
@media (max-width: 767px) {
	.shell { padding: 0 10px; }
}

/* Header */
header.header-top {
    padding-bottom: 4rem;
}
.logo_page {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Banner Top Full */
section.dd-m-banner-box {
    padding: 3rem 0;
	background: url(./images/bg-antena-raclink-top.png);
	background-size: cover;
	background-position: center;
	height: 100vh; /* Ocupa 100% da altura da tela */
	width: 100%;
}
section.dd-m-banner-box:after {
    content: '';
    height: 215px;
    width: 100%;
    position: absolute;
    bottom: 0;
	background: rgb(8,8,8);
	background: -moz-linear-gradient(0deg, rgba(8,8,8,1) 21%, rgba(7,7,7,1) 46%, rgba(6,6,6,0.033578397179184205) 98%);
	background: -webkit-linear-gradient(0deg, rgba(8,8,8,1) 21%, rgba(7,7,7,1) 46%, rgba(6,6,6,0.033578397179184205) 98%);
	background: linear-gradient(0deg, rgba(8,8,8,1) 21%, rgba(7,7,7,1) 46%, rgba(6,6,6,0.033578397179184205) 98%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#080808",endColorstr="#060606",GradientType=1);
}
.box-col.dd-m-product-box-column {
    position: absolute;
    bottom: 40px;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 0%);
	z-index: 1;
}
.dd-m-boxes-info ul {
    list-style: none;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
	flex-wrap: wrap;
	gap: 5%;
}
.dd-m-boxes-info ul li {
    max-width: 390px;
    background: #161616;
    padding: 2rem;
    border: 1px solid #7c7c7c;
    border-radius: 20px;
	color: #fff;
}
.dd-m-boxes-info ul li h3 {
    text-transform: uppercase;
}
.dd-m-banner-box-content .dd-m-product {
	max-width: 360px;
}
.box-col.dd-m-product .title-box {
	text-align: left;
}
.box-col.dd-m-product p {
	font-size: 30px;
    color: #fff;
    margin-top: 1rem;
    text-align: center;
}
.dd-m-form-info {
    background-color: #fff;
    padding: 4rem 2rem 0;
    max-width: 585px;
}

.item-fields.formcampos {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}
.item-fields.formcampos label{
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 18px;
}

.fields-inputs-form input {
    border: 0px;
	color: #000;
    height: 52px;
    padding: 10px;
}

.fields-inputs-form input.error {
    border-color: red;
}

.fields-inputs-form label.error {
    font-size: 13px;
    color: red;
    text-transform: initial;
    margin-top: 7px;
}

.fields-inputs-form textarea {
	border: 1px solid #9e9e9e;
    padding: 10px;
}

.item-fields.inputs-checks.formcampos {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.item-fields.inputs-checks.formcampos > label {
    min-width: 100px;
    margin: 0;
}

.item-fields.inputs-checks.formcampos input {
    width: 30px;
	cursor: pointer;
	display: none;
}

.item-fields.inputs-checks.formcampos > div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.item-fields.inputs-checks.formcampos > div:last-child{
	margin-left: 40px;
}

.item-fields.inputs-checks.formcampos > div > label {
    font-size: 17px;
    width: 175px;
    margin: 0;
    border: 1px solid;
    text-align: center;
    padding: 0.8rem;
    text-transform: uppercase;
    border-radius: 10px;
}

.item-fields.inputs-checks.formcampos > div > label.active {
    background: #fff;
    color: #000;
}

.action-submit button {
	height: 60px;
    width: 100%;
    border: 1px solid;
    background: transparent;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    border-radius: 10px;
    margin-top: 1.5rem;
}

#g-recaptcha-form1, #g-recaptcha-form2 {
    margin-top: 1rem !important;
}

/* Section Info */
section.dd-m-info-box {
    padding: 7rem 0;
}
section.dd-m-info-box .content-info {
    max-width: 65%;
    margin: 0 auto;
}
section.dd-m-info-box .content-info h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 32px;
	margin-bottom: 5rem;
}
section.dd-m-info-box .content-info p {
    text-align: center;
    font-size: 22px;
}
section.dd-m-info-box .content-info p:last-child {
    margin-top: 4rem;
}
section.dd-m-info-box .box-image-full {
    text-align: center;
    margin-top: 5rem;
}
.box-video-full{
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	margin-bottom: 7rem;
}

.video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

section.design-product {
	padding: 6rem 0;
    background: url(./images/antena-raclink-instalado-no-veiculo.png);
    background-size: cover;
    background-position: center center;
    min-height: 860px;
}

section.section.section-details .description, section.section-bag .dd-m-box-content .col-info.text-info p {
    max-width: 520px;
    color: #000;
    font-size: 22px;
}

section.design-product .info-design h3, section.section.section-details .description h3, section.section-bag .dd-m-box-content .col-info.text-info h3 {
    text-transform: uppercase;
}

section.design-product .info-design{
	color: #fff;
}

section.section-bag .dd-m-box-content .col-info.text-info h3 {
	color: #000;
	text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 2rem;
}

section.section-bag .dd-m-box-content .col-info.text-info button {
    background: #000;
    border: 0;
    border-radius: 5px;
    padding: 1rem;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 2rem;
}

.info-design button.btn-scroll {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 1rem;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 2rem;
    min-width: 400px;
}

.box-form-bottom > h3, section.design-product .info-design h3 {
    color: #fff;
    font-size: 32px;
}

section.section.section-details, section.section-bag {
	background: #fff;
    padding-bottom: 0;
}

section.section-bag{
	padding-bottom: 5rem;
}

section.section-bag .dd-m-box-content {
	padding: 5rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

section.section-bag .dd-m-box-content .col-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    flex-direction: column;
	justify-content: center;
}

section.section-bag .dd-m-box-content .col-info.text-info {
    max-width: 460px;
    padding-left: 10%;
}
/* Section Form Bottom */
.box-form-bottom .dd-m-form-info {
	margin: 0 auto;
    background: #161616;
    margin-top: 4rem;
    border: 1px solid #7c7c7c;
    border-radius: 35px;
}
.box-form-bottom > h3{
	font-size: 32px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

/* Footer */
footer .row-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
	padding-top: 2rem;
}

footer .row-footer .col-footer {
    width: 33.333%;
    justify-content: center;
    display: flex;
}

footer .row-footer .col-footer:first-child {
    justify-content: flex-start;
}

footer .row-footer .col-footer:first-child {
    justify-content: flex-start;
}

footer .row-footer .col-footer:last-child {
    justify-content: flex-end;
}

footer .row-footer .col-footer p {
    max-width: 300px;
}

footer .row-footer .col-footer p {
	max-width: 280px;
    font-size: 15px;
    color: #6e6e6e;
}

footer .row-footer .col-footer span {
    display: flex;
	align-items: center;
    font-size: 15px;
    color: #6e6e6e;
	margin-right: 10px;
}

@media (max-width: 1200px) {
	.dd-m-form-info h3 {
		font-size: 22px;
	}
	.item-fields.formcampos label {
		font-size: 15px;
	}
	.item-fields.inputs-checks.formcampos > label {
		max-width: 165px;
	}
	.action-submit button {
		height: 48px;
		font-size: 22px;
	}

	section.dd-m-info-box .content-info p, section.section-bag .dd-m-box-content .col-info.text-info p {
		font-size: 22px;
	}
	.box-form-bottom > h3 {
		font-size: 32px;
	}
	section.section-bag .dd-m-box-content .col-info.text-info {
		padding: 0 30px;
	}
	section.section-bag .dd-m-box-content .col-info.text-info h3 {
		font-size: 32px;
	}
}

@media (max-width: 1024px) {
	.dd-m-banner-box-content {
		flex-direction: column;
	}
	.box-col.dd-m-product img {
		max-width: 100%;
		margin: 35px auto;
	}
	.box-col.dd-m-product p {
		margin-left: 0rem;
		font-size: 32px;
		max-width: 100%;
		padding: 0 2rem;
	}
	.dd-m-form-info {
		margin: 0 auto;
	}
	footer .row-footer .col-footer p {
		max-width: 225px;
		font-size: 15px;
	}
	footer .row-footer img {
		max-width: 200px;
	}
}
@media (max-width: 840px) {
    section.dd-m-banner-box {
        background: url(./images/bg-antena-raclink-top-mb.png);
        background-size: cover;
        background-position: center;
    }
	section.dd-m-banner-box:after {
		display: none;
	}
	.box-col.dd-m-product-box-column {
		bottom: 5px;
	}
	section.dd-m-info-box {
		padding: 0 0 3rem;
	}
	section.dd-m-info-box .content-info {
		max-width: 100%;
	}
	.dd-m-boxes-info {
		padding: 0 10px;
	}
	.dd-m-boxes-info ul li {
		padding: 1rem 2rem;
	}
	.dd-m-boxes-info ul li:first-child {
		margin-bottom: 1rem;
	}
	section.section-bag .dd-m-box-content .col-info.text-info button {
		font-size: 16px;
        padding: 0.7rem;
	}
	.info-design button.btn-scroll {
		min-width: 298px;
        font-size: 16px;
		margin-top: 0rem;
		padding: 0.7rem;
	}
	section.design-product {
		min-height: 460px;
	}
}

@media (max-width: 680px) {
	section.dd-m-banner-box{
		padding: 2rem 0 1rem;
	}
	.box-col.dd-m-product-figure .title-box, .box-col.dd-m-product-figure p, section.section-bag .dd-m-box-content .col-info.text-info {
		padding: 0;
	}
	.dd-m-form-info{
		max-width: 100%;
		margin-top: 3rem;
	}
	.video {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: 0;
		min-height: 640px;
	}
	header.header-top {
		padding-top: 1rem;
		padding-bottom: 2rem;
	}
	.dd-m-boxes-info ul li h3 {
		font-size: 20px;
	}
	.logo_page img {
		max-width: 200px;
	}
	section.section-bag .dd-m-box-content .col-info.text-info h3, .box-form-bottom > h3, section.design-product .info-design h3 {
        font-size: 28px;
    }
	.item-fields.inputs-checks.formcampos > div:last-child {
		margin-left: 7px;
	}
	.box-col.dd-m-product-figure p {
		font-size: 22px;
	}
	section.dd-m-info-box .content-info h2 {
		font-size: 28px;
		margin-bottom: 3rem;
	}
	.dd-m-form-info h3 {
        font-size: 18px;
    }
	.item-fields.formcampos label {
        font-size: 13px;
    }
	.fields-inputs-form input {
		height: 38px;
	}
	.item-fields.inputs-checks.formcampos {
		flex-wrap: wrap;
	}
	.item-fields.inputs-checks.formcampos > label {
		width: 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }
	.item-fields.inputs-checks.formcampos > div > label {
		font-size: 13px;
		width: 135px;
	}
	.action-submit button {
        height: 38px;
        font-size: 18px;
    }

	section.dd-m-info-box .benefits {
        padding-top: 2rem;
    }
	section.dd-m-info-box .benefits ul li {
		width: 100%;
		margin-bottom: 30px;
	}
	section.dd-m-info-box .content-info {
		padding: 3rem 1rem;
	}

	.box-form-bottom > h3 {
        font-size: 24px;
    }
	.section, section.design-product{
		padding: 3rem 0;
	}

	section.section-bag .dd-m-box-content {
		padding: 0rem;
	}
	section.section-bag .dd-m-box-content .col-info {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 3rem;
	}

	footer .row-footer {
		padding-top: 0;
	}

	footer .row-footer .col-footer {
		width: 100%;
		margin-bottom: 1rem;
	}

	footer .row-footer .col-footer:first-child {
		justify-content: center;
		text-align: center;
	}

	footer .row-footer .col-footer:last-child {
		justify-content: center;
	}

	footer .row-footer img {
        max-width: 290px;
    }
}

@media (max-width: 420px) {
	.g-recaptcha iframe {
		max-width: 240px;
	}
}