@charset "UTF-8";

/*--------------------------------------------------------------
>>> TABLA DE CONTENIDO:
----------------------------------------------------------------
# Normalize
# Forms
# Links
# Transitions
# Utilities
# Header
# Top Bar
# Header Sticky
# Panel Side Mobile
# Footer

# Carrusel Hero
#   Accesos Home
#   Nosotros
#   Investigaciones
##  Login
##  Patrocinadores
##  Patrocinadores Modal
##  Pacientes
##  Profesionales Médicos
##  Nosotros
##  Profesionales
##  Comite
##  Contacto
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

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

html {
    font-size: 16px;
    overflow-x: hidden;
}

body {
/*     font-family: "Montserrat", sans-serif; */
    font-family: "Open Sans", serif;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    position: relative;
}

body.modal-open {
    padding-right: 0 !important;
}

p {
    font-size: 1.125rem;
    line-height: 1.813rem;
    font-weight: 400;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6 {
/*     font-family: "Montserrat", sans-serif; */
    font-family: "Open Sans", serif;
}

img {
    max-width: 100%;
    height: auto;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input:focus,
select:focus {
  outline: 0;
}

input:focus-visible,
select:focus-visible {
  outline: 0;
}

button,
input,
select,
textarea {
  color: #000;
  font-size: 16px;
  line-height: 1.875;
  word-break: break-word;
  box-sizing: border-box;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
    width: 100%;
    color: #000;
    background: transparent;
    border: 2px solid #013F00;
    border-radius: 6px;
    padding: 10px 10px 10px 50px;
    box-sizing: border-box;
    outline: none;
    font-size: 0.875rem;
    font-weight: 500;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #013F00;
}

select {
  border: none;
  background: transparent;
  outline: none;
  border: 2px solid #013F00;
}

textarea {
  width: 100%;
  height: 130px;
  vertical-align: top;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #013F00;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #013F00;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #013F00;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #013F00;
}
/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a:hover, a:focus, a:active {
  color: #000;
  text-decoration: none;
}
a:focus {
  outline: 0;
}
a:hover, a:active {
  outline: 0;
}
/*--------------------------------------------------------------
# Transitions
--------------------------------------------------------------*/
a, .Web-Header, .Web-Header.Sticky, .cta, img, .menu,
.panel-overlay, {
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    letter-spacing: normal;
    color: #a4a4a4;
}
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
.Main-Wrapper {
    display: block;
    position: relative;
}

.main-border::before {
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    padding: 15px;
    background-color: #fff;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    z-index: 2;
}

.main-border::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    padding: 15px;
    background-color: #f4f4f4;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    z-index: 2;    
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}
#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -100px;
}

.cta {
    border: 2px solid #fff;
    padding: 5px 16px;
    color: #fff;
    width: auto;
    text-align: center;
    text-decoration: none;
    font-size: 0.938rem;
    font-weight: 700;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    position: relative;
    transition: all .5s ease;
}

.cta::before {
  display: inline-block;
  width: 2em;
  height: 2em;
  vertical-align: -0.125em;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='m20 12l.354-.354l.353.354l-.353.354zm-15 .5a.5.5 0 0 1 0-1zm9.354-6.854l6 6l-.708.708l-6-6zm6 6.708l-6 6l-.708-.708l6-6zM20 12.5H5v-1h15z'/%3E%3C/svg%3E");
  margin-right: 16px;
}

.cta:hover{
    color: #fff;
    text-decoration: none;
}

.cta_2 {
    background-color: #666666;
    border: 2px solid #666666;
    padding: 9px 20px;
    color: #fff;
    width: auto;
    text-align: center;
    text-decoration: none;
    font-size: 0.938rem;
    font-weight: 700;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    position: relative;
    transition: all .5s ease;
}

.cta_2:hover {
    background-color: #fff;
    color: #666666;
}

.panel-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
}

.panel-overlay.active {
    opacity: 1;
    visibility: visible;
}

.bg-grey {
    background-color: #EFEFEF;
}

/* -----------------
# Whatsapp flotante
------------------ */
.BoxBotonWhatsappFlotante {
    position: fixed;
    right: 15px;
    bottom: 24px;
    z-index: 9991;
}

