/**
 * @author Alexis Bogado <alexis.bogado@s3w.es>
 * @package webinar-web
 */

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,900;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {
  font-family: 'Lato', sans-serif;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}


.btn-jak {
  background-color: #FD0043;
  color: white;
  -webkit-box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.5);
  border-radius: 0;
  padding: 10px 30px;
}

.btn-jak:hover {
  opacity: 0.8;
}

.btn-jak-nav {
  background-color: transparent;
  color: #ea3754;
  border: none;
  -webkit-box-shadow: 1px 1px 10px 2px rgb(0 0 0 / 50%);
  -moz-box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.5);
  box-shadow: none;
  border-radius: 0;
  padding: 0px;
  font-size: 1rem !important;
}

*:disabled {
  cursor: not-allowed;
}

.btn-jak-disabled:disabled,
.btn-jak-disabled:disabled:hover {
  background-color: #ea3754;
  color: white !important;
}

.btn-jak-sesion {
  background-color: #ea3754;
  color: white;
  border: 2px solid white;
  -webkit-box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.5);
  border-radius: 0;
  padding: 10px 10px;
  font-size: 0.8rem;
  line-height: 1;
}

.btn-jak-transparent {
  background-color: transparent;
  color: transparent;
  border: 2px solid transparent;
  border-radius: 0;
  padding: 10px 10px;
  font-size: 0.8rem;
  line-height: 1;
  cursor: default !important;
}

.btn-jak-transparent:focus {
  outline: none !important;
}

.btn-jak-sesion:hover {
  opacity: 0.8;
}

.opacity-04 {
  opacity: 0.4;
}

.btn-jak-sesion-diferido {
  color: #FD0043;
  background-color: white;
  -webkit-box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.5);
  border-radius: 0;
  padding: 10px 30px;
}

.btn-jak-sesion-diferido:hover {
  opacity: 0.8;
}

.bg-white-triangle {
  background-color: white;
  background-image: url("../images/triangulos.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 25% auto;
}

.bg-triangulos-inferiores {
  background-color: white;
  background-image: url("../images/triangulos_inferiores.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 10% auto;
}

.bg-banner-gastro {
  background-image: url("../images/cabecera_gastro.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: white;
}

.bg-banner-reuma {
  background-image: url("../images/cabecera_reuma.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: white;
}

.info-header {
  background-color: #f1f1f190;
  border: 3px solid white
}

.bg-red-triangle {
  background-color: #ec1848;
  background-image: url("../images/rectangulos.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 60% auto;
}

.bg-sesiones {
  background-image: url("../images/triangulos_sesiones.gif");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 40% auto;
}

.text-black {
  color: black;
}

.text-red {
  color: #ec1848;
}

.text-gray {
  color: #5B5B5B;
}

.text-grey {
  color: #999999;
}

#go-top {
  display: none;
  width: 60px;
  height: 60px;
  z-index: 99;
}

.bg-red {
  background-color: #ec1848 !important;
}

.bg-red-multimedia {
  background-color: #FFF5F5;
}

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

.dropdown-menu {
  background-color: transparent !important;
  border: none !important;
  text-align: center !important;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.mw-150 {
  max-width: 150px;
}

.mx-50 {
  max-width: 50%;
}

.mx-80 {
  max-width: 80px;
}

.min-height-600 {
  min-height: 600px;
}

.card-home {
  transform: translateY(100px);
  border: none !important;
  border-radius: 0px !important;
  z-index: 99;
  -webkit-box-shadow: 5px 10px 30px 1px rgba(0, 0, 0, 0.7);
  box-shadow: 5px 10px 30px 1px rgba(0, 0, 0, 0.7);
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ec1848' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
  width: 40px;
  height: 40px;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ec1848' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
  width: 40px;
  height: 40px;
}

.border-radius-0 {
  border-radius: 0px;
}


footer.footer {
  font-size: 0.8em;
  color: #fff;
  width: 100%;
  padding: 10px;
  height: auto;
  margin: 0;
}
.footer-bggray {
  background: #333;
}


footer.footer #show-conditions {
  margin-top: 3px;
  font-size: 1.5em;
  color: #fff;
}

#cookie-box {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  bottom: 0;
  padding: 10px 20px;
  z-index: 1;
  display: none;
}

.w-100 {
  width: 100%;
}

.input-access {
  padding: 25px 20px;
  font-size: 12px;
}

.fs-12 {
  font-size: 12px;
}

.fs-06 {
  font-size: 0.6rem;
}

.fs-07 {
  font-size: 0.7rem;
}

.fs-08 {
  font-size: 0.8rem;
}

.fs-12rem {
  font-size: 1.2rem;
}

.fs-13 {
  font-size: 1.3rem;
}

.fs-15 {
  font-size: 1.5rem;
}

.fs-18 {
  font-size: 1.8rem;
}

.fs-2 {
  font-size: 2rem;
}

.fs-25 {
  font-size: 2.5rem;
}

.lh-11 {
  line-height: 1.1;
}

/* Contador */
#countup {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family: "Lato", Helvetica, Arial, sans-serif;
}

#countup span.number {
  display: block;
  padding: 0px;
  margin: 0;
  font-size: 2rem;
  line-height: 2rem;
  text-align: center;
  color: #ec1848;
  font-weight: bold;
}

#countup span.label {
  display: block;
  font-size: 0.5rem;
  line-height: 0.8rem;
  color: #ec1848;
  font-weight: bold;
}

