/*
 Theme Name:   Pilates Child
 Description:  Pilates Child Theme
 Author:       Pilates
 Author URI:   https://q-pilates.com
 Template:     pilates
 Version:      6.0.0
 Requires at least: 5.0
 Tested up to: 6.6
 Requires PHP: 7.4
 License: MIT License
 License URI: https://github.com/bootscore/bootscore-child/blob/main/LICENSE
 Text Domain:  bootscore
*/

/* 
All style editing is done via /assets/scss/_bootscore_custom.scss
*/


:root{
    --black: #010101;
    --pink: #b92655;
    --red: #cd132e;
    --orange: #ff6000;
    --gray: #eeefef;
}


@font-face {
    font-family: lem;
    font-weight: 500;
    src: url(assets/fonts/LEMONMILK-Regular.otf);
}



body{
    word-break: normal;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.bt{
    border-top: 1px solid #000
}
.bb{
    border-bottom: 1px solid #000
}
.bl{
    border-left: 1px solid #000
}
.br{
    border-right: 1px solid #000
}


.text-red{
    color: var(--red);
}
.text-orange{
    color: var(--orange);
}
.bg-red{
    background-color: var(--red);
}
.text-pink{
    color: var(--pink);
}
.bg-pink{
    background-color: var(--pink);
}
.bg-orange{
    background-color: var(--orange);
}
.bg-gray{
    background-color: var(--gray);
}

a{
    text-decoration: none
}

.lem{
    font-family: lem,sans-serif;
}

.mon {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.osw {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

#bootscore-navbar li a{
    font-family: lem,sans-serif;
    color: var(--black);
    font-size: 14px;
    padding-left: 1rem;
    padding-right: 1rem
}


#bootscore-navbar > li:last-child a{
    padding-right: 0
}

#bootscore-navbar li{
    position: relative
}

#bootscore-navbar li:nth-last-child(3):after {
    position: absolute;
    content: "";
    left: 0;
    top: 11px;
    width: 1px;
    height: 16px;
    background-color: var(--red)
}

#bootscore-navbar li:nth-last-child(5):after {
    position: absolute;
    content: "";
    left: 0;
    top: 11px;
    width: 1px;
    height: 16px;
    background-color: var(--red)
}



.home #masthead{
    border-bottom: 0
}

.logo-footer img,
.custom-logo{
    width: 180px;
    transition: all .15s linear;
}

.to-fixed .custom-logo{
    width: 130px
}

.to-fixed#masthead{
    box-shadow: 0 0 6px 2px rgba(0,0,0,.3)
}

.phone-header{
    font-size: 14px;
    margin-bottom: 1rem
}

.logo-kit{
    text-align: center
}

.logo-kit img{
    width: 500px;
    max-width: 100%;
}


.footer-address ul,
.social ul{
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none
}

.footer-address ul li,
.social ul li{
    position: relative;
}


.footer-address ul li:after,
.social ul > li:last-child:before,
.social ul li:after{
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 18px;
    background-color: var(--pink)
}

.social ul > li:last-child:before{
    left: auto;
    right: 0
}

.social ul li a{
    color: var(--black);
    text-decoration: none;
    line-height: 1;
    padding: 5px
}



.footer-address ul li{
    padding: 0 0.5rem;
    text-align: center
}
.footer-address ul li:after{
    background-color: #000;
    height: 16px
}

.footer-address ul > li:first-child:after{
    display: none
}

footer ul{
    margin-bottom: 0.5rem
}

#footer-menu{
    display: flex;
    justify-content: center;
}

#footer-menu li a{
    color: var(--black);
    text-align: center;
    font-size: 14px;
    padding-bottom: 0
}


#bootscore-navbar li a.active,
#bootscore-navbar li.current-menu-item a,
#footer-menu li a:hover,
.social ul li a:hover,
#bootscore-navbar li a:hover{
    color: var(--pink)
}

#bootscore-navbar ul li.current-menu-item a{
    color: #fff
}

.width-100.wp-block{
    left: 0 !important;
    margin-left: 0 !important;
    width: 100%;
}


.swiper-image img{
    width: 100%;
    height: 100%;
    object-fit: cover
}

.title{
    font-size: 1.5rem;
    line-height: 1.5
}

.title2{
    font-size: 1.75rem;
    line-height: 1.5
}

.title-big{
    font-size: 2.75rem
}

.title-color strong{
    font-weight: 500;
    color: var(--red)
}

.title-scale > *{
    font-size: 2.125rem
}

.link-more{
    color: var(--black)
}

.link-more:hover{
    color: var(--red)
}

