/*
 Theme Name:   Nacar Child
 Description:  Nacar Child Theme
 Author:       Nacar
 Author URI:   https://clinicanacar.es
 Template:     nacar
 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{
    --dark: #202020;
    --grey01: #595959;
    --grey02: #93A0B2;
    --grey03: #DEE6EA;
    --grey04: #EFF2F5;
    --grey05: #F8F9FB;
    --orange: #BE8E67;
    --yellow: #F8C45D;
}

body{
    color: var(--grey01);
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    word-break: normal
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: var(--dark);
}

:where(.editor-styles-wrapper) .width-100 {
    left: 0!important;
}

a{
    text-decoration: none
}

a:hover img{
    opacity: .82
}

.bg-grey01{
    background-color: var(--grey01);
}
.bg-grey02{
    background-color: var(--grey02);
}
.bg-grey03{
    background-color: var(--grey03);
}
.bg-grey04{
    background-color: var(--grey04);
}
.bg-grey05{
    background-color: var(--grey05);
}
.bg-orange{
    background-color: var(--orange);
}
.bg-dark{
    background-color: var(--dark);
}
.bg-yellow{
    background-color: var(--yellow);
}


.color-dark{
    color: var(--dark);
}
.color-grey01{
    color: var(--grey01);
}
.color-grey02{
    color: var(--grey02);
}
.color-grey03{
    color: var(--grey03);
}
.color-grey04{
    color: var(--grey04);
}
.color-grey05{
    color: var(--grey05);
}
.color-orange{
    color: var(--orange);
}
.color-yellow{
    color: var(--yellow);
}

.fs-16{
    font-size: 16px
}
.fs-18{
    font-size: 18px
}
.fs-20{
    font-size: 20px
}
.fs-22{
    font-size: 22px
}
.fs-24{
    font-size: 24px
}
.fs-26{
    font-size: 26px
}
.fs-30{
    font-size: 30px
}
.fs-36{
    font-size: 36px
}
.fs-38{
    font-size: 38px
}
.fs-40{
    font-size: 40px
}
.fs-50{
    font-size: 50px
}

.ship {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
}



.inter-regular {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}


.inter-bold {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}




#banner:not(.wp-block):before,
#banner:not(.wp-block):after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 45%;
    background: linear-gradient(0deg, rgba(248, 249, 251, 0.2), rgba(248, 249, 251, 0.2));


}


#banner:not(.wp-block):after{
    left: 55%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, #F8F9FB 13.46%, rgba(255, 255, 255, 0) 100%);

}


#banner:not(.wp-block).banner-small:after{
    width: 20%;
    left: 60%
}



#content .btn{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    padding: 0.563rem 1.5rem
}

.navbar-expand-lg .navbar-nav{
    --bs-navbar-nav-link-padding-x: 1rem
}

.navbar-expand-lg .navbar-nav .nav-link:hover{
    color: var(--dark)
}

.navbar-expand-lg .navbar-nav li.active .nav-link{
    color: var(--dark);
    font-weight: 600;
}
#bootscore-navbar li a.active{
    color: var(--dark);
    font-weight: 600
}

#bootscore-navbar li.btn a{
    padding-top: 0;
    padding-bottom: 0;
    color: #fff
}

#bootscore-navbar li a{
    color: var(--grey01)
}

#bootscore-navbar li a:hover{
    opacity: .82
}

#bootscore-navbar li.current-menu-item a{
    color: var(--orange)
}


#bootscore-navbar > li.wpml-ls-item > a span{
    width: 24px;
    overflow: hidden
}

#bootscore-navbar > li.wpml-ls-item{
    margin-left: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x)
}


#bootscore-navbar > li.wpml-ls-item:after{
    position:absolute;
    content: "";
    left:0;
    top:50%;
    transform: translateY(-50%);
    width: 1px;
    height: 16px;
    background-color: var(--grey01)
}


#bootscore-navbar li .dropdown-toggle::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 20px;
    margin-left: 5px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'><path fill='%23595959' d='M297.4 470.6C309.9 483.1 330.2 483.1 342.7 470.6L534.7 278.6C547.2 266.1 547.2 245.8 534.7 233.3C522.2 220.8 501.9 220.8 489.4 233.3L320 402.7L150.6 233.4C138.1 220.9 117.8 220.9 105.3 233.4C92.8 245.9 92.8 266.2 105.3 278.7L297.3 470.7z'/></svg>");
    background-size: contain;
    background-repeat: no-repeat;
    border: none !important;
}

#bootscore-navbar li.wpml-ls-item .dropdown-toggle::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'><path d='M9.75 0C7.82164 0 5.93657 0.571828 4.33319 1.64317C2.72982 2.71451 1.48013 4.23726 0.742179 6.01884C0.00422452 7.80042 -0.188858 9.76082 0.187348 11.6521C0.563554 13.5434 1.49215 15.2807 2.85571 16.6443C4.21928 18.0079 5.95656 18.9365 7.84787 19.3127C9.73919 19.6889 11.6996 19.4958 13.4812 18.7578C15.2627 18.0199 16.7855 16.7702 17.8568 15.1668C18.9282 13.5634 19.5 11.6784 19.5 9.75C19.497 7.16505 18.4688 4.68683 16.641 2.859C14.8132 1.03116 12.335 0.00297748 9.75 0ZM17.9644 9H14.2303C14.0625 5.57719 12.7444 3.15656 11.6634 1.725C13.3418 2.12804 14.852 3.04628 15.9821 4.35095C17.1123 5.65562 17.8058 7.28129 17.9653 9H17.9644ZM6.77157 10.5H12.7284C12.5119 14.4009 10.6444 16.7916 9.75 17.7188C8.85469 16.7906 6.98813 14.4 6.77157 10.5ZM6.77157 9C6.98813 5.09906 8.85563 2.70844 9.75 1.78125C10.6453 2.71219 12.5119 5.10281 12.7284 9H6.77157ZM7.83657 1.725C6.75563 3.15656 5.4375 5.57719 5.26969 9H1.53469C1.69425 7.28129 2.38773 5.65562 3.51788 4.35095C4.64803 3.04628 6.15818 2.12804 7.83657 1.725ZM1.53469 10.5H5.26969C5.44032 13.9228 6.75563 16.3434 7.83657 17.775C6.15818 17.372 4.64803 16.4537 3.51788 15.149C2.38773 13.8444 1.69425 12.2187 1.53469 10.5ZM11.6597 17.775C12.7406 16.3434 14.0559 13.9228 14.2266 10.5H17.9616C17.8022 12.2182 17.1093 13.8435 15.9799 15.1481C14.8505 16.4527 13.3411 17.3713 11.6634 17.775H11.6597Z' fill='%23595959'/></svg>");
}




.line{
    height: 1px;
    width: 100%
}

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

.small1{
    position: absolute!important;
    top: 3rem;
    right: 6rem;
    transform: translateX(100%);
    z-index: 1001
}
.small2{
    position: absolute!important;
    bottom: 3rem;
    left: 3rem;
    transform: translateX(-100%);
    z-index: 1001
}

.shadow-img{
    box-shadow: 0 0  20px rgba(12,61,127,.2);
    border-radius: 20px
}

/*
.linea-izq-der {
  border-top: 1px solid transparent;
  background-image: linear-gradient(to right, #BE8E67 0%, transparent 100%);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: bottom left;
}

.linea-der-izq {
  border-top: 1px solid transparent;
  background-image: linear-gradient(to left, #BE8E67 0%, transparent 100%);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: top right;
}

.linea-arr-abajo {
  border-left: 1px solid transparent;
  background-image: linear-gradient(to bottom, #BE8E67 0%, transparent 100%);
  background-repeat: no-repeat;
  background-size: 1px 100%;
  background-position: top left;
}

.linea-abajo-arr {
  border-left: 1px solid transparent;
  background-image: linear-gradient(to top, #BE8E67 0%, transparent 100%);
  background-repeat: no-repeat;
  background-size: 1px 100%;
  background-position: bottom left;
}*/

