
body{
    font-family: 'Lato', sans-serif;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #564747;
    font-weight: bold;
    font-size: 16px;
}

.nav>li>a:hover {
    
    color: #2b94e1;
    background: transparent;
}


.navbar-nav>li>.dropdown-menu {
   
    background-color: #eceff2;
    border: none;
}

.dropdown-menu>li>a {
    
   font-weight: bold;
   
}
.dropdown-menu>li>a:hover {
    
    color: #2b94e1;
    background-color: #eceff2;
   
}


.max_min_height{

    max-height: 700px;
    min-height: 700px;

}

.style_bread{
    list-style: none;
    display: inline-flex;
}



li.style_bread_li::after {
  content: "/"; 
  padding-left: 3px;
  padding-right: 3px;
  
}

.background_canvas{
    background: rgb(7, 55, 88);
}
/*.dropdown-toggle::after {
   border-top: none;
    content: "\f078";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}*/

.dropdown-toggle::after {
    display: none;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #000000;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #000000;
    border-radius: 4px;
}

.bg-light {
    background-color: #ffffff!important;
    margin-top: 2rem;
}

.background_articulo{
    background: rgb(229,245,253);
    background: linear-gradient(180deg, rgba(229,245,253,1) 0%, rgba(202,236,250,1) 45%, rgba(177,228,248,1) 100%);
    border-radius: 25px;
}

.margin_left_16{
    margin-left: -16px;
}
.articulo_title{
    font-family: "Lato";
    font-size: 23px;
    color: #073758;
    border-bottom: 1px solid #56caf2;
}
.articulo_text{
    font-size: 16px;
}

/*@media (min-width: 576px){
#articulos_ripoll.container {
    max-width: 96%;
}
}*/

.text_peq{
    font-size: 14px;
    border-top: 1px solid #000000;
    padding-top: 7px;
}

@media (max-width: 576px){

    #articulos_ripoll .mb-5 {
        margin-bottom: 2rem!important;
    }

    #articulos_ripoll .mt-5 {
        margin-top: 2rem!important;
    }
}

#articulos_ripoll.container {
    max-width: 960px;
}

.background_amarillo{
    background-color: #fae28f;
}
.border_underline{
    text-decoration: underline;
    text-decoration-color: #098f45;
}

.articulo_subtitle{
    font-size: 18px;
    font-style: italic;
}
.ul_style{
    list-style: none;
    font-size: 18px;

}
.ul_style2{
    list-style: none;
    font-size: 18px;
    margin-left: -26px;
}

#div_block-102-9 {
    width: 50%;
    align-items: flex-end;
    text-align: right;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    background-color: #eceff2;
    padding-left: 0px;
}
.text-center{
    text-align: center!important;
}

.wp-container-3 {
    display: flex;
    gap: 2em;
    flex-wrap: nowrap;
    align-items: center;
}

.wp-container-5 {
    display: flex;
    gap: 2em;
    flex-wrap: nowrap;
    align-items: center;
}

.wp-container-8 {
    display: flex;
    gap: 2em;
    flex-wrap: nowrap;
    align-items: center;
}
.wp-container-11 {
    display: flex;
    gap: 2em;
    flex-wrap: nowrap;
    align-items: center;
}
.wp-container-14 {
    display: flex;
    gap: 2em;
    flex-wrap: nowrap;
    align-items: center;
}
.wp-container-17 {
    display: flex;
    gap: 2em;
    flex-wrap: nowrap;
    align-items: center;
}

.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word;
}
.wp-container-23 {
    display: flex;
    gap: 2em;
    flex-wrap: nowrap;
    align-items: center;
}

.wp-container-26 {
    display: flex;
    gap: 2em;
    flex-wrap: nowrap;
    align-items: center;
}


.align-self-center{
    align-self: center;
}

@media (min-width: 1200px){
.container {
    max-width: 96%;
}
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}



.text_bold{
    font-weight: bold!important;
}



#orthopodologia.container{
     max-width: 83%;
     
    }

    .margin_bottom_31{
        margin-bottom: 31px;
    }

    .hr_style{
        width: 100%;
        text-align: left;
        margin-left: 0;
        height: 5px;
        background-color: #073758;
        border: none;
    }

    .title_podologia{
        font-size: 23px;
        text-decoration: underline;
        }


.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}

.justify-content-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.justify-content-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}

.justify-content-between{
  -ms-flex-pack:space-between!important;
  justify-content: space-between !important;}
.mt-1 {
    margin-top: .375rem!important;
}
.mt-2 {
    margin-top: .75rem!important;
}
.mt-3 {
    margin-top: 1.5rem!important;
}
.mt-4 {
    margin-top: 2.25rem!important;
}
.mt-5 {
    margin-top: 4.5rem;
}

.mt-10 {
    margin-top: 10rem;
}

.mb-1 {
    margin-bottom: .375rem!important;
}
.mb-2 {
    margin-bottom: .75rem!important;
}
.mb-3 {
    margin-bottom: 1.5rem!important;
}
.mb-4 {
    margin-bottom: 2.25rem!important;
}
.mb-5 {
    margin-bottom: 4.5rem!important;
}


.mr-1 {
    margin-right: .375rem!important;
}
.mr-2 {
    margin-right: .75rem!important;
}
.mr-3 {
    margin-right: 1.5rem!important;
}
.mr-4 {
    margin-right: 2.25rem!important;
}
.mr-5 {
    margin-right: 4.5rem!important;
}

