/* Clases Nuevo Diseño Móvil  */

@import "https://www.pikolinos.com/on/demandware.static/-/Library-Sites-GrupoPikolinos/default/plugins/TelephoneInputValidator/css/intlTelInput.css";

.bold {
	font-weight: bold;
}

.text-white {
	color: white;
}

/* ICONOS */

.iconEmail {
    margin: 5px;
    width: 90px!important;
    height: 90px!important;
    background-position: 12px -1895px!important
}

.iconEmailWhite {
    margin: 5px;
    width: 90px!important;
    height: 90px!important;
    background-position: -80px -1895px!important
}

.iconForm {
    margin: 5px;
    width: 90px!important;
    height: 90px!important;
    background-position: -170px -1895px!important
}

.iconFormWhite {
    margin: 5px;
    width: 90px!important;
    height: 90px!important;
    background-position: -260px -1895px!important
}

.iconTlf {
    margin: 5px;
    width: 90px;
    height: 90px;
    background-position: -360px -1895px;
}

.iconTlfWhite {
    margin: 5px;
    width: 90px;
    height: 90px;
    background-position: -450px -1895px;
}

.iconChat {
    margin: 5px;
    width: 90px;
    height: 90px;
    background-position: -545px -1895px;
}

.iconChatWhite {
    margin: 5px;
    width: 90px;
    height: 90px;
    background-position: -635px -1895px;
}

.iconWhatsApp {
    margin: 5px;
    width: 90px;
    height: 90px;
    background-position: -725px -1895px;
}

.iconWhatsAppWhite {
    margin: 5px;
    width: 90px;
    height: 90px;
    background-position: -815px -1895px;
}

.backButton {
	display: flex;
	flex-direction: row;
	cursor: pointer;
	width: 85px;
	margin: 5px 0px;
	padding: 0 10px;
}