.row-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    position: relative;
}


.row-grid > div.col-6{
    width: 100%
}
.row-grid > div.col-6 > div{
    padding: 2rem 0
}


.row-grid::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, transparent, var(--orange), transparent);
}

.row-grid::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background-image: linear-gradient(to bottom, transparent, var(--orange), transparent);
}

.box-photo{
    border-radius: 12px;
    overflow: hidden
}

.box-photo-caption{
    position: absolute!important;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 1.5rem 1rem;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, #010101 100%);
    color: #fff
}




.caption-icon:after {
    position: absolute;
    content: "";
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'><path fill='%23FFFFFF' d='M566.6 342.6C579.1 330.1 579.1 309.8 566.6 297.3L406.6 137.3C394.1 124.8 373.8 124.8 361.3 137.3C348.8 149.8 348.8 170.1 361.3 182.6L466.7 288L96 288C78.3 288 64 302.3 64 320C64 337.7 78.3 352 96 352L466.7 352L361.3 457.4C348.8 469.9 348.8 490.2 361.3 502.7C373.8 515.2 394.1 515.2 406.6 502.7L566.6 342.7z'/></svg>");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    width: 35px;
    height: 25px;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    transition: all .15s linear
}


.caption-icon:hover {
    animation: crecerVolver 0.4s ease forwards;
}