.ml-1 {
    margin-left: .375rem!important;
}
.ml-2 {
    margin-left: .75rem!important;
}
.ml-3 {
    margin-left: 1.5rem!important;
}
.ml-4 {
    margin-left: 2.25rem!important;
}
.ml-5 {
    margin-left: 4.5rem!important;
}

.fa-chevron-down:before {
    content: "\f078";
    font-size: 13px;
}

#div_block-103-9 {
    background-image: url(../images/ripoll_web-low-crop.png);
    background-size: contain;
    width: 100%;
    background-repeat: no-repeat;
    max-width: 660px;
    min-height: 650px;
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 60px;
    height: 100%;
    background-position: 100% 100%;
}
.ct-div-block {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
}
#headline-105-9 {
    text-align: left;
    line-height: 1.1;
}
html h1.h1-small {
    font-size: clamp(18px, 2.2vw, 29px );
    font-weight: normal;
}
html h1 .h1-apellido {
    font-size: clamp(32px, 4.47vw, 59px );
    font-weight: bold;
}
html h4 {
    font-family: "Lato";
    font-size: clamp(18px, 1.5151515152vw, 20px);
}

a h5 {
    font-weight: 400;
    color: #2b94e1;
}
html h5 {
    font-family: "Lato";
    font-size: clamp(16px, 1.3636363636vw, 18px);
}

html p {
    font-family: "Lato";
    /*font-size: clamp(16px, 1.5151515152vw, 20px);*/
    font-size: 18px;
}

.font_size_18{
    font-size: 18px!important;
 }

h1 {
    color: #073758;
}
.font_size_16{
font-size: 16px!important;
}


.navbar-light .navbar-nav .nav-link {
    color: #564747;
    font-size: 16px;
    font-weight: 700;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #048cd9;
    font-size: 16px;
    font-weight: 700;
}

hr.ficha_hr{

    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #000000;

}
.space-vertical-m:not(section)>*, section.space-vertical-m>.ct-section-inner-wrap>* {
    margin-top: clamp(8px, 0.6060606061vw, 8px);
    margin-bottom: clamp(8px, 0.6060606061vw, 8px);
}
.ct-div-block {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
}

.btn-azul-degradado {
    background-image: linear-gradient(#2b94e1,#014f87);
    button-hover_color: rgba(7,55,88,0.7);
    border-radius: 30px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    padding-right: 30px;
    padding-left: 30px;
}

.btn-azul-degradado {
    background-color: #073758;
    border: none;
    color: #ffffff;
    padding: 10px 16px;
}

.btn-azul-degradado:hover {
    background-color: #0074db;
    border: none;
    color: #ffffff;
    padding: 10px 16px;
    text-decoration: none;
}

.color_azul_ripoll_y_de_prado{
    color: #073758;
}
a:hover{
    text-decoration: none;
}

.color_negro{
    color: #000000;
    font-size: 16px;
}
.color_negro2{
    color: #000000;
  
}
.color_blanco{
    color: #ffffff;
}

a.color_blanco:hover{
    color: #ffffff;
    text-decoration: none;
}

a.color_negro:hover{
    color: #000000;
    text-decoration: none;
}
.ct-link-button {
    display: inline-block;
    text-align: center;
    text-decoration: none;
}



#div_block-110-9 {
    width: 50.00%;
    align-items: flex-start;
    text-align: left;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    background-color: #073758;
    padding-left: 0px;
}

.ct-div-block {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
}

.background_info{
    background-image: url(../images/Rectangle_back_trim.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0%;
}



#div_block-111-9 {
    background-image: url(../images/de_prado_web-low-crop.png);
    background-size: contain;
    width: 100%;
    background-repeat: no-repeat;
    max-width: 660px;
    min-height: 650px;
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 60px;
    align-items: flex-end;
    text-align: right;
    background-position: 0% 100%;
}

#div_block-36-11 {
    width: 100%;
    max-width: 1180px;
    padding-top: 101px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 50%);
}

#div_block-36-11_info {
    width: 100%;
    max-width: 1180px;
    padding-top: 101px;
    padding-bottom: 40px;
    padding-right: 40px;
    
}

#div_block-53-11 {
    padding-left: 60px;
    padding-right: 60px;
    max-width: 100%;
}

#div_block-455-83 {
    width: 100%;
    align-items: center;
    text-align: center;
    padding-bottom: 40px;
}

.text_left {
    width: 45%;
    padding-right: 20px!important;
    padding-left: 20px!important;
    align-items: flex-end!important;
    text-align: right!important;
}

.text_left2 {
    width: 45%;
    padding-right: 20px!important;
    padding-left: 20px!important;
    align-items: flex-start!important;
    text-align: right!important;
}

#headline-866-83 {
    text-align: right;
}

.text_right {
    width: 55.00%;
    padding-left: 20px!important;
    padding-right: 20px!important;
}
#section-32-11 {
    text-align: center;
}

#section-32-11 > .ct-section-inner-wrap {
    max-width: 100%;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#section-20-11 {
    background-image: url(../images/Combined-Shape-Copy-2_baja.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
}

#div_block-22-11 {
    width: 58%;
    padding-top: 140px;
    padding-bottom: 69px;
    padding-left: 0px;
}