.btn-custom{
    position: relative;
    font-family: lem, sans-serif;
    text-align: right;
    border-radius: 0;
    width: 400px;
    max-width: 100%;
}

.btn-custom-size{
    width: 400px;
    max-width: 100%;
}

.btn-custom:after{
    position: absolute;
    content: "";
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border-radius: 99px;
    background-color: var(--red)
}

.img-full, .img-full img {
    width: 100%;
    height: 100%!important;
    object-fit: cover;
}

.box-space{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%
}

.w-100 > img{
    width: 100%
}

.img-classes img{
    border: 1px solid #000;
    aspect-ratio: 935/1020;
    object-fit: cover;
    width: 100%;
    height: 100%
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
    font-family: lem, sans-serif;
    line-height: 1.2
}

.line2{
    line-height: 1.5
}


.line3{
    line-height: 2
}


.row-virtualgym > div:first-child:after{
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: calc(100% + 1rem);
    background-color: var(--orange)
}

.caption{
    position: absolute!important;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%
}

.caption-html{
    background-color: rgba(0,0,0,.3);
    color: #fff;
    display: flex;
    margin-left: auto;
    width: fit-content;
    padding: 7rem 4rem;
    flex-wrap: wrap;
    flex-direction: column;
}

.caption-html figure{
    text-align: center;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50% , -50%);
}

.caption-title{
    font-size: 2.5rem
}

.div-equipo .row{
    justify-content: center
}

.equipo-content img{
    aspect-ratio: 470/510;
    object-fit: cover;
    border: 1px solid #000;
    width: 100%;
    height: 100%
}


.equipo-name:hover,
.equipo-content img:hover{
    cursor: pointer;
    color: var(--red)
}

.equipo-content img:hover{
    opacity: 0.82
}

.equipo-content.active .equipo-name{
    color: var(--red)
}


.equipo-descripcion{
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-y: auto;
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    background-color: #fff;
    left: 1.5rem;
    top: 1.5rem;
    padding: 1rem 1rem;
    z-index: 1001;
    font-size: 14px;
    opacity: 0;
    pointer-events: none; /* evita que se pueda hacer clic mientras está oculta */
    transition: opacity 0.5s ease;
}

.equipo-content.active .equipo-descripcion{
    opacity: 1;
    pointer-events: auto;
}

.equipo-content.active img{
    opacity: 0.82
}

.equipo-descripcion br{
    line-height: 0.5
}

.equipo-close{
    position: absolute;
    right: 5px;
    top: 5px;
}

.equipo-close:hover{
    cursor: pointer
}

p strong{
    font-weight: 500
}

.box-nosotros:after{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    height: 100%;
    width: 28%;
    background-color: var(--gray);
    z-index: -1
}


.row-metodo .col-4{
    width: 38%
}

.row-metodo .col-8{
    width: 62%
}


.img-metodo{
    position: absolute!important;
    width: 56%;
    right: 62%;
    top: 0;
    height: 100%;
}

.img-metodo img{
    width: 100%;
    height: 100%!important;
    object-fit: cover;
}

.img-metodo1 , .img-metodo1 img{
    width: 100%;
}

.col-metodo {
    display: flex;
    flex-direction: column;
}

.metodo-cita{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}


.box-white{
    background-color: #fff;
    padding: 1.5rem 3rem;
}

.list-custom,
.box-white ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-custom li,
.box-white ul li{
    padding-left: 1.25rem;
    position: relative;
    margin-bottom: 1rem
}

.box-white ul li strong{
    font-weight: 500
}


.list-custom li:after,
.box-white ul li:after{
    position: absolute;
    content: "";
    left: 0;
    top: 4px;
    width: 14px;
    height: 14px;
    border-radius: 14px;
    background-color: var(--red)
}

.row-classes .col-md-5,
.row-classes .col-5{
    display: flex;
    justify-content: end;
}
.row-classes .col-md-5.box2,
.row-classes .col-5.box2{
    justify-content: start;
}



.row-classes .col-md-5 figure,
.row-classes .col-5 figure{
    flex: 0 0 auto;
    max-width: none;
    --container-real: calc(var(--container) - 3rem);
    width: calc(((100vw - var(--container)) / 2) + (var(--container) * 0.41666667) - 0rem);
}

.row-classes .col-md-5 figure img,
.row-classes .col-5 figure img{
    width: 100%;
    height: 100%;
    object-fit: cover
}

.classes-list{
    margin: 0;
    padding: 0;
    list-style: none
}

.classes-list li{
    margin-bottom: 0.5rem
}