#countup .part {
  display: inline-block;
  text-align: center;
  width: 35%;
  padding: 0;
  background-color: #FFF5F5;
}

@media (max-width: 768px) {
  #countup .part {
    width: 25%;
  }
}

.p-jumbotron {
  padding-bottom: 2rem;
  padding-top: 2rem;
}

.sesion {
  text-align: center;
}

.sesion-header {
  background-color: #ec1848;
  color: white;
  padding: 10px 5px;
  line-height: 1;
}

.sesion-header-old {
  background-color: #5B5B5B;
}

.sesion-body {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 50%, rgba(197, 197, 197, 1) 100%);
}

.hr-sesion {
  border-top: 2px solid #ec1848;
}

.min-height-title {
  min-height: 90px;
}

.min-height-doctors {
  min-height: 115px;
}

.tooltip {
  opacity: 1;
}

.tooltip-inner {
  background-color: white;
  color: #ec1848;
  padding: 20px;
  border: 2px solid #ec1848;
  padding: 10px
}

.fc-event-title {
  color: white;
}

.fc-button-primary {
  background-color: #ec1848 !important;
  border-color: white !important;
}

.fc-event-title {
  padding-top: 20px;
}

.fc-bg-event {
  opacity: 1 !important;
}

button:focus {
  outline: 5px auto #ec184875;
}

@media (max-width: 635px) {

  .bg-white-triangle {
    background-size: 20% auto;
  }

}

.custom-radio {
  height: 25px;
  min-width: 35px;
  border-top: 1px solid;
  border-right: 0px solid;
  border-left: 0px solid;
  border-bottom: 0px solid;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.75);
}

.custom-radio.selected::before {
  background-color: #ea3754;
  content: ' ';
  display: block;
  height: 25px;
  width: 35px;
  border: 5px solid #ea3754;
  border-radius: 5px;
}

.w-35 {
  min-width: 35px;
  display: inline-block;
}

.red-bar {
  height: 50px;
  background: rgb(155, 19, 47);
  background: linear-gradient(90deg, rgba(155, 19, 47, 1) 0%, rgba(236, 13, 68, 1) 100%);
  transform: skew(-45deg);
  margin: 0px 0 0 -65px;
}

.info-webinar-gastro,
.info-webinar-reuma {
  display: none;
}

#counter {
  display: none;
}


@media (max-width: 767px) {
  .bg-sesiones {
    background-image: none;
  }
}

