body {
    display: flex;
    flex-direction: column;

    min-height: 100vh;
    font-family: Montserrat;
    color: #000;
    background: transparent !important;
}

.center {
    text-align: center;
}

h1 {
    margin: 0;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: normal;
    color: #002F6C;
}

h2 {
    margin: 0;
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: normal;
    color: #002F6C;
}

h3 {
    margin: 0;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: normal;
    color: #002F6C;
}

h4 {
    margin: 0;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 130%;
    letter-spacing: normal;
    text-align: left;
    color: #002f6c;
}

h5 {
    margin: 0;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 130%;
    text-align: center;
    color: #002f6c;
}

a {
    display: block;

    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 130%;
    letter-spacing: normal;
    text-align: left;
    color: #6D81A3;
}

a:link {
    text-decoration: none;
    ;
    color: #6D81A3;
}

a:visited {
    text-decoration: none;
    color: #6D81A3;
}

a:focus {
    text-decoration: none;
    color: #6D81A3;
}

.link_lenguaje {
    cursor: pointer;
    font-weight: 800;
}

p {
    margin: 0;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    color: #000;
}

.fuente_pequena {
    font-size: 12px;
    font-weight: 600;
    color: #002f6c;
}

.bold {
    font-weight: 700;
}

.color_IBSA {
    color: #002f6c;
}

.product_related_download {
    color: #002F6C;

    /* Label/14px Book */
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 18.2px */
}


label {
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: normal;
    color: #6D81A3;
}

input {
    width: 100%;
    height: 60px;
    margin-top: 10px;
    background: #F7F7F7;
    -webkit-box-shadow: 0 0 0px 1000px #F7F7F7 inset;
    -webkit-text-fill-color: #002F6C;
    border: 3px solid #F7F7F7;
    padding: 10px 20px;
    border-radius: 10px;
    outline: none;

    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 130%;
    letter-spacing: normal;
    text-align: left;
    color: #002F6C;
}

input::placeholder {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 130%;
    letter-spacing: normal;
    text-align: left;
    color: #A5B9D9;
    -webkit-text-fill-color: #A5B9D9;
}

input:focus {
    border: 3px solid #002F6C;
    -webkit-box-shadow: 0 0 8px 1000px #F7F7F7 inset;
}

input:hover {
    -webkit-box-shadow: 0 0 0px 1000px #F7F7F7 inset;
}

.input_incorrect {
    border: 3px solid #C00000 !important;
}

input:read-only {
    background: transparent;
    -webkit-box-shadow: none !important;
    border: 3px solid transparent !important;
    padding: 10px 20px;
    border: none;
    outline: none;
}

input:read-only.input_incorrect {
    background: transparent;
    -webkit-box-shadow: none !important;
    border: 3px solid #C00000 !important;
    padding: 10px 20px;
    border: none;
    outline: none;
}

input[type='checkbox'] {
    width: 24px;
    height: 24px;
    margin: 0;
    cursor: pointer;
}

.tipoInput {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #393939;
}

textarea {
    display: flex;
    width: 100%;
    height: 218px;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 17px;
    flex: 1 0 0;
    border-radius: 4px;
    background: #F7F7F7;
    border: none;
    resize: none;
}

.button {
    display: flex;
    padding: 15px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;

    width: fit-content;
    border-radius: 5px;
    background: #002F6C;
    border: 2px solid #002F6C;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    cursor: pointer;

    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    color: #F7F7F7;
}

.button:hover {
    border: 2px solid #8696B0;
}

.button:active {
    background: #6D81A3;
    border: 2px solid #6D81A3;
}

.disabled {
    background: #E6E6E6;
    border: 2px solid #E6E6E6;
    pointer-events: none;

    color: #A6A6A6;
}

.button_product {
    padding: 10px 20px;
    margin: 5px;
    gap: 0;
}

.buttons_gallery_card {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;

    width: 100%;
}

.button_gallery_card {
    padding: 10px;
    display: flex;
    padding: 15px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;

    width: 140px;    
    height: 50px;
    border-radius: 5px;
    background: #002F6C;
    border: 2px solid #002F6C;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    cursor: pointer;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    color: #F7F7F7;
    text-align: center;
}
.button_gallery_card.disabled{
    background: #e3e3e3;
    border: 2px solid #837e7e;
    color: #777676;
}

.button_gallery_card.richt {
    margin-left: auto;
}

