/* FONT PARA BAYER JOSEFIN */
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans&display=swap');
/* FONT PARA BAYER OSWALD */
@import url('https://fonts.googleapis.com/css?family=Oswald:400,600,700&display=swap');
body, html{
	font-family: 'Oswald', sans-serif;
	font-size: 19px;
	font-weight: 300;
	color: #3E3E3D;
	overflow-x: hidden;
}
    body {
      margin: 0;
    }
a{
	text-decoration: none !important;
	color: inherit !important;
}
a:hover{
	text-decoration: none !important;
	color: inherit !important;
}
a:focus, a:hover, a:visited { 
	text-decoration: none !important;
	color: inherit !important;
}
.view{
    opacity:1 !important;
}
.cookie-alert{
    position: absolute;
    bottom: 126px;
    padding-top: 30px;
    left: 0px;
    z-index: 1999;
    background-color: white;
    opacity: 0;
    display: none;
    transition: 1s;
    -webkit-transition: 1s;
}
.btn-disable{
    opacity: .4 !important;
}
.error{
    font-size: 14px;
    color: #1bb8cf;
}
.color-back-error{
	background-color: #fdb8b3 !important;
}
.color-back-ok{
	background-color: #91ff9e !important;
}
.btn-alertexa{
	background-color: #666666;
    color: white;
    position: relative;
}
.btn-alertexa2{
	background-color: #666666;
    color: white !important;
    position: relative;
}
.btn-goback {
    width: 140px;
    height: 40px;
    background-color: #84BD00;
    border:2px solid #84BD00;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    padding-top: 5px;
    cursor: pointer;
    float: right;
    color: white;
}
.text-gray{
	color:#a1a1a1;
}
.btn-goback:hover {
    width: 140px;
    height: 40px;
    background-color: #FFFFFF;
    border:2px solid #84BD00;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    padding-top: 5px;
    cursor: pointer;
    float: right;
    color: #84BD00;
}
.event-cal{
    height: auto !important;
    white-space: pre-line !important;
    font-size: 14px;
}
.limit-w{
	max-width: 1260px;
}

.limit-w-c{
	max-width: 1730px;
}
.logo-header{
	width: 240px;
}
.logo-roche{
    width: 105px;
    margin-top: -20px;
}
.logo-roche-movil{
    display: none;
}
.margin-logo{
	margin-left: 3%;
}
/*SOLUCIÓN A LA SELECCIÓN DEL LOGO EN EL NAV*/
.navbar-brand.margin-logo {
    display: inline-block;
    max-width: fit-content;
    padding: 0;
    margin-left: 3%;
}
.margin-nav{
	margin-right: 3%;	
}
.header-nav-gnrl{
	padding: 1.5rem 1rem;
	font-weight: 200;
    font-family: 'Oswald', sans-serif;
	background-color: transparent;
	transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;
}
.darkHeader{
	background-color: rgba(0,0,0,.6);
	transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;
}
.lightHeader{
	background-color: rgba(250,250,250,.95);
	transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;
}
.tel-h-white{
	color: white !important;
	margin-top: -31px;
    line-height: 45px;
}
.tel-h-black{
	position: absolute;
	right: 0px;
    width: 450px;
    color: #761644 !important;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
	margin-top: -31px;
    line-height: 45px;
	margin-left: 20px;
}
.tel-h-black a{
    color: #761644 !important;
}
.txt-c-nav-white{
	color: white !important;
	border-right: 1px solid white;
    padding: 0em 1.5em !important;
    margin-top: .8em;
}
.txt-c-nav-black{
    color: #3C3C3B !important;
    font-weight: 600;
    padding: 0em 1.5em !important;
    margin-top: .8em;
    font-size: 18px;
}
.bullets-menu::before{
    content: "•";
    font-weight: 600;
    font-size: 22px;
    color: #761644;
    line-height: 52px;
  }
.green-text{
	color: #99CC33;
}
.pleca-black {
    border: 12px solid rgba(255,255,255,.5);
    background: transparent;
    border-radius: 0px;
    padding: .7rem .7rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.tit-pleca-black{
	font-weight: 600;
    font-size: 2.5rem;
    font-family: 'Josefin', sans-serif;
    color: #761644;
    text-align: center;
    margin-bottom: 0px;
    padding: 30px;
    background: rgba(255,255,255,.5);
}

@media (max-width: 768px) {
  .page-header-home .container {
    justify-content: center;
    align-items: center;
  }

  .pleca-black {
    width: 100%;
    margin: 0 1rem;
    padding: 0.8rem;
    box-sizing: border-box;
    text-align: center;
  }

  .tit-pleca-black {
    font-size: clamp(1rem, 4vw, 1.5rem);  /* Se adapta al ancho de pantalla */
    line-height: 1.2;
    word-break: break-word;
  }
}

@media (max-width: 480px) {
  .tit-pleca-black {
    font-size: clamp(0.85rem, 4vw, 1.2rem);
    line-height: 1.1;
  }
  
}
#sopa-container {
  width: 100%;
  overflow: auto; /* Para scroll en móvil si es necesario */
}

/* Estilos para diferentes tamaños */
@media (max-width: 576px) {  /* Móviles */
  #sopa {
    --columns: 1; /* Menos columnas en móvil */
  }
}
@media (min-width: 576px) and (max-width: 768px) {  /* Tablets pequeñas */
  #sopa {
    --columns: 12;
  }
}
@media (min-width: 768px) and (max-width: 992px) {  /* Tablets grandes */
  #sopa {
    --columns: 15;
  }
}
@media (min-width: 992px) {  /* Desktop */
  #sopa {
    --columns: 20;
  }
}

