/* Navbar section */
.nav{
width: 100%;
height: 86px;
position: fixed;
line-height: 65px;
text-align: center;
z-index:9;
}
.nav div.pleca_logo{
border-bottom: 1px solid white;
margin-left:1em;
margin-right:1em;
}
.logo{
background-image: url(images/logo_bodyrollfitness_blanco.png);
background-repeat: no-repeat;
background-position: center center;
background-size:contain;

text-align:center;
width:100%;
height:65px;
}
.logo_blanco{
background-image: url(images/logo_bodyrollfitness_blanco.png);
background-repeat: no-repeat;
background-position: center center;
background-size:contain;
text-align:center;
width:100%;
height:65px;
}
.logo_dorado{
background-image: url(images/logo_bodyrollfitness_dorado.png);
background-repeat: no-repeat;
background-position: center center;
background-size:contain;
text-align:center;
width:100%;
height:65px;
}

.nav div.logo a{
text-decoration: none;
color: #fff;
font-size: 2.5rem;
}
.nav div.logo a:hover{
/* #00e678 VERDE */
color: #00e678;
}
.nav div.main_list{
background-color:rgba(255, 255, 255, 0.905);
height: 65px;
float: left;
}
.nav div.main_list ul{
width: 100%;
height: 65px;
display: flex;
list-style: none;
margin: 0;
padding: 0;
}
.nav div.main_list ul li{
width: auto;
height: 65px;
font-size:1em;
padding: 0;
padding-right: 3rem;
}
.nav div.main_list ul li a{
text-decoration: none;
color:black;
line-height: 65px;
}
.nav div.main_list ul li a:hover{
color:black;
}
.navTrigger{
display: none;
}
.nav{
padding-top: 20px;
padding-bottom: 20px;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}

@media screen and (max-width:1768px){
.navTrigger{
    display: block;
}
.nav div.main_list{
    width: 100%;
    height: 0;
    overflow: hidden;
}
.nav div.show_list{
    height: auto;
    display: none;
}
.nav div.main_list ul{
    flex-direction: column;
    width: 100%;
    height: 100vh;
    right: 0;
    left: 0;
    bottom: 0;

    /*background-color: #111;+/
    /*same background color of navbar*/
    background-position: center top;
}
.nav div.main_list ul li{
    width: 100%;
    text-align: left;
}
.nav div.main_list ul li a{
    text-align: center;
    width: 100%;
    font-size:1.6em;
    padding-top:6px;
    padding-left:8px;
}
.nav div.media_button{
    display: block;
}
}
/* Animation */
.navTrigger{
cursor: pointer;
width: 40px;
height: 25px;
margin: auto;
position: absolute;
left:10px;
top:40px;
bottom: 0;
}
.navTriggerOK{
cursor: pointer;
width: 40px;
height: 25px;
margin: auto;
position: absolute;
left: 10px;
top:20px;
bottom: 0;
}
.navTrigger i{
background-color:black;
border-radius: 2px;
content: '';
display: block;
width: 100%;
height: 1px;
}
.navTrigger i:nth-child(1){
-webkit-animation: outT 0.8s backwards;
animation: outT 0.8s backwards;
-webkit-animation-direction: reverse;
animation-direction: reverse;
}
.navTrigger i:nth-child(2){
background-color:transparent;
margin: 5px 0;
-webkit-animation: outM 0.8s backwards;
animation: outM 0.8s backwards;
-webkit-animation-direction: reverse;
animation-direction: reverse;
height: 0px;
}
.navTrigger i:nth-child(3){
-webkit-animation: outBtm 0.8s backwards;
animation: outBtm 0.8s backwards;
-webkit-animation-direction: reverse;
animation-direction: reverse;
}
.navTrigger.active i:nth-child(1){
-webkit-animation: inT 0.8s forwards;
animation: inT 0.8s forwards;
}
.navTrigger.active i:nth-child(2){
-webkit-animation: inM 0.8s forwards;
animation: inM 0.8s forwards;
}
.navTrigger.active i:nth-child(3){
-webkit-animation: inBtm 0.8s forwards;
animation: inBtm 0.8s forwards;
}

@-webkit-keyframes inM{
50%{
-webkit-transform: rotate(0deg);
}
100%{
-webkit-transform: rotate(45deg);
}
}
@keyframes inM{
50%{
transform: rotate(0deg);
}
100%{
transform: rotate(45deg);
}
}
@-webkit-keyframes outM{
50%{
-webkit-transform: rotate(0deg);
}
100%{
-webkit-transform: rotate(45deg);
}
}
@keyframes outM{
50%{
    transform: rotate(0deg);
}
100%{
    transform: rotate(45deg);
}
}
@-webkit-keyframes inT{
0%{
    -webkit-transform: translateY(0px) rotate(0deg);
}
50%{
    -webkit-transform: translateY(9px) rotate(0deg);
}
100%{
    -webkit-transform: translateY(9px) rotate(135deg);
    margin-left:-3px;
    width:100%;
}
}
@keyframes inT{
0%{
    transform: translateY(0px) rotate(0deg);
}
50%{
    transform: translateY(9px) rotate(0deg);
}
100%{
    transform: translateY(9px) rotate(45deg);
    margin-left:-3px;
    width:100%;
}
}






@-webkit-keyframes outT{
0%{
    -webkit-transform: translateY(0px) rotate(0deg);
}
50%{
    -webkit-transform: translateY(9px) rotate(0deg);
}
100%{
    -webkit-transform: translateY(9px) rotate(135deg);
}
}
@keyframes outT{
0%{
    transform: translateY(0px) rotate(0deg);
}
50%{
    transform: translateY(9px) rotate(0deg);
}
100%{
    transform: translateY(9px) rotate(135deg);
}
}
@-webkit-keyframes inBtm{
0%{
    -webkit-transform: translateY(0px) rotate(0deg);
}
50%{
    -webkit-transform: translateY(-9px) rotate(0deg);
}
100%{
    -webkit-transform: translateY(-9px) rotate(135deg);
    margin-left:-3px;
    margin-top:17px;
    width:100%;
}
}
@keyframes inBtm{
0%{
    transform: translateY(0px) rotate(0deg);
}
50%{
    transform: translateY(-9px) rotate(0deg);
}
100%{
    transform: translateY(-9px) rotate(-45deg);
    margin-left:-3px;
    margin-top:17px;
    width:100%;
}
}







@-webkit-keyframes outBtm{
0%{
    -webkit-transform: translateY(0px) rotate(0deg);
}
50%{
    -webkit-transform: translateY(-9px) rotate(0deg);
}
100%{
    -webkit-transform: translateY(-9px) rotate(135deg);
}
}
@keyframes outBtm{
0%{
    transform: translateY(0px) rotate(0deg);
}
50%{
    transform: translateY(-9px) rotate(0deg);
}
100%{
    transform: translateY(-9px) rotate(135deg);
}
}



@media screen and (min-width: 768px) and (max-width: 1024px){
.container{
    margin: 0;
}
}
@media screen and (min-width: 768px) and (max-width: 1024px){
.container{
    margin: 0;
}
}
@media screen and (min-width: 8px) and (max-width: 700px){
.nav div.main_list ul li{
font-size:.8em;
}
}