.classes-list li strong{
    font-weight: 500;
}

.classes-list li:before{
    display: inline-block;
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background-color: var(--red);
    vertical-align: middle;
    margin-right: 1rem
}

.box-classes{
    height: 100%
}

.box-classes:after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: calc(((100vw - var(--container)) / 2) + (var(--container) * 58.3333333) - 0rem);
    background-color: var(--gray);
    z-index: -1
}

.box-classes.box2:after{
    left: auto;
    right: 0
}

.box-tarifa{
    padding: 1.5rem;
}

.box-tarifa-bg{
    background-color: var(--gray)
}


.title-bullet > *{
    display: table;
    margin: auto;
    padding-left: 1.5rem
}

.title-bullet > *:after{
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background-color: var(--red)
}

.date-post{
    font-size: 18px;
    margin-bottom: 0.5rem
}

.img-post a:hover img{
    opacity: .82
}

.post-line{
    height: 4px;
    background-color: var(--red);
    width: 45%
}

.post-title{
    color: var(--black)
}

.post-title:hover{
    color: var(--red)
}

.row-post > article{
    position: relative;
    padding-bottom: 2rem;
}




.row-post > article:nth-child(even):before {
    position: absolute;
    content: "";
    right: -1rem;
    height: 1px;
    width: 2rem;
    background-color: #fff;
    z-index: 1001;
    bottom: -1px
}

.row-post > article:nth-child(odd)::after {
    position: absolute;
    content: "";
    left: -1rem;
    height: 1px;
    width: 2rem;
    background-color: #fff;
    z-index: 1001;
    bottom: -1px
}

.row-post{
    --bs-gutter-y: 2rem;
    --bs-gutter-x: 1.75rem;
}


.pagination.pag-post {
    --bs-pagination-padding-x: 0.25rem;
    --bs-pagination-font-size: 0.9rem;
    --bs-pagination-color: var(--black);
    --bs-pagination-bg: transparent;
    --bs-pagination-border-width: 0;
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: var(--bs-tertiary-bg);
    --bs-pagination-hover-border-color: var(--bs-border-color);
    --bs-pagination-hover-color: var(--red);
    --bs-pagination-focus-color: var(--red);
    --bs-pagination-focus-bg: transparent;
    --bs-pagination-focus-box-shadow: none;
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #0d6efd;
    --bs-pagination-active-border-color: #0d6efd;
    --bs-pagination-disabled-color: var(--bs-secondary-color);
    --bs-pagination-disabled-bg: var(--bs-secondary-bg);
    --bs-pagination-disabled-border-color: var(--bs-border-color);
}

.pag-post a {
    font-family: lem, sans-serif;
    font-size: 17px
}

.nopost {
    cursor: default!important;
    pointer-events: none;
    color: var(--red);
}


[rel="next"]:after,
[rel="prev"]:before {
    display: none
}

.btn-rounded{
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/1;
    border-radius: 999px;

}

.back-news span{
    width: 24px;
    height: 24px;
    font-size: 24px
}

.share-post{
    gap: 1rem
}

.share-post a{
    color: var(--black)
}
.share-post a:hover{
    color: var(--red)
}

.header-post {
    position: relative;
    padding-right: 3rem;
    padding-bottom: 2rem;
}

.header-post:after{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: var(--gray);
    z-index: -1
}



input[type=checkbox], input[type=radio] {
    position: relative;
    border: 2px solid #000;
    border-radius: 2px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0 .4em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    opacity: .5;
    border-radius: 10px
}

input[type=radio]{
    border-radius: 0;
    border: 1px solid #000;
    height: 16px;
    width: 16px;
}

input[type=checkbox]:hover, input[type=radio] {
    opacity: 1;
}

input[type=checkbox]:checked, input[type=radio]:checked {
    background-color: #fff;
    opacity: 1;
}


input[type=checkbox]:checked:before, input[type=radio]:checked:before {
    content: '';
}

input[type=checkbox]:before, input[type=radio]:before  {
    position: absolute;
    right: 50%;
    top: 50%;
    width: 5px;
    height: 10px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}

.wpcf7-not-valid-tip{
    font-size: 12px
}


.wpcf7 label{
    display: block
}

.wpcf7 select,
.wpcf7 input[type="text"],
.wpcf7 input[type="email"]{
    width: 100%;
    border: 0;
    border-bottom: 1px solid var(--black);
    border-radius: 0;
    background-color: transparent
}

.wpcf7 textarea{
    width: 100%;
    border: 0;
    border-bottom: 1px solid var(--black);
    border-radius: 0;
    max-height: 30px;
    background-color: transparent
}