.centro-mensajes{
    position: absolute;
    right: 5px;
    bottom: 70px;
    width: 226px;
    height: 40px;
    padding-top: 5px;
    padding-left: 20px;
    border-radius: 10px;
    font-weight: 700;
    color: white;
    background-color: #EE1860;
    cursor: pointer;
}
.circle-icon{
	float: right;
    margin-right: -16px;
    margin-top: -43px;
	height: 60px;
	width: 60px;
	text-align: center;
	border-radius: 60px;
	background-color: #EE1860;
	cursor: pointer;
}
.icon-mensajes{
	width: 31px;
	margin-top: 13px;
}
.centro-compartir{
	display: none;
    position: absolute;
    left: 5px;
    bottom: 70px;
    width: 257px;
    text-align: right;
    height: 40px;
    padding-top: 5px;
    padding-right: 20px;
    border-radius: 10px;
    font-weight: 700;
    color: white;
    background-color: #EE1860;
    cursor: pointer;
}
.circle-icon-compartir{
	float: left;
    margin-left: -24px;
    margin-top: -43px;
	height: 60px;
	width: 60px;
	text-align: center;
	border-radius: 60px;
	background-color: #EE1860;
	cursor: pointer;
}
.icon-compartir{
	width: 31px;
	margin-top: 13px;
}
.last-a-nav{
	border: none; 	
}
.dm-float-r{
	left: inherit;
	right: 0;	
}
.btn-confirmar{
    width: 150px;
    padding: 13px 20px;
    font-size: 23px;
    border-radius: 5px;
    font-weight: 300;
    background-color: #761644;
    text-align: center;
    color: white !important;
    font-family: 'Oswald', sans-serif;
}
.btn-confirmar:hover{
	text-decoration:none;
}
.btn-iniciar-s{
	height: 25px;
    padding: 2px 20px 0px 20px;
    font-size: 16px;
    border-radius: 5px;
    margin-top: 16px;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    background-color: #7F7F7F;
    text-align: center;
    color: white !important;
}
.recup-contra{
	font-size: 13px;
	cursor: pointer;
}
.recup-contra:hover{
	color:#0092A7;
}
.icon-call{
	height: 18px;
    margin-top: -4px;
    margin-right: 7px;
}
.input-f-login-h{
	width: 150px;
    padding: 2px 8px;
    font-size: 17px;
    margin: 7px auto;
}
.btn-send-login{
    float: right;
    margin-right: 22px;
    height: 26px;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 600;
    background-color: #7F7F7F;
    border: 0;
}
.btn-send-login:hover{
    background-color: #666666;
}
.page-header-home{
	height: 70vh;
	min-height: 600px;
	background-image: url(../img/backhome.jpg);
	background-size: cover;
	background-position: top center;
    background-repeat: no-repeat;
    border-bottom: 15px solid #F39FC5;
}
.page-header-home.page-header-pat {
    background-image: url(../img/fondos-path/Headers-patologia-8.jpg);
    border-bottom: 15px solid transparent; 
    border-image: linear-gradient(to right, #E6007E 0%, #F39FC5 50%, #00A3E0 100%);
    border-image-slice: 1;
    border-width: 0 0 15px 0;
}
.page-header-mod1{
	height: 50vh;
	min-height: 320px;
	margin-top: 110px;
	background-image: url(../img/back-mod1.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.page-header-mod1.page-header-pat {
    background-image: url(../img/fondos-path/Headers-patologia-1.jpg);
}
.page-header-mod2{
	height: 50vh;
	min-height: 320px;
	margin-top: 110px;
	background-image: url(../img/back-mod1.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.page-header-mod2.page-header-pat {
    background-image: url(../img/fondos-path/Headers-patologia-2.jpg);
}
.page-header-mod3{
	height: 50vh;
	min-height: 320px;
	margin-top: 110px;
	background-image: url(../img/back-mod1.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.page-header-mod3.page-header-pat {
    background-image: url(../img/fondos-path/Headers-patologia-3.jpg);
}
.page-header-mod4{
	height: 50vh;
	min-height: 320px;
	margin-top: 110px;
	background-image: url(../img/back-mod4.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.page-header-mod5{
	height: 50vh;
	min-height: 320px;
	margin-top: 110px;
	background-image: url(../img/back-mod5.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.page-header-mod6{
	height: 50vh;
	min-height: 320px;
	margin-top: 110px;
	background-image: url(../img/back-mod6.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.page-header-mod7{
	height: 50vh;
	min-height: 320px;
	margin-top: 110px;
	background-image: url(../img/back-mod7.jpg);
	background-size: cover;
	background-position: center -80px;
	background-repeat: no-repeat;
}
.page-header-exa{
	height: 50vh;
	min-height: 320px;
	margin-top: 110px;
	background-image: url(../img/back-exa.jpg);
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
}
.page-header-ludo{
	height: 50vh;
	min-height: 320px;
	margin-top: 110px;
	background-image: url(../img/back-ludo.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.page-header-funciona{
	height: 50vh;
	min-height: 320px;
	margin-top: 110px;
	background-image: url(../img/backcomofunciona.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.page-header-funciona.page-header-pat {
    background-image: url(../img/fondos-path/Headers-patologia-9.jpg);
}
.page-header-confirmar{
	height: 50vh;
	min-height: 320px;
	margin-top: 110px;
	background-image: url(../img/header-cancer2.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
/* ============================================
   ESTILOS COMPLETOS - VISTA DE PAÍSES
   ============================================ */

.page-header-paises {
    min-height: 100vh;
    margin-top: 110px;
    padding: 20px 0 40px 0;
    background-image: url(../img/paises/PantallaInicial.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-header {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* ============================================
   PLECA CON IMAGEN
   ============================================ */

.text_paises {
    width: 100%;
    max-width: 1100px;
    height: auto;
    aspect-ratio: 800/220;
    margin: 0 auto 35px auto;
    background-image: url(../img/paises/plecatxt.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0 20px;
}

@media only screen and (min-width: 1920px) {
    .text_paises {
        max-width: 1400px;
        aspect-ratio: 800/250;
    }
}

/* ============================================
   GRID DE PAÍSES
   ============================================ */

.rowPaises {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}

.columnPaises {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.columnPaises:hover {
    transform: translateY(-5px);
}

.imagePaises {
    width: 100%;
    max-width: 180px;
    aspect-ratio: 1/1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease;
    border-radius: 5px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.imagePaises:hover {
    transform: scale(1.08);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.3);
}

.nombre-pais {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    margin-top: 12px;
    letter-spacing: 2px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
}

/* ============================================
   RESPONSIVE - PLECA
   ============================================ */

/* Tablets y pantallas medianas */
@media only screen and (max-width: 1024px) {
    .text_paises {
        max-width: 700px;
        margin-bottom: 25px;
    }
}

/* Tablets pequeñas */
@media only screen and (max-width: 768px) {
    .text_paises {
        max-width: 550px;
        margin-bottom: 20px;
    }

    .rowPaises {
        max-width: 600px;
        gap: 20px;
    }

    .imagePaises {
        max-width: 130px;
    }

    .nombre-pais {
        font-size: 14px;
        margin-top: 8px;
    }
}

/* Celulares */
@media only screen and (max-width: 600px) {
    .page-header-paises {
        min-height: auto;
        margin-top: 80px;
        padding: 15px 0 30px 0;
    }

    .container-header {
        padding: 0 15px;
    }

    .text_paises {
        max-width: 90%;
        margin-bottom: 15px;
        aspect-ratio: 800/180; /* Ajusta la proporción para móviles */
    }

    .rowPaises {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        max-width: 400px;
        padding: 10px 0;
    }

    .imagePaises {
        max-width: 110px;
    }

    .nombre-pais {
        font-size: 12px;
        margin-top: 6px;
        letter-spacing: 1px;
    }
}

/* Celulares muy pequeños */
@media only screen and (max-width: 400px) {
    .page-header-paises {
        margin-top: 70px;
        padding: 10px 0 20px 0;
    }

    .text_paises {
        max-width: 95%;
        margin-bottom: 10px;
        aspect-ratio: 800/160;
    }

    .rowPaises {
        gap: 12px;
        max-width: 300px;
    }

    .imagePaises {
        max-width: 85px;
    }

    .nombre-pais {
        font-size: 10px;
        margin-top: 4px;
    }
}

/* Pantallas grandes */
@media only screen and (min-width: 1367px) {
    .text_paises {
        max-width: 900px;
        margin-bottom: 40px;
    }

    .rowPaises {
        max-width: 1000px;
        gap: 35px;
    }

    .imagePaises {
        max-width: 200px;
    }

    .nombre-pais {
        font-size: 18px;
    }
}

/* ============================================
   IMÁGENES DE PAÍSES
   ============================================ */

.imgpais1 {
    background-image: url(../img/paises/uruguay.jpg);
}

.imgpais2 {
    background-image: url(../img/paises/chile.jpg);
}

.imgpais3 {
    background-image: url(../img/paises/ecuador.jpg);
}

.imgpais4 {
    background-image: url(../img/paises/mexico.jpg);
}

.imgpais5 {
    background-image: url(../img/paises/peru.jpg);
}

.imgpais6 {
    background-image: url(../img/paises/paraguay.jpg);
}
.page-header-perfil{
	height: 50vh;
	min-height: 320px;
	margin-top: 110px;
	background-image: url(../img/backperfil.jpg);
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.page-header-expertos{
	height: 50vh;
	min-height: 320px;
	margin-top: 110px;
	background-image: url(../img/backexpertos.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.page-header-contacto{
	height: 50vh;
	min-height: 320px;
	margin-top: 110px;
	background-image: url(../img/backcontacto.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.page-header-academico{
	height: 50vh;
	min-height: 320px;
	margin-top: 110px;
	background-image: url(../img/backacademico.jpg);
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
}
.page-header-tecnico{
	height: 50vh;
	min-height: 320px;
	margin-top: 110px;
	background-image: url(../img/backtecnico.jpg);
    background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
}

.page-header-recomendar{
	height: 50vh;
	min-height: 320px;
	margin-top: 110px;
	background-image: url(../img/backrecomendar.jpg);
    background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
}
.page-header-preguntasf{
	height: 50vh;
	min-height: 320px;
	margin-top: 110px;
	background-image: url(../img/backpreguntasf.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.jconfirm .jconfirm-box-container.jconfirm-no-transition{
    min-width: 280px;
}
.cont-items-ar{
	margin-top: -140px;
}
.item-ar{
	padding: 25px;
	cursor: pointer;
	height: 315px !important;
}
.item-ar-1{
	background-color: #0092A7;
}
.item-ar-2{
	background-color: #84BD00;
}
.item-ar-3{
	background-color: #933772;
}
.item-ar-4{
	background-color: #6B6B6B;
}
.icon-card{
	height: 90px;	
}
.color-white{
	color: white !important;	
}
.color-black{
	color: black;	
}
.color-green{
	color: #84BD00;
}
.color-wine{
	color: #761644 !important;
}
.color-pink{
	color: #EE1860;
}
.color-white-bg{
	background-color: white;
}
.color-green-bg{
	background-color: #84BD00;
}
.color-greend-bg{
	background-color: #004954;
}
.color-greenl-bg{
	background-color: #B4D35E;
}
.color-purple-bg{
	background-color: #004954;
}
.color-purplel-bg{
	background-color: #BE87AA;
}
.color-wine-bg{
	background-color: #761644;
}
.color-greend{
	color: #004954;
}
.color-aqua{
	color: #438B8E;
}
.color-aqual{
	color: #1e95a2;
}
.color-aquad-bg{
	background-color: #438B8E;
}
.color-aqua-bg{
	background-color: #1e95a2;
}
.color-aqual-bg{
	background-color: #00CCCC;
}
.color-blue-bg{
	background-color: #0092A7;
}
.color-red-bg{
	background-color: #EA1515;
}
.color-purple{
	color: #933772;
}
.color-grayl{
	color: #EDEDED;
}
.color-grayd{
	color: #3c3c3b;
}
.color-wine{
	color: #761644;
}
.color-purple-bg{
	background-color: #933772;
}
.color-grayl-bg{
	background-color: #EDEDED;
}
.color-grayd-bg{
	background-color: #333333;
}
.color-grayd2-bg{
	background-color: #666666;
}
.color-grayb-bg{
	background-color: #72858F;
}
.color-orange-bg{
	background-color: orange;
}

.color-pinkdeg-bg{
    background: rgba(250,220,241,1);
    background: -moz-linear-gradient(left, rgba(250,220,241,1) 0%, rgba(255,252,255,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(250,220,241,1)), color-stop(100%, rgba(255,252,255,1)));
    background: -webkit-linear-gradient(left, rgba(250,220,241,1) 0%, rgba(255,252,255,1) 100%);
    background: -o-linear-gradient(left, rgba(250,220,241,1) 0%, rgba(255,252,255,1) 100%);
    background: -ms-linear-gradient(left, rgba(250,220,241,1) 0%, rgba(255,252,255,1) 100%);
    background: linear-gradient(to right, rgba(250,220,241,1) 0%, rgba(255,252,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fadcf1', endColorstr='#fffcff', GradientType=1 );
}
/*CALENDARIO ESTILOS*/
#external-events {
    float: left;
    width: 150px;
    padding: 0 10px;
    text-align: left;
    }
    
#external-events h4 {
    font-size: 16px;
    margin-top: 0;
    padding-top: 1em;
    }
    
.external-event { /* try to mimick the look of a real event */
    margin: 10px 0;
    padding: 2px 4px;
    background: #3366CC;
    color: #fff;
    font-size: .85em;
    cursor: pointer;
    }
    
#external-events p {
    margin: 1.5em 0;
    font-size: 11px;
    color: #666;
    }
    
#external-events p input {
    margin: 0;
    vertical-align: middle;
    }

#calendar {
    margin: 0 auto;
    width: 900px;
    background-color: #FFFFFF;
        border-radius: 6px;
    box-shadow: 0 1px 2px #C3C3C3;
    -webkit-box-shadow: 0px 0px 21px 2px rgba(0,0,0,0.18);
    -moz-box-shadow: 0px 0px 21px 2px rgba(0,0,0,0.18);
    box-shadow: 0px 0px 21px 2px rgba(0,0,0,0.18);
}

/*COLORES CALENDARIO EXAMNES*/

.inicio-modulo{
	background-color: #1e95a2 !important;
	color: white !important;
}
.inicio-modulo-hl{
	background-color: #61ccd1 !important;
	color: white !important;
}
.final-modulo{
	background-color: #933772 !important;
	color: white !important;
}
.examen-modulo{
	background-color: #84BD00 !important;
	color: white !important;
}
.examen-modulo-hl{
	background-color: #C9F25A !important;
	color: white !important;
}

.title-item-card{
	width: 200px;
    line-height: 28px;
    margin: 0 auto;
    padding: 0px 30px 0px 30px;
    font-size: 25px;
}
.no-line{
	border: 1px solid transparent;
}
.title-int{
	font-family: 'Oswald', sans-serif;
    text-align: center;
    font-weight: 600;
    font-size: 45px;
    line-height: 61px;
    padding: 30px 0px 30px 0px;
}
.txt-parraf{
    line-height: 37px;
    font-size: 24px;
}
.line-cont-b-title{
	width: 280px;
    height: 30px;
    padding-bottom: 45px;
    margin: 0 auto;
}
.line-cont-b-text{
	width: 280px;
    height: 30px;
    padding-bottom: 35px;
    padding-top: 35px;
    margin: 0 auto;
}
.line-title{
    position: relative;
    background-image: url('../img/circle-line-sep.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 125px;
	width: 280px;
    height: 30px;
    margin: 0 auto;
}
.menu-more-items-dots{
    margin: 20px auto;
}
.dot {
    width: 15px;
    height: 15px;
    border-radius: 20px;
    border: 2px solid gray;
    float: left;
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
}
.dot-active {
    background-color: gray;
}
.opacity0{
	opacity: 0 !important;
}
.opacity1{
	opacity: 1 !important;
}
.item-group-two{
	display: none;
}
.btn-enterate{
	height: 40px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
    background-color: #761644;
    color: white;
    border: 0;
    padding-top: 7px;
    padding-right: 11px;
    margin-top: 12px;
    cursor: pointer;
}
.btn-enterate img{
	height: 18px;
}
.numeralia-cont{
}
.h-num{
    height: 160px;	
    background-image: url(../img/back-numeralia.jpg);
    background-position: center;
    background-size: cover;
}
.f-25{
	font-size: 25px;	
}
.center-num{
}
.border-green{
	border-top: 10px solid #84BD00;
}
.border-grayd{
	border-top: 10px solid #666565;
}
.icon-pin{
	height: 20px;
    vertical-align: text-top;
    margin-right: 5px;
}
.txt-news-f{
	line-height: 31px;
    font-size: 27px;
}
.legales-footer{
	font-size: 16px;
}
.term-cond{
	font-size: 16px;
	color: #3E3E3D;
	text-decoration: underline;
	cursor: pointer;
}

.prod-cont{
	border:3px solid;
	min-height: 650px;
}

.border-green-d{
	border-color: #004954;
}
.border-aqua{
	border-color: #438B8E;
}
.border-purple-l{
	border-color: #bb78a3;
}
.border-purple{
	border-color:#933772;
}
.title-producto{
	width: 75%;
	margin: 0 auto;
	font-size: 43px;
	font-weight: 600;
	border-bottom: 3px solid;	
}
.icon-mod-intro{
    width: 95px;
    margin-top: 27px;
}
.head-card-tema{
	min-height: 231px;
	color:white;
	border:none !important;
	border-radius: 0px !important;
}
.m-card-tema {
    font-size: 85px;
    font-weight: 600;
}
.body-card-tema{
	background-color: #EDEDED;
    border:none !important;
    border-radius: 0px !important;
    flex: 1 1 auto;
}
.numtemas{
    color:#761644;
	font-size: 24px;	
}
.btn-ir-temas{
    position: relative;      /* ← CAMBIADO de absolute a relative */
    width: 50px;
    height: 30px;
    right: 7%;
    border-radius: 7px;
    color: white;
    text-align: center;
    cursor: pointer;
    margin-top: auto;        /* ← NUEVO: empuja el botón hacia abajo */
    margin-left: auto;       /* ← NUEVO: mantiene alineación a la derecha */
    margin-right: 0;         /* ← NUEVO: mantiene alineación a la derecha */
}
.btn-ir-temas img{
    height: 17px;
    margin-top: -3px;
}
.back-icon{
	background-image: url("../img/back.svg");
	width: 70px;
    height: 70px;
}
.next-icon{
	background-image: url("../img/next.svg");
	width: 70px;
    height: 70px;
}
.tit-prod-head{
	font-size: 33px;	
}
.p-tema{
    min-height: 265px;
    display: flex;
    align-items: center;
}
.p-tema p {
    margin: 0;
    width: 100%;
}
.p-tema p:empty {
    min-height: 265px;
    display: block;
}
.p-mod-tit{
	min-height: 57px;
}
.contact-int{
	width: 325px;
	margin:0 auto;
}
.pleca-tit{
	width: 50px;
    height: 3px;
    margin-top: -4px;
}
 .countdown{
 	position: relative;
 	left: 50%;
 	margin-left: -130px;
 	width:260px; 
 	height:80px;
 	padding-top: 10px;
 	padding-bottom: 10px;
 	background-color: black;
 }
 .tit-count{
 	position: relative;
 	left: 50%;
 	margin-left: -130px;
    width: 260px;
 	height:40px;
 	color: white;
 	text-align: center;
 	font-weight: 600;
 	padding-top: 5px;
 	padding-bottom: 10px;
 	background-color: #00CCCC;
 	margin-bottom: 15px;
 }
 .tit-con-mods{
 	text-align: left;
    font-weight: 600;
    padding-bottom: 10px;
    color:#333333;
 }
 .info-cal{
 	font-size: 14px;
 	font-weight: 600;
 }
 .square{
    width: 8px;
    height: 15px;
    margin-top: 3px;
    float: left;
}
.mod-item{
	height: 60px;
	cursor: pointer;
}
.btn-mod-back{
	height: 50px;
	cursor: pointer;
}
.color-mod1{
	background-color:#84BEC1;
}
.color-mod2{
	background-color:#933772;
}
.color-mod3{
	background-color:#606060;
}
.color-mod4{
	background-color:#84BD00;
}
.icon-menu-mod{
	height: 80px;
	margin-bottom: 10px;
	cursor: pointer;
}
.menu-mod{
	font-size: 17px;
	font-weight: 600;
}
.link-list-fun{
	font-family: 'Oswald', sans-serif;
	font-size: 26px;
	color: #761644 !important;
	font-weight: 600;
}
.link-list-fun:hover{
	color: #EE1860 !important;
}
.img-list-cf{
	height:55px;
	margin-top: -5px;
}
.cont-item{
	border: none !important;
}
.list-item-cf{
	background-color: white;
    border-bottom: 2px solid #E20613;
    border-top: none;
}
.img-sdd{
    width: 100%;
    max-width: 285px;
}
.img-cmo{
    width: 100%;
    max-width: 175px;
}
.img-reloj{
    width: 100%;
    max-width: 285px;
}
.circulo-tema{
    position: absolute;
    background-color: white;
    width: 60px;
    text-align: center;
    color: #e71f63;
    font-size: 40px;
    border-radius: 50px;
}
.tit-tema-circulo{
    position: absolute;
    left: 99px;
    font-size: 23px;
    font-weight: 400;
}
/*SOPA DE LETRAS*/
#sopa{
        position: relative;
        width: 530px;
        left: 50%;
        margin-left: -292.5px;
        border-radius: 15px;
}
.cont-lud-sopa{
	height: 620px;
}
.view-menu-drop{
	display: block;
}
#sopa table
    {
        font-family: 'Oswald', sans-serif;
        font-size: 19px;
        border:none;
        border-collapse: collapse;
        width: 50%;
    }
    
#sopa table td
    {   text-align: center;
        padding: 5px 10px 5px 10px;
        border:none !important;
    }
    
#sopa table th
    {
        padding: 6px 5px;
        text-align: left;
        background-color: #e8eef4;
    }
/* FIN SOPA DE LETRAS*/

/*AHORCADO*/
#dibujoahorcado{
	text-align: center;
}
#letras{
	text-align: center;
}
#letras span{
	font-size: 45px;
    text-align: center !important;
    padding-left: 5px;
    padding-right: 5px;
    letter-spacing: 20px !important;
    width: 39px !important;
    position: relative;
    display: inline-block;
}
#botonesletras{
	text-align: center;
}
#botonesletras span{
    position: relative;
    display: inline-block;
    font-size: 25px;
    border: 1px solid black;
    padding: 2px 12px 2px 12px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
    border-radius: 12px;
    font-weight: 500;
    cursor: pointer;
    color:#F10C5E;
}
/*FIN AHORCADO*/    
.link-perfil{
	color: #EE1860 !important;
	cursor: pointer;
} 
.circle-perfil::before{
    content: "•";
    font-weight: 600;
    font-size: 19px;
    color: #761644;
  }
.datos_usuario {
    color: #3C3C3B;
    font-size: 15px;
    margin-top: 10px;
    margin-right: 17px;
    font-weight: 400;
}
.datos_usuario2{
    color: black;
    font-size: 15px;
    margin: 5px;
} 
.icon-perfil{
    margin-top: -4px;
    width: 19px;
    margin-right: 3px;
}
.options-perfil{
    text-align: right;
    height: 33px;
    padding-right: 15px;
    font-size: 16px;
    cursor: pointer;
}
.options-perfil:hover{
	color:#EE1860;
}
.link-modulos{
    margin-top: 13px;
    color: #3C3C3B !important;
    font-weight: 600;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
}
.date{
	font-size: 16px !important;
}
.navbar-toggler:focus{
    outline: none !important;
}
.square-mod-miperfil{
    position: absolute;
    margin-left: -57px;
    padding-left: 10px;
    margin-top: -30px;
    width: 60px;
    height: 94px;
}
#table-calif-desk{
	display: table;
}
#table-calif-movil{
	display: none;
}
/**************************
		HOME ESTILOS
**************************/
/*ALERTA HOME INSTITUCIÓN*/
.alerta-home-inst{
    position: fixed;
    width: 920px;
    height: 360px;
    top: 40px;
    left: 50%;
    margin-left: -460px;
    background-color: white;
    z-index: 2000;
    -webkit-box-shadow: 0px 1px 14px -1px rgba(0,0,0,0.65);
    -moz-box-shadow: 0px 1px 14px -1px rgba(0,0,0,0.65);
    box-shadow: 0px 1px 14px -1px rgba(0,0,0,0.65);
    display:none;
    opacity: 0;
}
.cont-alerta-home-inst{
    width: 90%;
    margin: 0 auto;
    padding-top: 40px;
    text-align: center;
}
@media (max-width: 1024px) {
  .alerta-home-inst {
    width: 90%;
    height: auto;
    margin-left: -45%;
    top: 20px;
    padding: 20px 10px;
  }

  .cont-alerta-home-inst {
    padding-top: 20px;
  }

  .alerta-home-inst h4 {
    font-size: 1.2rem;
  }

  .alerta-home-inst p {
    font-size: 0.95rem;
  }

  .alerta-home-inst .btn {
    font-size: 0.9rem;
    padding: 6px 14px;
  }
}

/*AVISO DE PRIVACIDAD*/
.aviso-privacidad{
    position: fixed;
    width: 920px;
    height: 90%;
    overflow-y: scroll;
    top: 40px;
    left: 50%;
    margin-left: -460px;
    background-color: white;
    z-index: 2000;
    -webkit-box-shadow: 0px 1px 14px -1px rgba(0,0,0,0.65);
    -moz-box-shadow: 0px 1px 14px -1px rgba(0,0,0,0.65);
    box-shadow: 0px 1px 14px -1px rgba(0,0,0,0.65);
    opacity: 0;
    display: none;
}
.cont-aviso-privacidad{
    width: 90%;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

@media (max-width: 1024px) {
  .aviso-privacidad {
    padding: 10px;
    width: 95%;
    margin-left: 0;
    left: 2.5%;
  }

  .btn-cerrar {
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
  }
}

 /* TÉRMINOS Y CONDICIONES */
.terminos-condiciones{
    position: fixed;
    width: 920px;
    height: 90%;
    overflow-y: scroll;
    top: 40px;
    left: 50%;
    margin-left: -460px;
    background-color: white;
    z-index: 2000;
    -webkit-box-shadow: 0px 1px 14px -1px rgba(0,0,0,0.65);
    -moz-box-shadow: 0px 1px 14px -1px rgba(0,0,0,0.65);
    box-shadow: 0px 1px 14px -1px rgba(0,0,0,0.65);
    opacity: 0;
    display: none;
}
.cont-terminos-condiciones{
    width: 90%;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

@media (max-width: 1024px) {
  .terminos-condiciones {
    padding: 10px;
    width: 95%;
    margin-left: 0;
    left: 2.5%;
  }

  .btn-cerrar {
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
  }
}

/*REFERENCIAS*/
.referencias{
    position: fixed;
    width: 920px;
    height: 90%;
    overflow-y: scroll;
    top: 40px;
    left: 50%;
    margin-left: -460px;
    background-color: white;
    z-index: 2000;
    -webkit-box-shadow: 0px 1px 14px -1px rgba(0,0,0,0.65);
    -moz-box-shadow: 0px 1px 14px -1px rgba(0,0,0,0.65);
    box-shadow: 0px 1px 14px -1px rgba(0,0,0,0.65);
    opacity: 0;
    display: none;
}
.cont-referencias{
    width: 90%;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}
.pleca-left-tit{
	position: absolute;
	left: 46px;
    margin-top: -6px;
	width: 50px;
	height: 2px;
	background-color: #C00F19;
}
.btn-cerrar{
	position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    cursor:pointer;
}
.btn-cerrar span{
    position: absolute;
    width: 30px;
    height: 2px;
    top: 12px;
    background-color: #3E3E3D;
}
.icon-cerrar-izq{
	transform: rotate(50deg);
	-webkit-transform: rotate(50deg);
	-moz-transform: rotate(50deg);
}
.icon-cerrar-der{
	transform: rotate(-50deg);
	-webkit-transform: rotate(-50deg);
	-moz-transform: rotate(-50deg);
}
.mod1-distintivo{
	border-left: 4px solid #e88234;
}
.mod2-distintivo{
	border-left: 4px solid #da051f;
}
.mod3-distintivo{
	border-left: 4px solid #b51a22;
}
.mod4-distintivo{
	border-left: 4px solid #5e4b4d;
}
.mod5-distintivo{
	border-left: 4px solid rgb(223, 159, 92);
}
.mod6-distintivo{
	border-left: 4px solid rgb(92, 52, 74);
}
.mod7-distintivo{
	border-left: 4px solid rgb(47, 33, 72);
}
.mod1-bck-color{
	background-color: #ffdec4;
}
.mod2-bck-color{
	background-color: #eba5ae;
}
.mod3-bck-color{
	background-color: #ccb1b2;
}
.mod4-bck-color{
	background-color: #b3b3b3;
}
.mod5-bck-color{
	background-color: #fee8d0;
}
.mod6-bck-color{
	background-color: #bc96ab;
}
.mod7-bck-color{
	background-color: #bca1ed;
}
/**************************
	FIN HOME ESTILOS
**************************/
#temas1{
	display: flex;
}
#temas2{
	display: none;
}
.btn-nav-temas-l{
    font-size: 28px;
    line-height: 20px;
    float: left;
    cursor: pointer;
}
.btn-nav-temas-r{
    font-size: 28px;
    line-height: 20px;
    float: right;
    cursor: pointer;
}
/**************************
    Nuestros Expertos
**************************/
#cont-list-experts {
    height: auto !important;
    overflow-y: auto;
    max-height: 600px;
}
.cont-expertos{
    list-style: none;
    padding-left: 0px;
}
.item-expertos{
    width: 100%;
    height: 80px;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
}
.item-expertos span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 95px;
    width: calc(100% - 160px);
    
    /* Propiedades del texto */
    font-size: 16px;
    line-height: 1.2;
    font-weight: bold;
    color: #ffffff;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.bio-experto-movil{
    height: 0px;
    display: none;
    background-color: transparent !important;
}
.foto-experto{
    position: relative;
    width: 200px;
    margin: 0 auto;
    align-items: center;
}
.foto-experto img{
    width: 100%;
}
.arrow-experto{
    position: absolute;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
}
.open-info-expert{
    transform: translateY(-50%) rotate(90deg);
}
.lista-bio-experto{
    list-style: none;
}
.lista-bio-experto li{
    padding-top: 5px;
    padding-bottom: 5px;
}
.lista-bio-experto li::before {
    content: "•"; 
    color: #761644;
    display: inline-block;
    width: 1em;
    margin-left: -1em
}
.cont-bio{
    position: absolute;
    opacity: 0;
}
/* ==========================================================================
   MEDIA QUERIES PARA LOS NOMBRES
   ========================================================================== */
@media (max-width: 1280px) {
    .item-expertos span {
        font-size: 14px;
        left: 85px;
        width: calc(100% - 140px);
    }
}
@media (max-width: 575px) {
    .item-expertos span {
        font-size: 11px;
        left: 80px;
        width: calc(100% - 120px);
    }
    .arrow-experto {
        right: 10px;
        height: 20px;
    }
}
/*style popup*/
.container-popup-validacion{
    position: fixed;
    background: black;
    height: 100%;
    width:100%;
    opacity: 0.5;
    z-index: 100;
    pointer-events:none;
}

.img-popup-validacion{
    position: absolute;
    width: 500px;
    height: 330px;
    z-index: 101;
    background-image: url(../img/pop-up-validacion-medico.png);
    background-size: 100%;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-duration: 2s;
    animation-name: slidein;
    pointer-events:all;

}

.ocultarDivValidacion{
    display:none;
}

.activarEventosMedico{
    pointer-events:all !important;
}

@keyframes slidein {
    from {
        top: 20%
    }

    to {
        top: 50%;
    }
}
.body-index{
    pointer-events: none;
}
.btn-medico {
    position: relative;
    width: 195px;
    height: 40px;
    top: 200px;
    left: 50px;
    cursor: pointer;
    pointer-events: all;
    background: #e5007e;
    color: white;
    border-radius: 10px;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
}
.btn-no-medico {  
        position: relative;
        width: 195px;
        height: 40px;
        top: 160px;
        left: 260px;
        cursor: pointer;
        pointer-events: all;
        background: #e5007e;
        color: white;
        border-radius: 10px;
        text-align: center;
        font-size: 16px;
        line-height: 40px;
}

.btn-cerrar-medico {
    position: relative;
    width: 80px;
    height: 80px;
    top: -80px;
    left: 430px;
    cursor: pointer;
}
/* Botón alternativo para móviles, oculto por defecto */
#btn-cerrar-mobile {
    display: none;
}
@media (max-width: 480px) {
    .btn-cerrar-medico {
        display: none;
    }
    #btn-cerrar-mobile {
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;
        width: 35px;
        height: 35px;
        line-height: 35px;
        cursor: pointer;
        z-index: 102;
    }
    .img-popup-validacion {
        position: absolute;
        width: 90vw;
        max-width: 500px; 
        height: auto;
        aspect-ratio: 500 / 330;
        z-index: 100;
        background-image: url(../img/pop-up-validacion-medico.png);
        background-size: contain;
        background-repeat: no-repeat;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        animation-duration: 2s;
        animation-name: slidein;
        pointer-events: all;
    }
    .btn-medico {
        position: relative;
        width: 127px;
        height: 40px;
        top: 150px;
        left: 57px;
        cursor: pointer;
        pointer-events: all;
        background: #e5007e;
        color: white;
        border-radius: 10px;
        text-align: center;
        font-size: 12px;
        line-height: 40px;
    }
    .btn-no-medico {  
        position: relative;
        width: 127px;
        height: 40px;
        top: 110px;
        left: 203px;
        cursor: pointer;
        pointer-events: all;
        background: #e5007e;
        color: white;
        border-radius: 10px;
        text-align: center;
        font-size: 12px;
        line-height: 40px;
    }
}
/**************************
	FIN pop-up
**************************/
/**************************
	FIN Nuestros Expertos
**************************/
@media (max-width:575px) {
    .day h5 {
        background-color: #f8f9fa;
        padding: 3px 5px 5px;
        margin: -8px -8px 8px -8px;
    }
    .date {
        padding-left: 4px;
    }
}
@media (max-width:1512px) {
.card {
    min-width: 311px;
    height: 100%;            /* ← NUEVO */
    display: flex;           /* ← NUEVO */
    flex-direction: column;  /* ← NUEVO */
}
}
 @media (max-width:1345px) {

.txt-c-nav-black {
	font-size: 17px;
    padding: 0em 1em !important;
}
}

@media (max-width:1242px) {
.txt-c-nav-black {
    padding: 0em .6em !important;
    font-size: 18px;
}
	}
@media (max-width:1280px) {
#cont-biografias{
	display: none;
}
#cont-list-experts {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}
.bio-experto-movil{
	display: block;
	overflow-y: auto;
	transition: 1s;
	-webkit-transition: 1s;
}
}
@media (max-width:1166px) {
    .card {
    min-width: 191px;
    height: 100%;            /* ← NUEVO */
    display: flex;           /* ← NUEVO */
    flex-direction: column;  /* ← NUEVO */
    }
}

 @media (max-width:885px) {
.event-cal {
    height: auto !important;
    white-space: pre-line !important;
    font-size: 11px;
}
}

.item-l-r{
	height: 50px;
	color: #E20613;
}
.item-l-r p{
	color: black;
}
.btn-enviar{
	position: relative;
    left: 50%;
    margin-left: -64px;
	color: #666666;
}
.btn-enviar:hover{
	background-color: #adadaa !important;
}
.btn-editar{
	position: relative;
	float: right;
	color: white;
}
.btn-editar:hover{
	background-color: #076468 !important;
}
.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}
.cont-checkbox-reg{
	float: left;
    margin: 0px 10px 10px 10px;
    height: 100%;
}
.selec-prod-perf{
    width: 190px;
    height: 40px;
    margin-top: 10px;
    border: 2px solid #D8D8D8;
    background-color: white;
}
.subtittab{
	font-size: 9px;
}
.icon-estatus{
	width: 65px;
}

/* PARA LOS ICONOS DE LÁPIZ */
.lapiz-icon {
    content: url('../img/icon-sr.svg');
    transition: all 0.3s ease;
  }
  
  .lapiz-icon:hover {
    content: url('../img/icon-r.svg');
  }
  

.fs-25{
	font-size:25px;
}
.table th{
	border-top: none !important;
}
.cont-mod-info-p{
	min-width: 133px;
}
.blue-table{
	background-color: #d7f0f1;
}
.purple-table{
	background-color: #eddce6;
}
.gray-table{
    background-color: #F3A0C5;
    color: white;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #F3A0C5 !important;
}
.green-table{
	background-color: #ebf5dd;
}
.icon-contacto{
	height:120px;
	margin-bottom: 10px;
}
.icon-l-contacto{
    width: 100%;
    height: auto;
}
.h-250{
	height:320px;
	resize: none;
}
.input-soporte{
	background-color: #EDEDED;
	border: 1px solid #808080;
}
.btn-faq{
	width: 290px;
	padding: 10px;
	border-radius: 10px;
	color:white;
	text-align: center;
	font-weight: 600;
    margin: 0 auto;
    cursor: pointer;
}
.btn-faq:hover{
	background-color: #EE1860;
}
.btn-b-s{
	border: none !important;
	cursor: pointer;
	float: right;
	margin-right: 15px;
}
.btn-e-s{
	border: none !important;
	cursor: pointer;
    float: right;
    font-family: 'Oswald', sans-serif;
}
.btn-b-s:hover{
	background-color: #EE1860;
}
.btn-e-s:hover{
	background-color: #EE1860;
}
.link-list-faq{
    background-image: url(../img/gradient-faq.jpg) !important;
    background-size: cover;
    height: 60px;
    font-family: 'Josefin', sans-serif;
    font-weight: bold;
    border-bottom: none;
    background-repeat: no-repeat;
    background-position: right center;
}
.int-link-faq{
    position: absolute;
    width: 98%;
    height: 30px;
    color:#761644 !important;
}

.input-opt-exam{
	border: none;
    width: 30px;
    text-align: center;
}
.word-incomp{
	color: #438B8E;
    border-bottom: 2px solid #438B8E;
    padding-left: 40px;
    padding-right: 40px;
}
.btn-terminar-exa{
	border-radius: 5px;
	padding: 7px 15px 7px 15px;
	border:none !important;
	color: white;
	float: right;
	cursor: pointer;
}
.btn-terminar-exa:hover{
	opacity: .8;
}

/*ICNOS LANDING PAGE DOWNLOAD*/	
.animation-download{
	width: 200px;
	margin: 40px auto;
}

.cont-calif-results{
	position: absolute;
	width: 100%;
	height: 100vh;
	background-color: #6B6B6B;
}

/*CONFIRMACION DE CALIFICACION*/
.btn-calif-ir {
    width: 150px;
    height: 35px;
    padding-top: 4px;
    color: white;
    background-color: #0092A7;
    border-radius: 8px;
    cursor: pointer;
    margin: 0 auto;
}
.padprevprod{
	height: 60px;
	width: 100%;
}
.mod-no-view{
	opacity: 0;
}

.link-int{
	color: #E20613 !important;
}
.link-int:hover{
	color: white !important;
}
#menuizq{
    min-width: 290px;
    max-height: 420px;
}
.txt-cal{
	font-size: 10px !important;
	line-height: 22px;
}
.btn-mod{
    font-weight: 400;
    min-width: 130px;
}
.comp-reg{
	display: none;
}
#puzzle{
    min-width: 510px;
}
@media only screen and (max-width: 1463px) {
.item-ar {
    height: 327px !important;
}
.title-item-card {
    width: 150px;
    line-height: 28px;
    margin: 0 auto;
    padding: 0px 0px 20px 0px;
}
}
@media only screen and (max-width: 1445px) {
#videomod{
	width: 650px;
	height: 366px;
}
}
@media only screen and (max-width: 1208px) {
    .item-ar {
        height: 364px !important;
    }
    }
@media only screen and (max-width: 1180px) {
#videomod{
	width: 550px;
	height: 310px;
}
}
@media only screen and (max-width: 1199px) {
.nav-item{
	height: 45px;
}
.navbar-toggleable-md .navbar-collapse{
	height: 50px;
}
.navbar-nav li:nth-child(5){
	height: 53px;
}
.navbar-nav li:nth-child(6){
	height: 55px;
}
.tel-h-white {
    padding-left: 25px;
}
.datos_usuario{
	padding-left: 20px;
}
.cont-items-home {
    min-width: auto !important;
}
#ulnavint{
	background-color:rgba(255,255,255,0.7);
}
.btn-iniciar-s{
	max-width: 200px;
	margin: 16px auto 0px auto;
}
}
@media only screen and (max-width: 1167px) {
	.p-tema {
    min-height: 265px;
}
}
@media only screen and (max-width: 1236px) {
    .logo-header {
        width: 170px;
    }
}
@media only screen and (max-width: 1160px) {
.nav-link {
    font-size: 15px;
}
.link-modulos{
    font-size: 15px;
}
.bullets-menu::before{
    font-size: 17px;
    line-height: 46px;
  }
.logo-header {
    width: 187px;
}
.btn-iniciar-s {
    margin: 12px auto 0px auto;
}
}
@media only screen and (max-width: 1445px) {
.datos_usuario {
    color: #666666;
    font-size: 14px;
    margin-top: 6px;
    width: 165px;
    text-align: right;
}
}
@media only screen and (max-width: 1043px) {
	.p-tema {
    min-height: 265px;
}
}
@media only screen and (max-width: 1040px) {
.nav-link {
    font-size: 15px;
}
}
@media only screen and (max-width: 1088px) {
.title-item-card {
	font-size: 23px !important;
	line-height: 22px;
}
.cont-items-home{
	min-width: 740px;
}
.card-text{
    font-size: 22px !important;
    line-height: 26px !important;
}
}

@media only screen and (max-width: 1090px) {
#videohome{
    width: 560px;
    margin-top: -36px;
}
}
@media only screen and (max-width: 1010px) {
	#videomod {
	width: 440px;
    height: 248px;
}
.btn-mod-back{
    font-size: 17px;
}
#sopa {
    margin-left: -212.5px;
}
}
@media only screen and (max-width: 1003px) {
	.item-ar {
    height: 324px !important;
}
.prod-cont {
    min-height: 710px !important;
}
}
@media only screen and (max-width: 991px) {
.text-contacto-foot{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin-top: 35px;
}
.navbar-nav{
    background-color: rgba(255, 255, 255, .95);
    margin-top: 29px;
    height: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-left: 10px;
}
.link-mod{
    position: absolute;
    left: 50%;
    margin-left: -36px;
    padding-left: 0px;
}
.navbar-toggleable-md .navbar-collapse {
    height: 0px;
}
.logo-header {
    width: 200px;
}
.link-modulos{
    color: #3C3C3B !important;
    border-right: 0px;
    text-align: center;
    font-size: 18px;
}
.logo-roche-movil{
    display: block;
    position: absolute;
    width: 80px;
    left: 270px;
    top: 37px;
}
.bullets-menu{
    display: none;
}
.txt-c-nav-black {
    color: #3C3C3B !important;
    border-right: 0px;
    text-align: center;
    font-size: 18px;
}
.tel-h-black {
    position: relative;
    right: 0;
    width: 270px;
    color: #3C3C3B !important;
    margin-top: 10px;
    line-height: 25px;
    text-align: center;
    left: 50%;
    margin-left: -135px;
}
.logo-roche{
	display: none;
}
.icon-call{
	display: none;
}
.navbar-nav li:nth-child(6) {
    height: 70px;
}
.datos_usuario {
    margin-top: 12px;
    width: 100%;
    text-align: center;
    padding-left: 0px;
}
.options-perfil{
    text-align: center;
}
}
@media only screen and (max-width: 991px) {
.btn-mod{
	font-size: 13px !important;

}
}
@media only screen and (max-width: 980px) {
    #videohome{
        width: 480px;
    }
}
@media only screen and (max-width: 920px) {
#mailsusc{
    width: 188px;
}
.card-text {
    font-size: 19px !important;
}
}
@media only screen and (max-width: 959px) {
	.p-tema {
    min-height: 265px;
}
.head-card-tema{
	min-height: 259px;
}
.prod-cont {
    min-height: 727px !important;
}
}
@media only screen and (max-width: 899px) {
.card-text {
    font-size: 16px;
}
}
@media only screen and (max-width: 830px) {
#videohome{
    width: 430px;
}
}
@media only screen and (max-width: 862px) {
.card-text {
    font-size: 14px;
}
.title-item-card {
    width: 120px;
}
}
@media only screen and (max-width: 876px) {
.text-center {
    font-size: 18px;
}
.square{
	width: 5px;
}
.txt-cal{
	font-size: 10px !important;
	line-height: 22px;
}
#sopa {
    margin-left: -152.5px;
}
}
@media only screen and (max-width: 896px) {
.p-tema {
    min-height: 265px;
}
.numtemas {
    font-size: 19px;
}
.prod-cont {
    min-height: 744px !important;
}
}
@media only screen and (max-width: 826px) {
.prod-cont {
    min-height: 793px !important;
}
#videomod {
    width: 380px;
    height: 214px;
}
}
@media only screen and (max-width: 820px) {
.numtemas {
    font-size: 17px;
}
.p-tema {
    min-height: 265px;
}
.prod-cont {
    min-height: 810px !important;
}
}
@media only screen and (max-width: 767px) {
#videohome{
    width: 100%;
}
#videomod {
    width: 550px;
    height: 310px;
}
.btn-mod {
    width: 90px;
    padding-bottom: 23px;
}
.square {
    width: 15px;
    margin-right: 9px;
}
.cont-mod-select {
    width: 200px;
    margin: 0 auto;
}
.mod-item {
    width: 100px;
}
.txt-cal {
    font-size: 13px !important;
    line-height: 22px;
    text-align: left !important;
}
#cont-txt-cf{
	    text-align: left !important;
    padding-bottom: 70px;
}
.center-num {
    border-right: 0px solid white;
    border-left: 0px solid white;
}
#form-newsletter{
    width: 360px;
    text-align: center;
    margin: 0 auto;
}
.cont-form-news{
    padding-top: 0px !important;
}
.txt-news-f {
	text-align: center !important;
	padding-right: 0px !important; 
}
.tit-pleca-black {
    font-size: 1.7rem;
}
.logo-header {
    width: 220px;
}
.centro-mensajes {
    bottom: 85px;
   }