.BoxBotonWhatsappFlotante .BtnLink {
    background: linear-gradient(180deg, rgba(95, 252, 123, 1) 0%, rgba(40, 209, 70, 1) 100%);
    width: 60px;
    height: 60px;
    background-size: contain;
    border-radius: 50%;
    box-shadow: 0px 5px 5px rgb(0 0 0 / 20%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.phone::after {
  display: inline-block;
  width: 1.2rem;
    height: 1.2rem;
    vertical-align: middle;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23C1A686' d='M19.5 22a1.5 1.5 0 0 0 1.5-1.5V17a1.5 1.5 0 0 0-1.5-1.5c-1.17 0-2.32-.18-3.42-.55a1.51 1.51 0 0 0-1.52.37l-1.44 1.44a14.77 14.77 0 0 1-5.89-5.89l1.43-1.43c.41-.39.56-.97.38-1.53c-.36-1.09-.54-2.24-.54-3.41A1.5 1.5 0 0 0 7 3H3.5A1.5 1.5 0 0 0 2 4.5C2 14.15 9.85 22 19.5 22M3.5 4H7a.5.5 0 0 1 .5.5c0 1.28.2 2.53.59 3.72c.05.14.04.34-.12.5L6 10.68c1.65 3.23 4.07 5.65 7.31 7.32l1.95-1.97c.14-.14.33-.18.51-.13c1.2.4 2.45.6 3.73.6a.5.5 0 0 1 .5.5v3.5a.5.5 0 0 1-.5.5C10.4 21 3 13.6 3 4.5a.5.5 0 0 1 .5-.5'/%3E%3C/svg%3E");
}

.location::after {
  display: inline-block;
  width: 1.2rem;
    height: 1.2rem;
    vertical-align: middle;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cg fill='none' stroke='%23C1A686' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11.5 5c0 3-4.5 6.5-4.5 6.5S2.5 8 2.5 5C2.5 2.549 4.549.5 7 .5s4.5 2.049 4.5 4.5'/%3E%3Cpath d='M7 6.5a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m4.077 3.5H12l1.5 3.5H.5L2 10h.923'/%3E%3C/g%3E%3C/svg%3E");
}

.box_content .subTitle {
    color: #013F00;
    font-size: 1.375rem;
    line-height: 1.625rem;
    font-weight: 700;
}

.box_content .title {
    font-size: 3.125rem;
    line-height: 3.5rem;
    font-weight: 700;
}

.seccion {
    padding: 90px 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.Web-Header {
    transition: all .3s ease-in-out;
    width: 100%;
}

.main-header .header-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
}

.header-row > [class^=col-header] {
    display: flex;
    align-items: stretch;
    position: static;
}

.header-row .col-header {
    flex-basis: 0;
    flex-grow: 0.65;
    max-width: 100%;
    width: 100%;
    min-height: 1px;
}

.header-row .col-header.col-nav_left {
    flex-grow: 0.2;
    align-items: center;
    justify-content: flex-start;
}

.header-row .col-header.col-nav_center {
    flex-grow: 0.6;
    align-items: center;
    justify-content: center;
}

.header-row .col-header.col-nav_right {
    flex-grow: 0.2;
    align-items: center;
    justify-content: flex-end;
}

.main-navigation {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: auto;
}

.main-navigation > ul {
    position: relative;
    display: flex;
    width: 100%;
    vertical-align: middle;
    height: 100%;
}

.main-navigation ul {
    font-weight: 700;
    font-size: 0.875rem;
    list-style: none;
    margin: 0px 0px;
    padding: 0px 0px;
}

.main-navigation > ul > li {
    margin: 0px 25px;
    padding: 0px 0px;
    float: left;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.main-navigation ul > li > a {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    text-align: center;
    outline: none;
    color: #081E3E;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    padding: 40px 0;
}

.main-navigation ul > li > a.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #013F00;
    z-index: 1;
}

.main-navigation ul > li > a.link_cta {
    font-size: 1rem;
    color: #fff;
    width: 200px;
    height: 50px;
    padding: 0;
    border: 2px solid #C1A686;
    background-color: #C1A686;
    text-align: center;
    justify-content: center;
    max-width: 100%;
    border-radius: 6px;
}

.main-navigation ul > li > a.link_cta:hover {
    color: #C1A686;
    background-color: #fff;
}

.col-nav.col-nav_left .main-navigation > ul > li:first-child {
    margin-left: 0;
}

.col-nav.col-nav_right .main-navigation > ul > li:last-child {
    margin-right: 0;
}

.btn_navBar {
    padding: 3px 7px;
    border: 1px solid #000;
    border-radius: 4px;
    line-height: 1;
    background-color: #fff;
}

.btn_navBar::after {
  display: inline-block;
  width: 2em;
  height: 2em;
  vertical-align: -0.125em;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' d='M3 6.001h18m-18 6h18m-18 6h18'/%3E%3C/svg%3E");
}

.Web-Header.Sticky .navigation-sticky {}

.navigation-sticky {
    position: fixed;
    top: -200px;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    transition: all 0.7s;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.Web-Header.Sticky .navigation-sticky {
    top: 0;
    opacity: 1;
}

.navigation-sticky .main-navigation ul {
    font-size: 0.875rem;
}

.navigation-sticky .main-navigation ul > li > a {
    padding: 23px 0;
}

.navigation-sticky .main-navigation ul > li > a.active::after {}

.navigation-sticky .main-navigation .subMenu li a {
    padding: 0;
}

.navigation-sticky .figure-logo {
    padding: 6px 16px;
}

.navigation-sticky .figure-logo .logo {
    width: 160px;
}

.header-logo .logo {
    width: 205px;
}

.header_fondo {
    height: 160px;
    background-color: #000;
}

.header_fondo.nosotros {
    background-image: url('../../assets/img/nosotros/header_bg_nosotros.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
.header_top_bar {
    padding: 13px 0;
    background-color: #013F00;
}

.header_top_bar_row {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
}

.col_top_bar {
    display: flex;
    align-items: stretch;
    position: static;
    flex-basis: 0;
    flex-grow: 0.65;
    max-width: 100%;
    width: 100%;
    min-height: 1px;
}

.col_top_bar.col_top_bar_left {
    -ms-flex-pack: center;
    justify-content: flex-start;
    align-items: center;
    flex-grow: 0.5;
}

.col_top_bar.col_top_bar_center {
    flex-grow: 0.2;
    align-items: center;
    justify-content: center;
}

.col_top_bar.col_top_bar_right {
    -ms-flex-pack: center;
    justify-content: flex-end;
    flex-grow: 0.5;
}

.header_top_bar .box_datos {}
.header_top_bar .box_datos .icon {
    margin-right: 10px;
}
.header_top_bar .box_datos .text {
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 0.875rem;
}
.header_top_bar .box_datos .text a {
    color: #fff;
    text-decoration: none;
}

.topBar_nav {
    margin-right: 24px;
}
.topBar_nav ul {
    display: flex;
    align-items: center;
}
.topBar_nav ul li {
    margin: 0 16px;
}
.topBar_nav ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 0.75rem;
    line-height: 1;
    font-weight: 600;
}

.list_social {
    display: flex;
    align-items: center;
    gap: 16px;
}

.list_social li a {
    color: #fff;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

/*--------------------------------------------------------------
# Header Sticky
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Panel Side Mobile
--------------------------------------------------------------*/
.side-panel {
    width: 300px;
    max-width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    background: #081E3E;
    overflow-x: hidden;
    z-index: 9999;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);

/*     -webkit-transform: translateX(0); */
/*     -ms-transform: translateX(0); */
/*     transform: translateX(0); */

    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.side-panel.side-panel-open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.side-panel_inner {
    height: 100%;
    padding: 32px 24px;
    padding-top: 0;
}

.side-panel_head {
    padding: 14px 0 13px;
    border-bottom: 1px solid #d2d2cc;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.side-panel_body {
    padding: 1.5rem 0;
}

.side-panel_body nav ul li {
    margin-bottom: 0.5rem;
}

.side-panel_body nav ul li a {
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 0;
    background-color: transparent;
    text-decoration: none;
    font-weight: 600;
    border-radius: 30px;
}

.side-panel_body nav ul li a.link_dest {
    background-color: #C1A686;
    padding: 6px 40px;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    display: inline-block;
    border-radius: 6px;
}

.side-panel-redes {
    margin-top: 24px;
    line-height: 0;
}

.side-panel-redes > a {
    padding: 10px;
    border-radius: 50%;
    background-color: #fff;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #000;
    font-size: 18px;
}

.main-navigation .subMenu {
    width: 200px;
    position: absolute;
    top: 100%;
    left: -24px;
    z-index: 5;
    background-color: rgb(0 159 227 / 75%);
    padding: 24px;
    transition: all .5s ease;
    opacity: 0;
    visibility: hidden;
}

.main-navigation .subMenu li {
    margin-bottom: 0.5rem;
}

.main-navigation .subMenu li:last-child {
    margin-bottom: 0;
}

.main-navigation .subMenu li a {
    color: #fff;
    padding: 0;
    font-weight: 300;
    font-family: 'PP Editorial New Ultralight';
    text-transform: capitalize;
    font-size: 1.1rem;
    letter-spacing: 0.04em;
}

.dropdown:hover .subMenu {
    opacity: 1;
    visibility: visible;
}

.dropdown-menu {
    min-width: 17rem !important;
    width: 100% !important;
    background-color: #fff !important;
    padding: 16px 20px !important;
    border: 0 !important;
    border-radius: 0 !important;
    transform: translate(0px, 100px) !important;
}

.dropdown-menu li {
    margin-bottom: 10px !important;
}

.dropdown-menu li:last-child {
    margin-bottom: 0 !important;
}

.dropdown-menu li a {
    padding: 0 !important;
    color: #2e294a !important;
    font-size: 0.813rem !important;
    font-weight: 600 !important;
    text-transform: math-auto !important;
}

.dropdown-menu li a:hover {
    color: #2e294a !important;
    background-color: transparent !important;
}

.dropdown-menu::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 24px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    transform: rotate(45deg);
}

.navigation-sticky .main-navigation ul > li.dropdown > .dropdown-menu {
    transform: translate(0px, 61px) !important;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.Web-Footer {
    padding-bottom: 64px;
    position: relative;
}

.Web-Footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    background-image: url('../../assets/img/CIMS-Muestra-Web_shape.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 1000px;
    height: 185px;
}

.widget-footer.widget-footer_01 {
    padding-top: 128px;
}

.widget-footer a {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
}

.footer_nav a {
    display: inline-block;
    margin-left: 5px;
    font-size: 0.875rem;
}

.footer_nav a::after {
    content: "|";
    display: inline-block;
    margin-left: 10px;
}

.footer_nav a:first-child {
    margin-left: 0;
}

.footer_nav a:last-child::after {
    display: none;
} 

.footer_nav.footer_nav_bottom a {
    text-transform: math-auto;
}

.footer_copy .copy {
    font-size: 12px;
    line-height: 1.5;
}

.footer_contacto {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 5px;
    row-gap: 10px;
    max-width: max-content;
    margin-right: auto;
    margin-left: auto;
}

.footer_contacto a:hover {
    color: #013F00;
}

.footer_title {
    grid-column: 1 / 3;
    margin-bottom: 0;
}

.footer_tel {
    grid-column: 1 / 3;
    margin-bottom: 0;
    font-size: 1rem;
}

.footer_contacto a.sep {
    position: relative;
}

.footer_contacto a.sep::after {
    content: "|";
    display: inline-block;
    margin-left: 10px;
    position: absolute;
    top: -1px;
    right: -7px;
}

/*--------------------------------------------------------------
# Carrusel Hero
--------------------------------------------------------------*/
#carouselHome .carousel-inner .carousel-item .carrusel_image {
    width: 100%;
    height: 740px;
    object-fit: cover;
    object-position: center;
}

.carousel-caption {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0%;
    width: 100%;
    padding-top: 120px;
    padding-bottom: 0;
    text-align: left;
}

.carousel-caption .carousel-caption_inner {
    width: 1164px;
    max-width: 100%;
    padding: 0 12px;
    margin-right: auto;
    margin-left: auto;
}

.hero_content .title {
    font-size: 3.75rem;
    line-height: 4.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.hero_content .subTitle {
    font-size: 1.375rem;
    line-height: 1.625rem;
    font-weight: 700;
}

.hero_content p {
    font-size: 1.125rem;
    line-height: 1.813rem;
    font-weight: 600;
    max-width: 627px;
}

/*--------------------------------------------------------------
#   Accesos Home
--------------------------------------------------------------*/
.box_accesos_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    top: -55%;
    z-index: 10;
}

.box_accesos_grid .box_acceso {
    background-color: #013F00;
    color: #fff;
    padding: 40px 32px;
}

.box_accesos_grid .box_acceso.box_acceso_01 {}

.box_accesos_grid .box_acceso.box_acceso_02 {
    background-color: #C1A686;
}

.box_accesos_grid .box_acceso.box_acceso_03 {
    background-color: #E6E6E6;
    color: #666666;
}

.box_accesos_grid .box_acceso.box_acceso_03 .cta {
    border: 2px solid #666666;
    color: #666666;
}

.box_accesos_grid .box_acceso.box_acceso_03 .cta::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23666666' d='m20 12l.354-.354l.353.354l-.353.354zm-15 .5a.5.5 0 0 1 0-1zm9.354-6.854l6 6l-.708.708l-6-6zm6 6.708l-6 6l-.708-.708l6-6zM20 12.5H5v-1h15z'/%3E%3C/svg%3E");
}

.box_accesos_grid .box_acceso h3 {
    font-size: 1.2rem;
    line-height: 1.188rem;
    font-weight: 700;
}

.box_accesos_grid .box_acceso p {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
}

.box_accesos_grid .box_acceso .cta {
    background-color: transparent;
}

.box_accesos_grid .box_acceso.box_acceso_01 .cta:hover {
    background-color: #fff;
    color: #013F00;
}

.box_accesos_grid .box_acceso.box_acceso_01 .cta:hover::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23013F00' d='m20 12l.354-.354l.353.354l-.353.354zm-15 .5a.5.5 0 0 1 0-1zm9.354-6.854l6 6l-.708.708l-6-6zm6 6.708l-6 6l-.708-.708l6-6zM20 12.5H5v-1h15z'/%3E%3C/svg%3E");
}

.box_accesos_grid .box_acceso.box_acceso_02 .cta:hover {
    background-color: #fff;
    color: #C1A686;
}

.box_accesos_grid .box_acceso.box_acceso_02 .cta:hover::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23C1A686' d='m20 12l.354-.354l.353.354l-.353.354zm-15 .5a.5.5 0 0 1 0-1zm9.354-6.854l6 6l-.708.708l-6-6zm6 6.708l-6 6l-.708-.708l6-6zM20 12.5H5v-1h15z'/%3E%3C/svg%3E");
}

.box_accesos_grid .box_acceso.box_acceso_03 .cta:hover {
    background-color: #666666;
    color: #E6E6E6;
}

.box_accesos_grid .box_acceso.box_acceso_03 .cta:hover::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23E6E6E6' d='m20 12l.354-.354l.353.354l-.353.354zm-15 .5a.5.5 0 0 1 0-1zm9.354-6.854l6 6l-.708.708l-6-6zm6 6.708l-6 6l-.708-.708l6-6zM20 12.5H5v-1h15z'/%3E%3C/svg%3E");
}