@keyframes crecerVolver {
    0%   {
        transform:  scale(1);
    }
    50%  {
        transform:  scale(1.02);
    }
    100% {
        transform:  scale(1);
    }
}


.box-photo-caption .wp-block-heading{
    color: #fff;
}

.galeria-antes-despues{
    --wp--style--gallery-gap-default: 0.75rem
}

.galeria-antes-despues figcaption{
    position: relative!important;
    background: transparent!important;
    text-align: left!important;
    padding:10px 0!important;
    color: var(--grey01)!important;
    text-shadow:none!important;
    font-weight: 600!important;
    font-size: 16px!important;
    scrollbar-gutter: auto!important;
}


.galeria-antes-despues figure:before{
    display: none
}

.galeria-antes-despues img{
    border-radius: 12px
}


#form-progress{
    font-weight: 600;
    font-family: 'Inter';
}

.img-full{
    width: 100%;
    height: 100%
}

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

.title{
    font-size: 36px;
}

.img-border{
    border-radius: 12px;
    overflow: hidden
}

.bg-video{
    background-color: #0D1119;
    border-radius: 12px
}

.custom-video-wrapper {
    position: relative;
    display: inline-block;
    cursor: pointer;
    height: calc(100vh - 100px)!important;
    width: auto!important;
    text-align: center;
}

.custom-video {
    width: 100%;
    height: 100%;
    display: block;
}

.custom-video-playbtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;   /* tamaño del botón */
    height: 80px;
    cursor: pointer;
    z-index: 10;
}

.row-step figure{
    border-radius: 12px;
    overflow: hidden;
    border: 3px solid #fff;
    box-shadow: 0 0  20px rgba(12,61,127,.2);
}


.row-step{

}

.step-number {
    display: flex;
    margin: auto;
    aspect-ratio: 1/1;
    align-items: start;
    justify-content: center;
    z-index: 1001
}
.step-number p {
    display: flex;
    aspect-ratio: 1/1;
    background-color: #fff;
    padding: 5px;
    border-radius: 99px;
    width: auto;
    /* align-items: center; */
    justify-content: center;
    flex: 0 0 auto;
    width: auto;
    line-height: 1;
    padding: 15px;
    font-size: 30px;
    box-shadow: 0 0  20px rgba(12,61,127,.12);
}

.w-100 img{
    width: 100%
}




.cont-steps > div:last-child:after,
.cont-steps:after{
    position: absolute;
    content: "";
    left: calc(50% - 3px);
    top: 0;
    width: 5px;
    background-color: var(--orange );
    opacity: 0.5;
    height: 100%
}

.cont-steps > div:last-child:after {
    background-color: var(--grey05);
    opacity: 1;
    z-index: 10;
}


.team-photo{
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 340/260;
    object-fit: cover;
    border: 7px solid #fff;
    box-shadow: 0px 0px 22.2px 0px rgba(0, 0, 0, 0.12);

}


.team-especialidad{
    font-weight: 600;
    color: var(--grey01)
}

.team-caption{
    position: absolute!important;
    left: 0;
    background-color: rgba(32,32,32,.7);
    color: #fff;
    bottom: 1.5rem;
    padding: 0.5rem;
    border-radius: 0 6px 6px 0
}

b, strong {
    font-weight: 600;
}

.box-team{
    background-color: var(--grey05);
    border: 2px solid var(--grey03);
    border-radius: 14px;
    overflow: hidden
}


.box-team a{
    text-decoration: none;
    color: var(--dark)
}



