*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body{
	background: #fff;
	font-family: Arial, Tahoma, Sans-serif, Verdana, Helvetica;
	font-size: 62.5%;
	/*color: #000;
	line-height: 1.5em;
	display: flex;
	flex-wrap: wrap;*/
}

.menu_bar{
    display: none;
}

header{
    background-color: #fff;
    width: 100%;
    height: 250px;
    position: fixed;
    z-index: 9000;
}

header nav{
	max-width: 100%;
    position: fixed;
    z-index: 9000;
    top: 200px;
}

header nav ul{
    list-style: none;
}

header nav ul li{
	max-width: 90%;
    display: inline-block;
    position: relative;
    padding: 15px;
    left: 10%;
}

header nav ul li a{
    color: #8E44AD;
    font-family: Arial, Tahoma, Sans-serif, Verdana, Helvetica;
    font-size: 16px;
    font-weight: bolder;
    display: block;
    text-decoration: none;
    margin-left: 25px;
    padding: 4px;
}

header nav ul li a:hover{
    background: #8E44AD;
    color: #fff;
    font-weight: bolder;
}

.logo{
	text-align: center;
}

.logo img{
	max-width: 100%;
}

.rrss{
	position: relative;
	float: right;
	top: -87%;
	right: 2%;
}

.rrss .face, .insta, .ytube{
	max-width: 40px;
}

h1{
	width: 100%;
	text-align: center;
	font-family: Arial, Tahoma, Sans-serif, Verdana, Helvetica;
	font-size: 24px;
	font-weight: bolder;
	color: #000;
}

.presentacion{
	max-width: 100%;
	position: relative;
	top: 330px;
}

.presentacion table{
	max-width: 90%;
	position: relative;
	left: 7%;
}

.presentacion table td{
    max-width: 100%;
    vertical-align: top;
}

.presentacion table .texto{
    width: 100%;
    padding: 20px;
}

.presentacion table .texto p{
    font-family: Arial, Tahoma, Sans-serif, Verdana, Helvetica;
    font-size: 17px;
    line-height: 1.5em;
    margin-top: 20px;
}

.presentacion table .texto .lista{
	margin-left: 35px;
}

.presentacion table .texto .lista li{
	font-family: Arial, Tahoma, Sans-serif, Verdana, Helvetica;
    font-size: 17px;
    line-height: 1.5em;
}

.presentacion table .foto{
    width: 100%;
    padding: 20px;
    display: block;
    position: relative;
	top: 50px;
	text-align: center;
}

.presentacion table .foto img{
	max-width: 100%;
}

.audio{
	display: block;
	margin: auto;
}

.espacio1{
	width: 100%;
	height: 400px;
}

h2{
	width: 100%;
	font-family: Arial, Tahoma, Sans-serif, Verdana, Helvetica;
	font-size: 22px;
	text-align: center;
}

/* menu de Terapias */
.ch-grid{
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.ch-grid:after, .ch-item:before{
	content: '';
	display: table;
}

.ch-grid:after{
	clear: both;
}

.ch-grid li{
	width: 220px;
	height: 220px;
	display: inline-block;
	margin: 40px;
}

.titulo{
	font-family: Arial, Tahoma, Sans-serif, Verdana, Helvetica;
	font-size: 18px;
	font-weight: bolder;
}

.ch-item{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	cursor: default;
	box-shadow: 0px 0px 0px 5px #c7a2d6;
	/*box-shadow: 0 1px 3px rgba(0,0,0,0.2);*/
}

.ch-trumb{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	box-shadow: inset 0 0 0 15px rgba(255,255,255, 0.5);
	transform-origin: 95% 40%;
	transition: all 0.3s ease-in-out;
}

.ch-trumb:after{
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	border-radius: 50%;
	top: 40%;
	left: 95%;
	margin: -4px 0 0 -4px;
	background: radial-gradient(ellipse at center, rgba(14,14,14,1) 0%,rgba(125,126,125,1) 100%);
	box-shadow: 0 0 1px rgba(255,255,255.0.9);
}

.ch-img-1{
	/*background-image: url(../images/7.jpg);*/
	z-index: 12;
}

.ch-img-2{
	/*background-image: url(../images/8.jpg);*/
	z-index: 11;
}

.ch-img-3{
	/*background-image: url(../images/9.jpg);*/
	z-index: 10;
}

.ch-info{
	position: absolute;
	width: inherit;
	height: inherit;
	border-radius: 50%;
	overflow: hidden;
	background: #8E44AD;
	box-shadow: inset 0 0 0 5px rgba(0,0,0,0.05);
}

.ch-info h3{
	color: #fff;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 2px;
	font-size: 18px;
	margin: 0 60px;
	padding: 22px 0 0 0;
	height: 85px;
	font-family: Arial, Tahoma, Sans-serif, Verdana, Helvetica;
	text-shadow: 
		0 0 1px #fff,
		0 1px 2px rgba(0,0,0,0.3);
}

.ch-info p{
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.5);
}

