@import "../../../template2008/_common/web-responsivo/main-fonts.css";

.amway-theme .amw-footer-sectionA {
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-top: 1px solid rgba(0,0,0,.125);
    min-height: 0%;
    float: left;
    width: 100%;
}

.amway-theme .amw-footer-sectionA-card {
    	border: 0px;
}

.footer .amway-theme *{
	font-family: 'gt-walsheim-regular';
}

#amw-footer-sectionA .card{
	border-right: 1px solid #e4e4e4;
	border-left: 0px;
	border-top: 0px;
	border-bottom: 0px;	
	background: #fff;
	box-sizing: border-box;
	cursor:pointer
}

#amw-footer-sectionA .card:last-child {
    border-right: unset;
}

#amw-footer-sectionA .card .area-header{
	text-align:center;
	padding:5px;
	font-size:25px;
        margin-bottom: 15px;
}

#amw-footer-sectionA .card .card-title{
	background-color:unset;
	padding:0px 7px;
	font-size:21px;
	font-family: 'GT Walsheim Pro' !important;
	font-weight: 500;
        text-transform: none;
	color: #2C2C2C;
        margin-bottom: 0.5rem;
} 

#amw-footer-sectionA .card-body{
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	text-align:center;
}

#amw-footer-sectionA .card-body .card-text{
	padding:0px 7px;
	font-size:12px;
	color: #2C2C2C;
	font-family: 'GT Walsheim Pro' !important;
}

@media (max-width: 769px){
    #amw-footer-sectionA .card {
        border-bottom: 1px solid #e4e4e4;
        border-right: unset;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        min-height: 1px;
        padding: 1.25rem;
    }
    #amw-footer-sectionA .card:last-child {
        border-bottom: unset;
    }
}

.amway-theme .amw-footer-sectionB {
     min-height: 0%;
     float: left;
     width: 100%;
}

.amway-theme .amw-footer-sectionB-card {
    	border: 0px;
}

#amw-footer-sectionB .card{
	border: 0px;
}

#amw-footer-sectionB .card .card-title{
	background-color:unset;
	font-size:14px;
	font-family: 'GT Walsheim Pro' !important;
	margin-bottom: 20px;
	font-weight: bolder;
	color: #2C2C2C;
} 

#amw-footer-sectionB .card .li-footer{
	margin-bottom: 12px;
}

#amw-footer-sectionB .card .link-footer{
	font-size:14px;
	font-family: 'GT Walsheim Pro' !important;
	color: #2C2C2C;
	font-weight: 100;
} 

#amw-footer-sectionB .accordion-container-footer .accordion-title-footer{
	font-size:14px;
	font-family: 'GT Walsheim Pro' !important;
	color: #2C2C2C;
	font-weight: bolder;
} 

#amw-footer-sectionB .accordion-container-footer .accordion-ul-footer{
 list-style-type: none;
}

#amw-footer-sectionB .accordion-container-footer .li-footer{
	margin-bottom: 12px;
}

#amw-footer-sectionB .accordion-container-footer .link-footer{
	font-size:14px;
	font-family: 'GT Walsheim Pro' !important;
	color: #2C2C2C;
	font-weight: 100;
} 

#amw-footer-sectionB .accordion-container-footer .accordion-title-footer:before {
 	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
        content:'\f067';
  	position: absolute;
  	right: 45px;
}

#amw-footer-sectionB .accordion-container-footer .accordion-panel-footer {
  position: relative;
  background: white;
  height: 0;
  overflow: hidden;
  transition: 0.5s;
}

#amw-footer-sectionB .accordion-footer .accordion-container-footer.active .accordion-panel-footer {
  height: auto;
}

#amw-footer-sectionB .accordion-footer .accordion-container-footer.active .accordion-title-footer::before {
 	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
  	content:'\f068';
}

#amw-footer-sectionB .accordion-footer .accordion-container-footer {
    border-color: #e4e4e4;
    border: 0;
    border-bottom: 1px solid #e4e4e4;
    box-shadow: none;
    margin-bottom: 0;
    padding: 20px 20px 20px 0px;
}

.container .footer {
    font-family: 'GT Walsheim Pro' !important;
    font-size: 16px;
}

.footer-flag-mob {
    display: none;
}

.footer-flag-desk {
    display: initial;
}

@media screen and (max-width: 969px) { 
    .footer body {
        font-family: 'GT Walsheim Pro' !important;
    }

    .footer-flag-mob {
        display: inherit;
    }

    .footer-flag-desk {
        display: none;
    }
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}