.wpcf7-list-item-label{
    font-size: 11px
}

.text-privacy{
    font-size: 10px;
    text-align: justify
}

.wpcf7-list-item{
    display: block;
    margin: 0;
    line-height: 1
}

.wpcf7-form p{
    margin-bottom: 1.25rem
}



.wpcf7-form .row{
    align-items: center;
}



.wpcf7 select{
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0
}




.wpcf7 select,
.wpcf7 textarea::placeholder,
.wpcf7 input::placeholder{
    color: var(--black)
}

.wpcf7 select,
.wpcf7 textarea::placeholder,
.wpcf7 input::placeholder{
    color: var(--black);
    font-size: 14px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase
}

.wpcf7 select,
.wpcf7 textarea,
.wpcf7 input:not(.wpcf7-submit){
    box-shadow: none !important;
    outline: none !important;
}

.line-textarea {
    height: 30px;
    margin-top: 30px;
    border-top: 1px solid #000;
}

.wpcf7-spinner{
    position: absolute;
    right: 5px;
    top: 7px
}

.cont-btn{
    text-align: right;
    padding: 0
}

.cont-btn p{
    position: relative;
    margin-bottom: 0
}

.wpcf7-submit {
    background-color: transparent;
    border: 0;
    line-height: 1;
    text-align: right;
    width: 100%;
    height: 100%;
    padding: 0.5rem 1.5rem
}

.wpcf7-submit:hover{
    color: #fff!important
}

.text-privacy p{
    font-size: 9px
}



.img-contact,
.img-contact img{
    width: 100%;
    height: 100%!important;
    object-fit: cover
}


.map iframe{
    width: 100%
}

.row-estudi-img img{
    width: 100%;
    height: 100%!important;
    border: 1px solid #000;
    aspect-ratio: 275/185;
    object-fit: cover
}

.row-estudi .col-4{
    width: 40%;
}
.row-estudi .col-2{
    width: 10%;
}


.box-estudi {
    display: flex;
    flex-direction: column;
    height: 100%
}

.box-estudi .last{
    flex: 1
}

.box-estudi > div{
    padding-right: 6rem
}

.row-estudi{
    --bs-gutter-x: 2rem
}

.box-estudi > div.bg-gray:after{
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    --width: calc((100vw - var(--container)) / 2);
    width: var(--width);
    left: calc(var(--width) * (-1));
    background-color: var(--gray);
}


.gx-45{
    --bs-gutter-x: 2rem
}

.box-bullet{
    padding: 1.5rem;
    border: 1px solid #000
}

.box-bullet:after{
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background-color: var(--red);
    top: -7px;
    left: -7px;
    border-radius: 18px
}


sub, sup {
    font-size: 0.6em;
    bottom: 0;
    top: 0
}


.line-red{
    width: 45%;
    height: 4px;
    background-color: var(--red)
}


.kenzap .kp-timetable-2 .kp-header ul li{
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    color: var(--black);
    line-height: 1;
    height: auto;
    padding: 10px;
    background-color: transparent;
    border: 0!important;
    position: relative;
    z-index: 1001
}


.kenzap .kp-timetable-2 .kp-content ul li:first-child:after,
.kenzap .kp-timetable-2 .kp-header ul li:after{
    position: absolute;
    content: "";
    width: calc(100% - 20px);
    height: 100%;
    background-color: #fff;
    z-index: -1;
    left: 10px;
    top: 0
}

.kenzap .kp-timetable-2 .kp-header ul li:first-child:after{
    display: none
}


.kp-clock-image{
    background-color: transparent!important
}

@media (min-width: 992px){
.kenzap .kp-timetable-2 p {
    display: none
}
}

.kenzap .kp-timetable-2 .kp-content ul li span .kp-name{
    margin: 0
}

.kenzap .kp-timetable-2 .kp-content ul li{
    height: auto;
    line-height: 1!important;
    background-color: transparent;
    border: 0!important;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    color: var(--black);
    position: relative;
    z-index: 1001
}

.kenzap .kp-timetable-2 .kp-content ul li span{
    padding: 10px
}

.kenzap .kp-timetable-2{
    background-color: var(--gray);
    padding: 1.5rem!important
}


.bg-horario{
    padding: 2rem;
    background-color: #2b2e34
}

.box-horario{
    width: 1000px;
    max-width: 100%;
    margin: auto
}

.close-collapse{
    border: 0;
    background-color: transparent;
}


.close-collapse:not(.wp-block) strong{
    display: none
}