.btn-confirmar {
    font-size: 15px;
}
.circle-icon {
    margin-right: -8px;
    margin-top: -17px;
}
.circle-icon-compartir{
    margin-right: -8px;
    margin-top: -17px;
}
.centro-mensajes {
    bottom: 65px;
}
.centro-compartir {
    bottom: 65px;
}
body{
	font-size: 15.5px;
}
.prod-cont {
    min-height: 405px !important;
}
.title-producto {
    font-size: 33px;
    border-bottom: 3px solid;
}
.prod-cont img{
	width: 22%;
}
.head-card-tema {
    min-height: 156px;
}
.p-tema {
    min-height: 125px;
}
.m-card-tema {
    font-size: 35px;
    font-weight: 600;
}
.card-text {
    font-size: 26px !important;
}
.p-tema {
    display: none;
    min-height: 0;        /* ← NUEVO: resetea para móvil */
}

.p-tema p:empty {
    min-height: 0;        /* ← NUEVO: resetea para móvil */
}

.btn-ir-temas {
    margin-top: 1rem;     /* ← NUEVO: espacio en móvil */
    position: relative;
    right: auto;
    margin-left: auto;
}
.next-icon {
    background-image: url(../img/next_w.svg);
}
.back-icon {
    background-image: url(../img/back_w.svg);
}
.carousel-item{
	display: block !important;
}
.carousel-control-next{
	display: none;
}
.carousel-control-prev{
	display: none;
}
.mod-no-view{
	display: none;
}
#item-mod5{
	display: none;
}
#item-mod6{
	display: none;
}
.icon-contacto {
    margin-top: 20px;
}
.icon-l-contacto {
    display: none;
}
#sopa {
    margin-left: -292.5px;
}
.cont-numeralia-centro{
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.img-reloj{
    margin-top: 30px;
}
}
@media only screen and (max-width: 710px) {
#table-calif-desk{
	display: none;
}
#table-calif-movil{
	display: table;
}
.square-mod-miperfil {
    position: relative;
   	margin-left: 0px;
    margin-top: 0px;
    width: 100%;
    height: 58px;
    text-align: center;
}
.square-mod-miperfil img{
	margin-top: -15px;
	width: 60px;
}
}
@media only screen and (max-width: 650px) {
#sopa table {
    font-family: sans-serif;
    font-size: 12px;
    border-collapse: collapse;
}
#sopa {
    width: 490px;
    margin-left: -245px;
}
}