/*--------------------------------------------------------------
#   Nosotros
--------------------------------------------------------------*/
.seccion_nosotros {
    position: relative;
    bottom: -48px;
}
.seccion_nosotros .img_nosotros {
    border-radius: 20px;
}
.seccion_nosotros .box_content .text_numero {
    color: #013F00;
    line-height: 1;
    font-weight: 600;
}
.seccion_nosotros .box_content .text_numero .numero {
    font-weight: 700;
    font-size: 8.813rem;
}
.seccion_nosotros .box_content .text_numero_02 {
    font-size: 1rem;
    line-height: 1.5rem;
}

/*--------------------------------------------------------------
#   Investigaciones
--------------------------------------------------------------*/
.seccion_investigacion {
    padding: 120px 0;
}

.card_investigacion {
    background-color: transparent;
    border: 0;
}

.card_investigacion .portada {
    border-radius: 6px;
}

.card_investigacion .card_content {
    padding: 24px;
}

.card_investigacion .card_content h3 {
    font-size: 1.25rem;
    line-height: 1.813rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.card_investigacion .card_content p {
    line-height: 1.5rem;
}

.card_investigacion .card_content .cta {
    margin-top: 1rem;
    border: 2px solid #013F00;
    color: #013F00;
}

.card_investigacion .card_content .cta::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23013F00' d='m20 12l.354-.354l.353.354l-.353.354zm-15 .5a.5.5 0 0 1 0-1zm9.354-6.854l6 6l-.708.708l-6-6zm6 6.708l-6 6l-.708-.708l6-6zM20 12.5H5v-1h15z'/%3E%3C/svg%3E");
}

