body{
    display: flex;
    flex-direction: column;
    
}


#c2{
    height: 42rem;
}
.d-block{
    height: 42rem;
    width: auto;

}
#carouselExampleIndicators{
    background-size: 100% 100%; 
    background-repeat: no-repeat;

}


.avisos{
    text-align: center;
    color: white;
    text-shadow: 0 0 30px black;
    justify-content: center;
}
.titulos{
    width: 20%;
    margin-left: auto;
    margin-right: auto;
    height: .1rem;
    background: #a6f514;
}
.varios{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-left: 10%;
    padding-right: 10%;
}
.aviso{
    background-color: #a6f514;
    width: 20rem;
    height: 25rem;
    margin-top: 5%;
}
.aviso p{
    font-size: 1.5rem;
    margin: 10%;
    font-weight:bold;
    margin-top: 6rem;
}
.aviso img{
    width: 100%;
    height: 100%;
}
.aviso h3{
    background-color: #2D2D2D;
    padding: 2%;
    margin-top: 10rem;
}
.actualizacion{
    text-align: center;
    color: #a6f514;
}


.venta{
    width: 100%;
    height: auto;
}
.venta img{
    width: 100%;
    height: 100%;
}


.trainer{
    background-color: #2D2D2D;
    width: 20rem;
    height: 25rem;
    margin-top: 5%;
}
.trainer h2{
    background-color: #a6f514;
    text-shadow: 0 0 30px black;
    padding: 2%;
}
.trainer p{
    font-weight: normal;
    font-size: 1.5rem;

}


.contacto{
    width: 100%;
    height: 70rem;
    background-color: #a6f514;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    color: white;
}
.contacto_1{
    width: 50%;
    height: 30rem;
}
.contacto #horario{
    background-size: cover;
}
.contacto_2{
    width: 50%;
    height: 40rem;
}
.titulos2{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    height: .1rem;
    background: white;
}
.contacto_1 p{
    font-size: 1.6rem;
}
.map{
    width: 100%;
    height: 100%;
}
.precios{
    display: flex;
    justify-content: space-around;
}
.membresia{
    text-align: center;
}
h6{
    background-color: black;
    width: 8rem;
    padding-top: 6%;
    padding-bottom: 6%;
}


footer{
    height: auto;
    width: 100%;
}
footer div{
    display: flex;
    justify-content:center;
}
footer p{
    margin-left: 5rem;
    margin-top: auto;
    margin-bottom: auto;
    color: white;
 }

 footer img{
    width: 10%;
    height: auto;
 }



 /*--------------------------------- Responsive Media Quaries -----------------------------*/

 @media only screen and (min-width: 1200px) {
	

 }
 
 /* Medium Device = 1200px */
 
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
    #c2{
        height: 25rem;
    }
    .d-block{
        height: 25rem;
        width: auto;
    
    }


    .aviso{
        width: 15rem;
        height: 20rem;
    }
    .aviso p{
        font-size: 1.2rem;
    }
    .aviso h3{
        margin-top: 8rem;
    }
    .aviso p{
        margin-top: 4rem;
    }


    .trainer{
        width: 15rem;
        height: 20rem;
    }
    .trainer p{
        font-size: 1.2rem;
    }


    h6{
        width: 7rem;
    }

 }
 
  /* Tablet Device = 768px */
 
 @media only screen and (min-width: 768px) and (max-width: 991px) {
    #c2{
        height: 25rem;
    }
    .d-block{
        height: 25rem;
        width: auto;
    
    }


    .aviso{
        width: 15rem;
        height: 20rem;
    }
    .aviso p{
        font-size: 1.2rem;
    }
    .aviso h3{
        margin-top: 8rem;
    }
    .aviso p{
        margin-top: 4rem;
    }


    .trainer{
        width: 15rem;
        height: 20rem;
    }
    .trainer p{
        font-size: 1.2rem;
    }


    .contacto{
        height: 140rem;
    }
    .contacto_1{
        width: 100%;
    }
    .contacto_2{
        width: 100%;
    }
 }
 
 /* Wide Mobile = 480px */
 
 @media only screen and (max-width: 767px) {
    #c2{
        height: 15rem;
    }
    .d-block{
        height: 15rem;
        width: auto;
    
    }


    .varios{
        padding-left: 5%;
        padding-right: 5%;
    }
  
    .aviso{
        width: 15rem;
        height: 15rem;
    }
    .aviso p{
        font-size: 1.2rem;
        margin-top: 3rem;
    }
    .aviso h3{
        margin-top: 6rem;
    }
    .aviso p{
        font-size: 1.2rem;
        margin-top: .5rem;
    }


    .trainer{
        width: 15rem;
        height: auto;
    }
    .trainer p{
        font-weight: normal;
        font-size: 1.2rem;
    }


    .contacto{
        height: 140rem;
    }
    .contacto_1{
        width: 100%;
    }
    .contacto_2{
        width: 100%;
    }


    h6{
        width:7rem;
    }


    footer p{
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    footer img{
        width: 20%;
        margin-left: auto;
        margin-right: auto;
    }
    .actualizacion{
        font-size: 0.8rem;

    }

 }

 @media only screen and (min-width: 310px) and (max-width: 460px) {
    #c2{
        height: 12rem;
    }
    .d-block{
        height: 12rem;
        width: auto;
    
    }

    .contacto{
        height: 120rem;
    }
    .contacto_2{
        width: 100%;
        height: 30rem;
    }

    .membresia h1{
        font-size: 1.4rem;
        width:4rem;
    }
    .membresia h5{
        font-size: 0.8rem;
        width:4rem;

    }
    .membresia h6{
        font-size: .65rem;
        width:4.5rem;
    }


    footer p{
        font-size: .8rem;

    }
    .actualizacion{
        font-size: 0.5rem;

    }
 }