.backButton .title {
	font-family: Montserrat;
	font-weight: 600;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.rightArrow {
	width: 20px!important;
    height: 20px!important;
    background-position: -40px -183px!important
}

.contact-container {
    margin-left: auto;
    margin-right: auto;
}

.introBlock {
	display: flex;
	justify-content: center;
    width: 100%;
	max-width: 800px;
    padding: 0px 0px;
    margin: 20px auto;
}

.textIntro {
	font-family: Montserrat;
	font-weight: 600;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 0.5px;
	text-align: center;
	padding: 0 10px;
}

.text-icons {
	font-family: Montserrat;
	font-weight: 600;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0.5px;
	text-align: center;
	max-width: 180px;
	margin-top: 35px;
}

.iconsRow {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.iconsRow .iconBlock {
	width: 320px;
	max-width: 320px;
	min-width: 300px;
	height: 115px;
	background-color: #F3F3F2;
	margin: 35px 0;
	cursor: pointer;
}

.iconsRow .clicked {
	background-color: #8A8A8A;
}

.iconsRow .iconBlock .centerIcon {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contentBlock {
	width: 100%;
	margin: 15px auto;
	padding: 15px 0;
}

.fade-in-block {
  animation: fadeIn 2s;
  -webkit-animation: fadeIn 2s;
  -moz-animation: fadeIn 2s;
  -o-animation: fadeIn 2s;
  -ms-animation: fadeIn 2s;
}

@keyframes fadeIn {
	0% { 
  		opacity: 0;
  	}

  	100% {
   		opacity: 1;
    }
}

.contentBlock .titleBlock {
	display: flex;
	justify-content: center;
}

.contentBlock .subtitleBlock {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 25px auto;
}

.contentBlock .scheduleBlock {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.contentBlock .followUsBlock {
	display: flex;
	justify-content: center;
	margin: 20px auto;
}

.contentBlock .titleBlock .titleContent {
	font-family: Montserrat;
	font-weight: 600;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.5px;
	max-width: 280px;
	text-transform: uppercase;
}

.contentBlock .titleBlock .titleContentForm {
	font-family: Montserrat;
	font-weight: 600;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.5px;
	text-align: center;
}

.contentBlock .subtitleBlock .subtitleContent {
	font-family: Montserrat;
	font-weight: 600;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.5px;
	max-width: 250px;
	text-align: center;
	max-width: 300px;
}

.contentBlock .subtitleBlock .underline {
	text-decoration: underline;
}

.contentBlock .subtitleBlock .light {
	font-weight: normal;
}

.contentBlock .subtitleBlock .subtitleContentEmail {
	font-family: Montserrat;
	font-weight: 600;
	font-size: 21px;
	line-height: 25px;
	letter-spacing: 0.5px;
	max-width: 275px;
	text-align: center;
}

.contentBlock .scheduleBlock .scheduleContent {
	font-family: Montserrat;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.5px;
	max-width: 280px;
	text-align: center;
	text-transform: uppercase;
}

.contentBlock .scheduleBlock .scheduleContent .tlfBold {
	font-size: 14px;
	font-weight: bold;
}

.contentBlock .followUsBlock .followContent {
	font-family: Montserrat;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.5px;
	max-width: 250px;
	text-align: center;
	text-transform: uppercase;
}

.contentBlock p {
	margin: 15px auto;
}

.separator {
	width: 100%;
}

.separator .linea {
	border-top: 2px solid #D9D9D9;
	height: 2px;
	max-width: 330px;
	margin: 20px auto 0 auto;
}

.line {
	width: 100px;
	height: 1px;
	float: left;
	background-color: #000;
	margin: 5px 10px;
}

.separatorContainer {
    display: flex;
    flex-direction: row;
    justify-content: center;
}


.separatorIcon {
	width: 20px;
	height: 20px;
    background-position: -20px -103px;
}

.rrssBlock {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.rrssBlock .titleContent {
	font-family: Montserrat;
	font-weight: 600;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.5px;
	max-width: 280px;
	margin: 15px auto;
}

.contentBlock a {
	color: black;
}

.rrssBlock .toUpperCase {
	text-transform: uppercase;
}

.d-none {
	display: none;
}

input:not([class*=checkout]).error, select:not([class*=checkout]).error {
    color: #d72c2c;
    border-bottom: 1px solid #d72c2c;
}

.ui-btn-2 {
	text-transform: uppercase;
	color: #fff;
	line-height: 120%;
	background-color: #4e4e4e;
	padding: 8px 32px;
	font-family: 'montserrat-regular';
	letter-spacing: .5px;
	font-size: 14px;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out
}

.ui-btn-2:hover {
	background-color: dimgray;
	color: #fff
}


.martinelli-contact {
	font-family: 'montserrat-bold';
	letter-spacing: .5px
}

.martinelli-contact__background-gray {
	padding: 20px 3%;
	background-color: #F3F3F2;
	margin-bottom: 20px
}

.martinelli-contact__form__title {
    text-transform: uppercase;
    font-family: 'montserrat-semi-bold', sans-serif;
	font-size: 14px;
    margin-bottom: 0;
    line-height: 36px;
    text-align: center;
}

.martinelli-contact__form__subtitle {
	font-size: 13px;
	font-family: 'montserrat-regular', sans-serif;
	margin-bottom: 30px;
	text-align: center;
}

.martinelli-contact__form input[type=checkbox]+label:before {
	background-color: transparent
}

.martinelli-contact__form__checkbox {
	margin: 40px 0 15px;
	display: inline-block
}

.martinelli-contact__form__checkbox a {
	color: #363332;
	text-decoration: underline
}

.martinelli-contact__form__checkbox a:hover {
	text-decoration: underline;
    text-shadow: 0 0 currentColor;
}

.martinelli-contact__form__checkbox label {
	display: block;
	color: #363332
}

.martinelli-contact__form__button {
	outline: 0;
	border: 0;
	display: block;
	text-align: center;
	width: 100%
}

.martinelli-contact__form__input input {
	width: calc(100% - 20px)
}

.martinelli-contact__form__input select:hover {
    cursor: pointer;
}

.martinelli-contact__form__input input:-webkit-autofill,
.martinelli-contact__form__input select:-webkit-autofill {
	box-shadow: 0 0 0 1000px #ececec inset;
	-webkit-box-shadow: 0 0 0 1000px #ececec inset
}

.martinelli-contact__form__input .placeholder.active {
	padding: 0
}

.martinelli-contact__form__group.is-centered {
	text-align: center
}

.martinelli-contact__form__group:last-child {
	margin-bottom: 0;
	justify-content: flex-end;
}

.martinelli-contact .error-span {
	display: none;
	width: 100%;
	color: #4e4e4e;
	font-size: 12px;
	margin: 0;
	margin-top: 5px
}

.martinelli-contact__page__title {
    background-color: #f1f1f1;
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    padding: 0 3%;
    margin-bottom: 10px;
    font-family: 'montserrat-semi-bold', sans-serif;
}

.martinelli__contact__card {
    margin-top: 30px;
}

.martinelli__contact__card:first-child {
    margin-top: 50px;
}

.martinelli__contact__card__top h3 {
    background-color: #f1f1f1;
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    padding: 0 3%;
    font-family: 'montserrat-semi-bold', sans-serif;
}

.martinelli__contact__card__top p {
    font-size: 13px;
    color: #333;
    padding: 20px 3% 12px;
    margin-bottom: 0;
    background-color: #efeae7;
}

.martinelli__contact__card__bottom {
    padding: 0 3% 20px;
    background-color: #efeae7;
}

.martinelli__contact__card__bottom a {
    font-size: 14px;
    display: block;
    text-decoration: underline;
    font-family: 'montserrat-semi-bold', sans-serif;
}

.martinelli__contact__card__bottom a:hover {
    text-decoration: underline;
}

.martinelli__contact__card__bottom a::first-letter {
    text-transform: uppercase;
}

.martinelli__contact__card__bottom.phone a {
    font-size: 18px;
    font-family: 'montserrat-semi-bold';
    text-decoration: underline;
}

/* THEME CSS*/

.ui-select {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	text-align: left;
	color: #434444;
	min-width: 100px;
	z-index: 1;
	padding: 5px 10px;
	height: auto;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: transparent url(../../images/common/ico_down.svg) no-repeat 95% center;
	background-size: 15px;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out
}

.ui-select::-ms-expand {
	display: none
}

.ui-select.has-focus {
	outline: none;
	background: #fff url(../../images/common/ico_up.svg) no-repeat 95% center;
	background-size: 15px
}

.ui-select select {
	display: none
}

.ui-select span {
	display: block;
	position: relative;
	cursor: pointer;
	padding: 5px 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.ui-select select {
	max-height: 162px;
	overflow-y: scroll
}

.ui-select .cs-options {
	position: absolute;
	overflow: hidden;
	width: 100%;
	background: #fff;
	visibility: hidden
}

.ui-select .cs-options.has-scroll {
	max-height: 162px;
	overflow-y: scroll
}

.ui-select ul span {
	padding: 5px 10px
}
.ui-select.cs-active {
	z-index: 200
}

.ui-select.cs-active>span::after {
	-webkit-transform: translateY(-50%) rotate(180deg);
	-moz-transform: translateY(-50%) rotate(180deg);
	-o-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg)
}

.ui-select.cs-active .cs-options {
	visibility: visible
}

.ui-select .cs-selected {
	background-color: #e4e4e4
}

.ui-select>span {
	padding-right: 3em
}

.ui-select>span:after {
	content: "";
	right: 1em;
	speak: none;
	position: absolute;
	top: 50%;
	background: url(../images/iconos.svg);
	background-size: 1000%;
	display: block;
	background-repeat: no-repeat;
	width: 15px!important;
	height: 15px!important;
	background-position: -15px -75px!important;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

.ui-select-2 {
	padding: 0;
	height: 3rem;
	color: #363332;
	background: transparent url(../images/ico_down.svg) no-repeat 99% center;
	background-size: 15px
}

.ui-select-2.has-focus {
	background: transparent url(../images/ico_up.svg) no-repeat 99% center;
	background-size: 15px
}

.ui-select-2 i.icon.ok {
	top: 8px
}

.ui-select-2:disabled {
	color: #a2a2a2;
	border-color: #a2a2a2 !important
}

.ui-select-2:disabled:hover {
	cursor: not-allowed;
}

.ui-select-border .cs-options {
	border: 1px solid #434444;
	border-top: 0;
	width: calc(100% - 2px)
}

.ui-select-border>span {
	border: 1px solid #434444;
	border-bottom: 0
}

.ui-input .placeholder {
	color: #363332
}

.ui-inputfile {
	width: .1px;
	height: .1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1
}

.ui-inputfile+label {
	font-size: 12px;
	font-weight: 700;
	color: #434444;
	background-color: #fff;
	border: 1px solid #434444;
	display: block;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	margin: 0;
	padding: 5px 10px;
	letter-spacing: 1px
}

.ui-inputfile+label * {
	pointer-events: none
}


.color_red {
	color: #4e4e4e
}

select {
	font-family: 'montserrat-regular';
	letter-spacing: .5px
}

.focus {
	border: 0
}

.focus:focus {
	border-bottom: 3px solid #777770;
	padding-bottom: 4px
}

a.block {
	display: block
}

a.menu-link:focus,
a.menu-link:hover {
	border: none;
	text-decoration: underline;
	color: inherit
}

a:focus {
	border: 0;
	text-decoration: underline
}

a.block:focus {
	color: inherit
}

a.productUrl:focus {
	border: 1px solid #777770
}

.focus-visible {
	border-bottom: 3px solid #777770;
	padding-bottom: 4px
}

.focus-visible.align_button_cart {
	width: 100%;
	max-width: 320px;
	margin-right: 0;
	margin-left: auto
}

button.focus {
	outline: none;
	border: 0;
	background-color: transparent
}

button.focus:focus {
	border: 0;
	border-bottom: 3px solid #777770;
	padding-bottom: 4px
}

.menu-hide-scroll {
	overflow: hidden;
	position: relative;
	height: 100%
}

.noscroll {
	overflow: hidden
}

ul,
ol {
	margin: 0;
	padding: 0
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	padding: 0
}

a,
a:hover,
a:focus {
	cursor: pointer!important;
	outline: none!important
}

a,
a:hover {
	text-decoration: none
}

ul,
li {
	list-style: none
}

img {
	max-width: 100%
}

.show-only-desktop {
	display: none
}

.show-only-mobile {
	display: block
}

.text-red {
	color: #4e4e4e
}

.button-grey {
	background-color: #363332;
	text-align: center;
	cursor: pointer
}

.button-grey span {
	color: #fff;
	text-transform: uppercase
}

.button-grey.disabled {
	background-color: #c3c3c3;
	cursor: wait
}

.button-red {
	background-color: #4e4e4e;
	text-align: center;
	cursor: pointer
}

.button-red.disabled {
	background-color: #c3c3c3;
	cursor: wait
}

.button-white {
	background-color: #fff;
	border: 1px solid #000;
	text-align: center;
	cursor: pointer
}

.button-white span {
	color: #363332
}

.button-white.disabled {
	background-color: #c3c3c3;
	cursor: wait
}

.alert-heading {
	text-align: center
}

.alert-content {
	margin-top: 15px
}

.alert-content a {
	color: #000;
	text-decoration: underline;
	font-weight: 700;
	text-decoration-color: #4e4e4e
}

.box-container {
	display: flow-root;
	margin: 0 auto;
	padding: 0 3%
}

.box-container.alert {
	padding-top: 2%;
	padding-bottom: 2%;
	justify-content: center;
	flex-direction: column
}

.font16 {
	font-size: 16px
}

.align-center {
	text-align: center
}

@keyframes cssAnimation {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@-webkit-keyframes cssAnimation {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}


select {
	color: #d2c0b4
}

#formContact input:not([class*=checkout]) {
	color: #363332
}

#formContact input:not([class*=checkout]).input-ok {
	color: #456723;
	border-bottom: 1px solid #456723
}

#formContact input:not([class*=checkout]),
#formContact select:not([class*=checkout]) {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #d2c0b4;
	outline: none;
	height: 32px;
	width: 100%;
	font-size: 12px;
	margin: 0 0 30px;
	padding: 0;
	box-shadow: none;
	box-sizing: content-box;
	transition: all .3s
}

#formContact select:not([class*=checkout]) {
    background: transparent url("../../images/common/ico_down.svg") no-repeat calc(100% - 8px) center;
    background-size: 15px;
}

#formContact select:not([class*=checkout]):focus,
#formContact select:not([class*=checkout]):active {
    background: transparent url("../../images/common/ico_up.svg") no-repeat calc(100% - 8px) center;
    background-size: 15px;
}

#formContact input:not([class*=checkout]).selected.input-ok,
#formContact select:not([class*=checkout]).selected.input-ok {
	color: #456723;
	border-bottom: 1px solid #456723
}

#formContact input:not([class*=checkout]).selected option,
#formContact select:not([class*=checkout]).selected option {
	color: #4e4e4e
}