.card_investigacion .card_content .cta:hover {
    background-color: #013F00;
    color: #fff;
}

.card_investigacion .card_content .cta:hover::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='m20 12l.354-.354l.353.354l-.353.354zm-15 .5a.5.5 0 0 1 0-1zm9.354-6.854l6 6l-.708.708l-6-6zm6 6.708l-6 6l-.708-.708l6-6zM20 12.5H5v-1h15z'/%3E%3C/svg%3E");
}

/*--------------------------------------------------------------
##  Login
--------------------------------------------------------------*/
.hero_login .img_hero_login {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: top center;
}

.box_form_login {
    width: 470px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    background-color: #F2F2F2;
    padding: 48px;
    position: relative;
    top: -215px;
}

.box_form_login .form_group .btn_login {
    background-color: #013F00;
    color: #fff;
    width: 100%;
    border: 0;
    border-radius: 6px;
    font-size: 0.938rem;
    line-height: 1;
    font-weight: 700;
    padding: 17px;
}

.box_form_login .form_group .form_icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.box_form_login .form_group .form_icon.icon_user::after {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: -0.125em;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23013F00' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Ccircle cx='12' cy='8' r='5' fill='%23013F00'/%3E%3Cpath d='M20 21a8 8 0 1 0-16 0'/%3E%3Cpath fill='%23013F00' d='M12 13a8 8 0 0 0-8 8h16a8 8 0 0 0-8-8'/%3E%3C/g%3E%3C/svg%3E");
}