.box-icon {
    display: flex;
    background: #fff;
    width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 75px;
    margin: 0 auto;
}

.number {
    display: flex;
    background: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    margin: 0 auto;
}


.team-title{
    margin-bottom: 1rem;
    color: var(--grey01);
    border-bottom: 1px solid var(--grey03);
    padding: 1rem 0;

}

.map iframe{
    height: 100%
}


.read-more a:after {
    position: absolute;
    content: "";
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'><path fill='%23BE8E67' d='M566.6 342.6C579.1 330.1 579.1 309.8 566.6 297.3L406.6 137.3C394.1 124.8 373.8 124.8 361.3 137.3C348.8 149.8 348.8 170.1 361.3 182.6L466.7 288L96 288C78.3 288 64 302.3 64 320C64 337.7 78.3 352 96 352L466.7 352L361.3 457.4C348.8 469.9 348.8 490.2 361.3 502.7C373.8 515.2 394.1 515.2 406.6 502.7L566.6 342.7z'/></svg>");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    width: 20px;
    height: 20px;
    transform: rotate(-45deg);
    right: 0;
    top: 0;
}


.read-more a{
    position: relative;
    padding: 0 30px;
    color: var(--orange);
    text-decoration: none
}

.read-more a:hover{
    opacity: .82
}



.max-900{
    width: 900px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}


.max-850{
    width: 850px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

.max-815{
    width: 815px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}
.max-750{
    width: 750px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}
.max-700{
    width: 700px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}


.accordion {
    --bs-accordion-color: var(--dark);
    --bs-accordion-bg: transparent;
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-width: 0;
    --bs-accordion-border-radius: 0;
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: var(--dark);
    --bs-accordion-active-bg: transparent;
}

.accordion-button{
    font-size: 20px;
    padding-left: 0
}

.accordion-item{
    margin-bottom: 1rem;
    overflow: hidden;
    border-bottom: 1px solid var(--grey03)
}

.accordion-body{
    padding-left: 0
}



.wpcf7-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.wpcf7-form textarea {
    border: 1px solid var(--grey02);
    border-radius: 8px;
    width: 100%;
    padding: 0.95rem;
}


.wpcf7-form textarea{
    height: 150px
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: var(--dark);
    font-family: 'Inter', sans-serif
}

.wpcf7-list-item{
    margin-left: 0;
    color: var(--dark)
}


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

.icon-text{
    grid-template-columns: 24px auto!important
}

.icon-text.wp-block-media-text>.wp-block-media-text__media{
    align-self: start
}


.banner-caption{
    position: absolute!important;
    background-color: rgba(32,32,32,.50);
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    width: auto;
    padding: 2rem;
    color: #fff;
    text-align: center;
    border-radius: 12px;
    width: 750px;
    max-width: calc(100vw - 3rem);
}

.banner-caption .shi{
    color: #fff
}

.btn-warning {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--orange);
    --bs-btn-border-color: var(--orange);
}

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

#menu-footer-menu li a{
    color: var(--dark);
    text-decoration: none;
    padding: 0.125rem 1rem
}

#menu-footer-menu > li:last-child a{
    padding-right: 0
}

#menu-footer-menu li a:hover{
    opacity: 0.82
}

.wp-block-social-links{
    margin-bottom: 0
}

.btn-float{
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 1000;
    display: none
}


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

.offcanvas-header .btn-close{
    opacity: 1;
    filter: invert(1)
}


.offcanvas-title{
    color: #fff
}



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

}

input[type=radio]{
    border-radius: 10px;
    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-list-item {
    display: block;
    margin-bottom: 0.75rem
}


#offcanvasRight{
    --bs-offcanvas-width: 450px;
}

.wpcf7-form-control-wrap {
    display: block;
}

.img-banner img{
    min-height: 400px;
    object-fit: cover
}


form.cf7mls input.wpcf7-form-control.wpcf7-submit,
.cf7mls-btns .cf7mls_next.action-button{
    background-color: var(--orange);
    border-color: var(--orange)
}

.testimonios .swiper-slide{
    background-color: #fff;
    border-radius: 12px;
    padding: 1rem
}


.cont-nav{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    padding-top: 2rem
}

.fashion-slider .cont-nav .swiper-button-nav{
    position: relative;
    top: auto;
    left: auto;
    margin: 0;
    color: var(--dark);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    border: 1px solid #000
}

