.bebas-neue-regular {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.russo-one-regular {
  font-family: "Russo One", sans-serif;
  font-weight: 400;
  font-style: normal;
}


body {
  font-size: 1rem;
}

.row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

a {
  color: #000 !important;
  text-decoration: none !important;
}

a:hover {
  color: #fbd84a !important;
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Industry-Black', serif !important;
  text-transform: uppercase;
}

p {
  font-family: 'Georgia';
  line-height: 1.5;
  font-size: 20px;
  color: #000;
  margin-bottom: 0;
  text-align: left;
}


.s-1 {
  padding: 2em 0;
}

.redes {
  opacity: 1;
  max-width: 40px !important;
  transition: transform .3s;
  /* Animation */
  z-index: 1 !important;
}

.redes:hover {
  opacity: 0.8;
  transform: scale(1.2);
}

.logoSI {
  max-width: 200px !important;
}

.head_si {
  top: 8px;
  /* background-color: #ed1c24; */
  padding: 0.7em;
  left: 20px;
  position: fixed;
  display: block;
  width: 100%;
  z-index: -1;
}

.social {
  text-align: right;
  margin-right: 15px !important;
  margin-top: 20px;
}

.mobile {
  display: none;
}

.desk {
  display: block;
}

.desk-grande {
  display: flex;
}

.imgp {
  padding: 1.5em 0;
  padding-bottom: 20px;
}



.fotos {
  padding-bottom: 5%;
}


.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.text-center button {
  color: #fff;
  font-family: "Open Sans", sans-serif !important;
  padding: 4px;
  margin: 4px;
  text-transform: uppercase;
  font-size: .9em;
}

/* The actual content */
.content {
  padding: 20px 30px;
  position: relative;
  border-radius: 6px;
}

.content h2 {
  color: #0E4960;
  text-align: right;
  font-size: 3em;
}

.firma {
    padding: 3% 0 !important;
    font-family: industry, sans-serif;
    font-size: 1.3em !important;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}

.firma b {
  /*font-family: "Russo One", sans-serif !important;*/
  font-family: industry, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #cd342d;

}

.resaltado{
  color: #cd342d;
}

.resumen {
    padding: 3% 0;
}

.resumen h1{
    font-family: industry, sans-serif !important;
    font-weight: 700;
  font-style: normal;
    font-size: 3.8em;
    color: #000000;
}

.resumen p {
    font-family: 'TheSansC4s', Verdana, sans-serif !important;
    font-weight: 300;
    font-size: 1.6em;
    color: #000000;
    line-height: 1.3;
    padding: 0 1em;
    letter-spacing: 0;
    text-align: center;
    z-index: 1;
}

.resumen p b {
    font-weight: 700;
}

/*CSS Scroll*/
.js-scroll {
      opacity: 0; /* Inicialmente oculto */
      transition: opacity 2s ease-in-out; /* Transición suave */
    }

.js-scroll.scrolled {
      opacity: 1; /* Visible cuando se le aplica la clase */
    }

.principal img{
	width: 100%;

}


.creditos {
    padding: 40px 0 7px;
}


.creditos h6 {
    font-size: 0.8em;
    color: #000000 !important;
    padding-bottom: 6px;
    font-family: industry, sans-serif !important;
    font-weight: 700;
    font-style: normal;
}

.creditos p {
    font-family: 'Georgia', serif !important;
    font-size: 13px;
    color: #000000 !important;
    text-align: center !important;
}

.creditos strong {
    font-family: 'Roboto', sans-serif;
}


/* Back to top */
#btnIrArriba {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: #ed1c24;
	color: white;
	border: none;
	border-radius: 50%;
	width: 52px;
	height: 52px;
	display: none;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 1000;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  #btnIrArriba:hover {
	background-color: #d1151c;
  }

/***************** CLASES CARDS ****************/

.cards{
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 4%;
    margin-top: 5%;
    min-height: 800px;
}

.dias{
    color: #ffffff;
    position: relative;
    top: -37px;
    text-align: center;
}