.box_form_login .form_group .form_icon.icon_pass::after {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: -0.125em;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23013F00' d='M12 17a2 2 0 0 0 2-2a2 2 0 0 0-2-2a2 2 0 0 0-2 2a2 2 0 0 0 2 2m6-9a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V10a2 2 0 0 1 2-2h1V6a5 5 0 0 1 5-5a5 5 0 0 1 5 5v2zm-6-5a3 3 0 0 0-3 3v2h6V6a3 3 0 0 0-3-3'/%3E%3C/svg%3E");
}

/*--------------------------------------------------------------
##  Patrocinadores
--------------------------------------------------------------*/
.seccion_hero {
    background-color: #013F00;
    color: #fff;
    padding: 80px 0;
}

.seccion_hero .box_hero_content {}

.seccion_hero .box_hero_content .subTitle {
    font-size: 1.125rem;
    line-height: 1.313rem;
    font-weight: 700;
}

.seccion_hero .box_hero_content .title {
    font-size: 3.125rem;
    font-weight: 700;
    line-height: 3.5rem;
}

.seccion_patrocinadores {
    padding: 90px 0;
}

.seccion_patrocinadores h3,
.seccion_patrocinadores h4 {
    color: #333333;
    font-size: 1.375rem;
    line-height: 1.625rem;
    font-weight: 700;
}

.box_areas {
    background-color: #E6E6E6;
    color: #333333;
    display: grid;
    grid-template-columns: 55px 266px 1fr 1fr;
    align-items: center;
    gap: 24px;
    padding: 42px;
    border-radius: 10px;
}

.box_areas h5 {
    color: #333333;
    font-size: 1.375rem;
    line-height: 1.625rem;
    font-weight: 700;
    margin-bottom: 0;
}

.box_areas p {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5rem;
}

.box_areas .box_ctas {}

