﻿.cuerpoHumano {
    padding: 10px 15px;
    font: 14px/1.5em arial, helvetica, sans-serif;
    background-color: #fff!important;
}

.intrucciones {
    font-size: 13px;
    font-style: italic;
    color: #3083b9;
    text-transform: lowercase;
}

#organswrapper {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 0;
    background-color: transparent;
    min-width: 220px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

#organswrapper svg {
    max-height: 100%;
    width: 100%;
    margin: 0;
}

.go_bck,
.go_frt {
    fill: #72B8FC;
    opacity: 0.7;
    -webkit-transition: fill 0.1s ease;
    -moz-transition: fill 0.1s ease;
    -o-transition: fill 0.1s ease;
    transition: fill 0.1s ease;
    cursor: pointer;
}

.go_bck:hover,
.go_frt:hover {
    opacity: 1;
}


/* -------------------------------
		HOVER POPUP
------------------------------- */

#organs-tip {
    font: 16px Arial, Helvetica, sans-serif;
    font-weight: 100;
    display: none;
    max-width: 350px;
    padding: 15px;
    border: 0px solid #404040;
    color: #404040;
    z-index: 1000;
    float: left;
    position: absolute;
    background: rgba(265, 265, 265, 1);
    word-break: keep-all;
    -webkit-box-shadow: 0px 5px 40px 4px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 0px 5px 40px 4px rgba(0, 0, 0, 0.27);
    box-shadow: 0px 5px 40px 4px rgba(0, 0, 0, 0.27);
}

#organs-tip h3 {
    margin: 0px;
    margin-bottom: 10px;
    font: 16px Arial, Helvetica, sans-serif;
    font-weight: 100;
}

#organs-tip h3:last-child {
    margin-bottom: 0px;
}

#organs-tip p {
    margin: 0!important;
    color: #404040!important;
}

#organs-tip img {
    float: left;
    padding: 3px;
}

.icoVideo {
    display: inline-block;
    height: 21px;
    line-height: 22px!important;
    padding-left: 40px;
    background: url(icoVideo.png) left center no-repeat;
}

.video {
    position: relative;
}

#player-container {
    width: 640px;
    height: 360px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#player {
    width: 640px;
    height: 360px;
    -webkit-box-shadow: 0px 5px 40px 4px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 0px 5px 40px 4px rgba(0, 0, 0, 0.27);
    box-shadow: 0px 5px 40px 4px rgba(0, 0, 0, 0.27);
}

#player-button-close {
    position: absolute;
    top: -30px;
    right: 0px;
    width: 30px;
    height: 30px;
    background: rgba(23, 23, 23, 0.9) url(icoClose.png) center no-repeat;
}

#player-playlist {
    padding: 10px 15px;
    background-color: #fff;
    background-color: rgba(23, 23, 23, 1);
    -webkit-box-shadow: 0px -8px 40px 4px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 0px -8px 40px 4px rgba(0, 0, 0, 0.27);
    box-shadow: 0px -8px 40px 4px rgba(0, 0, 0, 0.27);
}

#player-playlist a {
    display: block;
    padding-left: 40px;
    height: 30px;
    line-height: 32px!important;
    padding-left: 40px;
    color: #fff;
    text-decoration: none;
    background: url(icoVideo.png) left center no-repeat;
}

.info h2 {
    color: #0062A3;
    font-size: 30px!important;
    font-weight: normal;
}

.info h3 {
    font-weight: 600;
    font-size: 15px;
    color: #005c9b;
    margin-top: 25px;
    text-transform: uppercase;
}

.info>.info-subtitle {
    text-transform: initial !important;
    color: #8DCDED !important;
}

.info>.body-workout-title {
    text-transform: initial !important;
    color: #525254 !important;
    font-size: 20px !important;
}

.blue {
    color: #005c9b;
}

ul.col2 {
    float: left;
    width: 50%;
}

.cuerpoHumano ul {
    margin-top: 0px;
    padding: 0;
}

.cuerpoHumano ul li {
    list-style-type: none;
    padding-bottom: 10px;
}

.cuerpoHumano ul li a {
    text-decoration: none;
    color: #3083b9;
}

@media screen and (max-width: 320px) {
    #organswrapper svg {
        height: 260px;
    }
    #organs-tip {
        max-width: 40%;
    }
    #organs-tip img {
        max-width: 95%;
    }
}

@media screen and (max-width: 400px) and (min-width: 321px) {
    #organswrapper svg {
        height: 300px;
    }
}

@media screen and (max-width: 480px) and (min-width: 401px) {
    #organswrapper svg {
        height: 360px;
    }
}

@media screen and (max-width: 568px) and (min-width: 481px) {
    #organswrapper svg {
        height: 440px;
    }
}

@media screen and (max-width: 685px) and (min-width: 569px) {
    #organswrapper svg {
        height: 530px;
    }
}

@media screen and (max-width: 767px) and (min-width: 686px) {
    #organswrapper svg {
        height: 640px;
    }
}

@media screen and (min-width: 768px) {
    #organswrapper svg {
        height: 720px;
    }
}

.clearfix {
    overflow: auto;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}