#headline-27-11 {
    margin-bottom: 20px;
    flex-direction: unset;
    display: none;
}

.huge {
    font-size: 62px;
}

#div_block-23-11 {
    background-image: url(../images/doctor_ripoll2_baja2.png);
    background-size: contain;
    width: 42.00%;
    background-repeat: no-repeat;
    background-position: 0% 100%;
}

.space-vertical-m:not(section)>*:first-child, section.space-vertical-m>.ct-section-inner-wrap>*:first-child {
    margin-top: 0;
}
.space-vertical-m:not(section)>*, section.space-vertical-m>.ct-section-inner-wrap>* {
    margin-top: clamp(8px, 0.6060606061vw, 8px);
    margin-bottom: clamp(8px, 0.6060606061vw, 8px);
}
.ct-div-block {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
}

#headline-113-9 {
    text-align: right;
    line-height: 1.1;
    color: #ffffff;
}
html h1.h1-small {
    font-size: clamp(18px, 2.2vw, 29px );
    font-weight: normal;
}
html h2 {
    font-family: "Lato";
    font-size: clamp(22px, 2.4242424242vw, 32px);
    color: #073758;
    font-weight: 600;
}

.ct-inner-content {
    width: 100%;
}
.ct-section {
    width: 100%;
    background-size: cover;
    background-repeat: repeat;
}

.ct-new-columns {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
}

.menu-S1-home.ripoll ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.menu-S1-home ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
ol, ul {
    box-sizing: border-box;
}

.menu-S1-home.ripoll ul li {
    border: 1px solid #073758;
}
.menu-S1-home.ripoll ul li:hover {
    border: 1px solid #073758;
    background:#073758;
   
}
.menu-S1-home ul li {
    width: fit-content;
    padding: 10px 0;
    margin: 10px 0;
    border-radius: 30px;
    display: flex;
    justify-content: center;
}

.menu-S1-home.ripoll ul li a {
    color: #073758;
}

.menu-S1-home.ripoll ul li a:hover {
    color: #ffffff;
     text-decoration: none;
}
.menu-S1-home ul li a {
    padding: 0px 20px;
    text-align: center;
    font-size: clamp(14px, 1.2121212121vw, 16px);
}
a:not([class]) {
    text-decoration-skip-ink: auto;
}

.menu-S1-home.deprado ul {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.menu-S1-home ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu-S1-home.deprado ul li {
    border: 1px solid #fff;
    
}

.menu-S1-home.deprado ul li:hover {
    border: 1px solid #073758;
    background-color: #ffffff;
}
.menu-S1-home ul li {
    width: fit-content;
    padding: 10px 0;
    margin: 10px 0;
    border-radius: 30px;
    display: flex;
    justify-content: center;
}

.menu-S1-home.deprado ul li a {
    color: #fff;
    background-color: transparent;
}

.menu-S1-home.deprado ul li a:hover {
    color: #073758;
    text-decoration: none;
    background-color: transparent;
}

.menu-S1-home ul li a {
    padding: 0px 20px;
    text-align: center;
    font-size: clamp(14px, 1.2121212121vw, 16px);
}


/*.btn_de_prado{
        padding: 10px 21px;
    border: 1px solid #ffffff;
   margin: 10px 0; 
    border-radius: 30px
    }*/

#section-32-9 {
    background-position: 50% 50%;
}
#div_block-118-9 {
    background-image: url(../images/banner-fifa-fondo_baja.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    align-items: center;
    text-align: center;
    padding-top: 75px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 75px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}


#section-32-9 > .ct-section-inner-wrap {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
}
.ct-section>.ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.ct-section-inner-wrap.websalia-space-full-bottom {
    padding-bottom: clamp(40px, 5.4545454545vw, 72px);
}
.ct-section-inner-wrap.websalia-space-full-top {
    padding-top: clamp(40px, 5.4545454545vw, 72px);
}

.space-vertical-m:not(section)>*:first-child, section.space-vertical-m>.ct-section-inner-wrap>*:first-child {
    margin-top: 0;
}
.space-vertical-m:not(section)>*, section.space-vertical-m>.ct-section-inner-wrap>* {
    margin-top: clamp(8px, 0.6060606061vw, 8px);
    margin-bottom: clamp(8px, 0.6060606061vw, 8px);
}
.linea-azul {
    background-color: #073758;
    height: 2px;
    max-width: 190px;
    width: 100%;
}
.block-image .aligncenter {
    margin-left: auto;
    margin-right: auto;
}
.block-image {
    margin: 0 0 1em;
}
.block-image .aligncenter {
    margin-left: auto;
    margin-right: auto;
}
.block-image .aligncenter{
    display: table;
}
.has-text-align-center {
    text-align: center;
}


.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.aligncenter {
    clear: both;
}
.block-group {
    box-sizing: border-box;
}



.container-2 {
    display: flex;
    gap: 2em;
    flex-wrap: nowrap;
    align-items: center;
}

.block-columns {
    display: flex;
    margin-bottom: 1.75em;
    box-sizing: border-box;
    flex-wrap: wrap!important;
    align-items: normal!important;
}




.block-column.is-vertically-aligned-bottom, .block-column.is-vertically-aligned-center, .block-column.is-vertically-aligned-top {
    width: 100%;
}
.block-column.is-vertically-aligned-center {
    align-self: center;
}
.container-2 > * {
    margin: 0;
}