.fashion-slider .cont-nav .swiper-button-nav:hover{
    background-color: var(--grey03)
}

.cont-nav .swiper-button-nav svg{
    width: 9px
}


.box-r{
    padding-left: 6rem;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.box-r:after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: calc(100% + (100vw - var(--container)) - 0.75rem);
    height: 100%;
    background-color: var(--grey05);
    z-index: -1;
}

.img-right:not(.wp-block),
.img-left:not(.wp-block){
    position: absolute!important;
    display: flex;
    justify-content: end;
    height: 100%!important;
    width: 100%
}

.img-right:not(.wp-block){
    justify-content: start
}




.img-right:not(.wp-block) img,
.img-left:not(.wp-block) img{
     flex: 0 0 auto;
    
    max-width: none;
    height: 100%!important;
    object-fit: cover;
    /*width: calc(100% + (100vw - var(--container)) - 0.75rem);*/
    width: 50vw;
}



.categoria-bloques .row > div{
    position: relative
}


#footer{
    border-top: 1px solid var(--grey03)
}
.parent-border{
    border-bottom: 1px solid var(--grey03)
}

.row-team{
    justify-content: center
}

.breadcrumb-help-center a{
    color: var(--dark);
    text-decoration: none
}

.categoria-bloques figure:not(.img-right){
    border-radius: 12px;
    overflow: hidden
}

.categoria-bloques figure:not(.img-right) img{
    width: 100%;
}

.categoria-bloques figure:not(.img-right) {
    margin-right: 5rem
}

.bloque-texto h2{
    font-size: 20px;
    margin-bottom: 1rem
}

.impar .bloque-texto{
    padding-right: 5rem;
    padding-top: 3rem;
    padding-bottom: 3rem
}

.impar .row > div{
    width: calc(50% + 5rem);
}

.impar .row > div:last-child{
    width: calc(50% - 5rem);
}


.casos-exito-categorias > li:first-child a{
    padding-left: 0
}

.casos-exito-categorias a{
    color: var(--grey01)
}


.casos-exito-categorias a:hover{
    color: var(--grey01);
    opacity: .82
}

.casos-exito-categorias a.active{
    color: var(--orange);
    font-weight: 600
}

.shortcode-casos-exito > p:first-child{
    display: none
}

.bold{
    font-weight: 600
}


#bootscore-navbar > li.dropdown{
    padding-right: var(--bs-navbar-nav-link-padding-x)
}


#bootscore-navbar li:not(.wpml-ls-item) .dropdown-toggle::after{
    width: 15px;
    height: 17px;
    transition: all .15s linear;
    margin-left: 0
}


#bootscore-navbar li button.dropdown-toggle{
    position: absolute;
    right: 0;
    width: auto;
    top: 50%;
    transform: translateY(-50%);
    padding: 6px;
    line-height: 1;
}

#bootscore-navbar li button.dropdown-toggle[aria-expanded="true"]::after{

    transform: rotate(-180deg);
}

#bootscore-navbar .depth_0  li button.dropdown-toggle::after{
    transform: rotate(-90deg)!important
}



#bootscore-navbar li  a.active,
#bootscore-navbar li.active > a{
    color: var(--orange);
    font-weight: 600
}


ul.dropdown-menu{
    box-shadow: 0px 4px 10.1px 0px rgba(0, 0, 0, 0.1);
    border:0;
    width: 220px;
    border-radius: 0 0 0 15px;
    left: 100%;
    --bs-dropdown-link-active-bg: var(--grey05)
}

ul.dropdown-menu ul.dropdown-menu{
    border-radius: 0 0 15px 0;
    left: 100%!important;
}

ul.dropdown-menu > li > a{
    padding: .5rem 1rem;
    display: block
}


.fs-24.color-orange{
    line-height: 1.4
}

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

#primary{
    position: relative;
}


.breadcrumb-tratamientos{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1001
}

.breadcrumb-tratamientos a {
    color: var(--dark);
    text-decoration: none;
}

#banner .wp-block-heading.ship{
    margin-top: 1.5rem
}

.bloque-texto-py-0 .bloque-texto{
    padding-top: 0!important;
    padding-bottom: 0 !important;
}