/* Font*/
.fw-bold {
  font-weight: bold;
}

.noneBtn {
  display: none;
}

.fz-21 {
  font-size: 21px;
}

/* XVIII Jornada de Medicina del Viajero #0A326B - #E16916*/

.text-blue-lingh {
  color: rgb(109, 133, 181);
  
}

.text-blue-dark {
  color: #2960BC;
}

.text-orange {
  /* color: #E26916; */
  color: #0A326B;
}

.text-orange2 {
  color: #e16916;
}

.bg-orange {
  background-color: #E26916;
}

.bg-blue-diferido-publicaciones {
  background-color: #F2F6FC;
}

.btn-jornada-viajero {
  /* background-color: #6885B9; */
  background-color: #E16916; 
  color: white;
  /* -webkit-box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.5); */
  border-radius: 50px;
  padding: 10px 30px;
}

.btn-jornada-viajero-home {
  background-color: #0a326b;
  color: white;
  border-radius: 25px;
  border-color: white;
  padding: 10px 30px;
  border-width: 3px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
.btn-jornada-viajero-home:hover {
  text-decoration: none;
  color: white;
  background-color: #e16916;
}

.btn-jornada-viajero-home2 {
  background-color: #e16916;
  color: white;
  border-radius: 25px;
  border-color: white;
  padding: 10px 30px;
  border-width: 3px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
.btn-jornada-viajero-home2:hover {
  text-decoration: none;
  color: white;
  background-color: #0a326b;
}

.btn-jornada-viajero:hover {
  opacity: 0.8;
}

.btn-jornada-viajero-nav {
  background-color: transparent;
  text-transform: uppercase;
  color: #e16916;
  border: none;
  -webkit-box-shadow: 1px 1px 10px 2px rgb(0 0 0 / 50%);
  -moz-box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.5);
  box-shadow: none;
  border-radius: 0;
  padding: 0px;
  font-size: 1rem !important;
}

.btn-jornada-viajero-nav-select {
  background-color: transparent;
  color: white;
  text-transform: uppercase;
  border: 1px;
  -webkit-box-shadow: 1px 1px 10px 2px rgb(0 0 0 / 50%);
  -moz-box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.5);
  box-shadow: none;
  border-radius: 0;
  padding: 0px;
  font-size: 1rem !important;
}

.hrDividerOrange {
  top: 0;
  height: 100%;
  right: 0;
  border-left: 2px solid #E26916;
  position: absolute;
  margin-top: 0;
  margin-bottom: 0;
}

.hrDividerOrangeDiferido {
  top: 10%;
  height: 80%;
  right: 0;
  border-left: 2px solid #E26916;
  position: absolute;
  margin-top: 0;
  margin-bottom: 0;
}

.ajusteBotonesHome {
  top: 25% !important;
  left: 35%;
}

.ajusteBotonHomeNoLogin {
  top: 25% !important;
  left: 50%;
  transform: translate(-50%);
}

@media (min-width: 767px) and (max-width: 900px) {
  .ajusteBotonesHome {
    top: 15% !important;
    left: 25%;
  }

  .ajusteBotonHomeNoLogin {
    top: 15% !important;
    transform: translate(-50%);
  }

}

@media (max-width: 767px) {
  .ajusteBotonesHome {
    top: 35% !important;
    left: 0%;
  }

  .ajusteBotonHomeNoLogin {
    top: 25% !important;
    transform: translate(-50%);
  }
}

.bg-darkblue {
  background-color: #0a326b;
}
.bg-darkblueplus {
  background-color: #182b60;
}
.bg-bluelight {
  background-color: #eef5ff;
}

.text-darkblue {
  color: #0a326b;
}

.text-bluelight {
  color: #5a7cbb;
}

.vertical-line {
  border-right: 1px solid white;
}

.btn:hover {
  color: white;
}

.bgPerfil {
  background-image: url("../images/back-home-programa.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
}