.card-body {
    ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.card-body-rep {
    ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0 1.25rem 1.25rem 1.25rem;
}

@media (min-width: 576px){
.card-group {
    display: flex;
    flex-flow: row wrap;
}
.card-group>.card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.card-group>.card {
    flex: 1 0 0%;
    margin-bottom: 0;
}
}
.card-title {
    margin-bottom: 0.75rem;
}

.footer .h2 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.footer h2 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.footer p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.footer *, .footer ::after, .footer ::before {
 	box-sizing: border-box !important;
}

.footer html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

footer {
    display: block;
}

.footer ul {
    padding-left: 0px;
}

.footer-social-network-icon {
    width: 32px;
    height: 32px;
    border: 0px solid;
    border-image: none;
}

.footer-social-network-icon-link {
    margin-left: 17px;
    text-decoration: none;
}

.footer-social-network-icon-link-title {
    font-size: 14px;
    font-family: 'GT Walsheim Pro Bold';
    font-weight: bolder;
    color: #2C2C2C;
    padding-bottom: 10px;
}

.footer-payment-method-icon-link-block, .footer-social-network-icon-link-title, .footer-social-network-icon-link-block {
    width: 100%;
    text-align: center;
    margin: 0px auto;
    margin-top: 15px;
    float: none;
    margin-bottom: 25px;
}



div.footer-copyright-text {
        font-size: 12px;
	color: #2C2C2C;
    	font-family: 'GT Walsheim Pro';
        float: left;
    }

@media (min-width:541px) and (max-width:900px) {
       .footer-copyright-footer {
        	padding: 20px;
        	background-color: #f4f4f4;
        	color: #2C2C2C;
        	font-family: 'GT Walsheim Pro';
		text-align: center; 
		width: 100%;
		box-sizing: border-box !important;
    	}
	div.footer-copyright-img{
        	font-size: 12px;
		color: #2C2C2C;
    		font-family: 'GT Walsheim Pro';
        	text-align: center;
	}

	.footer-cop-text {
    	color: #2C2C2C;
    	font-size: 12px;
    	font-family: 'GT Walsheim Pro';
   	text-align: center;
	}
	div.footer-copyright-text {
        font-size: 12px;
        color: #2C2C2C;
        font-family: 'GT Walsheim Pro';
        float: left;
        width: 100%;
    }

}

@media screen and (min-width: 900px) {

	#amw-footer-sectionA .card-group{
    		margin-left: 170px;
    		margin-right: 175px;
	}

	.footer *, .footer ::after, .footer ::before {
 		box-sizing: border-box !important;
	}

	.footer-copyright-footer {
    		padding: 20px;
    		background-color: #f4f4f4;
    		color: #2C2C2C;
    		font-family: 'GT Walsheim Pro';
    		width: 100%;
		box-sizing: border-box !important;
 	}
	div.footer-copyright-img{
        	font-size: 12px;
		color: #2C2C2C;
    		font-family: 'GT Walsheim Pro';
        	text-align: right !important;
		margin-right: 175px;
		box-sizing: border-box !important;
	}
	.footer-cop-text {
    		margin-right: 1.5rem !important;
    		color: #2C2C2C;
    		font-size: 12px;
    		font-family: 'GT Walsheim Pro';
		margin-left: 170px;
	}
	div.footer-div-copyright-text {
        	float: left;
    	}
}

@media screen and (max-width: 541px) {
    	.footer-copyright-footer {
        	padding: 20px;
        	background-color: #f4f4f4;
        	color: #2C2C2C;
        	font-family: 'GT Walsheim Pro';
		text-align: center; 
		width: 100%;
                box-sizing: border-box !important;
    	}
	div.footer-copyright-text {
		font-size: 12px;
		color: #2C2C2C;
    		font-family: 'GT Walsheim Pro';
		float: left;
		width: 100%;
	}

	div.footer-copyright-img{
        	font-size: 12px;
		color: #2C2C2C;
    		font-family: 'GT Walsheim Pro';
        	text-align: center;
	}

	.footer-cop-text {
    	color: #2C2C2C;
    	font-size: 12px;
    	font-family: 'GT Walsheim Pro';
   	text-align: center;
	}
}

.footer-cop-extra-link {
    margin: 0px 3px;
    padding: 0px;
    outline: currentColor 0px;
    border: 0px;
    border-image: none;
    color: #2C2C2C;
    text-decoration: none;
    vertical-align: baseline;
    cursor: pointer;
    font-size: 12px;
    font-family: 'GT Walsheim Pro';
    font-weight: 400;
}


.footer-cop-network-icon {
    width: auto;
    height: 32px;
    border: 0px solid;
    border-image: none;
}

.footer-cop-network-icon-link {
    text-decoration: none;
}

#amw-footer-sectionA .amw-link--with-chevron .amw-link__icon {
    color: inherit;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 1.125rem;
}

#amw-footer-sectionA .icon-chevron-right:before {
    content: "\eabb";
}


#amw-footer-sectionA .amw-link__text .amw-link__text {
   font-family: 'GT Walsheim Pro Bold';
   font-size: 14px;
}

@media screen and (min-width: 960px) {
	.footer *, .footer ::after, .footer ::before {
 		box-sizing: border-box !important;
	}

    .footer-copyright-footer {
        display: flex;
        justify-content: space-around;
    }

    .footer-copyright-footer .footer-copyright-text,
    .footer-copyright-footer .footer-copyright-img {
        display: flex;
        align-items: center;
    }

        .footer-copyright-footer .footer-copyright-text .footer-cop-text {
            margin-left: 0;
        }

    .footer-copyright-footer .footer-copyright-img {
        margin-right: 0;
    }

    .footer-copyright-footer .footer-copyright-img > a{
        margin-right:5px;
    }

    .footer-copyright-footer .footer-copyright-img > a:last-child {
        margin-right: 0;
    }
}