#formContact input:not([class*=checkout]).error {
    color: #4e4e4e;
	border-bottom: 1px solid #d72c2c
}
#formContact select:not([class*=checkout]).error {
	color: #d72c2c;
	border-bottom: 1px solid #d72c2c
}

#formContact input.error::placeholder
#formContact textarea.error::placeholder {
    color: #d72c2c;
}

#formContact input:not([class*=checkout]).error option,
#formContact select:not([class*=checkout]).error option {
	color: #4e4e4e
}

#formContact input:not([class*=checkout]).error-phone {
	color: #e20026;
    border-bottom: 1px solid #e20026
}

#formContact input:not([class*=checkout]).phone-ok {
	color: #456723;
	border-bottom: 1px solid #456723
}

#formContact {
	.invalid-feedback {
		width: 200px;
	}
}

.input-block {
	position: relative
}

.input-block i {
	right: 0;
	top: 12px;
	position: absolute;
	display: none
}

.input-block i.select {
	right: 30px!important
}

.input-block i.icon.ok {
	width: 16px!important;
	height: 16px!important;
	background-position: -16px -48px!important;
	display: block
}

.input-block i.icon.nok {
	width: 14px!important;
	height: 14px!important;
	background-position: 0 -14px!important;
	display: block
}

.input-block .select {
	right: 0;
	top: 12px;
	position: absolute;
	display: none;
	right: 30px!important
}