@media only screen and (max-width: 620px) {
.int-link-faq {
    width: 94%;
}
#videomod {
    width: 420px;
    height: 237px;
}
.centro-compartir {
    font-size: 13px;
    padding-top: 11px;
    width: 197px;
}
.centro-mensajes {
    font-size: 13px;
    padding-top: 11px;
    width: 196px;
}
.circle-icon-compartir {
    margin-right: -8px;
    margin-top: -20px;
}
.circle-icon {
    margin-right: -8px;
    margin-top: -20px;
}
}
@media only screen and (max-width: 560px) {
    .card-text{
        display: none;
    }
    .prod-cont img {
        width: 40%;
        margin-top: 20px;
    }
    .prod-cont {
        min-height: 305px !important;
    }
    .item-ar {
        height: 204px !important;
    }
    .rowPaises {
            flex-direction: column;
            align-items: center;
        }
    .text_paises {
        height: 750px;
        background-image: url(../img/paises/texto-Movil.png);
        background-size: 100%;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .page-header-paises{
        height: 150vh;
        min-height: 320px;
        margin-top: 110px;
        background-image: url(../img/paises/Bg-Movil.jpg);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
}

@media only screen and (max-width: 575px) {
.centro-mensajes {
    bottom: 70px;
    right: 25px;
}
.centro-compartir {
    bottom: 95px;
    left: 31px;
}
}
@media only screen and (max-width: 545px) {
.int-link-faq {
    width: 77%;
}
.link-list-faq {
    height: 80px;
}
}

@media only screen and (max-width: 480px) {
#videomod {
    width: 350px;
    height: 198px;
}
}
@media only screen and (max-width: 460px) {
.pleca-black {
    padding: 2.7rem 0rem;
    padding-top: 25px;
}
.tit-pleca-black {
    margin-bottom: -3px;
}
}

@media only screen and (max-width: 420px) {
#videomod {
    width: 300px;
    height: 170px;
}
}