.btn-blanco-inv {
    button-hover_color: #ffffff;
    border-top-color: #ffffff;
    border-right-color: #ffffff;
    border-bottom-color: #ffffff;
    border-left-color: #ffffff;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-radius: 30px;
    padding-left: 30px;
    padding-right: 30px;
}
.btn-blanco-inv {
    background-color: #073758!important;
    border: 1px solid #073758!important;
    color: #ffffff!important;
    padding: 9px 25px!important;
    border-radius: 22px!important;
}
.btn-blanco-inv:hover{
    background-color: transparent!important;
    border: 1px solid #073758!important;
    color: #073758!important;
    padding: 9px 25px!important;
    border-radius: 22px!important;
    text-decoration: none;
}

.btn-blanco-inv2 {
    background-color: #073758!important;
    border: 1px solid #ffffff!important;
    color: #ffffff!important;
    padding: 10px 30px!important;
    border-radius: 22px!important;
}
.btn-blanco-inv2:hover{
    background-color: #ffffff!important;
    border: 1px solid #ffffff!important;
    color: #073758!important;
    padding: 10px 30px!important;
    border-radius: 22px!important;
    text-decoration: none;
}

.btn_azul {
    background-color: #1e73be;
    border: 1px solid #1e73be!important;
    color: #ffffff!important;
    padding: 14px 75px;
    border-radius: 3px;
}
.btn_azul:hover {
    background-color: transparent;
    border: 1px solid #1e73be!important;
    color: #1e73be!important;
    padding:14px 75px;
    border-radius: 3px;
}

.btn_azul2 {
    background-color: #073758!important;
    border: 1px solid #073758!important;
    color: #ffffff!important;
    padding: 9px 25px!important;
    border-radius: 4px!important;
}
.btn_azul2:hover{
    background-color: transparent!important;
    border: 1px solid #073758!important;
    color: #073758!important;
    padding: 9px 25px!important;
    border-radius: 4px!important;
    text-decoration: none;
}
.ct-link-button {
    border-radius: 25px;
}
.ct-link-button {
    background-color: #1e73be;
    border: 1px solid #1e73be;
    color: #ffffff;
    padding: 10px 16px;
}

.ct-link-button:hover {
    background-color: #1e73be;
    border: 1px solid #1e73be;
    color: #ffffff;
    padding: 10px 16px;
}

.ct-link-button {
    display: inline-block;
    text-align: center;
    text-decoration: none;
}


#section-48-9 {
    
    background-size: cover;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

#section-48-9 > .ct-section-inner-wrap {
    align-items: center;
}
#div_block-53-9 {
    width: 50%;
    justify-content: center;
}
.ct-new-columns > .ct-div-block {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
#image-50-9 {
    max-width: 400px;
    width: 100%;
}
#div_block-54-9 {
    width: 50%;
    justify-content: center;
}
#headline-49-9 {
    text-align: left;
    font-weight: 700;
}

.linea-roja {
    width: 100%;
    max-width: 190px;
    background-color: #eb3f35;
    height: 2px;
}

.btn-azul-inv {
    button-hover_color: rgba(7,55,88,0.7);
    border-radius: 30px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    padding-right: 30px;
    padding-left: 30px;
    border-top-color: #073758;
    border-right-color: #073758;
    border-bottom-color: #073758;
    border-left-color: #073758;
}
.btn-azul-inv {
    background-color: transparent;
    border: 1px solid #073758;
    color: #073758;
    padding: 10px 30px;
}
.btn-azul-inv:hover {
    background-color: #073758!important;
    border: 1px solid #073758;
    color: #ffffff;
    padding: 10px 30px;
    text-decoration: none;
}


.btn-verde-inv {
    background-color: transparent;
    border: 1px solid #098f45;
    color: #000000;
    padding: 10px 30px;
    border-radius: 30px
}
.btn-verde-inv:hover {
    background-color: #098f45!important;
    border: 1px solid #098f45;
    color: #ffffff;
    padding: 10px 30px;
    text-decoration: none;
    border-radius: 30px
}
.img-fluid{
    max-width: 100%;
    height: auto;
}


#div_block-69-9 {
    background-image: url(../images/banner-dr-ripoll-RBR_baja.jpg);
    background-size: cover;
    width: calc( 50% - 20px);
    align-items: flex-end;
    text-align: right;
    background-repeat: no-repeat;
    padding-right: 40px;
    background-position: 100% 100%;
}


#div_block-69-9_2 {
    background-image: url(../images/Dosier-institucional.jpg);
    background-size: cover;
    width: calc( 50% - 20px);
    align-items: flex-end;
    text-align: right;
    background-repeat: no-repeat;
    padding-right: 40px;
    background-position: 100% 100%;
}
#div_block-71-9 {
    max-width: 660px;
    width: 100%;
    min-height: 380px;
    justify-content: center;
}
.space-vertical-m {
    padding-bottom: 53px;
}

#headline-89-9 {
    font-weight: 300;
}

#headline-75-9 {
    text-align: left;
}

#section-67-9 {
    text-align: justify;
}
#div_block-74-9 {
    background-image: url(../images/banner-dr-prado-CPP_baja.jpg);
    background-size: cover;
    width: calc( 50% - 20px);
    align-items: flex-start;
    text-align: left;
    background-repeat: no-repeat;
    padding-left: 40px;
    background-position: 100% 100%;
}