.input-block .icon {
	right: 0;
	top: 12px;
	position: absolute;
	display: none
}

.input-block .icon.ok {
	width: 16px!important;
	height: 16px!important;
	background-position: -16px -48px!important;
	display: block
}

.input-block .icon.nok {
	width: 14px!important;
	height: 14px!important;
	background-position: 0 -14px!important;
	display: block
}

form input::-webkit-input-placeholder {
	color: #4e4e4e
}

form textarea::-webkit-input-placeholder {
	color: #4e4e4e
}

form input:-moz-placeholder {
	color: #4e4e4e
}

form textarea:-moz-placeholder {
	color: #4e4e4e
}

form input::-moz-placeholder {
	color: #4e4e4e
}

form textarea::-moz-placeholder {
	color: #4e4e4e
}

form input:-ms-input-placeholder {
	color: #4e4e4e
}

form textarea:-ms-input-placeholder {
	color: #4e4e4e
}

form input::-ms-input-placeholder {
	color: #4e4e4e
}

form textarea::-ms-input-placeholder {
	color: #4e4e4e
}

form input::placeholder {
	color: #4e4e4e
}

form textarea::placeholder {
	color: #4e4e4e
}

#formContact textarea:not([class*=checkout]) {
	font-family: 'montserrat-regular';
	letter-spacing: .5px;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #d2c0b4;
	color: #363332;
	border-radius: 0;
	outline: none;
	resize: none;
	width: 100%;
	font-size: 12px;
	margin: 10px 0 0;
	padding: 0;
	box-shadow: none;
	box-sizing: content-box;
	transition: all .3s;
	overflow: hidden
}

