@charset "utf-8";
@import url("https://use.typekit.net/gpf2wut.css");
@import url("font-awesome.min.css");
body {
    font-family: open-sans, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size:18px;
    line-height:28px;
    color:#000000;
    background:#F3F3F3;
    margin: 0;
    padding: 0;
}
.em {
    font-style: italic;
}
.small {
    font-size:16px;
    line-height:24px;
}
sup {
    line-height: 0;
    font-size: 70%;
}
ul li {
    margin-bottom: 10px;
}
strong {
    font-weight: 700;
}
p {
    margin: 0 0 15px 0;
}
a, a:active {
    text-decoration: none;
    color: #0000EE;
    font-weight: 400;
}
a:hover {
    text-decoration: underline;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    /*background:url(../../img/header.jpg) no-repeat center center;*/
    background: white;
    border-bottom: #974377 solid 1px;
    width:100%;
    z-index: 2;
}
.bg-contacto {
    background:#974377;
	color: #fff;
}
.contacto {
    display: flex;
    justify-content: flex-end;
}
.contacto a {
	color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 11px;
    line-height: 13px;
    font-weight: 400;
    padding: 5px 20px;
}
.contacto a:hover {
	background: #791675;
}
.container-logo {
    width: 30%;
    margin-right: 5%;
    float: left;
    padding: 16px 0 10px 0;
}
.container-logo img {
    width: 100%;
}
.container-menu {
    width: 65%;
    float: left;
}
nav#main-nav ul {
    position:relative;
    z-index:49;
    margin:0;
    padding:0;
    list-style:none;
}
nav#main-nav ul li {
    position:relative;
    z-index:45;
    float:left;
    margin:0;
    padding:0;
	width:33.3%;
}
nav#main-nav ul li a {
    display:block;
    font-weight:600;
    font-style: italic;
    font-size:16px;
    line-height: 18px;
    color:#ABABAB;
    text-decoration:none;
    position:relative;
    z-index:45;
    transition:all 200ms linear;
	text-align:center;
    border-bottom:transparent solid 10px;
    padding: 24px 0;
}
nav#main-nav ul li a:hover, nav#main-nav ul li:last-child a {
    color:#974377;
	border-bottom:#974377 solid 10px;
}
nav#main-nav ul li .sub-menu {
    position:absolute;
    left:0;
    background:#974377;
    width:100%;
    display:none;
    z-index:47;
}
nav#main-nav ul .sub-menu li {
    float:none;
    margin:0;
	width:100%;
}
nav#main-nav ul .sub-menu li a {
    color:#fff;
    font-size:14px;
    line-height:16px;
    padding:10px 20px;
    display:block;
    border-bottom: none;
}
nav#main-nav ul .sub-menu li a:hover {
    background: #791675;
}
nav#main-nav ul li ul li .sub-menu {
    position:absolute;
    top:0;
    left:100%;
	padding-top:0;
	background:rgba(240,129,35,1);
}
.clear {
    clear: both;
    width: 100%;
}
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
section {
    padding: 130px 0 30px 0;
    background: #fff;
}
.container {
    margin: 0 auto;
    width: 1100px;
}
.contenido {
    display: flex;
}
.col-03 {
    float: left;
    width: 32%;
    margin-right: 2%;
}
.col-03 img {
    width: 100%;
}
.col-04 {
    float: left;
    width: 32%;
}
.col-01 {
    float: left;
    width: 74%;
    margin-right: 4.3%;
}
h1 {
    font-weight: 700;
    font-size: 22px;
    margin: 0 0 20px 0;
}
h1 i {
    color: #EA00C4;
}
.col-02 {
    width: 21.7%;
    float: left;
}
.col-02 p {
	position: relative;
	margin: 0;
	z-index: 1;
}
.btn {
	background: none;
	cursor: pointer;
	padding: 10px 0;
    text-align: center;
    width: 98%;
	display: inline-block;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
    text-decoration: none;
    margin-bottom: 20px;
}
.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-1 {
	border: 2px solid #A24783;
	color: #A24783;
    font-weight: 600;
    font-style: italic;
    font-size: 16px;
    line-height: 19px;
}
.btn-1c:after {
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	background: #A24783;
}
.btn-1c:hover,
.btn-1c:active {
	color: #fff;
    text-decoration: none;
}
.btn-1c:hover:after,
.btn-1c:active:after {
	width: 100%;
}
.contenido div:nth-of-type(2) a .fa {
	font-size:22px;
    margin-right: 5px;
}
.tabla-producto {
    margin: 20px 0;
}
.tabla-producto img {
    width: 100%;
}
.tabla-producto strong {
    color: #EA00C4;
}
.tabla-producto tr:first-child td {
    padding-right: 10px;
}
.tabla-producto tr td {
    padding-bottom: 40px;
    padding-right: 10px;
}
.tabla-producto tr:last-child td {
    padding-bottom: 0;
}
.tabla-producto div {
    height: 10px;
}
footer {
	background:#F3F3F3;
    padding:20px 0;
}
.contenido2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contenido2 .col-1 {
    width: 200px;
}