#div_block-74-9_2 {
    background-image: url(../images/Nuestras-instalaciones-1.jpg);
    background-size: cover;
    width: calc( 50% - 20px);
    align-items: flex-start;
    text-align: left;
    background-repeat: no-repeat;
    padding-left: 40px;
    background-position: 100% 100%;
}


#div_block-81-9 {
    max-width: 660px;
    width: 100%;
    min-height: 380px;
    justify-content: center;
}

#headline-96-9 {
    font-weight: 300;
    color: #ffffff;
    font-family: 'Lato';
}
#headline-82-9 {
    text-align: left;
    color: #ffffff;
}

.linea-azul-claro {
    background-color: #2b94e1;
    height: 2px;
    max-width: 190px;
    width: 100%;
}



#section-67-9 > .ct-section-inner-wrap {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    align-items: stretch;
}


.ct-section-inner-wrap.websalia-space-half-bottom {
    padding-bottom: clamp(20px, 5.4545454545vw, 36px);
}




#_dynamic_list-343-9 {
    align-items: stretch;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-auto-rows: minmax(min-content,1fr);
    display: grid;
}
.oxy-dynamic-list {
    width: 100%;
}

#link-365-9 {
    width: 100%;
    align-items: flex-start;
    text-align: left;
    height: 100%;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    url-encoded: true;
}
#image-386-9 {
    height: 300px;
    object-fit: cover;
}

#headline-351-9 {
    color: #073758;
}

.ct-span {
    display: inline-block;
    text-decoration: inherit;
}


#text_block-373-9 {
    color: #000000;
}

.text_slider{
    color: #073758;
    font-size: 20px;
    font-weight: 600;
    line-height: 18px;
}

.text_slider_subtitle {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    margin-top: 10px;
    color: #2b94e1;
}
section .ct-section-inner-wrap, html .oxy-header-container, .websalia-section-padding {
    padding-left: clamp(20px, 4.5454545455vw, 60px);
    padding-right: clamp(20px, 4.5454545455vw, 60px);
}



/*.carousel {
  width: 100%;
}*/



@media (min-width: 1541px){
    .carousel {
      width:50%;
    }
    .carousel-control-next {
        right: -29px;
    }

}

@media (min-width: 1049px) and (max-width: 1540px){
    .carousel {
          width:91%;
        }
        .carousel-control-next {
        right: -29px;
    }
    
}

@media (max-width:1048px){
    .carousel {
      width:100%;
    }
    .carousel-control-next {
        right: 0px;
    }
    
}

.slide-box {
  display: flex;
  justify-content: space-between;
}




#section-435-9 > .ct-section-inner-wrap {
    display: grid;
    align-items: stretch;
    grid-template-columns: repeat(auto-fit,minmax(100px,1fr));
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.list-group-horizontal {
    -ms-flex-direction: row;
    flex-direction: row;
}

.footer_web{
    background: #073758;
    padding: 40px 25px;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: transparent;
    border: none;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
}

#new_columns-12-230 {
    background-color: #eceff2;
    min-height: 200px;
}
#div_block-13-230 {
    width: 40%;
    position: relative;
}
#image-14-230 {
    width: 80%;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top:-27px;}

#div_block-11-230 {
    text-align: left;
    display: flex;
    padding-left: 0px;
    width: 100%;
}

.background_azul{
        background-color: #073758;
    }
    .background_azul2{
        background-color: #008ad8;
    }

    .padding_rodilla{
        padding: 68px 0px 0px 68px!important;
    }

@media (min-width: 768px){
.container {
    max-width: 100%;
}
}

@media (max-width: 991px){
    #new_columns-68-9> .ct-div-block {
        width: 100% !important;
    }

    #new_columns-68-9 {
        flex-direction: column;
        display: flex;
        align-items: flex-start;
        text-align: left;
    }

    #cabecera_desktop{
        display: none!important;
    }

    #cabecera_mobile{
        display: block!important;
    }

    #cabecera_mobile .container{
        max-width: 100%!important;
    }
    .background_azul{
        background-color: #073758;
    }
    .background_azul2{
        background-color: #008ad8;
    }
    .menu-s1-home-mobile ul li {
        width: 100%;
    }

    .text_left {
        width: 100%;
        padding-right: 20px!important;
        padding-left: 20px!important;
        align-items: flex-start!important;
        text-align: left!important;
    }

    .text_left2 {
        width: 100%;
        padding-right: 20px!important;
        padding-left: 20px!important;
        align-items: flex-start!important;
        text-align: right!important;
    }
    .text_right {
    width: 100%;
    padding-left: 20px!important;
    padding-right: 20px!important;
    }
    #headline-866-83 {
    text-align: left;
    }
    #rodilla_landing.container {
    max-width: 100%!important;
    }


    .huge {
    text-align: center;
    font-size: 20px;
    }
    #div_block-23-11 {
    height: 400px;
    background-position: 50% 0%;
    }
    #new_columns-21-11> .ct-div-block {
    width: 100% !important;
    }
    .font_size_mobile_14{
        font-size: 14px;
    }
    .padding_rodilla {
    padding: 26px 0px 0px 4px!important;
    
    }
}

#cabecera_desktop{
    display: block;
}

#cabecera_mobile{
    display: none;
}