.box_areas .box_ctas .cta {
    width: 158px;
    height: 40px;
    padding: 5px 10px;
    max-width: 100%;
    justify-content: flex-start;
}

.box_areas .box_ctas .cta::before {
    margin-right: 10px;
}

.box_areas .box_ctas .cta.cta_activo {
    border: 2px solid #006837;
    color: #006837;
}

.box_areas .box_ctas .cta.cta_activo::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23006837' d='m20 12l.354-.354l.353.354l-.353.354zm-15 .5a.5.5 0 0 1 0-1zm9.354-6.854l6 6l-.708.708l-6-6zm6 6.708l-6 6l-.708-.708l6-6zM20 12.5H5v-1h15z'/%3E%3C/svg%3E");
    margin-right: 10px;
}

.box_areas .box_ctas .cta.cta_activo:hover {
    background-color: #006837;
    color: #fff;
}

.box_areas .box_ctas .cta.cta_activo:hover::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='m20 12l.354-.354l.353.354l-.353.354zm-15 .5a.5.5 0 0 1 0-1zm9.354-6.854l6 6l-.708.708l-6-6zm6 6.708l-6 6l-.708-.708l6-6zM20 12.5H5v-1h15z'/%3E%3C/svg%3E");
}

.box_areas .box_ctas .cta.cta_finalizado {
    border: 2px solid #FF0000;
    color: #FF0000;
}

.box_areas .box_ctas .cta.cta_finalizado::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FF0000' d='m20 12l.354-.354l.353.354l-.353.354zm-15 .5a.5.5 0 0 1 0-1zm9.354-6.854l6 6l-.708.708l-6-6zm6 6.708l-6 6l-.708-.708l6-6zM20 12.5H5v-1h15z'/%3E%3C/svg%3E");
}

.box_areas .box_ctas .cta.cta_finalizado:hover {
    background-color: #FF0000;
    color: #fff;
}

.box_areas .box_ctas .cta.cta_finalizado:hover::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='m20 12l.354-.354l.353.354l-.353.354zm-15 .5a.5.5 0 0 1 0-1zm9.354-6.854l6 6l-.708.708l-6-6zm6 6.708l-6 6l-.708-.708l6-6zM20 12.5H5v-1h15z'/%3E%3C/svg%3E");
}

.card_profesionales {
    padding: 40px 40px;
    border-radius: 14px;
    height: 100%;
    justify-content: space-between;
}

.card_profesionales h5 {
    color: #013F00;
    font-size: 1.375rem;
    line-height: 1.625rem;
    font-weight: 700;
}

.card_profesionales .puesto {
    color: #666666;
    font-weight: 600;
    margin-bottom: 0;
    margin-bottom: 0.5rem;
}

.card_profesionales .link {
    color: #666666;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 1rem;
}

.card_profesionales .link:hover {
    color: #013F00;
}

.card_profesionales .cta_cv {
    border: 1px solid #013F00;
    color: #013F00;
    max-width: 140px;
}

.card_profesionales .cta_cv::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23013F00' d='m20 12l.354-.354l.353.354l-.353.354zm-15 .5a.5.5 0 0 1 0-1zm9.354-6.854l6 6l-.708.708l-6-6zm6 6.708l-6 6l-.708-.708l6-6zM20 12.5H5v-1h15z'/%3E%3C/svg%3E");
}

.card_profesionales .cta_cv:hover {
    background-color: #013F00;
    color: #fff;
}

.card_profesionales .cta_cv:hover::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='m20 12l.354-.354l.353.354l-.353.354zm-15 .5a.5.5 0 0 1 0-1zm9.354-6.854l6 6l-.708.708l-6-6zm6 6.708l-6 6l-.708-.708l6-6zM20 12.5H5v-1h15z'/%3E%3C/svg%3E");
}

.card_profesionales .cta_download {
    border: 1px solid #013F00;
    color: #013F00;
    max-width: 200px;
}

.card_profesionales .cta_download::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23013F00' d='m12 16l-5-5l1.4-1.45l2.6 2.6V4h2v8.15l2.6-2.6L17 11zm-6 4q-.825 0-1.412-.587T4 18v-3h2v3h12v-3h2v3q0 .825-.587 1.413T18 20z'/%3E%3C/svg%3E");
}

.card_profesionales .cta_download:hover {
    background-color: #013F00;
    color: #fff;
}

.card_profesionales .cta_download:hover::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='m12 16l-5-5l1.4-1.45l2.6 2.6V4h2v8.15l2.6-2.6L17 11zm-6 4q-.825 0-1.412-.587T4 18v-3h2v3h12v-3h2v3q0 .825-.587 1.413T18 20z'/%3E%3C/svg%3E");
}

.accordion {
    border: 0;
    border-radius: 16px;
    overflow: hidden;
}

.accordion-item {
    background-color: #EAEAEA;
    border: 0;
    border-bottom: 1px solid #fff;
}

.accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: 0;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #013F00;
    box-shadow: none;
}