.dias b{
    background-color: #ed1c24;
    padding: 2% 4%;
    font-family: industry, sans-serif !important;
    font-weight: 700;
    font-style: normal;
}

.fecha{
    font-family: "Bebas Neue", sans-serif;
    text-align: center;
}

.title{
    font-family: industry, sans-serif !important;
    font-weight: 700;
    font-style: normal;
    font-size: 2em;
    text-align: center;
}

.copy{
    font-family: industry, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    line-height: 1.5;
}

.btn-card{
    text-align: center;
}

.cards button{
    background-color: #eaff37;
    font-family: industry, sans-serif !important;
    color: #000000;
    text-align: center;
    width: 50%;
    padding: 2% 4%;
    border: none;
    cursor: pointer;
}

@media (min-width: 200px) and (max-width: 770px) {


  .header {
    background-color: #000000;
  }

  .head_si {
    text-align: center !important;
    left: 0;
    background-color: #000000;
    margin-top: -8px;
  }

  .social {
    margin-top: 2em;
    text-align: center;
    margin-right: 0 !important;
  }


  .redes {
    margin-top: 4em !important;
    margin-right: 0em !important;

  }

  .subtitulo {
    width: 100%;
    padding-left: 0%;
    margin: 0em 0;
  }

  .desk {
    display: none;
  }

  .mobile {
    display: block;
  }

  .blockquote h2 {
    font-size: 1.5rem;
    padding: 30px 15px;
  }

  .play-btn {
    width: 65px;
    height: 65px;
  }

  .quote-video {
    margin-left: 0;
  }

  .quote-video h3 {
    padding: 20px 0;
    text-align: center;
    font-size: 1.5rem;
  }

  .grid-container {
    grid-template-columns: repeat(1, 1fr);
  }

  .grid-container2 {
    grid-template-columns: repeat(1, 1fr);
  }

  .grid-container3 {
    grid-template-columns: repeat(1, 1fr);
    margin-top:0;
  }

  .grid-container4 {
    grid-template-columns: repeat(1, 1fr);
  }

  .texto h1 {
    padding-right: 1.5em;
    padding-left: 1.5em;
  }

  .info_desk img {
    display: none;
  }

  .info_mobile img {
    display: inline-block;

  }

  .mobile h4 {

    padding: 0px 3px 3px 3px;
    border-style: solid;
    border-width: 1px 0px;
    border-color: #cacaca;
    margin: 5px auto 15px auto;
    position: relative;
  }

  .desk {
    display: none;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-6 h4 {
    font-size: 1em;
    font-weight: 700;
    padding-top: 10px;
  }

  .inicio {
    padding-top: 8em;
  }

  .inicio h1 {
    font-size: 3.5em;
    text-align: center;
  }

  .inicio h2 {
    font-size: 2.5em;
    text-align: center;
  }

  .sumario {
    font-size: 20px;
  }

  .cifra-destacada {
    font-size: 67px;

  }

  .texto {
    padding-top: 20px;
  }

  .scroller {
    margin: 15px 0;
  }

  div.scrollphot .card {
    width: 310px;
  }

  .titulo h1 {
    font-size: 4em;
  }

  .titulo h2 {
    font-size: 2.5em;
  }

  .circulo-morado {
    margin: 2% auto;
  }

  .pregunta h3 {
    font-size: 1.8em;
    text-align: left;
    padding-bottom: 50px;
  }

  .pregunta h3 span {
    font-family: 'Roboto', sans-serif !important;
    text-transform: none;
    font-weight: 700;
    line-height: 1.1;
    color: #dd3f5b;
    text-align: right;
  }


  .fondo-azul h3 {
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
  }

  .fondo-azul h3 span {
    text-align: center;
  }

  .capitular{
  width: 70%;
}

  .img-ajuste{
  width: 100%;
}

.principal img{
		margin-top: 5em;

	}

      .resumen h1{
        padding-top: 5%;
    font-size: 3.4em;
    line-height: 60px;
}

.cards{
    min-height: 600px;
}

.copy{
    font-size: 1.3em;
}

}