.text_pagina_intermedia{
    font-family: 'Lato';
    color: #073758;
    font-size: 24px;
    font-weight: 600;
    float: none;
    align-self: center;
    text-decoration: underline;
    text-decoration-color: #eb3f35;
    text-decoration-thickness: 1px;
    text-underline-offset: 9px;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .slide-box img {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .slide-box img {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px){
  .slide-box img {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  /*.navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 1.5rem;
        padding-left: 1.5rem;
        
    }*/

    .navbar-expand-lg .navbar-collapse{
        width: 105%;
    }
}

.carousel-caption {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: .5rem;
}

@media (max-width: 441px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }

    .carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20%!important;
    color: #fff;
    text-align: center;
    opacity: 1;
    }

    .movie-img {
        height: auto;
        width: 100%!important;
    }

    .movie-img2 {
        height: auto;
        width: 100%!important;
    }
    .movie-title {
        height: auto;
        width: 100%!important;
        background-color: #ffffff;
        overflow: hidden;
    }


    .mt-10 {
        margin-top: 10rem;
    }

    #rodilla_landing.container {
        max-width: 95%!important;
    }

    #div_block-53-11 {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 100%;
    }

    .shadow_color {
        box-shadow: 0px 0px 7px 7px rgb(0 0 0 / 15%);
        background-color: #e1ebed;
        border-radius: 3px;
        margin-right: 0px!important;
        margin-top: 38px;
    }


    .btn-blanco-inv {
        background-color: #073758!important;
        border: 1px solid #073758!important;
        color: #ffffff!important;
        padding: 9px 15px!important;
        border-radius: 22px!important;
    }
    .btn-blanco-inv:hover{
        background-color: transparent!important;
        border: 1px solid #073758!important;
        color: #073758!important;
        padding: 9px 15px!important;
        border-radius: 22px!important;
        text-decoration: none;
    }

}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}


.carousel-control-prev-icon {
    background-image: url(../images/prev.png)!important;
}

.carousel-control-next-icon {
    background-image: url(../images/next.png)!important;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 72px;
    height: 69px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

/*.carousel-control-prev {
    left: -35px;
}
.carousel-control-next {
    right: -35px;
}*/
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5%;
    color: #fff;
    text-align: center;
    opacity: 1;
}

/* large - display 6 */
@media (min-width: 992px) {
    
    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
      transform: translateX(50%);
    }
    
    .carousel-inner .carousel-item-left.active, 
    .carousel-inner .carousel-item-prev {
      transform: translateX(-50%);
    }
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left{ 
  transform: translateX(0);
}
.movie-img {
    height:auto;
    width: 180px;
    background-color:  #ffffff;
    overflow: hidden;
    /*background-image: url("https://i.hizliresim.com/mX07R4.png");*/
    background-repeat:no-repeat;
    background-size: cover;
    object-fit: fill;
}


.movie-img2 {
    height:auto;
    width: auto;
    background-color:  #ffffff;
    overflow: hidden;
    /*background-image: url("https://i.hizliresim.com/mX07R4.png");*/
    background-repeat:no-repeat;
    background-size: cover;
    object-fit: fill;
}

.movie-title {
    height: auto; 
    width:180px;
    background-color: #ffffff;
    overflow: hidden;
}



.col-container {
  display: table;
  width: 100%;
}
.col_table {
  display: table-cell;
  padding: 16px;
}




.text_leer_mas{
    position: absolute;
    bottom: 0px;
}

@media (min-width: 768px){
.navbar-right .dropdown-menu {
    right: auto;
    left: 0;
}
}

@media (min-width: 782px){
.block-columns {
    flex-wrap: nowrap!important;
}
}
@media (min-width: 782px){
.block-columns:not(.is-not-stacked-on-mobile)>.block-column {
    flex-basis: 0;
    flex-grow: 1;
}
}




#section-7-420 > .ct-section-inner-wrap {
    display: grid;
    align-items: stretch;
    grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
#section-7-420 > .ct-section-inner-wrap > :nth-child(1) {
    grid-column: span 3;
}