.accordion-button {
    width: 100%;
    padding: 20px 48px;
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    background-color: #013F00;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:focus {
    border-color: #013f00;
    box-shadow: 0 0 0 .25rem rgb(1 63 0 / 25%);
}

.accordion-body {
    padding: 32px 48px;
}

.accordion-body .text {
    font-size: 1rem;
    line-height: 1.5rem;
}

#accordionPatrocinadores .check_list li {
    margin-bottom: 5px;
}

#accordionPatrocinadores .check_list li p {
    font-size: 1.063rem;
    line-height: 1.688rem;
    font-weight: 600;
    padding-left: 36px;
    margin-bottom: 8px;
}

#accordionPatrocinadores .check_list li::before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url('../../assets/img/CIMS_check_gris.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    float: left;
    margin-top: 4px;
}

.grid_logos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
        gap: 22px;
}

.control_slide {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 5;
}

.control_slide li {
    cursor: pointer;
    position: relative;
}

.control_slide li.prev {
    left: -40px;
}

.control_slide li.prev svg {
    transform: rotate(180deg);
}

.control_slide li.next {
    right: -40px;
}

.carrusel_patrocinadores .tns-item img {
    border-radius: 10px;
}

.seccion_login {
    height: 150px;
}

.seccion_priv {}

.hidden {
    display: none;
}

/*--------------------------------------------------------------
##  Patrocinadores Modal
--------------------------------------------------------------*/
.modal_patrocinadores {}

.modal_patrocinadores.show {
    padding-right: 0 !important;
}

.modal_patrocinadores .modal-dialog {
    margin: 64px auto;
}

.modal_patrocinadores .modal-content {
    border: 0;
    border-radius: 16px;
}

.modal_patrocinadores .modal-content .btn_modal_close {
    position: absolute;
    top: 0;
    right: -64px;
    z-index: 5;
    background-color: transparent;
    border: 0;
    padding: 0;
}

.modal_patrocinadores .modal-header {
    padding: 40px 64px 0 64px;
    border-bottom: 0;
}

.modal_patrocinadores .modal-header .modal-header_inner {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 24px;
    border-bottom: 1px solid #999999;
}

.modal_patrocinadores .modal-header .modal_title {
    font-size: 1.375rem;
    font-weight: 700;
    color: #006837;
    line-height: 1.625rem;
}

.modal_patrocinadores .modal-header .cartel {
    background-color: #fff;
    border: 2px solid #006837;
    color: #006837;
    padding: 6px 20px;
}

.modal_patrocinadores .modal-header .cartel:hover {
    color: #006837;
}

.modal_patrocinadores .modal-body {
    padding: 40px 64px;
}

.modal_patrocinadores .modal-body h6 {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.75rem;
    color: #333333;
}

.modal_patrocinadores .modal-body p {
    font-size: 0.875rem;
    line-height: 1.55rem;
}

.line_divide {
    width: 160px;
    height: 1px;
    background-color: #333333;
    margin: 24px 0;
    max-width: 100%;
}

.modal_patrocinadores.modal_finalizado .modal-header .cartel {
    border: 2px solid #FF0000;
    color: #FF0000;
}

/*--------------------------------------------------------------
##  Pacientes
--------------------------------------------------------------*/
.seccion_pacientes {}

.seccion_pacientes h3, 
.seccion_pacientes h4 {
    color: #333333;
    font-size: 1.375rem;
    line-height: 1.625rem;
    font-weight: 700;
}

.seccion_pacientes .imgFormPaciente {
    border-radius: 16px;
}

.box_patologias {
    background-color: #013F00;
    color: #fff;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 35px 48px;
    border-radius: 10px;
}

.box_patologias .title {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.75rem;
}

.box_patologias .check_list {}
.box_patologias .check_list li {
    font-size: 1.063rem;
    line-height: 1.688rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.box_patologias .check_list li::before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url('../../assets/img/CIMS_check_blanco.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}

.box_pacientes_form {
    border: 2px solid #E6E6E6;
    border-radius: 16px;
    padding: 24px;
}

.form_style_02 {}
.form_style_02 input {
    border: 2px solid #EBEBEB;
    background-color: #EBEBEB;
    color: #A8A8A8;
    padding: 7px 24px;
}

.form_style_02 textarea {
    border: 2px solid #EBEBEB;
    background-color: #EBEBEB;
    padding: 7px 24px;
    height: 44px;
}

.form_style_02 .btnForm {
    background-color: #013F00;
    border: 1px solid #013F00;
    color: #fff;
    width: 190px;
    height: 44px;
    border-radius: 6px;
    max-width: 100%;
    font-size: 1.25rem;
    line-height: 2rem;
    font-weight: 700;
    font-family: "Open Sans", serif;
}

.form_style_02 input::-webkit-input-placeholder,
.form_style_02 textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #A8A8A8;
}

.form_style_02 input::-moz-placeholder,
.form_style_02 textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #A8A8A8;
}

.form_style_02 input:-ms-input-placeholder,
.form_style_02 textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #A8A8A8;
}

