* {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    height: 100%;
    background: #E6EFF4;
    overflow-x: hidden;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1e1e1e;
    font-family: 'Advent Pro', sans-serif !important;
    color: #235498;
}

p {
    font-family: 'Lato', sans-serif !important;
    color: #235498;
}

/*-------------------------------- END ----*/
#body-row {
    margin-left: 0;
    margin-right: 0;
}

#sidebar-container {
    min-height: 100vh;
    max-height: 100vh;
    background-color: #fff;
    padding: 0;
    overflow-y: auto;
    position: relative;
}

#sidebar-container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#sidebar-container::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5;
}

#sidebar-container::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #8F8F8F;
}

.sidebar-expanded {
    width: 330px;
    border-radius: 35px 0 0 35px;
}

.sidebar-collapsed {
    width: 100px;
}

/* ----------| Menu item*/
#sidebar-container .list-group a {
    height: 50px;
    color: #235498;
    cursor: pointer;
    filter: grayscale(100%);
    font-size: 1rem;
    margin: 7px 0;
}

/* ----------| Submenu item*/
#sidebar-container .list-group li.list-group-item {
    background-color: #fff;
}

.list-group-item img {
    width: 10%;
}

#sidebar-container .list-group .sidebar-submenu a {
    height: 45px;
    padding-left: 30px;
}

#sidebar-container .btn a {
    padding: .7rem 1rem;
    color: #235498;
    border-radius: 5px;
    margin: 10px 0 0 0;
    font-size: 1rem;
    ;
}

/* The Modal (background) */
.modalvr {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }

  /* Modal Content/Box */
  .modal-contentvr {
    background-color: #E6EFF4;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    padding-bottom: 4%;
    border: 1px solid #888;
    border-radius: 15px;
    width: 50%; /* Could be more or less, depending on screen size */


  }

  .caja-pop-up-ingreso-vr{
      width: 100%;
      height: auto;
      display: flex;
      justify-content: center;
  }

  .img-guia-vr{
      width: 60%;
      height: 400px;
      display: flex;
      justify-content: center;

  }

  .boton-interno-vr{
    background: #235498;
    color: #fff !important;
    border-radius: 10px;
    padding: .5rem 2rem;
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Advent Pro', sans-serif !important;
    margin: 2%;
    border-radius: 10px;
    box-shadow: 5px 10px 18px #88888883;
  }

  /* The Close Button */
  .close2 {
    color: rgb(53, 53, 53);
    float: right;
    font-size: 28px;
    font-weight: bold;
  }

  .close2:hover,
  .close2:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

#sidebar-container .btn a .iconify {
    font-size: 1.3rem;
    padding-bottom: 7px;
}

.sidebar-submenu {
    font-size: 0.9rem;
}

/* ----------| Separators */
.sidebar-separator-title {
    background-color: #fff;
    height: 35px;
}

.sidebar-separator {
    background-color: #fff;
    height: 25px;
}

.logo-separator {
    background-color: #fff;
    height: 60px;
}

a.bg-dark {
    background-color: #fff !important;
}

.img1 img {
    position: absolute;
    bottom: 3rem;
    right: 0;
    width: 18rem;

}

.img-section2 {
    margin-left: 0rem;
}

.card {
    border-radius: 20px;
    border: none;
}

.imgnepo {
    margin-top: -6rem !important;
    margin-right: 0rem !important;
    width: 120% !important;
}

.img_nepo_patologias {
    margin-top: 0rem !important;
    margin-bottom: -2.2rem !important;
    margin-right: 0rem !important;
    width: 100% !important;
}

.card .card-body img {
    margin-top: -6rem;
    margin-right: -10rem;
    width: 85%;
}

.btn-disabled{
    background-color: #989898 !important;
    opacity: 0.98;
    pointer-events: none;
}

.card .card-body {
    margin: 5rem 0;
}
.footer-img{
    width: 100vw;
    background-color: #1c81c4;
}
.card .card-body h1 {
    border-left: solid 3px #214B8A;
}

/* .card .card-body h1::before {
    content: '';
    width: 4px;
    height: 6.7rem;
    background: #214B8A;
    position: absolute;
    top: 2rem;
    left: -2px;
} */

.card-body span {
    color: #235498;
    line-height: 18px;
}

.item-selected {
    background: #fff !important;
    border: 6px solid #E6EFF4 !important;
    border-radius: 17px !important;
    filter: grayscale(0) !important;
    position: relative;
    left: 5%;
    font-weight: 400;
    transform: scale(1.2);
}