@media (max-width:420px) {
    .img-popup-validacion {
        width: 340px;
        height: 220px;
    }
    .btn-medico {
        width: 140px;
        top: 120px;
        left: 30px;
        font-size: 14px;
    }
    .btn-no-medico {
        width: 140px;
        top: 80px;
        left: 180px;
        font-size: 14px;
    }
    .btn-cerrar-medico {
        width: 80px;
        height: 80px;
        top: -80px;
        left: 260px;
    }
}
@media (max-width:950px) {
    .mobile-bienvenida {
        font-size: 38px !important;
        margin-top:100px !important;
    }
}

@media (max-width:420px) {
    .mobile-bienvenida {
        font-size: 28px !important;
        margin-top:140px !important;
    }
}

#codigoTelefono{
    margin-right: 8px;
}
/* Asegura que los tres contenedores de Patología mantengan la misma altura */
.cont-items-home .row {
    display: flex;
    flex-wrap: wrap;
}

.item-ar.item-group-one {
    display: flex !important;
    flex-direction: column;
    justify-content: flex-start;
    padding: 30px 20px !important;
    min-height: 480px;
    height: 100%;
}

/* Control dinámico de los textos para evitar desbordes */
.item-ar.item-group-one .title-item-card {
    font-size: 1.6rem !important;
    margin-top: 15px;
}

.item-ar.item-group-one .card-text {
    font-size: 1.1rem !important;
    line-height: 1.4 !important;
    text-align: center;
}

@media (min-width: 1400px) {
    .item-ar.item-group-one .card-text {
        font-size: 1.25rem !important;
    }
}