.item_filter {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 24px;

    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    color: #002F6C;
}

.bottom_material_filter {
    display: flex;
    align-items: center;

    background-color: #D3DAE5;
    padding: 4px 10px;
    border-radius: 10px;
    cursor: pointer;

    text-align: center;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    color: #F7F7F7;
}

.bottom_material_filter.active {
    background-color: #6D81A3;
}

.bottom_slider {
    display: flex;
    align-items: center;
    gap: 10px;

    width: fit-content;

    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    color: #002F6C;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
    margin: 0;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #E6E6E6;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: #A6A6A6;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #F2CEC0;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);

    background-color: #002F6C;
}

/*------ ADDED CSS ---------*/
.on {
    display: block;
}

.on {
    color: white;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 70%;
    font-size: 10px;
    font-family: Verdana, sans-serif;
}

.off {
    color: white;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 30%;
    font-size: 10px;
    font-family: Verdana, sans-serif;
}

input:checked + .slider .on {
    display: block;
}

input:checked + .slider .off {
    display: none;
}

/*--------- END --------*/
/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.section {
    width: 100%;
    padding: 80px 15px;
}

.container {
    width: 100%;
    max-width: 1128px;
    margin: auto;
    padding: 0;
}

.button_contact {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    gap: 10px;
    position: fixed;
    top: 440px;
    left: -100px;
    border-radius: 0px 0px 5px 5px;
    background: #002F6C;
    width: fit-content;
    transform: rotate(-90deg);
    padding: 8px 15px;
    cursor: pointer;
    z-index: 999;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    color: #F7F7F7;
    width: 230px;
}

.button_contact svg {
    transform: rotate(90deg);
}

.button_contact span {
    margin-top: -1px;
}

.carousel_title {
    margin-top: 40px;

    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    color: #002F6C;
}

.container_carousel {
    /* width: 100%;     */
    margin: 40px 0 40px 0;

    overflow: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.container_carousel::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.container_carousel::-webkit-scrollbar-track {
    background: transparent;
    /* color of the tracking area */
}

.container_carousel::-webkit-scrollbar-thumb {
    background-color: transparent;
    /* color of the scroll thumb */
    border-radius: none;
    /* roundness of the scroll thumb */
    border: none;
    /* creates padding around scroll thumb */
}

.carousel {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-wrap: nowrap;
    gap: 20px;

    width: fit-content;
    min-width: 100%;
    padding-right: 5px;
}

.banner_no_contents {
    display: flex;
    align-items: center;
    justify-content: center;

    background: #D3DAE5;
    width: 100%;
    height: 270px;
    border-radius: 7px;

    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    color: #002F6C;
}

.card_hidden {
    visibility: hidden;
    scroll-snap-align: start;

    width: 266px !important;
    height: 260px;
    border-radius: 7px;
    border: solid 1px #002F6C;
}

.card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;

    scroll-snap-align: start;

    background-color: #FFFFFF;
    width: 266px !important;
    height: 418px;
    border-radius: 7px;
    border: solid 1px #002F6C;
}

