@import url("https://fonts.cdnfonts.com/css/metropolis");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
h1,
h2,
h3,
h4 h5,
h6 {
  font-family: "Metropolis", sans-serif !important;
}

h1 {
  font-size: 40px !important;
}

h2 {
  font-size: 32px !important;
}

h3 {
  font-size: 26px !important;
}

h4 {
  font-size: 22px !important;
}

h5 {
  font-size: 18px !important;
}

p {
  font-family: "Rubik", sans-serif !important;
  color: #4a4546 !important;
}

label {
  font-family: "Rubik", sans-serif !important;
  color: #4a4546 !important;
}

.header {
  width: 100%;
  background-image: url("../img/background-image.jpg");
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}

/* ? ----- Cuenta Regresiva ----- */

#cuenta {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}

.simply-section {
  color: #fff;
  background: #ed842d;
  width: 120px;
  height: 120px;
  margin: 0 60px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.simply-amount {
  display: block;
  font-size: 40px;
  font-weight: 700;
}

.simply-word {
  font-weight: 300;
  font-size: 20px;
}

/* ? ---------------------------- */

.banner-premio {
  background: linear-gradient(to right, #abcc75, #8fb94d);
}

.banner-premio > a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.que-cont-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.que-hijo {
  margin-right: 5%;
}

/*************** Flit card **************/

.flip-card {
  background-color: transparent;
  width: 540px;
  height: 280px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
}

.flip-card-back {
  background-color: #2e3b3e;
  color: white;
  transform: rotateY(180deg);
}

/*************** Fin Flit card **************/

/*************** Flit card **************/

.flip-card-conferencistas {
  background-color: transparent;
  width: 458px;
  height: 544px;
  perspective: 1000px;
}

.flip-card-conferencistas-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card-conferencistas:hover .flip-card-conferencistas-inner {
  transform: rotateY(180deg);
}

.flip-card-conferencistas-front,
.flip-card-conferencistas-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-conferencistas-front {
  background-color: #fff;
  color: black;
}

.flip-card-conferencistas-back {
  background-color: #71119e;
  color: white;
  transform: rotateY(180deg);
}

.card-conf-head {
  padding: 30px;
  background-color: #bb61e4;
}

.card-conf-body {
  padding: 30px;
}

/*************** Fin Flit card **************/

.tj-conf-cel {
  padding: 10;
  background-color: #71119e;
  display: flex;
  align-content: center;
  justify-content: center;
}

.tj-conf-cel-hijo {
  display: block;
}

.enunciado {
  background: #ed842d;
}

.fw-700 {
  font-weight: 700;
}

.para-cel {
  display: none;
}

.tj-cel {
  padding: 10;
  background-color: #2e3b3e;
  display: flex;
  align-content: center;
  justify-content: center;
}

.tj-cel-hijo {
  display: block;
}

.size-img-banner {
  width: 80%;
}

.color-blanco {
  color: #fff !important;
}

.minh-100 {
  height: 80vh !important;
}

.bg-logo {
  /*width: 300px;*/
}

.sm-logo {
  width: 229px;
}

.mr-30 {
  margin-right: 30px;
}

.lista {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.activo {
  background: #5c040466;
  border-radius: 30px;
}

.nav-link:hover {
  background: #5c040466;
  border-radius: 30px;
}

.bg-light {
  background-color: transparent !important;
}

.mrl-20 {
  margin-left: 20%;
}

.mrl-1 {
  margin-left: 10%;
}

.navbar-nav {
  font-family: "Metropolis", sans-serif !important;
}

.nav-link {
  color: #fff !important;
  font-size: 20px;
  font-weight: 400;
}

.cuerpo {
  margin-top: 80px;
}

.ancho-titulo {
  width: 50%;
}

.titulo {
  font-family: "Metropolis", sans-serif !important;
  color: #ffff;
  font-weight: 500;
}

.m-20 {
  margin-top: -20px;
}

.back-to-top {
  position: fixed;
  bottom: 2em;
  right: 0px;
  text-decoration: none;
  color: #000000;
  font-size: 12px;
  padding: 1em;
  display: none;
}

.sub-titulo {
  font-family: "Metropolis", sans-serif !important;
  color: #fff !important;
}

.titulo-texto {
  font-family: "Rubik", sans-serif !important;
  color: #ffff;
  width: 60%;
  font-weight: 400 !;
}

.btn-ins {
  font-size: 25px !important;
  padding-left: 80px !important;
  padding-right: 80px !important;
  color: #e83957;
}

.img-logo {
  width: 300px;
  height: 80px;
}

.btn-menu {
  font-size: 30px !important;
  padding-left: 80px !important;
  padding-right: 80px !important;
  width: 80%;
}

.oculto {
  display: none;
}

.banner-evento {
  width: 100%;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-size: cover;
  background-repeat: no-repeat;
  overflow-y: hidden;
  margin: 0px;
  /*background-image: url(../img/fondoBanner.png);*/
  background-size: cover;
}

#newBanner-t1 {
  margin-top: 100px;
}

.banner-evento:hover {
  -webkit-animation: wobble-hor-bottom 0.8s both;
  animation: wobble-hor-bottom 0.8s both;
}

.banner-evento > a {
  text-decoration: none;
  color: #333;
  font-size: 25px;
  font-weight: 500;
}

.banner-evento > a:hover {
  color: #fff !important;
}

.tematica {
  width: 100%;
  height: 100%;
}

.color-secundario {
  /* color: #730DA3 !important; */
  color: #3f3f3f !important;
}

.color-terciario {
  color: #ef506b !important;
}

#contenido-tematica {
  margin-right: 0px !important;
}

.img-tematica {
  width: 100%;
  height: 550px;
  /*     background-image: url('../img/bg-tematica-bombillo.png');    

    background-repeat: no-repeat;

    background-position: center;

    background-attachment: fixed;

    background-size: cover; */
}

/*

.img-tematica>img {

    width: 100%;

    height: 100%;

}

*/

.memorias {
  width: 100%;
  background-image: url("../img/background-image.jpg");
  height: 800px;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}

.memorias-titulo {
  font-size: 30px;
  width: 80%;
  margin-bottom: 50px;
  font-weight: 100 !important;
}

.actividades {
  width: 100%;
  height: 3100px;
}

.actividades-iconos {
  height: 100px;
  width: 100px;
}

.act-titulo-size {
  font-size: 2rem !important;
}

.act-size-letras {
  font-size: 1.4rem !important;
}

.conferencisistas {
  width: 100%;
  height: 2000px;
}

.navegacion {
  width: 80%;
}

.aliados {
  width: 100%;
  height: 1800px;
}

.aliados-peso {
  font-weight: 700;
}

footer {
  width: 100%;
  background-image: url("../img/background-image.jpg");
  height: 700px;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}

.marTop-50 {
  margin-top: 50px;
}

.colorBlanco {
  color: #fff !important;
}

.colorBlanco:hover {
  color: #ccc !important;
}

.cifras {
  background-image: url("../img/fondoCifras.jpg");
}

.c-padre {
  display: flex;
  align-content: center;
  justify-content: center;
  padding: 50px 0;
}

.c-hijo {
  margin: 0 25px;
}

.c-hijo > i {
  font-size: 50px;
  display: block;
  text-align: center;
}

.c-hijo-n {
  font-size: 40px;
  font-weight: 700;
}

.c-hijo > span {
  display: block;
  text-align: center;
}

@media only screen and (max-width: 980px) {
  /*.header {

        height: 700px;

    }*/
  .ancho-titulo {
    width: 100%;
    margin-left: 5%;
    margin-right: 5%;
  }
  .navegacion {
    width: 100%;
  }
  .lista {
    border-radius: 30px !important;
    margin-bottom: 10px;
  }
  .mr-30 {
    margin-right: 0px;
  }
  .color-menu {
    background: #0000006b;
  }
  .titulo-texto {
    width: 90%;
    font-weight: 400px;
  }
  .centrado {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tematica {
    width: 100%;
    height: 1100px;
  }
  .memorias {
    height: 1050px;
  }
  .memoria-esp {
    width: 60%;
  }
  .actividades {
    width: 100%;
    height: 3000px;
  }
  .actividades-iconos {
    height: 120px;
    width: 120px;
  }
  #newBanner-t1 {
    margin-top: 50px;
  }
  .conferencisistas {
    width: 100%;
    height: 2500px;
    margin-top: 100px;
  }
  .aliados {
    width: 100%;
    height: 4500px;
  }
  footer {
    height: 1400px;
  }
}

@media only screen and (max-width: 600px) {
  .simply-section {
    margin: 0 10px;
    width: 60px;
    height: 60px;
  }
  .simply-amount {
    display: block;
    font-size: 25px;
    font-weight: 700;
  }
  .simply-word {
    font-weight: 300;
    font-size: 10px;
  }
  .conferencisistas {
    width: 100%;
    height: 2900px;
    margin-top: 100px;
  }
  .que-cont-img {
    display: block;
  }
  .que-hijo {
    margin-right: 0;
  }
  /*.header {

        height: 700px;

    }*/
  .fw-700 {
    font-weight: 100;
    font-size: 25px !important;
  }
  .enunciado {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
  }
  .para-pc {
    display: none;
  }
  .para-cel {
    display: block;
  }
  .img-evento {
    width: 350px;
  }
  .titulo-principal-size {
    font-size: 30px !important;
  }
  .titulo-secundario-size {
    font-size: 20px !important;
  }
  .tematica {
    height: 1100px;
    text-align: center !important;
  }
  .actividades {
    height: 2300px;
  }
  .c-padre {
    display: inline-block;
  }
  .c-hijo {
    margin-top: 50px;
  }
  footer {
    height: 1550px;
  }
}

/*Animaciones*/

/* ----------------------------------------------

 * Generated by Animista on 2022-3-11 9:1:45

 * Licensed under FreeBSD License.

 * See http://animista.net/license for more info. 

 * w: http://animista.net, t: @cssanimista

 * ---------------------------------------------- */

/**

 * ----------------------------------------

 * animation wobble-hor-bottom

 * ----------------------------------------

 */

@-webkit-keyframes wobble-hor-bottom {
  0%,
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
    transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
    transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
    transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
    transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg);
  }
}

@keyframes wobble-hor-bottom {
  0%,
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
    transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
    transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
    transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
    transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg);
  }
}

.que-hijo:hover {
  -webkit-animation: wobble-hor-bottom 0.8s both;
  animation: wobble-hor-bottom 0.8s both;
}

/* ----------------------------------------------
 * Generated by Animista on 2022-3-16 16:13:5
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation wobble-hor-bottom
 * ----------------------------------------
 */

@-webkit-keyframes wobble-hor-bottom {
  0%,
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
    transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
    transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
    transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
    transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg);
  }
}

@keyframes wobble-hor-bottom {
  0%,
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
    transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
    transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
    transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
    transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg);
  }
}

.container-boton{
    background-color: #2e6329;
    border: 1px solid #fff;
    position: fixed;
    z-index: 999;
    border-radius: 50%;
    bottom: 20px;
    right: 20px;
    padding: 10px;
    transition: ease 0.3s;
    animation: efecto 1.2s infinite;
    margin-bottom: 100px;
}

.container-boton:hover{
    transform: scale(1.1);
    transition: 0.3s;
}

.boton{
    width: 40px;
    transition: ease 1s;
}

@keyframes efecto{
    0%{
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.85);
    }
    100%{
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
}