.col {
    overflow-y: auto;
    max-height: 100vh;
    padding-right: 3rem;
    padding-left: 2rem;
}

.col::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.col::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5;
}

.col::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #8F8F8F;
}

.col2 {
    padding-left: 4rem;
}

.card-body p {
    font-size: 1.1rem;
    font-weight: lighter;
}

h1:nth-child(1) span:nth-child(1) {
    font-size: 5rem;
    font-weight: bold;
}

svg {
    font-size: 2rem;
}

.img-row2 {
    width: 8rem;
    border-radius: 50%;
    position: relative;
    top: -47px;
    left: 50%;
    transform: translateX(-50%);
}

.card2 p {
    margin-top: -25px;
}

.card2 {
    height: 100%;
}

.card .img1 {
    width: 9rem;
    position: relative;
    top: 0;
    left: 10px;
}

.card .img2 {
    width: 11rem;
    position: relative;
    top: 27px;
}

.imgcard1 {
    width: 33rem;
    top: -12rem;
}

.list-group .item1 {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.card3 a {
    font-size: 1rem;
    padding: 11px;
    border-radius: 5px;
    justify-content: start;
    position: relative;
}

.card3 a img {
    margin-right: 10px;
}

.card3 a .iconify {
    margin-left: .8rem;
    position: absolute;
    right: 5px;
}

.col2 .card-body h1::before {
    top: -20px;
}

.col2 .imgcard1 {
    position: absolute;
    top: -7.7rem;
    margin-top: 0 !important;
    width: 32rem;
}


.col2 .card-body h1::before {
    left: 64px;
}

.pull-bs-canvas-left {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 1000;
}

.pull-bs-canvas-right {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 1000;
}

.sidebar-container1 {
    width: 25%;
    padding-left: 10% !important;
    border-radius: 0 35px 35px 0;
}

.btn-sidebar-left {
    background: #E6EFF4;
    padding: .6rem 1rem;
    font-weight: 500;
}

.btn-sidebar-left .iconify {
    font-size: 1.2rem;
}

.im1-sidebar-left {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: none;
}

input[type="radio"]::before {
    background: red;
}

.flex-column .btn {
    width: 75%;
    margin: auto;
}

.imgcard1-3 {
    width: 26rem !important;
}

.img-help {
    width: 18rem;
    margin-top: -3rem;
}

.col-help {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.img1-help {
    width: 34rem;
}

.pull-bs-canvas-left {
    color: #214B8A;
}

.pull-bs-canvas-left .iconify {
    font-size: 3rem;
}

.pull-bs-canvas-right {
    color: #214B8A;
}

.pull-bs-canvas-right .iconify {
    font-size: 3rem;
}


/* preload */
.bs-canvas-overlay {
    opacity: 0.85;
    z-index: 1100;
}

.bs-canvas {
    top: 0;
    z-index: 1110;
    overflow-x: hidden;
    overflow-y: auto;
    width: 330px;
    transition: margin .4s ease-out;
    -webkit-transition: margin .4s ease-out;
    -moz-transition: margin .4s ease-out;
    -ms-transition: margin .4s ease-out;
}

.bs-canvas-left {
    left: 0;
    margin-left: -330px;
}

.bs-canvas-right {
    right: 0;
    margin-right: -330px;
}

.boxshadow {
    box-shadow: 10px -1px 17px -6px #000;
}

.wrapper {
    height: 100vh;
}

.wrapper button {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.loader {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 0;
    height: 100vh;
    transition: width 0s 1.4s ease;
}

.loader .loader__icon {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.loader .loader__icon svg {
    transform-origin: 0 0;
}

.loader .loader__tile {
    position: absolute;
    left: 0;
    width: 0;
    height: 20%;
    background-color: #235498;
    transition: width 0.7s ease;
}

.loader .loader__tile:nth-child(0) {
    top: calc(-1 * 20%);
    transition-delay: -0.2s;
}

.loader .loader__tile:nth-child(1) {
    top: calc(0 * 20%);
    transition-delay: 0s;
}

.loader .loader__tile:nth-child(2) {
    top: calc(1 * 20%);
    transition-delay: 0.2s;
}

.loader .loader__tile:nth-child(3) {
    top: calc(2 * 20%);
    transition-delay: 0.4s;
}

.loader .loader__tile:nth-child(4) {
    top: calc(3 * 20%);
    transition-delay: 0.6s;
}

.loader .loader__tile:nth-child(5) {
    top: calc(4 * 20%);
    transition-delay: 0.8s;
}

.loader--active {
    width: 100%;
    transition-delay: 0s;
}

.loader--active .loader__icon {
    opacity: 1;
    transition: opacity 0.5s 1.4s ease;
}

.loader--active .loader__tile {
    width: 100%;
}

.loader--active .loader__tile:nth-child(0) {
    transition-delay: -0.2s;
}

.loader--active .loader__tile:nth-child(1) {
    transition-delay: 0s;
}

.loader--active .loader__tile:nth-child(2) {
    transition-delay: 0.2s;
}

.loader--active .loader__tile:nth-child(3) {
    transition-delay: 0.4s;
}

.loader--active .loader__tile:nth-child(4) {
    transition-delay: 0.6s;
}

.loader--active .loader__tile:nth-child(5) {
    transition-delay: 0.8s;
}

/* modal */
.modal img {
    margin-top: -5rem;
}

.modal button {
    background: #235498;
    color: #fff !important;
    border-radius: 10px;
    border: none;
    padding: 0.5rem 2rem;
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Advent Pro', sans-serif !important;
    width: 50%;
    position: relative;
    top: 4.5rem;
    margin: auto;
    cursor: pointer;
}

.modal-content {
    border-radius: 2.3rem;
    padding-left: 106px !important;
    padding-right: 106px !important;
}


.banner{
    width: 100%;
    height:310px;
    display: flex;
    margin-top: 100px;
    flex-direction: column;
    overflow: hidden;
}
.info-cards{
    width: 95%;
    height: auto;
    margin: 0 auto;
    margin-top:0px;
    margin-bottom: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px;

}
.content-carousel{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;

}
.carousel-half{
    width: 50%;
    height: 100%;
    padding: 20px;
    display: flex;
    align-items: center;

}
.text-carousel{
    text-align: right;
    padding-left: 14%;
    padding-right: 4%;
}
.padding-add{
    padding-left: 5%;

}
.text-carousel h2{
    font-size: 40px!important;
    line-height: 44px;
    color: #fdfdfd;
}
.img-carousel img{
    width: 95%;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    max-width: 770px;
}
.img-carousel{
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 0;
    margin: 0;
}

.s-1, .s-2, .s-3{
    position: relative;

}

.s-1::after, .s-2::after, .s-3::after{
    content: "";
    background-color: #bc3dbe;
    width: 53px;
    height:7px;
    position: absolute;
    top: -14px;
    right: -3px;
    border-radius: 14px;

}

.s-2::after{
    background-color: #9f6af4;
}
.s-3::after{
    background-color: #6af4ec;
}

.info-card{
    width: 460px;
    height: 310px;
    background-color: #fdfdfd;
    margin: 15px;
    border-radius: 20px;
    display: flex;
    padding: 20px;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}
.info-card img{
    width: 190px;
    height:210px;
    margin-left: -40px;
    margin-right: -20px;
}
.info-text{
    width: 60%;
    height: 95%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
}
.info-text button{
    border: none;
    align-self: end;
    width: 150px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    font-size: 2px !important;
    height: 40px !important;
    background-color: #1f61ac;
    cursor: pointer;
    overflow: visible;
}





.info-text button h4{
    color: #ffffff;
    font-size: 18px !important;
    align-self: center;
    margin: 0 !important;
    margin-left: 25px !important;
}
.dots{
    width: 100%;
    height: 10%;
    align-self: end;
    display: flex;
    align-items: center;
    justify-content: center;
}
.carousel {
    position: relative;
    width: auto;
    height: 90%;
    overflow: hidden;
    align-self: start;
    background-color: #1f62ad;
    display: flex;
    align-items: start;
    justify-content: start;
    left: -100vw;
}

.item-carousel{
    width: 100vw;
    height: 100%;
    overflow: hidden;
}

.patologias{
    width: 100%;
    height: auto;
    margin-top: 25px;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding: 30px;
}

.patologia{
    width: 770px;
    height: 390px;
    background: #FFFFFF;
    margin-bottom: 30px;
    box-shadow: 4px 4px 17px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    min-width: 760px;
    display: flex;
    align-items: center;
    max-width: 900px;
    position: relative;

}
.patologia-img{
    position: relative;
    width: 48%;
    height: 70%;
    display: flex;
    align-items: center;
    margin-left: -50px;
    margin-top: 20px;
    margin-right: 20px;
}
.patologia-cover{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
}
.patologia-cover img{
    width: 140% !important;
    margin-left: -70px;
    min-width: 450px;
}
.patologia-content{
    width: 52%;
    height: 80%;
    padding: 25px;
    padding-top:10px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;

}
.patologias-controls{
    width: 70%;
    height: 50px;
    display: flex;
    justify-content: space-evenly;
    position: relative;
    margin-bottom: 40px;
}
.patologias-controls::after{
    content: "";
    width: 80%;
    position: absolute;
    height: 1px;
    top: 100%;
    background-color: rgba(128, 127, 127, 0.25);
}


.patologia-control{
    width: 25%;
    height: 40px;
    display: flex ;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.btns-patologias{
    width: 420px;
    display: flex;
    justify-content: space-evenly;
    position: relative;
}
.patologia-control-bar{
    width: 100%;
    position: absolute;
    height: 8px;
    top: 100%;
    border-radius: 20px;
    left: 0%;
    display: flex;
    justify-content: center;

}
.patologia-control-bar-bar{
    width: 0%;
    height: 8px;
    top: 92%;
    border-radius: 20px;
    left: 0%;
    background-color: #235498;
}
.dot {
    display: inline-block;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    border: 4px solid #4a72a9;
}

.dot-active {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    background: #235498;
    border: 3px solid #ffffff;
}
.close-modal{
    min-width: 5px!important;
    width: 55px !important;
    height: 55px !important;
    border-radius: 100px !important;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.close-modal img{
    width: 46px;
    height: 46px;
    margin-top:0px;
}
.modal p{
    font-size: 20px;
    padding: 0 !important;
    font-family: "Advent Pro", sans-serif;
    font-weight: lighter !important;
}
.bold{
    font-weight: bold !important;

}


.btn-section-interactives{
    width: 130px;
    height: 50px;
    position: absolute;
    bottom:-10px;
    right: -90px;
    display: flex;
    justify-content: space-between;
}

.btn-section-interactives button{
    width: 60px;
    height: 50px;
    border: none;
    background-color: #1f62ad;
    border-radius: 10px;
    cursor: pointer;
}

.btn-section-interactives button img{
    width: 49px;
    height: 49px;

}



.modal-fade
{
    width: 100vw;
    height: 100vh;
    background-color: rgba(72, 72, 72, 0.73);
    position: fixed;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 200000;
    opacity: 0;
    display: none;

}
.logo-modal{
    width: 100px;
    height: 100px;
    position: absolute;
    background-color: #2a6ab0;
    top: -50px;
    left: 50%;
    margin-left: -50px;
    border-radius: 200px;
    border: 10px solid #e4edf2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-modal-close{
    width: 50px;
    height: 50px;
    position: absolute;
    top: -13px;
    right: -13px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.btns-3d-modal{
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-evenly;
}
.btn-3d-modal{
    width: 25%;
    height: 100%;
    background-color: #2a6ab0;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.btn-3d-modal h5{
   font-size: 16px;
    color: white;
    margin: 0!important;
}

.logo-modal-close img{
    width: 46px;
    height: 46px;
}
.logo-modal img{
    width: 70px;
    height: 70px;
}
.modal-3d
{
    width: 720px;
    height: 410px;
    background-color: #E6EFF4;
    position: absolute;
    top:100%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}
.modal-content-3d{
    width: 88%;
    height: 70%;
    background-color: #ffffff;
    box-shadow: 4px 4px 17px rgba(0, 0, 0, 0.25);
    border-radius: 41px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-modal-instructions{
    width: 80%;
    height: auto;
    position: relative;
}
.content-modal-instructions img{
    width: 100%;
    margin: 0 auto;

}

@media (max-width: 1200px) {

    .text-carousel{
        text-align: right;
        padding-left: 2%;
        padding-right: 1%;
    }
    .padding-add{
        padding-left: 2%;

    }
    .patologias-controls::after{

        width: 86vw;

    }
}


@media (max-width: 1000px) {
    .text-carousel h2{
        font-size: 30px !important;
    }


    .banner{
        height: 280px;
    }
    .dots{
        margin-top: 5px;
    }



}
@media (max-width: 850px) {
    .text-carousel h2{
        font-size: 27px !important;
    }

    .text-carousel{
        text-align: right;
        padding-left: 1%;
        padding-right: 2%;
    }
    .padding-add{
        padding-left: 1%;

    }

    .dots{
        margin-top: 5px;
    }
    .s-1::after,  .s-2::after, .s-3::after{
        width: 40px;
        height: 6px;
        top: -3px;
    }

    .patologia{
        width: 93vw;
        height: auto;
        min-width: 93vw;
        padding: 20px;
    }

}


@media (max-width: 730px) {

    .btn-3d-modal h5{
        font-size: 80%;
        text-align: center;
        padding: 10px;
    }

    .modal-3d
    {
        width: 95vw;
        height: 410px;
        background-color: #E6EFF4;
        position: absolute;
        top:100%;
        left: 50%;
        transform: translate(-50%,-50%);
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
    }
    .modal-content-3d{
        width: 88%;
        height: 70%;
        background-color: #ffffff;
        box-shadow: 4px 4px 17px rgba(0, 0, 0, 0.25);
        border-radius: 41px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .s-1::after,  .s-2::after, .s-3::after{
        width: 35px;
        height: 4px;
        top: -2px;
    }
    .banner{
        height: 240px;
    }
    .patologia-control{
        width: 27%;
    }
    .patologia-control h5{
        font-size: 18px !important;

    }
    .patologias-controls{
        width: 90vw;
    }

}


@media (max-width: 530px) {

    .patologia-content p{
        font-size: 12px;
    }
    .patologia-content{
        padding: 0px;
        padding-left: 25px;

    }

    btn-3d-modal h5{
        font-size: 70%;
        text-align: center;
        padding: 10px;
    }

.info-card img{
    width: 160px;
    height: 170px;
}
   .info-text{
       margin-right: 10px;
   }
    .info-text h1{
        font-size: 24px;
    }
    .info-text p{
        font-size: 14px;
    }
    .info-text button h4{
        font-size: 14px !important;
    }
    .banner{
       height: 190px;
    }
    .text-carousel h2{
        font-size: 17px !important;
    }

    .text-carousel{
        text-align: right;
        padding-left: 10px;
        padding-right: 4px;
    }
    .padding-add{
        padding-left: 0px;
    }
    .text-carousel h2{
        line-height: 25px;
    }


}

@media (max-width: 576px) {

    .banner{
        margin-top: 2px;
    }


    .modal-content {
        border-radius: 2.3rem;
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    .modal-content p{
        font-size: 18px;
    }
}



@media (max-width: 460px) {

    .content-modal-instructions{
        width: 75vw;
        overflow: hidden;
    }
    .content-modal-instructions img{
        width: 400px;
        margin-left: -175px;
        overflow: hidden;
    }

    .modal-content {
        border-radius: 2.3rem;
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    .modal-content p{
        font-size: 13px;
    }


    .text-carousel h2{
        line-height: 20px;
    }

    .s-1::after,  .s-2::after, .s-3::after{
        width: 35px;
        height: 4px;
        top: -7px;
        left: 0;
    }

    .text-carousel{
        text-align: left;
        padding-left: 30px;
    }
    .info-card{
        flex-direction: column-reverse;
        height: auto;
        padding: 0px;
    }
    .info-text{
        padding-: 0;
        align-items: center;
        justify-content: center;
        width: 70vw;
        margin: 0 auto;
        padding: 10px;
    }
    .info-text h1{
      font-size: 22px;
    }
    .info-card button{
        align-self: center;
    }
    .img-carousel{
        width: 40%;
        height: 90%;
        overflow: hidden;
        border-bottom-left-radius: 20px !important;
        border-top-left-radius: 20px !important;
        margin-top: 8px;
    }
    .text-carousel{
        width: 60%;
        margin-right: 5px;
    }

    .img-carousel img{
        width: 400px!important;
        margin-right: -100px;
        padding: 0;
    }

    img.left-img{
        margin-right: -210px;

    }
    .btn-section-interactives{
      bottom: -20px;
        width: 100px;
        right: -65px;
        z-index: 1000;

    }
    .btn-section-interactives button{
        width: 46px;
        height: 40px;
        display: flex;
        align-items: center;
    justify-content: center;
    }
    .btn-section-interactives button img{
        width: 39px;
        height: 39px;
        pointer-events: none;


    }
    .patologias-controls{
        width: 92vw;
    }
}


@media (max-width: 400px) {
    .btn-3d-modal h5{
        font-size:12px;
        text-align: center;
        padding: 1px;

    }
    .btns-3d-modal{
    }

    .patologia-content p{
        font-size: 12px;
    }
    .patologia{
    padding: 4px;
        min-height: 300px;
    }
    .patologia-cover img{
        margin-left: -100px;
    }
    .patologia-cover{
        margin-top: -15px;
    }
}
    .patologia-content{
        padding: 0px;
        padding-left: 5px;


    }

.btn-interactive img{
    width: 35px!important;
    height: 35px!important;
    margin-left: -10px !important;

}

