 /* For Club Page*/
 
 @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
	font-family: "Poppins", sans-serif;
    background: linear-gradient(
        rgba(0,0,0,0.2),
        rgba(0,0,0,0.5)
    ), url("../img/ciudad.jpg") no-repeat center center fixed; 
    background-size: cover;
    overflow: hidden;
}
.logotipo{
    position: absolute;
    left: 10px;
    top: 10px;
    width: 160px;
}
.circle-container{
       width: 30em;
       height: 30em;
       margin: 15em auto;
}
.circle-item {
  list-style: none;
  }
.circle-item > li > img {
     display: block;
     position: absolute;
     top: 50%;
     left: 50%;
     width: 10em;
     height: 10em;
     margin-left: -25%;
     /*border-radius: 50%;
     box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
     border: solid 0px tomato;
     -webkit-transition: .15s;
     transition: .15s;*/
  }

.circle-item img:hover {
    /*box-shadow: 0 4px 8px 0 tomato;*/
}

.circle-item > li:last-child > img{width:15em;height:15em;}
    /*.circle-item + h2 {padding-bottom:45px;text-align:center;}*/

.circle-item > *:nth-of-type(1) {
          transform: rotate(0deg) translate(13em) rotate(0deg);
          
}
.circle-item > *:nth-of-type(2) {
          transform: rotate(51deg) translate(13em) rotate(-51deg);
          
}
.circle-item > *:nth-of-type(3) {
          transform: rotate(102deg) translate(13em) rotate(-102deg);
          
}
.circle-item > *:nth-of-type(4) {
          transform: rotate(153deg) translate(13em) rotate(-153deg);
          
}
.circle-item > *:nth-of-type(5) {
          transform: rotate(204deg) translate(13em) rotate(-204deg);
          
}
.circle-item > *:nth-of-type(6) {
          transform: rotate(255deg) translate(13em) rotate(-255deg);
          
}
.circle-item > *:nth-of-type(7) {
          transform: rotate(306deg) translate(13em) rotate(-306deg);
          
}
.circle-item > *:nth-of-type(8) {
          transform: rotate(228deg) translate(3.6em) rotate(-228deg);
          
}
.pointer{
    cursor: pointer;
}

.wrap{
    background: #000;
    position: absolute;
    opacity: .5;
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 100vw;
    display: none;
}

.wrapConsulta{
    background: #fff;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50%;
    width: 50%;
    margin-left: -25%;
    margin-top: -12.5%;
    display: none;
}
.wrapConsulta h2{
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 30px;
    color: #be3232;
    text-align: center;
    padding: 50px 0px 25px 0px;
    display: block;
    width: 100%;
}
.wrapConsulta div{
    text-align: center;
}
.wrapConsulta div span{
    font-family: 'Roboto';
    font-size: 16px;
    text-align: right;
    width: 50%;
}
.wrapConsulta button{
    border: none;
    background: #be3232;
    color: #ffffff;
    position: absolute;
    font-family: 'Roboto';
    font-size: 16px;
    height: 50px;
    border-radius: 5px;
    width: 250px;
    margin-left: -125px;
    left: 50%;
    bottom: 50px;
    cursor: pointer;
}

.wrapConsulta i{
    background: #be3232;
    color: #ffffff;
    position: absolute;
    font-family: 'Roboto';
    font-size: 30px;
    line-height: 45px;
    font-style: normal;
    height: 50px;
    border-radius: 5px;
    width: 50px;
    top: 10px;
    right: 10px;
    text-align: center;
    cursor: pointer;
}

    .container{
       margin:50px;
       width:250px;
       height:250px;
       border-radius:50%;
       background: rgb(124,12,75);
    }
    .item > img{
       display: block;
       position:absolute;
       top: 175px;
       left: 175px;
       width : 60px;
       height : 60px;
       border-radius:50%;
       margin: -30px;
     }
     
    .deg{
    transform : rotate(45deg) ;
    }
    
    .deg2{
        transform : rotate(45deg) translate(125px);
}
    .deg3{
        transform : rotate(45deg) translate(125px) rotate(-45deg);
}
    .deg4{
        transform : rotate(180deg) translate(125px) rotate(-180deg);
}
    .deg5{
        transform : rotate(270deg) translate(200px) rotate(-270deg);
}
    
/* Location Info */
.location-info{
	position: absolute;
	right:30px;
	bottom: 30px;
	width: 35%;
	height: 35%;
	display: flex;
	gap:2%;
	flex-wrap: wrap;
	padding: 10px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 0px 10px 0px #666;
}

.location-address{
	max-width: 100%;
	height: auto;
	flex: 39%;
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.location-map{
	width: 100%;
	height: auto;
	flex:59%
}

.location-map iframe{
	width: 100%;
	height: 100%;
}

.location-title{
	margin: 5px;
}	

.location-text{
	align-items: center;
	text-align: center;
	justify-content: center;
}	

.location-logo{
	background: url(../img/logo_gestion.png) no-repeat;
	top: 5px;
	left: 5px;
    height: 2rem;
    background-size: contain;
    background-position: center;
    position: absolute;
    width: 5rem;
	z-index:1000;
}