.card_img {
    background-image: url("../img/contents/content_1.png");
    background-size: cover;
    width: 100%;
    height: 150px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.propaedeutic {
    position: absolute;
    left: 10px;
    top: 10px;

    display: flex;
    padding: 4px 10px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #FFD8CA;

    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    color: #002F6C;
}

.card .favorite_product {
    margin-top: auto;
}

.favorite_product {
    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 100%;
    padding: 20px 20px 10px 20px;
}

.favorite {
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.f_off {
    background-image: url(../img/contents/button_favorite_off.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.f_on {
    background-image: url(../img/contents/button_favorite_on.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.card h4 {
    padding: 0 20px 0 20px;
    height: 69px;

    font-size: 18px;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: var(--line-clamp, 3);
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.card_info {
    height: 64px;
    padding: 10px 20px 0 20px;

    color: #002F6C;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;

    word-break: break-word;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: var(--line-clamp, 3);
    -webkit-box-orient: vertical;
}

.card_info p {
    padding: 0;

    color: #002F6C;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;

}

.container_card_button {
    width: 100%;
    padding: 25px 20px 20px 20px;
}

.container_card_button .button {
    width: 100%;
    padding: 5px 20px;
    border-radius: 10px;
}

.card_document {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;

    padding: 20px;
    scroll-snap-align: start;

    background-color: #D3DAE5;
    width: 264px !important;
    height: 427px;
    border-radius: 7px;
    border: solid 1px #002F6C;
}

.card_document div {
    padding: 0;
}

.card_document .favorite_product {
    margin-top: auto;
}

.card_document h4 {
    /* height: -webkit-fill-available; */
    height: inherit;
    max-height: 253px;
    font-size: 18px;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: var(--line-clamp, 11);
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.card_document .experts_library {
    height: 42px;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: var(--line-clamp, 2);
    overflow: hidden;
    -webkit-box-orient: vertical;

    color: #002F6C;
}

.card_gallery {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;

    scroll-snap-align: start;

    /**background-color: #FFFFFF;**/
    width: 264px !important;
    height: 410px;
    cursor: pointer;
}

.card_gallery_img {
    background-image: url("../img/contents/content_1.png");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 409px;
    border-radius: 10px;
}

.card_gallery .favorite_product {
    padding: 0;
}

.card_gallery h4 {
    height: 50px;
    font-size: 18px;

    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: var(--line-clamp, 2);
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.carousel_arrow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 15px;
}

.carousel_arrow img {
    cursor: pointer;
}

.carousel_arrow img:first-child {
    opacity: 0.5;
    cursor: default;
}

.carousel_points {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.point {
    width: 13px;
    height: 13px;
    border-radius: 17.5px;
    background: #D3DAE5;
    cursor: pointer;
}

.point_selected {
    width: 44px;
    height: 13px;
    border-radius: 17.5px;
    background: #002F6C;
    cursor: default;
}

.section_recentely_continue {
    background-color: #F5F7F9;
    border-top: solid 1px #002F6C;
}

.continue {
    margin-top: 150px;
}

#content hr {
    margin: 0 auto 40px auto;
}

.video_info_content {
    display: flex;
    align-items: stretch;
    justify-content: start;
    gap: 24px;
}

.video_description {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#video_content {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 840px;
    height: 474px;
    border-radius: 10px;
    border: 2px solid #002F6C;
    /*background: lightgray -4px -452.065px / 100.952% 238.159% no-repeat;*/
    background: #000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#video_content video {
    display: none;
    width: 840px;
    height: 474px;
    border-radius: 10px;
}

#description_content {
    width: 100%;
    max-width: 840px;
}

#info_content {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    width: 23%;
}

.card_tag {
    background: #6D81A3;
    padding: 4px 5px !important;
    border-radius: 10px;

    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    color: #F7F7F7;
}

.product_name {
    background: #6D81A3;
    padding: 4px 5px !important;
    border-radius: 10px;

    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    color: #F7F7F7;
}

.product_line {
    background: #6D81A3;
    padding: 4px 5px !important;
    border-radius: 10px;

    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    color: #F7F7F7;
}

.propaedeutic_content {
    display: flex;
    align-items: center;
    justify-content: center;

    margin: 10px 0 0 auto;
    padding: 4px 10px;
    border-radius: 10px;
    background: #FFD8CA;

    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    color: #002F6C;
}

.zone_experts {
    display: flex;
    flex-direction: column;
}

#content_zone_title {
    margin-top: 20px;
    margin-bottom: 12px;

    color: #002F6C;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

#content_zone {
    margin: 0;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    color: #002F6C;
}

#content_experts_title {
    margin-top: 20px;
    margin-bottom: 12px;

    color: #002F6C;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

#content_experts p {
    color: #002F6C;
}

#section_other {
    background-color: #F5F7F9;
    border-top: solid 1px #002F6C;
}

.viewer_pdf {
    height: 90vh;
    padding: 64px 80px;
    border-radius: 10px;
    background: #FFF6F2;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
}

.viewer_pdf .button {
    margin: 50px auto 25px auto;
}

#adobe-dc-view {
    width: 100%;
    height: 88%;
    border-radius: 10px;
    border: 3px solid var(--Secondary-Uno, #002F6C);
}



/*MENU MOBILE*/
#menu_mobile {
    display: none;
}

.hamburger {
    width: 44px;
    background-color: transparent;

    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
    transition: transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    z-index: 1002;
    cursor: pointer;
}

.hamburger.is-active {
    background-color: none;
}

._layer {
    background: #103068;
    margin-left: auto;
    margin-bottom: 6px;
    border-radius: 2px;
    width: 28px;
    height: 2px;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
    transition: all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
}

.hamburger.is-active .-top {
    -webkit-transform: translateY(530%) rotate(45deg) !important;
    -ms-transform: translateY(530%) rotate(45deg) !important;
    transform: translateY(530%) rotate(45deg) !important;
}

.hamburger.is-active .-mid {
    opacity: 0;
}

.hamburger.is-active .-bottom {
    -webkit-transform: translateY(-220%) rotate(135deg) !important;
    -ms-transform: translateY(-220%) rotate(135deg) !important;
    transform: translateY(-220%) rotate(135deg) !important;
}

#panel_menu_mobile {
    align-items: self-start !important;
    flex-direction: column;

    position: fixed;
    width: 100%;
    height: 0;
    top: 89px;
    background-color: #FFD8CA;
    overflow: auto;
    z-index: 995;
}

#options_menu_mobile {
    display: none;
    width: 100%;
    padding: 0 20px;
}