#div_block-15-230 {
    flex: 0 0 50%;
    max-width: 50%;
    width: 30%;
  }
    justify-content: center;
}
}
@media (min-width: 768px) and (max-width: 991.98px) {
#div_block-17-230 {
  
    text-align: left;
    align-items: center;
    justify-content: center;
}
.slide-box img {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    width: 30.00%;
  }
}
@media (min-width: 992px){
  .slide-box img {

   
}
}
.background_gris{
    background-color: #eceff2;
}
.pt-7 {
    padding-top: 7rem!important;
}
#div_block-1114-420 {
    background-image: url(../images/card-mejores-1.jpg);
    background-size: cover;
    width: 100%;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    min-height: 300px;
    justify-content: space-around;
}
#div_block-1117-420 {
    background-image: url(../images/card-revista.jpg);
    background-size: cover;
    width: 100%;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    min-height: 300px;
    justify-content: space-around;
}
#div_block-1120-420 {
    background-image: url(../images/card-premios-1.jpg);
    background-size: cover;
    width: 100%;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    min-height: 300px;
    justify-content: space-around;
    margin-bottom: 62px;
}
#div_block-649-500 {
    background-image: url(../images/mid_forbes.jpg);
    background-size: cover;
    width: 100%;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    min-height: 300px;
    justify-content: space-around;
}
#div_block-654-500 {
    background-image: url(../images/mid_mejores.jpg);
    background-size: cover;
    width: 100%;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    min-height: 300px;
    justify-content: space-around;
}
#div_block-657-500 {
    background-image: url(../images/mid_prestigiosos.jpg);
    background-size: cover;
    width: 100%;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    min-height: 300px;
    justify-content: space-around;
}
#div_block-660-500 {
    background-image: url(../images/mid_abc.jpg);
    background-size: cover;
    width: 100%;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    min-height: 300px;
    justify-content: space-around;
}
#div_block-663-500 {
    background-image: url(../images/mid_comision.jpg);
    background-size: cover;
    width: 100%;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    min-height: 300px;
    justify-content: space-around;
}
#div_block-710-1064 {
    background-image: url(../images/card-2-bolonia-1.jpg);
    background-size: cover;
    width: 100%;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    min-height: 300px;
    justify-content: space-around;
}
#div_block-714-1064 {
    background-image: url(../images/card-3-ruber-1.jpg);
    background-size: cover;
    width: 100%;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    min-height: 300px;
    justify-content: space-around;
}
#div_block-719-1064 {
    background-image: url(../images/card-4-cinco-mejores.jpg);
    background-size: cover;
    width: 100%;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    min-height: 300px;
    justify-content: space-around;
}
#div_block-722-1064 {
    background-image: url(../images/card-5-semcpt-1.jpg);
    background-size: cover;
    width: 100%;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    min-height: 300px;
    justify-content: space-around;
}
#div_block-725-1064 {
    background-image: url(../images/card-6-grecmip-1.jpg);
    background-size: cover;
    width: 100%;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    min-height: 300px;
    justify-content: space-around;
}
#div_block-729-1064 {
    background-image: url(../images/card-7-europa-1.jpg);
    background-size: cover;
    width: 100%;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    min-height: 300px;
    justify-content: space-around;
}
#div_block-733-1064 {
    background-image: url(../images/card-8-sociedad-italiana-1.jpg);
    background-size: cover;
    width: 100%;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    min-height: 300px;
    justify-content: space-around;
}
#div_block-736-1064 {
    background-image: url(../images/card-9-uni-murcia-1-1.jpg);
    background-size: cover;
    width: 100%;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    min-height: 300px;
    justify-content: space-around;
}
#div_block-739-1064 {
    background-image: url(../images/card-10-fifa-1.jpg);
    background-size: cover;
    width: 100%;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    min-height: 300px;
    justify-content: space-around;
}
#div_block-743-1064 {
    background-image: url(../images/card-11-mapfre-1.jpg);
    background-size: cover;
    width: 100%;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    min-height: 300px;
    justify-content: space-around;
}
#div_block-747-1064 {
    background-image: url(../images/card-12-hipocrates-1.jpg);
    background-size: cover;
    width: 100%;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    min-height: 300px;
    justify-content: space-around;
}
#div_block-750-1064 {
    background-image: url(../images/card-13-aafas-1.jpg);
    background-size: cover;
    width: 100%;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    min-height: 300px;
    justify-content: space-around;
}
#div_block-753-1064 {
    background-image: url(../images/card-14-go5d-1.jpg);
    background-size: cover;
    width: 100%;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    min-height: 300px;
    justify-content: space-around;
}
#div_block-756-1064 {
    background-image: url(../images/card-15-giamis-1.jpg);
    background-size: cover;
    width: 100%;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    min-height: 300px;
    justify-content: space-around;
}
#div_block-700-1064 {
    background-image: url(../images/card-1-gregorio-maranon-1.jpg);
    background-size: cover;
    width: 100%;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    min-height: 300px;
    justify-content: space-around;
}

.text_cuadro_medico{
    color: #0074db;
    font-weight: bold;
    margin-top: 0.75rem!important;
}


.text_cuadro_medico2{
    color: #2b94e1;
    font-weight: bold;
}

.text_cuadro_medico{
    color: #0074db;
    
}

#jugadores.container {
    max-width: 80%;
}

.jugadores_div{
    padding: 34px;

}

.jugadores_img{
    border: 1px solid #000000;
    padding: 0 10px;
}

.text_jugadores{
    color: #073758;
    font-weight: bold;
    margin-top: 23px;
}

.text_jugadores2{
    color: #2b94e1
}


.page-numbers {
    padding-left: 4px;
}

a.page-numbers {
    color: #073758;
}

.contenedor-grid .page-numbers {
    margin: 0 10px !important;
}


.oxy-repeater-pages {
    justify-content: start;
    font-size: 28px;
    color: #073758;
    margin-top: 20px;
    flex-direction: row;
}
.oxy-repeater-pages .current {
    text-decoration: underline;
}

.wp-block-separator {
    border-top: 1px solid;
    border-bottom: 1px solid;
}
.contacto{
    font-size: 18px;
    margin-top: 3rem;
}

