@media only screen and (max-width:1024px){

/***********************
    Registra
************************/
.registra img {
    width: 28%;
}
/***********************
         PLANES
************************/
.plan-contenedor{
    width: 80%;
}
}
@media only screen and (max-width:768px) {
/***********************
CARACTERISTICAS 
************************/
.c-info{
width: 90%;
}
/***********************
    Registra
************************/
.registra img {
    width: 38%;
}

/***********************
    Ciudades
************************/
.cuidad .cuartos{
 width: 22%;
 margin-left: 2.5%
}
.cuartos p{
line-height: 15px;
font-size: 12px;
}

.informacion-adicional i{
font-size: 1.1rem;
width: 35px;
}
/***********************
    Planes
************************/
.plan-contenedor{
    width: 100%;
}

.politicas{
line-height: 30px;
}

.politicas::after{
    margin: 5px auto;
}
footer .socios{
    left:15px;
    top: 50%;
    width: 60%;
}
footer .social-media{
    top:60%;
    right: 15%;
}
}

@media only screen and (max-width:480px){
/***********************
    Headings
************************/
h1{
    font-size: 1.5rem;
}
h2{
    padding-top: 50px;
}
/***********************
        Header
************************/
nav{
 width: 90%;
}
.nav-principal a{
    margin-left: 5px;
    font-size: 0.8rem;
}
/***********************
    Caracteristicas
************************/

.caracteristicas{
    text-align: center;
}

.caracteristicas i{
    padding-top: 20px;
}
/***********************
    Destacados
************************/

.f-contenedor li{
    width: 50%;
}

/***********************
    Registros
************************/
.registra-contenedor p{
    padding: 5px 0px;
    font-size: 10px;
}

.registra-contenedor a{
    margin-top: 10px;
    margin-left: 20px;
    margin: 5px;
}
.registra img{
    width: 47%;
}
/***********************
    Ciudades
************************/
.cuidad .cuartos{
    width: 36%;
    margin-left: 2%;
}
.cuidad li img {
    width: 100%;
}
.informacion-adicional p{
    font-size: 0.6rem;
}
/***********************
         PLANES
************************/
.plan-cuerpo p{
    display: none;
}
.plan-cuerpo a{
    margin: 0px auto;
    margin-bottom: 10px;
    padding: 0px 0px;
}

.modulo-plan{
    width: 32%;
    margin: 0px;
}
.plan-titulo{
    margin-bottom: 0px;
}
.plan-contenedor{
    padding-top: 20px;
}
/***********************
         FOOTER
************************/
.politicas{
    width: 95%;
}
.politicas li{
    padding-left: 5px;
}
.politicas::after{
    display: none;
}
footer .socios{
    left: 5%;
}
footer .social-media{
    right: 5%;
}

}