.menu_item_mobile {
    width: 100%;
    padding: 17px 0;

    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-align: center;
    color: #002F6C;
    cursor: pointer;
    text-transform: uppercase;
}


.policy_container {
    width: 100%;
    max-width: 1074px;
    margin: auto;
    margin-bottom: 157px;
}

.title_policy {
    margin-top: 74px;
    margin-bottom: 50px;

    font-family: Montserrat;
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.07;
    letter-spacing: normal;
    text-align: left;
    color: #002f6c;
}

.policy_container p {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #393939;
}

#modal_expert_data .modal-body {
    background: #fff6f2;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 80px 96px 50px 96px;
}

#modal_expert_data .button {
    margin: auto;
}

.expert_image_info {
    display: flex;
    align-items: stretch;
    justify-content: start;
    gap: 24px;

    margin-bottom: 50px;
}

.expert_image {
    width: 360px;
    height: 360px;
    border-radius: 10px;
    border: 3px solid #002F6C;
    background-image: url(../back/experts/1/antonello-tateo.png);
    background-position: center;
    background-size: cover;
}

.expert_info {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;

    width: 100%;
    max-width: 552px;
}

.filiation {
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-align: left;
    color: #6D81A3;
}

.expert_info p {
    text-align: left;
    margin-bottom: 14px;
}


.modal_content {
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15) !important;
}

@media (max-width: 520px) {
    body {
        padding-bottom: 75px;
    }

    h1 {
        font-family: Montserrat;
        font-size: 36px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.11;
        letter-spacing: normal;
        text-align: center;
        color: #002F6C;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-family: Montserrat;
        font-size: 21px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.1;
        letter-spacing: normal;
        text-align: center;
        color: #002F6C;
    }

    input:read-only {
        border-radius: 10px;
        border: 1px solid #CCC !important;
    }

    .button_contact {
        display: none;
    }

    .section {
        padding: 30px 15px;
    }

    .one {
        padding-top: 170px;
    }

    .one_submenu {
        padding-top: 190px;
    }

    .viewer_pdf {
        padding: 0;
    }

    .viewer_pdf .button {
        margin: 10px auto 0 auto;
    }

    .arrows_points {
        display: none;
    }

    .section_recentely_continue {
        border-top: none;
    }

    .continue {
        margin-top: 80px;
    }

    #main_title_content {
        font-size: 24px;
    }

    #content hr {
        margin: 0 auto 12px auto;
    }

    .video_description {
        flex-direction: column-reverse;
    }

    .video_info_content {
        flex-wrap: wrap;
    }

    #video_content {
        width: 100%;
        height: 205px;
    }

    #video_content video {
        width: 100%;
        height: 205px;
    }

    #info_content {
        width: 100%;
    }

    .favorite_product {
        flex-direction: row-reverse;
    }

    .propaedeutic_content {
        margin: 10px 0 0 0;
    }

    .zone_experts {
        flex-direction: row-reverse;
        justify-content: start;
        gap: 24px;

        width: 100%;
    }

    #section_other {
        border-top: none;
    }

    #modal_expert_data .modal-body {
        padding: 15px;
    }

    .expert_image_info {
        flex-wrap: wrap;
    }

    .button_product {
        width: 100%;
    }
}

.select-country{
    display: block;
    width: 100%;
    height: 60px;
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #F7F7F7;
    background-clip: padding-box;
    border: none;
    border-radius: 10px;
    outline: none;
    cursor: pointer;
    background-image: none;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 130%;
    letter-spacing: normal;
    text-align: left;
    color: #002F6C;
}