.tab {
  overflow: hidden;
}

/* Style the buttons that are used to open the tab content */
.tab a {
  background-color: #f1f1f1;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab a:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab a.active {
  background-color: #ccc;
  color: black;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}
.tabcontent {
  animation: fadeEffect 1.5s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.rounded-circle {
  border-radius: 50% !important;
  background-color: #f90000;
  position: absolute;
  top: 10px;
  left: 10px;
  height: 69px;
  width: 69px;
}

.modal__container {
  width: 500px !important;
  border: 10px solid #1e4356;
  padding: 1rem !important;
}

.border-detalles {
  border: 1px solid blue;
  cursor: pointer;
}

#cookiescript_injected {
  bottom: 10px;
  left: 0;
  right: 0;
  position: fixed;
  padding: 15px 20px 10px 20px;
  width: 95%;
  display: flex;
  flex-direction: column;
  margin: 0;
  align-items: center;
  max-height: 85%;
  overflow-y: auto;
  z-index: 150;
  opacity: 1;
  font-size: 14px;
  font-weight: normal;
  box-shadow: 1px 2px 8px 0 rgba(0, 0, 0, 0.35);
  box-sizing: border-box;
  display: none;
  background-color: white;
  border-radius: 5px;
  margin-left: 2.5%;
}

#cookiescript_maintabs {
  display: flex;
  justify-content: space-around;
  background: rgba(193, 193, 193, 0.6);
  align-items: stretch;
  overflow: hidden;
  min-height: 36px;
}

#cookiescript_maintabs > li {
  cursor: pointer;
  width: 50%;
  transition: all 300ms ease 0s;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  line-height: 1.5;
  font-weight: 500;
  color: #fefefe;
  padding: 9px 0;
  position: relative;
}

#cookiescript_maintabs .cookiescript_active {
  background: #fefefe;
  color: #6bbe6b;
}

.manita {
  cursor: pointer;
}

.rojo-circulo {
  background-color: #ff5a54;
  border-radius: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.bg-azul {
  background-color: #12e3fe;
}
.redondo-user {
  background-color: #12e3fe;
  border-radius: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
h6 {
  font-size: 0.7rem;
}
@media (min-width: 600px) {
  h6 {
    font-size: 1rem;
  }
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .dropdown-menu li {
    position: relative;
  }
  .dropdown-menu .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
  }
  .dropdown-menu .submenu-left {
    right: 100%;
    left: auto;
  }

  .dropdown-menu > li:hover {
    background-color: #f1f1f1;
  }
  .dropdown-menu > li:hover > .submenu {
    display: block;
  }
}
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
    margin-bottom: 0.5rem;
  }
}
/* ============ small devices .end// ============ */
.nav-link {
  font-size: 14px;
}

@media (min-width: 1100px) {
  .nav-link {
    font-size: 15px;
  }
}

.contenedor-noticia-destacada {
  border-radius: 5px;
  padding: 20px;
  color: white;
}

.contenedor-noticia {
  border-radius: 5px;
  padding: 20px;
  color: white;
  position: relative;
  overflow: hidden;
}

@keyframes transfo {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.efecto-img {
  overflow: hidden;
  position: relative;
}

.efecto-img:hover img {
  animation: transfo 1.5s;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

@media (min-width: 1000px) {
  .efecto-img {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.tam-max-noticia {
  height: 250px;
  overflow: auto;
}

.imagenes-noticias {
  width: 100%;
  max-width: 150px;
}

@media (min-width: 1000px) {
  .tam-max-noticia {
    height: 420px;
    overflow: auto;
  }
  .imagenes-noticias {
    max-width: 100%;
  }
}

@media (min-width: 1400px) {
  .tam-max-noticia {
    height: 320px;
    overflow: auto;
  }
}

.border-cartas {
  border-radius: 20px;
}

.bg-amarillo {
  background-color: #ffeb3d !important;
  opacity: 1 !important;
  color: #000 !important;
  border: none !important;
}
.bg-orange-color {
  background-color: #fc6c1e;
  border-radius: 90%;
}

.border-carrito {
  border-radius: 5px;
}
.centrado-vertical-h-full {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60vh;
}
.header-img {
  height: 200px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.rounded-aliados {
  border-radius: 100%;
  width: 50px;
  overflow: hidden;
  height: 50px;
}

.img-full {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.img-tam-aliados {
  width: 150px;
  object-fit: cover;
}

.posicion-nuevo {
  position: absolute;
  width: 70px;
  top: 0px;
  right: 0px;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background-color: #074f66 !important;
}

::-webkit-scrollbar-thumb {
  background-color: #6894a1 !important;
}

body::-moz-scrollbar {
  width: 10px;
  height: 10px;
}

body::-moz-scrollbar-track {
  background-color: #074f66 !important;
}

body::-moz-scrollbar-thumb {
  background-color: #6894a1 !important;
}

.color_enunciado {
  color: rgb(1, 104, 136) !important;
}