.ch-info p a{
	display: block;
	color: #333;
	width: 80px;
	height: 80px;
	background: rgba(255,255,255,0.3);
	border-radius: 50%;
	color: #fff;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 33px;
	margin: 7px auto 0;
	font-family: Arial, Tahoma, Sans-serif, Verdana, Helvetica;
	opacity: 0;
	transition:
		transform 0.3s ease-in-out 0.2s,
		opacity 0.3s ease-in-out 0.2s,
		background 0.2s linear 0s;
	transform: translateX(60px) rotate(90deg);
}

.ch-info p a:hover{
	background: rgba(255,255,255,0.5);
}

.ch-item:hover .ch-trumb{
	box-shadow: inset 0 0 0 15px rgba(255,255,255, 0.5), 0 1px 3px rbga(0,0,0,0.2);
	transform: rotate(-110deg);
}

.ch-item:hover .ch-info p a{
	opacity: 1;
	transform: translateX(0px) rotate(0deg);
}

.subir{
    display: none;
    padding: 20px;
    font-size: 30px;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10000;
    color: #5d2c71;
}

.sitemap{
	max-width: 100%;
	background: #8E44AD;
	margin-top: 50px;
}

.sitemap h2{
    font-family: Arial, Tahoma, Sans-serif, Verdana, Helvetica;
    font-size: 15px;
    line-height: 1.5em;
    color: #fff;
    padding: 20px;
}

.enlaces1, .enlaces2, .enlaces3, .enlaces4, .enlaces5{
	display: inline-block;
	margin: 30px;
	vertical-align: top;
}

.enlaces1 a, .enlaces2 a, .enlaces3 a, .enlaces4 a, .enlaces5 a{
	font-family: Arial, Tahoma, Sans-serif, Verdana, Helvetica;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	line-height: 1.3pc;
	padding: 4px;
}

.footer{
	max-width: 100%;
	height: 50px;
	text-align: center;
}

.footer a{
	font-family: Arial, Tahoma, Sans-serif, Verdana, Helvetica;
	font-size: 14px;
	font-weight: bolder;
	color: #8E44AD;
	text-decoration: none;
	padding: 5px;
	position: relative;
	top: 15px;
}











@media only screen and (max-width: 825px){
	body{
        padding-top: 80px;
    }

    header{
        position: relative;
        height: auto;
    }

    header nav{
        position: fixed;
        top: 80px;
        margin: 0;
        width: 80%;
        height: auto;  
        left: -100%; 
        overflow: hidden;
        background-color: #5d2c71;
    } 

    header nav ul li{
        display: block;
        max-width: 100%;
        border-bottom: 1px solid rgba(255,255,255,.5);
        left: 0%;
    }  

    header nav ul li a{
        display: block;
        color: #fff;
        margin-left: -5px;
        padding: 11px;
    }

    header nav ul li a:hover{
        background-color: ##8E44AD;
    }

    .menu_bar{
        position: fixed;
        display: block;
        width: 100%;
        top: 0px;
        left: 0;
        background: #8E44AD;
        z-index: 1000;
    }

    .menu_bar .bt-menu{
        display: block;
        padding: 20px;
        background: #8E44AD;
        color: #fff;
        overflow: hidden;
        text-decoration: none;
        font-weight: bold;
        font-size: 25px;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
    }

    .menu_bar span{
        float: right;
        font-size: 40px;
    }

    .presentacion{
    	top: 40px;
    }

    .presentacion td{
    	display: block;
    	width: 100%;
    }

    .presentacion .texto{
    	margin-top: 50px;
    }

    .presentacion table .texto p{
    	max-width: 90%;
    }

    .presentacion .foto .audio{
    	max-width: 100%;
    }

    .espacio1{
    	height: 100px;
    }
}










@media only screen and (max-width: 630px){
    .enlaces1, .enlaces2, .enlaces3, .enlaces4, .enlaces5{
    	margin: 20px;
    }
}









@media only screen and (max-width: 420px){
	h1{
        font-size: 18px;
    }

    .presentacion table .texto p{
    	font-size: 15px;
    }

    .enlaces1, .enlaces2, .enlaces3, .enlaces4, .enlaces5{
    	margin-top: -18px;
    }
}









@media only screen and (max-width: 270px){
	.presentacion table{
	 	left: 0;
	}

	.sitemap{
		display: none;
	}
}









@media only screen and (max-width: 180px){
    .icon-menu3{
        display: none;
    }
}