.contenido2 .col-1 p {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    color: rgba(0,0,0,.8);
    margin: 0;
}
.contenido2 .col-2 {
    width: 300px;
}
.redes {
    display: flex;
    justify-content: space-around;
}
.redes a {
    font-size: 22px;
    color: rgba(0,0,0,.5);
}
.redes div:nth-of-type(1) a:hover {
    color: #1877f2;
}
.redes div:nth-of-type(2) a:hover {
    color: #1da1f3;
}
.redes div:nth-of-type(3) a:hover {
  color : #d30065;
}
.redes div:nth-of-type(4) a:hover {
    color: #e60023;
}
.redes div:nth-of-type(5) a:hover {
    color: #ff0000;
}
.center {
    text-align: center;
    font-size: 14px;
    margin: 0;
}
.center a {
    text-decoration: none;
    font-weight:700;
	color:#EF8023;
    font-size: 16px;
    padding: 10px 0;
    display: block;
}
.center a:hover {
	background:#A24783;
    color: #fff;
}

.flex-producto {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}
.flex-producto div {
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 20px;
    padding-right: 10px;
    align-items: center;
}
.flex-producto img {
    width: 100%;
    margin-bottom: 5px;
}
.flex-producto a {
    font-weight: 400;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    text-align: inherit;
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #ccc;
}
.accordion {
    margin-bottom: 40px;
}
.toggle-item {
    margin-bottom:1px;
}
.toggle-item .toggle-title {
    width:100%;
    position:relative;
    cursor:pointer;
    overflow:hidden;
	background:#EBEBEB;
	color:#984478;
	padding:4px 0;
}
.toggle-item .toggle-title h6 {
    font-weight: 400;
    font-size: 15px;
}
.toggle-item .toggle-inner {
	padding:10px 0;
}
.toggle-item p {
	color:#984478;
	font-weight:600;
    font-style: italic;
	font-size:14px;
    line-height: 18px;
    margin: 0;
    clear: both;
    width: 100%;
}
.toggle-item .toggle-title .toggle-icon .fa {
    color:#984478;
    font-size: 14px;
    line-height: 18px;
    float:left;
    margin: 5px 0 0 10px;
    position:relative;
}
.text-light .toggle-item .toggle-title .toggle-icon .fa {
    color:#fff;
}
.toggle-icon .fa-plus {
    display:block;
}
.toggle-active .fa-plus, .toggle-icon .fa-minus {
    display:none;
}
.toggle-active .fa-minus {
    display:block;
}
.toggle-item .toggle-title .toggle-name {
    float:left;
    margin:0 0 0 10px;
	color:#984478;
}
.toggle-item .toggle-title:hover .toggle-name, .toggle-item .toggle-active .toggle-name {
	color:#fff;
}
.toggle-item .toggle-active, .toggle-item .toggle-title:hover {
	background:#984478;
}
.toggle-item .toggle-active .toggle-icon .fa, .toggle-item .toggle-title:hover .toggle-icon .fa {
    color:#fff!important;
}
.toggle-item .toggle-inner {
    display:none;
}
.toggle-inner ul, .ultimo {
    padding: 0;
    margin: -7px 0 5px 0;
}
.ultimo {
    padding-bottom: 20px;
}
.toggle-inner ul li:after, .ultimo li:after {
    content: "\f0da";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 0;
    color: #999;
    font-size: 14px;
    line-height: 32px;
}
.toggle-inner ul li, .ultimo li {
    list-style-type: none;
    position: relative;
    float: left;
    display: block;
    margin-right: 5px;
    padding-left: 8px;
}
.toggle-inner ul li a, .ultimo li a {
    color: #999;
    font-size: 12px;
    line-height: 14px;
    font-family: open-sans-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.no-margin {
    margin: 0;
}
.f-400 {
    font-weight: 400;
}
.color {
    color:#984478;
}
.column.one-full {
    display: none;
}