.form_style_02 input:-moz-placeholder,
.form_style_02 textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #A8A8A8;
}

/*--------------------------------------------------------------
##  Profesionales Médicos
--------------------------------------------------------------*/
.aside_form {
    padding: 24px;
}

.aside_form p {
    font-size: 1.063rem;
    line-height: 1.688rem;
}

.aside_form a {
    font-size: 1.563rem;
    line-height: 2.438rem;
    color: #333333;
    text-decoration: none;
    font-weight: 600;
}

.aside_form h6 {
    font-size: 1.25rem;
    line-height: 1.938rem;
    color: #333333;
    font-weight: 600;
}

.box_contacto_datos {
    padding-bottom: 16px;
    border-bottom: 2px solid #013F00;
}

.box_contacto_datos li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.box_contacto_datos li::before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url('../../assets/img/CIMS-phone.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 16px;
}

.box_contacto_datos li::after {
    display: none;
}

.box_contacto_datos li.phone::before {
    background-image: url('../../assets/img/CIMS-phone.svg');
}

.box_contacto_datos li.enveloped::before {
    background-image: url('../../assets/img/CIMS-enveloped.svg');
}

.box_contacto_datos li a {}

.box_contacto_wsp li {
    display: flex;
    align-items: center;
}

.box_contacto_wsp li.whatsapp::before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url('../../assets/img/CIMS-whatsapp.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 16px;
}

.linea {
    width: 660px;
    max-width: 100%;
    height: 2px;
    background-color: #EBEBEB;
}

/*--------------------------------------------------------------
##  Nosotros
--------------------------------------------------------------*/
.page_nosotros_seccion_02 {
    background-color: #EFEFEF;
    padding: 120px 0;
}

.page_nosotros_seccion_02 .box_accesos_grid {
    top: 0;
}

.page_nosotros_seccion_03 {
    padding: 120px 0;
}

.page_nosotros_seccion_03 .title-h2 {
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 700;
}

.page_nosotros_seccion_03 .title-h3 {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.5;
}

.page_nosotros_seccion_03 p {
    font-size: 1rem;
    line-height: 1.5;
}

.page_nosotros_seccion_03 .text-objetivo {
    font-size: 1.25rem;
}

.page_nosotros_seccion_03 a {
    color: #013F00;
}

.page_nosotros_seccion_03 .check_list li {
    margin-bottom: 0.5rem;
}

.page_nosotros_seccion_03 .check_list li::before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url('../../assets/img/CIMS_check_gris.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}

/*--------------------------------------------------------------
##  Profesionales
--------------------------------------------------------------*/
.page_profesionales_seccion_01 {
    padding: 90px 0;
}

.text_large {
    font-size: 1.375rem;
    line-height: 2rem;
}

.page_profesionales_seccion_01 .card_profesionales .puesto {
    color: #333333;
}

.profesionales_adver {
    font-size: 1.5rem;
    line-height: 2.375rem;
    font-weight: 700;
    background-color: #013F00;
    color: #fff;
    padding: 48px 48px;
    border-radius: 16px;
}

/*--------------------------------------------------------------
##  Comite
--------------------------------------------------------------*/
.page_comite_seccion_01 {
    padding: 90px 0;
}

.page_comite_seccion_01 .img_rounded {
    border-radius: 10px;
}

.page_comite_seccion_01 .box_content .title {
    font-size: 2.875rem;
}

.page_comite_seccion_01 .box_content .text_large {}
.page_comite_seccion_01 .box_content .text_semibold {
    font-weight: 600;
}

.comite_adver {
    font-size: 1.5rem;
    line-height: 2.375rem;
    font-weight: 400;
    background-color: #013F00;
    color: #fff;
    padding: 48px 48px;
    border-radius: 16px;
}

.comite_adver .text_semibold {
    font-weight: 700;
}

.comite_adver_02 {
    display: grid;
    grid-template-columns: 1fr 280px;
    align-items: center;
    padding: 48px 48px;
    border: 1px solid #D8D8D8;
    border-radius: 16px;
    gap: 24px;
}

.comite_adver_02 p {
    font-size: 1.375rem;
    line-height: 2.125rem;
    font-weight: 700;
    color: #333333;
}

.comite_adver_02 .cta {
    background-color: #013F00;
    font-size: 1.25rem;
    line-height: 1;
    padding: 10px 16px;
}

.comite_adver_02 .cta::before {
    display: none;
}

/*--------------------------------------------------------------
##  Contacto
--------------------------------------------------------------*/
.seccion_contacto {}
.seccion_contacto h2 {
    color: #333333;
    font-size: 1.313rem;
    line-height: 1.625rem;
    font-weight: 700;
}

.box_contacto_form {
    border: 2px solid #E6E6E6;
    border-radius: 16px;
    padding: 48px;
}

.seccion_contacto .box_contacto_datos li::before {
    display: none;
}

.seccion_contacto .box_contacto_datos li a {
    color: #013F00;
}