#formContact textarea:not([class*=checkout]).error {
	color: #d72c2c;
	border-bottom: 1px solid #d72c2c
}

#formContact textarea:not([class*=checkout]).input-ok {
	color: #456723;
	border-bottom: 1px solid #456723
}

span.placeholder {
	color: #545453;
	position: absolute;
	font-size: 12px;
	cursor: text;
	transition: .2s ease-out;
	padding-top: 8px
}

span.placeholder.active {
	font-size: 10px;
	transform: translateY(-70%);
	-webkit-transform: translateY(-70%)
}

span.placeholder.error {
	color: #d72c2c
}

span.placeholder.input-ok {
	color: #456723
}

#formContact label:not([class*=checkout]) {
	color: #545453;
	position: absolute;
	font-size: 12px;
	font-family: 'montserrat-regular';
	letter-spacing: .5px;
	position: relative;
	margin-bottom: 0;
	font-weight: 400;
	margin-top: 7px
}

#formContact input[type=radio] {
	width: auto;
	margin: 0 15px 0 0;
	display: block
}

#formContact input[type=checkbox] {
	width: auto;
	margin-right: 10px
}

#formContact input[type=checkbox].error+label {
	color: #d72c2c
}

#formContact input[type=checkbox].error+label a {
	color: #d72c2c
}

