body {
    margin: 0;
	font-family: 'Montserrat', sans-serif;
	width: 100% !important;
	color: #666;
	background-color: #FAFAFA !important;
}

a {
	text-decoration: none;
	/*display: unset !important;*/
	font-weight: unset !important;
}

a:hover {
	text-decoration: none;
  font-weight: unset !important;
}

a:visited {
    color: unset;
}

a, a:active, a:link {
    color: unset;
    text-decoration: none !important;
}

img {
	border: 0;
}

p {
	margin: 0;
}

input:focus {
	outline: none;
	background-color: #FFF;
}

textarea:focus {
	outline: none;
}

select:focus {
	outline: none;
}

section {
  width: 100%;
}

p {
    font-family: 'Montserrat', sans-serif;
}
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
  }
  
  a[href^=tel] { color: inherit; text-decoration: none; }
  
  ::-webkit-input-placeholder { color: #B74137 !important; } /* WebKit */
  :-moz-placeholder { color: #B74137 !important; } /* Firefox 18- */
  ::-moz-placeholder { color: #B74137 !important; } /* Firefox 19+ */
  :-ms-input-placeholder { color: #B74137 !important; } /* IE 10+ */

  header {
	width: 100%;
	height: auto;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
	background-color: #e1251b !important;
	/*position: fixed;*/
    top: 0px;
	z-index: 900;
}

footer {
	width: 100%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
	background: #111111;
    color: #bbbbbb;
    font-size: 14px;
	padding-bottom: 50px;
}

.linkPDFhome {
	width: 100%;
	text-align: center;
	color: #FFF !important;
	font-size: 14px;
	margin-top:15px;
}

.contentHeaderTop {
	width: 100%;
    height: auto;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.contentSite {
	width: 90%;
	height: auto;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;

}

.displayNone {display: none !important;}

.navFixed {
	margin-top: 100px !important;
}

.topHeaderFixed {
	height: 50px;
}

.accountFixed {
	justify-content: center !important;
	align-self: center !important;
}

.wrapperFixed {
    top: -5px !important;
    right: -30px !important;
}

.menu--offFixed {
	margin-top: 57px !important;
}

#logo {
	transition: 0.3s;
}

.logoChico {
	height: 45px !important;
	width: auto !important;
}

.isoChico {
	height: 45px !important;
	width: auto !important;
}

.contentSearchFixed {
	margin: 5px 0px 5px 0px !important;
	height: auto !important;
}

.contentSearchInputFixed {
	padding: 1% !important;
	height: 30px !important;
}

.logoRespChico {
	width: 100px !important;
}

.logo {
	opacity: 1 !important;
}

.logo img {
	width: 100%;
}

.logo img:hover {
	cursor: pointer;
}

.logo img {
    height: 80px;
	max-width: 206px;
}

.flexContent {
    width: 100%;
	height: auto;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.flexCenter {
    width: 100%;
	height: auto;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}


.flexContentSite {
    width: 100%;
	height: auto;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
	margin-top: 0px;
}

.headerTop {
    width: 100%;
    height: 35px;
    background-color: #FFF;
	

    display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
	display: none;
}

nav {
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

nav ul {
    height: 100px;
    display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
    margin: 0;
}

nav ul li {
    color: #FFF;
    list-style: none;
    margin: 0px 20px 0px 20px;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.3s;
}

nav ul li:hover {
    text-decoration: underline;
    cursor: pointer;
}

.wrapper {
    display: none;
}

.isoHeader img {
    height: 80px;
}

.contentInfoHeader {
    width: 100%;
    display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: flex-end;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.contentInfoHeader span {
    margin: 0px 0px 0px 20px;
    font-size: 14px;
    color: #000;
    font-weight: 300;
}

.contentSearch {
	width: 100%;
    display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.bgGray {
	background-color: #333;
}

.contentSearch {
	width: 100%;
	height: 40px;
    display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.contentSearch input::-webkit-input-placeholder { color: #333 !important; } /* WebKit */
.contentSearch input:-moz-placeholder { color: #333 !important; } /* Firefox 18- */
.contentSearch input::-moz-placeholder { color: #333 !important; } /* Firefox 19+ */
.contentSearch input:-ms-input-placeholder { color: #333 !important; } /* IE 10+ */

.contentSearch input {
	width: 100%;
	height: 40px;
	border: 0 !important;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	font-family: 'Montserrat', sans-serif;
	color: #000;
	background-color: rgba(0, 0, 0, 0.3);

    border: 1px solid #EEEEEE;
    padding: 1.5%;
    font-size: 14px;
    border-color: #EEEEEE;
}

.fixed {
	height: 0px;
	transition: 0.3s;
}

.fixed {
	position:fixed; 
	top:0; 
	left:0; 
	z-index: 10; 
	width: 100%;
	height: 55px;
	padding: 2px 0px 0px 0px;
	background-color: rgba(45, 25, 62,0.9);
}

.fixedNav {
	position:fixed; 
	top:110px; 
	left:0; 
	z-index: 10; 
	width: 100%;
	height: auto;
	padding: 2px 0px 0px 0px;
	background-color: rgba(45, 25, 62,0.9);
}

.contentLineProducts {
    width: 100%;
	height: auto;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
	/*margin-top: -40px;*/
	z-index: 0;
	position: relative;
}

.boxLineProducts {
	width: 50%;
	min-height: 430px;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
	margin-bottom: 10px;
}

.imgLineProducts {
	width: 100%;
}

.imgLineProducts img {
	width: 100px;
}

.bgRed {
	background-color: #e1251b;
}

.bgBlack {
	background-color: #000;
}

.titleLineProducts {
	width: 100%;
	margin-top: 35px;
}

.titleLineProducts h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #FFF;
	margin: 0;
}

.txtLineProducts {
	width: 100%;
	margin-top: 45px;
}

.txtLineProducts p {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #FFF;
}

.btnWhiteLineProducts {
	padding: 20px 15px 20px 15px;
	background-color: #FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;

	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
	margin-top: 20px;
	transition: all 0.3s;
}

.btnWhiteLineProducts:hover {
	cursor: pointer;
	background-color: #000;
}

.btnWhiteLineProducts:hover p {
	color: #FFF
}

.btnWhiteLineProducts p {
	color: #e1251b;
	margin: 0;
	font-size: 13px;
}

.btnYellowLineProducts {
	padding: 20px 15px 20px 15px;
	background-color: #ffd51e;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;

	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
	margin-top: 20px;
}

.btnYellowLineProducts p {
	color: #000;
	margin: 0;
	font-size: 13px;
}

.btnYellowLineProducts:hover {
	cursor: pointer;
	background-color: #e1251b;
}

.btnYellowLineProducts:hover p {
	color: #FFF
}

.boxCol3Home {
	width: 33.3%;
	min-height: 400px;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.boxCol3Home img {
	width: 600px;
}

.boxCol3Home p {
	margin: 0;
	font-size: 18px;
	color: #000;
	font-weight: 600;
	text-align: left;

	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.bgLightGray {
	background-color: #3333333b;
}

.bgWhite {
	background-color: #FFF;
}

.colLeftHome {
	width: 65%;
	background-color: #FFF;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.colLeftHome img {
	width: 90%;
}

.colRightHome {
	width: 35%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: center;
    align-self: center;
    align-content: center;
    align-items: center;
	text-align: left;
}

.colRightHomeWidth {
	width: 100%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: center;
    align-self: center;
    align-content: center;
    align-items: center;
	text-align: left;
}

.colRightHome  p {
	font-size: 18px;
	color: #000;
	font-weight: 600;
}

.btnVerCatalogo {
	background-color: #000;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: center;
    align-self: center;
    align-content: center;
    align-items: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	margin-top: 25px;
	transition: all 0.3s;
}

.btnVerCatalogo p {
	color: #FFF;
	font-size: 12px;
	font-weight: 400;
	margin: 0;
	padding: 10px;
}

.btnVerCatalogo:hover {
	background-color: #ffd51e;
	cursor: pointer;
}

.boxFlag {
	width: 50px;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.boxFlag p {
	font-size: 12px;
	color: #000;
	text-align: center;
	margin: 15px 0 0 0;
}

.circleFlag {
	width: 50px;
	height: 50px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}

.flagARG {
	background-image: url("../img/Recurso-1bandera-arg-100x100.png");
}

.flagBRA {
	background-image: url("../img/Recurso-2bandera-br-100x100.png");
}
.flagMEX {
	background-image: url("../img/Recurso-1bandera-mex-100x100.png");
}
.flagUSA {
	background-image: url("../img/Recurso-3bandera-usa-100x100.png");
}

.contentFlags {
	width: 100%;
	padding: 25px 0 25px 0;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: space-evenly;
    align-self: center;
    align-content: center;
    align-items: center;
}

.titleFlag {
	width: 100%;
	font-size: 20px;
	color: #333;
	font-weight: 600;
	margin-bottom: 20px;
}

.contentForm {
	width: 100%;
	padding: 25px 0 25px 0;
	background-color: #FAFAFA;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.contentForm form {
	width: 100%;
}

.flexBetweenContact {
	width: 70%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: space-between;
    align-self: center;
    align-content: center;
    align-items: center;
	margin-left: 15%;
}

.contentInfoContact {
	width: 100%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: flex-start;
    align-self: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}

.contentInfoContact table {
	margin-top: 30px;
}

.contentInfoContact tr {
	font-size: 16px;
	padding-bottom: 15px;
}

.contentInfoContact td {
	padding: 10px;
}

.titleTable {
	color: #000 !important;
	font-weight: 600 !important;
	border-left: 2px solid #e1251b;
	padding: 15px;
}

.info {
	color: #333 !important;
}

.col2Contact {
	width: 50%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: flex-start;
    align-self: flex-start;
    align-content: center;
    align-items: center;
}

.contentForm textarea {
	padding: 10px;
    max-width: 100%;
	width: 100%;
    border: 0px;
    font-size: 15px;
    font-weight: normal;
    line-height: 22px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    background-color: #f2f2f2;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    color: #000000;
    border-bottom: 1px solid #fff;
	margin-bottom: 10px;
}

.contentForm input {
	padding: 10px;
    max-width: 100%;
	width: 100%;
    border: 0px;
    font-size: 15px;
    font-weight: normal;
    line-height: 22px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    background-color: #f2f2f2;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    color: #000000;
    border-bottom: 1px solid #fff;
	margin-bottom: 10px;
}

.contentForm form input::-webkit-input-placeholder { color: #CCC !important; } /* WebKit */
.contentForm form input:-moz-placeholder { color: #CCC !important; } /* Firefox 18- */
.contentForm form input::-moz-placeholder { color: #CCC !important; } /* Firefox 19+ */
.contentForm form input:-ms-input-placeholder { color: #CCC !important; } /* IE 10+ */

.contentForm form textarea::-webkit-input-placeholder { color: #CCC !important; } /* WebKit */
.contentForm form textarea:-moz-placeholder { color: #CCC !important; } /* Firefox 18- */
.contentForm form textarea::-moz-placeholder { color: #CCC !important; } /* Firefox 19+ */
.contentForm form textarea:-ms-input-placeholder { color: #CCC !important; } /* IE 10+ */

.contentForm button {
	width: 100%;
	border: 0;
	font-size: 18px;
	background-color: #e1251b;
	color: #FFF;
	padding: 10px 0 10px 0;
	transition: all 0.3s;
}

.contentForm button:hover {
	background-color: #333;
}

.contentForm button p {
	margin: 0;
}

.lineFooter {
	width: 100%;
	height: 1px;
	background-color: #666;
	margin-top: 40px;
}

.imgNice {
	width: 100%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: flex-start;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
	margin: 15px 0 15px 120px;
}

.flexBetween {
	justify-content: space-between;
}

.flexEnd {
	justify-content: flex-end;
}

.col3footer {
	width: 20%;
	align-self: flex-start;
	margin-top: 50px;
}

.col3footer h4 {
	color: #FFF;
	font-weight: 600;
	text-align: left;
	margin-bottom: 25px;
}

.col3footer p {
	text-align: left;
	line-height: 25px;
}

.label p {
	width: 100% !important;
}

.label a {
	width: 100% !important;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
    justify-content: flex-start;
    align-self: center;
    align-content: center;
    align-items: center;
	min-height: 18px;
	text-align: left !important;

	margin-bottom: 2px;
}

.selectFilter {
	width: 100%;
	height: 35px;
	margin-bottom: 5px;
}

.btnSubmit {
	width: 100%;
	height: 35px;
	border: 0;
	background-color: #666;
	color: #FFF;
}

.ui-widget-content {
    max-height: 50vh !important;
    overflow-y: auto !important;
	overflow-x: hidden !important;
}

#tab-1 table {
	float: left;
}