@media (max-width: 768px) {
	.center-card .visitavirtual{
		 height: 30px !important;
		 width: 30px !important;
	}
    /* CABECERA HEADER */
    .wrapper {
        padding: 2rem !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    body {
        padding: 0!important;
    }
    .caja-header1 {
        padding: 22px 30px;
    }
    .caja-header1 img{
        height: 20px;
    }
    .caja-header3 {
        padding: 15px 30px;
    }
    .caja-header3 a{
        align-items: center;
        align-content: center;
    }
    .caja-header3 img{
        width: 25px;
    }

    /* CUERPO */

    h1 {
        font-size: 2rem !important;
        margin-bottom: 0.5rem !important;
        font-weight: normal !important;
    }
    select, input {
        height: 40px !important;
    }
    .search-section{
        margin-bottom: 0 !important;
    }
    .checkbox-toggle {
        margin-top: 0.5rem !important;
    }
    .checkbox-toggle input[type="checkbox"]{
        height: 18px !important;
    }
    .subtitulo {
        font-size: 1rem !important;
        margin-bottom: 0.5rem !important;
        font-weight: normal !important;
    }
    .centers {
        margin-top: 10px !important;
    }
    

    /* PASO 1 */
    .center-card {
        flex-direction: row !important;
    }
    .center-card img {
        height: 170px !important;
        width: 150px !important;
        object-fit: cover;
        object-position: 0 !important;
    }
    .center-info h3 {
        margin-bottom: 0 !important;
    }
    .center-info p {
        margin: 0 !important;
        margin-top: -7px !important;
        font-size: 0.75rem !important;
        line-height: 0.85rem !important;
    }
    .center-info button {
        padding: 0.5rem 0.5rem 0.3rem 0.5rem !important;
        font-size: 0.7rem !important;
    }
    .map {
        min-height: 260px !important;
    }
    .map iframe{
        height: 260px !important;
    }

    /* PASO 2 */
    .filters-tools-wrapper {
        flex-direction: column-reverse !important;
    }
    .tools button,
    .tools a {
        width: 100% !important;
        font-size: 0.75rem !important;
        padding: 10px !important;
    }
    .filters {
        align-items: center !important;
    }
    .filters button {
        flex: 1;
        padding: 0.5rem 0.9rem !important;
        font-size: 0.75rem !important;
        line-height: 0.75rem !important;
        flex-grow: 0 !important;
        flex-shrink: 1 !important;
        flex-basis: auto !important;
    }
    .storage-list{
        display: grid !important;
        grid-template-columns: 48% 48% !important;
        gap: 0.5% 4% !important;
    }
    .filters, .tools {
        width: 100% !important;
        margin: 8px 0 0 0 !important;
    }
    .filters .range-text {
        max-width: fit-content !important;
        width: 40% !important;
    }
    .filters button.bg-black{
        background-color: #272727 !important;
    }

    .preview {
        margin-right: 0 !important;
    }

    .carousel-slide{
        display: flex;
        gap: 10px !important;
    }

    .carousel-bullets{
        display: flex;
        justify-content: center;
        gap: 5px;
        margin-top: 15px;
    }
    .carousel-bullets span{
        padding: 3px;
        border: 1px solid #272727;
        /* background: black; */
        width: 7px;
        display: block;
        border-radius: 100px;
        height: 7px;
    }
    .carousel-bullets span.active{
        padding: 3px;
        border: 1px solid #272727;
        background: #272727;
        width: 7px;
        display: block;
        border-radius: 100px;
        height: 7px;
    }
    .carousel-arrows{
        position: absolute;
        margin-top: -180px;
        width: 100%;
    }
    .carousel-arrows button:first-child{
        position: absolute;
        left: -19px;
        font-size: 19px;
        font-weight: 600;
    }
    .carousel-arrows button:last-child{
        position: absolute;
        right: -19px;
        font-size: 19px;
        font-weight: 600;
    }

    /* PASO 3 */
    .paso3.content {
        display: grid;
        grid-template-columns: 100% !important;
        gap: 1rem;
    }
    .paso3 .summary-box {
        padding: 1.5rem !important;
    }
    .paso3 h3 {
        font-size: 1.5rem !important;
        margin: 0 !important;
    }
    .paso3 .summary-box p,
    .paso3 .summary-box a,
    .paso3 .summary-box span{
        font-size: 13px !important;
    }
    .paso3 .grid {
        display: flex !important;
        flex-direction: column !important;
    }
    .paso3 .grid.gap-y-0{
        row-gap: 1rem !important;
    }
    .paso3 .form-wrapper select,
    .paso3 .form-wrapper input{
        font-size: 0.9rem !important;
    }
    .paso3 .form-wrapper{
        padding: 1.5rem !important;
    }
    .paso3 .checkbox-group {
        margin: 0 !important;
    }
    .paso3 .checkbox-group input[type="checkbox"]{
        width: 24px !important;
        height: 24px !important;
        margin: 0 !important;
    }
    .storage-card img {
        height: 200px !important;
    }
    .storage-info {
        padding: 0.75rem !important;
    }
    .features {
        gap: 0.20rem !important;
        font-size: 0.7rem  !important;
        margin: 0 !important;
    }
    .features svg{
        width: 15px !important;
        margin-top: -7px !important;
        margin-right: 5px !important;
    }


    /* FOOTER */
    footer.footer-pongo {
        margin-left: 0 !important;
        width: 100% !important;
        position: relative !important;
    }



}