#formContact input[type=checkbox]:checked+label::after {
	content: "";
	position: absolute;
	width: 2.2ex;
	height: 1.5ex;
	background: transparent;
	top: .3ex;
	left: .6ex;
	border: 3px solid #4e4e4e;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

#formContact input[type=checkbox] {
	line-height: 2.1ex
}

#formContact input[type=checkbox] {
	position: absolute;
	left: -999em
}

#formContact input[type=checkbox]+label {
	position: relative;
	overflow: hidden;
	cursor: pointer
}

#formContact input[type=checkbox]+label::before {
	content: "";
	display: inline-block;
	vertical-align: -25%;
	height: 2.5ex;
	width: 2.5ex;
	background-color: #fff;
	border: 1px solid #a6a6a6;
	margin-right: .5em
}

#formContact input:-webkit-autofill,
#formContact select:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #efeae7 inset;
	-webkit-text-fill-color: #363332
}

.msg-disabled {
	display: none
}

.bg-gris {
	background-color: #dfdfde
}

.bg-grisLight {
	background-color: #f0efef
}

/* TODO FBM Replaced for Layout Team before go live */
.hidden{
    display:none !important;
}

.titulo-phone {
	top: -23px;
    font-size: 10px !important;
}


@media all and (min-width:769px) {
	.martinelli-contact__form {
		padding: 30px
	}
	.martinelli-contact__form__group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 10px;
	}

	.martinelli-contact__form__group.phone-block {
		align-items: baseline;
	}

	.martinelli-contact__form__input {
		width: 31%;
		margin-right: 4%
	}
	.martinelli-contact__form__input:last-child {
		margin-right: 0
	}
	.martinelli-contact__form__input.is-big {
		width: 55%
	}
	.martinelli-contact__form__input.is-full {
		width: 100%
	}
	.martinelli-contact__form__checkbox {
		text-align: left;
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1
	}
    .martinelli-contact__form__button {
        width: auto;
    }

    .text-icons {
		min-width: 120px;
		margin: 0 25px;
	}

    .iconsRow {
		width: 100%;
		max-width: 750px;
		display: flex;
		flex-direction: row;
		margin: auto;
	}

	.iconsRow .iconBlock {
		width: 200px;
		max-width: 200px;
		min-width: 140px;
		height: 140px;
		background-color: #F3F3F2;
		margin: 0 5px;
	}

	.iconsRow .clicked {
		background-color: #8A8A8A;
	}

	.contentBlock .subtitleBlock .subtitleContent {
		max-width: 800px;
		min-width: 500px;
	}

	.introBlock {
		display: flex;
		justify-content: center;
	    width: 100%;
		max-width: 800px;
	    margin: 50px auto;
	}
	
}

@media all and (min-width:992px) {
	.martinelli-contact__form {
		padding: 25px 20px
	}
	.martinelli-contact__form__title {
		font-size: 16px;
		margin-bottom: 5px;
		text-align: center;
	}
	.martinelli-contact__form__checkbox a {
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out
	}
	.martinelli-contact__form__checkbox a:hover {
		color: #4e4e4e
	}
	.martinelli-contact__content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		-webkit-wrap: wrap;
		flex-wrap: wrap;
		padding: 0 20px;
		margin: 0 auto;
		margin-bottom: 40px;
	}

    .iconsRow {
		width: 100%;
		max-width: 1080px;
		display: flex;
		flex-direction: row;
		margin: 25px auto;

	}

	.contentBlock {
		max-width: 1080px;
	}

}