@charset "UTF-8";
/*--------------ESTILOS GENERALES -------------------*/

/*TAG RESET*/
html, body, div, span, applet, object, iframe, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html, body {
	height:100%;
	font-size: 10pt;
	font-family: "Century Gothic", CenturyGothic, 'Muli', AppleGothic, sans-serif;
	color: #666666;
	text-align: justify;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#a8a7a7;
}

abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
/* ~~ Element/tag selectors ~~ */
p {
	margin-top: 0px;
	padding-top: 0px;
	text-align: justify;
	line-height: 1.5em;
}
ul {
	margin:0;
	padding:0;
	list-style: disc;
}
ol {
	line-height: 1.4em;
	padding: 1em 2em 1em 0em;
}
/* ENCABEZADOS */

h1, h2, h3, h4, h5, h6 {
	overflow:hidden;
	margin: 0;
	padding: 0;
}
h1 {
	font-size:50pt;
	font-weight:400;
	color: #a9a8a8;
	margin-bottom:25px;
}
h2 {
	font-size:30pt;
	font-weight:400;
	color: #a9a8a8;
	margin-bottom:15px;

}
h3 {
	font-size: 26pt;
	font-weight: 100;
	color: #326d55;
}
h4 {
	font-size:12pt;
	font-weight:700;
	color: #179057;
	margin-bottom:7px;
	border-bottom: #c8c8c8 dotted 1px;
}
h5 {
	text-align:center;
	margin-top:15px;
	font-size:11pt;
	font-weight:600;
	color: #285a84;
}
h6 {
	margin-top:5px;
	font-size:12pt;
	font-weight:600;
	color: #ffffff;
	margin-bottom:5px;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color:#20496e;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #2972ad;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #2972ad; /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
	position:absolute;
	 z-index:15;
	width: 1023px;
	overflow: hidden;
	background-attachment: scroll;
	background-color:#FFFFFF;
	height:602px;
	top:50%;
    left:50%;
    margin:-301px 0 0 -496px;
}
.contMenu {
	float:left;
	width:220px;
	height:603px;
	background-color:#c0c0c0;

}

.grid {
	width:803px;
	height:603px;
   position:absolute;
   overflow:hidden;
	
}
.contMain {
   float: right;
   width: 803px;
	
}
.contMain2 {
	background: url(../images/bg2.png) top right #cfcfcf;
   float: right;
   width: 803px;
   height:602px;
	
}
.contMain3 {
	background: url(../images/bg3.png) top right #cfcfcf;
   float: right;
   width: 803px;
   height:602px;
	
}
.contMain4 {
	background: url(../images/bg4.png) top right #cfcfcf;
   float: right;
   width: 803px;
   height:602px;
	
}
.contMain5 {
	background: url(../images/bg5.png) top right #cfcfcf;
   float: right;
   width: 803px;
   height:602px;
	
}

.contMain6 {
	background: url(../images/bg6.png) top right #cfcfcf;
   float: right;
   width: 803px;
   height:602px;
	
}
.contMain7 {
	background: url(../images/bg7.png) top right #cfcfcf;
   float: right;
   width: 803px;
   height:602px;
	
}
.contMain8 {
	background: url(../images/bg8.png) top right #cfcfcf;
   float: right;
   width: 803px;
   height:602px;
	
}
.contMain9 {
	background: url(../images/bg9.png) top right #cfcfcf;
   float: right;
   width: 803px;
   height:602px;
	
}
.contMap {
   float: left;
   width: 400px;
	
}

.contBrandLogoRevlon {
	text-align:center;
	margin:30px 0 20px 0;
	
}
.contBrandLogoCoty {
	text-align:center;
	margin:25px 0 30px 0;
	
}
.contBrandLogoEnergizer {
	text-align:center;
	margin:20px 0 20px 0;
	
}
.contBrandLogoMoroccanoil {
	text-align:center;
	margin:35px 0 20px 0;
	
}
.contBrandLogoM {
	text-align:center;
	margin:20px 0 25px 0;
	
}
.contBrands {
	padding: 0 15px;
	
}
.imgBrandLogo {
	text-align:center;
	vertical-align:middle;
	background-color:#FFFFFF;
	float:left;
	margin:0 12px 12px 0;
	width:80px;
	height:80px
	
}
.contMag {
	background-color: #ebebeb;
    border-radius: 15px;
    float: left;
    height: 175px;
    margin: 0 15px 25px;
    padding: 20px;
    width: 310px;
	text-align:center;
	
}
.contMagLeft {
    float: left;
    width: 150px;
	
}
.imgGreen {
    float: right;
	margin-left: 20px;
	
}
.contMagRight {
    float: right;
    width: 190px;
	text-align:left;
	
}
.contData {
   float: right;
   width: 220px;
	
}
.contSection {
	padding:50px 120px 0 30px;
}
.contSection2 {
	padding:50px 120px 0 30px;
}
.contSection3 {
	padding:50px 20px 0 30px;
}
.contSection4 {
	padding:10px 20px 0 20px;
}