.categoria-tratamientos .box-photo img{
    width: 100%;
    aspect-ratio: 345/260;
    object-fit: cover
}

.casos-exito-list > div{
    margin-bottom: 3rem;
}

.casos-exito-list > div:last-child{
    margin-bottom: 0
}

.link-to{
    color: var(--orange)
}

.link-to:hover{
    opacity: .82
}

.text-privacy{
    font-size: 10px
}


@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: 1100px
    }

   

}

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


@media (min-width: 1440px){
    
     :root{
        --container: 1400px
    }
    
     .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1400px;
    }
}





@media (max-width: 1199px){

    .navbar-expand-lg .navbar-nav {
        --bs-navbar-nav-link-padding-x: 0.5rem;
    }

    .small1{
        right: 3rem
    }

    .row-home{
        justify-content: center
    }

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



    .row-home > div:last-child{
        order: -1;
        flex: 0 0 auto;
        width: auto;
    }

}

@media (max-width: 991px){
    
    .img-right:not(.wp-block), .img-left:not(.wp-block){
        position: relative!important
    }

    .categoria-bloques.impar .row > div {
        width: 100%
    }

    .impar .row > div:first-child{
        order: 6
    }
    .categoria-bloques .img-right img, .img-left img{
        width: 100%
    }

    .impar .bloque-texto{
        padding-top: 1.5rem;
        padding-right: 0
    }

    .categoria-bloques .row{
        --bs-gutter-x: 1.5rem
    }
    
    .categoria-bloques figure:not(.img-right) {
        margin-right: 0;
    }

    #banner .areoi-background__image{
        background-position: right
    }

    #banner:not(.wp-block):before, #banner:not(.wp-block):after{
        width: 65%
    }

    #banner:not(.wp-block):after{
        left: 0!important;
        transform: none;
        width: 90%!important;
    }

    #banner.banner-small .areoi-background__image {
        background-position-x: 75%;
    }


    #bootscore-navbar li ul button.dropdown-toggle {
        top: 5px;
        transform: none;
    }
    #bootscore-navbar > li.dropdown{
        padding-left: 0
    }

    #bootscore-navbar > li.wpml-ls-item:after{
        display: none
    }

    ul .wpml-ls-menu-item a {

        justify-content: center;
        margin-bottom: 1.5rem;
    }

    ul.dropdown-menu{
        box-shadow: none
    }

    ul.dropdown-menu ul.dropdown-menu{
        left: 1rem!important;
        position: relative
    }

    #bootscore-navbar > li:not(.wpml-ls-item) > a{
        display: inline-block
    }

    #bootscore-navbar  > li > button.dropdown-toggle {
        display: inline-block;
        position: relative;
        vertical-align: middle;
        top: 0;
        transform: translateY(0);
        left: 2rem;
    }

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

    .map iframe {
        height: 300px;
    }

    .box-r{
        padding-left: 1.5rem
    }

    .row-lg-center{
        align-items: center
    }


    .row-lg-center .img-full img,
    .row-lg-center .img-full{
        height: auto!important
    }

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

}


@media (max-width: 767px){
    .row-md > div{
        flex: 0 0 auto;
        width: 100%
    }
    .order-md{
        order: -1
    }

    .img-left{
        display: block;
    }

    .img-left img{
        position: relative;
        width: 100vw;
        left: 50%;
        transform: translateX(-50%)
    }

    .box-r:after{
        width: 100%
    }

    .box-r{
        padding-right: 1.5rem
    }


    #menu-footer-menu,
    .wp-block-social-links{
        justify-content: center
    }


    .small1{
        display: table;
        position: relative!important;
        top: auto;
        right: auto;
        transform: none;
        margin-bottom: 1rem!important;
        margin-left: auto;
        margin-right: auto;
    }
    .small2{
        display: table;
        position: relative!important;
        bottom: auto;
        left: auto;
        transform: none;
        margin-left: auto;
        margin-right: auto;
    }
    .img-big{
        margin-bottom: 1rem!important
    }


}
@media (max-width: 575px){

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

    .row-step{
        --bs-gutter-x: 1rem
    }

    .step-number p{
        font-size: 20px
    }

    .row-sm > div{
        flex: 0 0 auto;
        width: 100%
    }
    .order-sm{
        order: -1
    }

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

    .row-patient > div:first-child{
        width: 100%;
    }

}