@media (max-width: 767px){


        #div_block-1114-420 {
            background-position: 50% 0%;
        }
        #div_block-1117-420 {
            background-position: 50% 0%;
        }
        #div_block-1120-420 {
            background-position: 50% 0%;
        }
        #div_block-649-500 {
            background-position: 50% 0%;
        }
        #div_block-654-500 {
            background-position: 50% 0%;
        }
        #div_block-657-500 {
           background-position: 50% 0%;
        }
        #div_block-660-500 {
            background-position: 50% 0%;
        }
        #div_block-663-500 {
           background-position: 50% 0%;
        }
        #div_block-710-1064 {
            background-position: 50% 0%;
        }
        #div_block-714-1064 {
           background-position: 50% 0%;
        }
        #div_block-719-1064 {
            background-position: 50% 0%;
        }
        #div_block-722-1064 {
           background-position: 50% 0%;
        }
        #div_block-725-1064 {
            background-position: 50% 0%;
        }
        #div_block-729-1064 {
            background-position: 50% 0%;
        }
        #div_block-733-1064 {
            background-position: 50% 0%;
        }
        #div_block-736-1064 {
            background-position: 50% 0%;
        }
        #div_block-739-1064 {
            background-position: 50% 0%;
        }
        #div_block-743-1064 {
           background-position: 50% 0%;
        }
        #div_block-747-1064 {
           background-position: 50% 0%;
        }
        #div_block-750-1064 {
            background-position: 50% 0%;
        }
        #div_block-753-1064 {
           background-position: 50% 0%;
        }
        #div_block-756-1064 {
           background-position: 50% 0%;
        }
        #div_block-700-1064 {
           background-position: 50% 0%;
        }
        
}


@media (max-width: 694px) and (min-width: 576px) {

    #rodilla_landing .col_table {
        display: table-cell;
        padding: 6px;
        height: 359px;
    }
    .shadow_color {
      
        margin-right: 19px!important;
       
    }
}

@media (max-width: 575px){
    .shadow_color {
        
        margin-right: 0px!important;
      
    }
    #orthopodologia.container {
        max-width: 100%;
    }
    .nav-pills .nav-link {
        border-radius: 25px;
        margin: 10px;
        font-size: 15px;
        line-height: 10px;
    }
    .nav-pills .nav-link.active{
        font-size: 15px;
        line-height: 10px;
    }
}


#section-423-420 {
    background-image: url(../images/bg_header_seccion-scaled.jpg);
    text-align: left;
}
#section-423-420 {
    text-align: left;
    background-color: #073758;
}

#section-423-420 > .ct-section-inner-wrap {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.fa-plus-circle:before {
    content: "\f055";
    font-size: 25px;
}

#headline-434-420 {
    color: #ffffff;
}

#headline-436-420 {
    color: #ffffff;
}

#section-423-420 > .ct-section-inner-wrap {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.headline_background{
max-width: 400px;
    color: #ffffff;
    font-weight: bold;
}
.headline_background2{
max-width: 400px;
    color: #073758;
    font-weight: bold;
}
#headline-1115-420 {
    max-width: 400px;
    color: #ffffff;
}
#headline-1118-420 {
    max-width: 400px;
    color: #ffffff;
}
#headline-1121-420 {
    max-width: 400px;
    color: #ffffff;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #ffffff!important;
    background-color: #073758;
    font-weight: 400;
    border-radius: 25px;
}
#ripoll .nav>li>a {
    position: relative;
    display: block;
    padding: 7px 16px;
    color: #073758;
    font-weight: 400;
    font-size: 16px;
    border: 1px solid #073758;
}
#ripoll.container{
    max-width: 92%;
}

#rodilla_landing.container{
    max-width: 70%;
}
.nav-pills .nav-link {
    border-radius: 25px;
    margin: 10px;
}

/*#section-1112-420 > .ct-section-inner-wrap {
    
}
}*/
#div_block-1149-420 {
    width: 100%;
    text-align: left;
    flex-direction: row;
    display: flex;
    align-items: center;
}
#_dynamic_list-1147-420 {
    align-items: stretch;
    grid-template-columns: repeat(1,minmax(200px,1fr));
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: grid;
}
#div_block-1150-420 {
    max-width: 60px;
}
#div_block-1152-420 {
    width: 100%;
    padding-left: 10px;
}
#_rich_text-646-500 {
    font-weight: 300;
    margin-bottom: 1px;
    margin-left: 0px;
}
.ct-video {
    width: 100%;
}
#video-647-500 >.oxygen-vsb-responsive-video-wrapper {
    padding-bottom: 56.25%;
}
.ct-video > .oxygen-vsb-responsive-video-wrapper {
    position: relative;
}

.shadow_color {

    box-shadow: 0px 0px 7px 7px rgb(0 0 0 / 15%);
    background-color: #e1ebed;
    border-radius: 3px;
    margin-right: 49px;
    margin-top: 38px;
}

.shadow_color2 {

   
    border-radius: 3px;
    margin-right: 49px;
    margin-top: 38px;
}

.img_rodilla{
    border-radius: 50%;
    width: 80px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
#rodilla_landing .col_table {
    display: table-cell;
    padding: 16px;
    height: 359px;
}
.text_rodilla{
    color: #073758;
    font-weight: bold;
}

.rodilla_background{

    background-image: url(../images/Combined-Shape_baja.png);
    background-size: cover;
    background-repeat: no-repeat;
    
    background-position: 50% 50%;

}

.h1_modal{

    font-size: 44px;
    font-weight: bold;
}
.modal-body h2 {
   margin-top: 2rem;
    margin-bottom: 1rem;
}

.modal-body .oxy-rich-text{
    margin-bottom: 2rem;
    margin-top: 1rem;
}

@media (min-width: 576px){
    .modal-dialog {
        max-width: 50%;
        margin: 1.75rem auto;
    }
}


.video-responsive {
    overflow:hidden;
    padding-bottom:400px; 
    position:relative;
    height:0;
}

.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}