.logo {
	margin:15px 0 15px 5px;
}

.menu{
	font-size:18px;
  vertical-align:middle;
  width:220px;
  display:inline-block;
  transform:translate3d(0,0,0);
}
.menu input{
  position:absolute;
  left:-9999px;
}
.menu #togglemenu:checked ~ ul {
  max-height:433px;
  padding-bottom:1em;
}

.menu ul{
  margin-top:2px;
  text-align:left;
  max-height:0px;
  overflow:hidden;
  padding-bottom:0;
  transition:300ms ease all;
}
.menu li{
  margin-bottom:1px;
  position:relative;
  z-index:10;
  transition:300ms ease all;
  height:40px;
}
.menu li a {
display: block;
position:relative;
width:100%;
padding: 0.5em 1em;
background: rgb(182, 182, 182);
text-decoration:none;
color:white;
box-sizing:border-box;
transition:300ms ease all;
margin:0;
}
.menu li:hover a {
width:99%;
margin-left:1%;
box-shadow: inset 300px 0 300px -300px rgba(255, 255, 255, 0.6);
}
.menu li:before {
content: "";
position: absolute;
width: 50%;
height: 4%;
left: 1%;
bottom: 13px;
box-shadow: 10px 0 0px black;
transition:300ms ease all;
transform: rotate(0deg);
}

.menu li:hover:before {
box-shadow: 10px 0 30px black;
transform: rotate(-4deg);
bottom: 6px;
}
.menu li:hover + li{
  z-index:1;
}
.box {
   width: 200px;
   height: 120px;
   background-color: #CACACA;
   float:left;
   display: block;
}
 .box1{
	 
   margin:0 1px 1px 0;
   
}
.box2{
	
   margin:0 1px 1px 0;
}
.box3{
   margin:0 1px 1px 0;
}
.box4{
   margin:0 0 1px 0;
}
.box5{
   margin:0 1px 1px 0;
}
.box6{
   margin:0 1px 1px 0;
}
.box7{
   margin:0 1px 1px 0;
}
.box8{
   margin:0 0 1px 0;
}
.box9{
   margin:0 1px 0 0;
}
.box10{
   margin:0 1px 0 0;
}
.box11{
   margin:0 1px 0 0;
}
.box12{
   margin:0 0 1px 0;
}
.box13{
   margin:0 1px 0 0;
}
.box14{
   margin:0 1px 0 0;
}
.box15{
   margin:0 1px 0 0;
}
.box16{
   margin:0 0 1px 0;
}
.box17{
   margin:0 1px 0 0;
}
.box18{
   margin:0 1px 0 0;
}
.box19{
   margin:0 1px 0 0;
}
.box20{
   margin:0;
}
.grid1 {
   z-index: 1;
}
.grid2 {
   z-index: 99;
   
   display: none;
   opacity: 0;
}
.grid3 {
   z-index: 99;
   
   display: none;
   opacity: 0;
}
.grid4 {
   z-index: 99;
   
   display: none;
   opacity: 0;
}
.grid5 {
   z-index: 99;
   
   display: none;
   opacity: 0;
}
.grid6 {
   z-index: 99;
   
   display: none;
   opacity: 0;
}
#modal {
   position: fixed;
   width: 100%;
   height: 100%;
/*   background-color: rgba(0,0,0,.8);*/
   z-index: 9991;
   display: none;
   opacity: 0;
}
#modalCont {
   width: 320px;
   height: 320px;
   margin-top: -160px;
   margin-left: -160px;
   top: 50%;
   left: 50%;
   background-color: rgba(0,0,0,.3);
   padding: 10px;
   position: absolute;
}
a.cierra {
   color: #FFFFFF;
   font-size: 11px;
   text-transform: uppercase;
   padding: 6px 12px;
   background-color: rgba(0,0,0,3);
   position: absolute;
   top: -29px;
   right: 0px;
   text-decoration: none;
}
.accordion {
    margin:0;
}
.accordion h6 {
	background-color:#c5c5c5;
    cursor:pointer;
    margin:0 0 2px 0;
    padding:4px 10px
}
.accordion h6.current {
    background:#989898;
    cursor:default
}
.accordion div.pane {
    padding:4px 10px;
	font-size:9pt;
}
a.button1 {
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	float:left;
	color:#ffffff;
	margin:0 0 20px 20px;
	text-align:left;
	font-size:18px;
	text-align:center;
	line-height:175px;
	width:130px;
	height:165px;
	background: #b6b6b6;
	cursor: pointer;
	-moz-border-radius: 15px;
    border-radius: 15px;
	text-shadow: 2px 2px 3px #000000;
	-webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}
a.button1:hover {
	color:#ffffff;
	background: #949494;
}