.top-button{
    background-color: var(--red);
    border-color: var(--red)
}

.top-button:hover, .top-button:active, .top-button:focus{
    background-color: var(--pink);
    border-color: var(--pink)
}


.top-button {
    right: 1rem;
    bottom: 1rem;
}

.btn-whatsapp {
    position: fixed;
    bottom: 4.5rem;
    padding: 4px;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: #fff;
    border: 1px solid #000;
}

.btn-whatsapp i{
    font-size: 32px
}

.btn-whatsapp:hover, .btn-whatsapp:active, .btn-whatsapp:focus{
    background-color: var(--bs-success);
    border-color: var(--bs-success);
}


.dropdown-menu {
    --bs-dropdown-link-color: var(--bs-body-color);
    --bs-dropdown-link-hover-color: #fff;
    --bs-dropdown-link-hover-bg: var(--re);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: var(--red);

}


.dropdown-menu  li a:focus,
.dropdown-menu  li a:active{
    color: #010101!important
}

@media (min-width: 1px) {
    :root{
        --container: calc(100vw - 3rem)
    }
}


@media (min-width: 576px) {
    :root{
        --container: 540px
    }
}

@media (min-width: 768px) {
    :root{
        --container: 720px
    }
}

@media (min-width: 992px) {
    :root{
        --container: 960px
    }
}

@media (min-width: 1200px) {
    :root{
        --container: 1140px
    }
}

@media (min-width: 1400px) {
    :root{
        --container: 1320px
    }

    body{
        font-size: 17px
    }
}


@media(max-width: 1399px){
    .footer-horario,
    .footer-address{
        font-size: 15px
    }

    .title{
        font-size: 1.35rem
    }
    .title-scale > * {
        font-size: 2rem;
    }

}


@media (max-width: 1119px){
    .caption-html {
        padding: 6rem 4rem;
    }
}


@media (max-width: 991px){


    .img-metodo1{
        width: 100%;
        height: 100%
    }
    
    .img-metodo1 img{
        width: 100%;
        height: 100%!important;
        object-fit: cover;
    }

    .order-lg-last1{
        order: 6
    }

    .row-metodo .col-4{
        display: flex;
        gap: 1.5rem
    }

    .row-lg > div{
        flex: 0 0 auto;
        width: 100%!important
    }


    .row-lg-6 > div{
        flex: 0 0 auto;
        width: 50%
    }

    .row-lg-6 > div.order-lg-last1{
        width: 100%
    }

    .w-lg-100{
        width: 100%!important
    }

    .row-lg > div{
        flex: 0 0 auto;
        width: 100%
    }

    .open-collapse img{
        width: 35px
    }

    .caption-html {
        padding: 4rem 3rem;
    }


    .equipo-class .row{
        justify-content: center
    }

    .share-post{
        justify-content: center!important
    }

    .footer-address ul{
        flex-direction: column
    }

    .footer-address ul li{
        text-align: center
    }

    .footer-address ul li:after{
        display: none
    }

    .offcanvas-body{
        display: flex
    }

    .offcanvas-body > *{
        margin-left: 0!important
    }

    #bootscore-navbar {
        order: -1;
        margin-bottom: 3rem
    }

    .offcanvas-header{
        background-color: var(--red);
        color: #fff
    }

    .offcanvas-header .btn-close{
        opacity: 1;
        filter: invert(1)
    }
    
    .title-big{
        font-size: 2.5rem
    }
    
    #bootscore-navbar li:nth-last-child(2):after{
        display: none
    }
    
    .phone-header {
        padding-left: 1rem
    }

}


@media (max-width: 767px){
    
    
    .row-estudi .col-2{
        display: none
    }
    .row-estudi .col-4{
        width: 50%
    }
    
    .row-md > div{
        flex: 0 0 auto;
        width: 100%
    }

    .row-md-6{
        justify-content: center
    }

    .row-md-6 > div{
        flex: 0 0 auto;
        width: 50%
    }

    .order-md{
        order: -1
    }

    .img-horario img{
        height: 350px!important;
        object-fit: cover;
    }

    .row-estudi-img{
        justify-content: center
    }

    .header-post >div{
        flex-wrap: wrap
    }

}


@media (max-width: 575px){
    .row-sm > div{
        flex: 0 0 auto;
        width: 100%
    }
    

    .order-sm{
        order: -1
    }
    
    
    .row-estudi{
        --bs-gutter-y: 1.5rem
    }
    
    .row-estudi > div{
        width: 100%!important;
    }
    
    .row-estudi .col-6{
        order: -1
    }

}