@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap');

@view-transition {
  navigation: auto
}

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

p, h2, h3, h4 {
  orphans: 3;
  widows: 3;
  page-break-after: avoid;
  font-family: 'Exo 2', sans-serif!important;
  margin: 0!important;
  padding: 0;
}

section.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto auto auto;
  min-height: 100dvh;
  overflow: hidden;
  grid-template-areas:
  "header header header"
  "content content content"
  "content-2 content-2 content-2"
  "footer footer footer"
}

.grid-container header{
  grid-area: header;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  background-image: url(../img/trama_mnc.svg), linear-gradient(45deg, #fdc13c 0%, #f56411 100%);
  background-position: top;
  background-size: contain;
  background-repeat: repeat;
}

.grid-container main {
  grid-area: content;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  background-image: url(../img/hr-separator.svg), linear-gradient(to right, #e9eded 0%, #e9eded 100%);
  background-position: bottom;   
  background-size: inherit;
  background-repeat: repeat-x;
  padding-bottom: 200px;
}

.grid-container aside {
  grid-area: content-2;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  background-image: url(../img/fondo-bg-00.png);
  background-position: bottom;   
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #d6d7de;
}

.grid-container section.inicio_actividades_footer {
  grid-area: footer;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  background-image: url(../img/bg-footer.svg), linear-gradient(to right, #ffae6a 0%,#ff9053 30%,#ff6b43 66%);
  background-position: bottom left;   
  background-size: contain;
  background-repeat: no-repeat;
}

/*------------------ header: ------------------*/

.principal_content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
  gap: 10px;
}

.cta {
  display: flex;
  flex-direction: column;
}

.cta h3 {
  font-size: 2.7em;
  font-weight: 600;
  color: #fff;
  padding: 0;
  filter: drop-shadow(4px 4px 4px #666677);
  line-height: .9em;
}

.boton_header {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: center;
}

button.boton_principal {
  display: flex;
  flex-direction: row;
  background-color: #f7f7f7;
  border-radius: 16px;
  height: 50px;
  width: 200px;
  border: none;
  align-items: center;
  justify-content: center;
  margin: 0;
}

button.boton_principal:hover{
  background-color: #0056a8;
  color: #fff!important;
}

button.boton_principal a{
  font-family: 'Exo 2', sans-serif;
  font-weight: 600;
  color: #353758;
}

button.boton_principal a:hover{
  background-color: #0056a8;
  color: #fff!important;
}

button.boton_principal img {
  width: 30px;
}

img.img-responsive.center-block{
  width: 350px;
  margin: 0;
  filter: drop-shadow(4px 4px 4px #666677);
}

.container .row .col-md-12.botones {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 50px;
  align-items: center;
}

.botones_app {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.botones_app h3 {
  font-size: 2em;
  font-weight: 600;
  color: #fff;
  padding: 0;
  margin: 0;
  text-align: center;
}

.botones_app .botones{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.botones_app .texto{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.botones_app .texto img{
  width: 50px;
}

.botones_app .botones img{
  width: 190px;
}

.botones_app .botones img:hover{
  width: 210px;
  transition: .5s;
}

.acceder_oportunidades_cta {
  display: flex;
  flex-wrap: nowrap;
  background-color: #ffffff73;
  border-bottom: 5px solid #fff;
  border-radius: 20px 20px 0 0;
  justify-content: center;
  gap: 10px;
  padding: 20px;
}

.acceder_oportunidades_texto {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.acceder_oportunidades_cta h3{
  font-weight: 600;
  font-size: 1.2em;
  color: #353758;
}

.acceder_oportunidades_cta h2{
  font-weight: 800;
  font-size: 1.4em;
  text-decoration: underline;
  font-style: oblique;
  color: #353758;
}

.acceder_oportunidades_cta img{
  width: 50px;
  margin: 0;
}

/*------------------ main: grid botones principales ------------------*/

ul.colores {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
  gap: 20px;
  list-style: none;
  justify-items: center;
  padding: 40px 0;
}

ul.colores li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 1.2em;
  border-radius: 16px;
  background: #fff;
  padding: 24px;
  align-items: center;
  height: 230px;
  width: 80%;
  gap: 10px;
}

ul.colores li.right{
  margin-top: 40px;
}

ul.colores li .icon-1 {
  width: 90px;
  transition: transform 0.3s ease;
}

ul.colores li .icon-1:hover{ 
  transform: rotate(5deg);
}

ul.colores li .icon-2 {
  width: 90px;
  transition: transform 0.3s ease;
}

ul.colores li .icon-2:hover{ 
  transform: scale(1.08);
}

ul.colores li .icon-3 {
  width: 90px;
  transition: transform 0.3s ease;
}

ul.colores li .icon-3:hover{ 
  transform: rotate(5deg);
}

ul.colores li .icon-4 {
  width: 90px;
  transition: transform 0.3s ease;
}

ul.colores li .icon-4:hover{ 
  transform: scale(1.08);
}

ul.colores li::before {
  content: '';
  width: 10px;
  height: 170px;
  background: #ffcd96ad;
  border-radius: 5px;
  position: absolute;
  top: 30px;
  z-index: 3;
  right: 98.70%;
}

ul.colores li::after {
  content: '';
  width: 10px;
  height: 170px;
  background: #ffcd96ad;
  border-radius: 5px;
  position: absolute;
  top: 30px;
  z-index: 3;
  left: 98.70%;
}

ul.colores li.right.box.animate.fadeInUp.four::before {
  content: '';
  width: 10px;
  height: 170px;
  background: #ffac9973;
  border-radius: 5px;
  position: absolute;
  top: 30px;
  z-index: 3;
  right: 98.70%;
}

ul.colores li.right.box.animate.fadeInUp.four::after {
  content: '';
  width: 10px;
  height: 170px;
  background: #ffac9973;
  border-radius: 5px;
  position: absolute;
  top: 30px;
  z-index: 3;
  left: 98.70%;
}

ul.colores li p::after {
  content: '';
  width: 150px;
  height: 7px;
  background: linear-gradient(to right, #ffae6a 0%,#ff9053 30%,#ff6b43 66%);
  margin-top: 15px;
  border-radius: 5px;
  position: relative;
  z-index: 3;
  display: block;
}

.col-md-12.botones_grid {
  padding: 0;
  background-image: url(../img/imagen-mujer.png);
  background-position: bottom right;   
  background-size: contain;
  background-repeat: no-repeat;
}

.col-md-12.ojo_ventana {
  background-color: #0056a8;
  margin: 0;
  padding: 0;
  min-height: 180px;
}

.container .importante{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0 auto 70px auto;
  background: #ffffff82;
  width: 50%;
  gap: 10px;
  font-size: 1em;
  color: #333;
  padding: 16px;
  border-radius: 24px;
  transition: border-radius .3s cubic-bezier(.2, 0, 0, 1), background-color .3s cubic-bezier(.2, 0, 0, 1);
}

.container .importante:hover {
  background: #ffd66482
}

.bi-exclamation-triangle::before {
  content: "\f33b";
  font-size: 3em;
  color: #fff;
  margin: 0;
  padding: 0;
}

.ojo_content {
  background-color: #fff;
  display: flex;
  flex-wrap: nowrap;
  border-radius: 20px;
  flex-direction: row;
  padding: 20px 40px;
  gap: 20px;
  align-items: center;
  margin-top: -30px;
  position: relative;
}

.ojo_img {
  width: 25%;
  margin: 0;
}

.ojo_texto h3 {
  font-weight: 500;
  font-size: 1.4em;
  color: #353758;
}

.col-md-12.ojo_ventana::after {
  content: '';
  background: #fff;
  bottom: 0;
  left: 50%;
  width: 50%;
  height: 5px;
  z-index: 3;
  position: absolute;
  translate: -50% 0
}

/*------------------ main: deben exigir inicio de actividades------------------*/

.deben_exigir_header {
  background-image: url('../img/bg_content.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
  min-height: 400px !important;
  justify-content: center;
  align-items: center;
  display: flex;
}

.deben_exigir_banner {
  background: linear-gradient(to right, #ffad6aad 0%, #ff8f53ad 30%, #ff6c43b3 66%);
  border-radius: 24px;
  padding: 16px;
  max-width: 50%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  min-width: 365px;
}

.deben_exigir_banner .text {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}

.deben_exigir_banner h3 {
  font-size: 1.6em;
  font-weight: 600;
  color: #fff;
  margin: 0;
  padding: 0;
}

.deben_exigir_banner h2 {
  font-size: 2em;
  font-weight: 800;
  text-decoration: underline;
  font-style: oblique;
  color: #0e2b46;
  margin: 0;
  padding: 0;
}

.deben_exigir_banner h4 {
  font-size: 1.6em;
  font-weight: 400;
  color: #fff;
  margin: 0;
  padding: 0;
}

.deben_exigir_cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.deben_exigir_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  gap: 20px;
}

.deben_exigir_content article {
  max-width: 20%;
  gap: 20px;
  display: flex;
  flex-direction: column;
}

.deben_exigir_content article img{
  max-width: 100px;
  position: relative;
  top: 0;
  margin-top: -100px;
}

.deben_exigir_content article {
  max-width: 20%;
  min-width: 250px;
  gap: 60px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.deben_exigir_content article.barrita::after {
  content: '';
  width: 17px;
  height: 222px;
  background-image: url(../img/separador.svg);
  background-position: top;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 3;
  display: block;
  left: 105%;
}

/*------------------ aside: mitos sobre la formalización ------------------*/

.mitos_content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 40px;
  background-image: url(../img/imagen-pastelero.png);
  background-position: bottom left;   
  background-size: auto;
  background-repeat: no-repeat;
  gap: 40px;
}

.mitos_cta {
  background-color: #0056a8;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  border-radius: 0 20px 20px 0;
  padding: 20px;
  height: 220px;
}

.mitos_cta h3{
  font-size: 1.6em;
  font-weight: 600;
  color: #fff;
  padding: 0;
}

.mitos_cta h2{
  font-size: 2em;
  font-weight: 800;
  text-decoration: underline;
  font-style: oblique;
  color: #fff;
  padding: 0;
}

.mitos_cta h4 {
  font-size: 1.6em;
  font-weight: 400;
  color: #fff;
  padding: 0;
}

.mitos_cta_img {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.mitos_cta_img img{
  width: 30px;
}

/*--------------- mito oficina --------------*/

.mito_oficina_content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  border-radius: 20px 20px 0 0;
  align-items: center;
  padding: 20px;
  gap: 20px;
  background-color: #f2f2f2;
  position: relative;
}

.mito_oficina_content::after {
  content: '';
  width: 150px;
  height: 7px;
  background: linear-gradient(to right, #ffae6a 0%, #ff9053 30%, #ff6b43 66%);
  border-radius: 5px;
  position: absolute;
  z-index: 3;
  display: block;
  bottom: -3px;
  right: 5%;
}

.mitos_info {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 75%;
  gap: 20px;
}

.mito_oficina_img {
  width: 100px;
}

.mito_oficina_img img.imagen_oficina {
  width: 120px;
  position: absolute;
  z-index: 3;
  top: 10%;
  left: -45px;
}

.mito_oficina_info {
  display: flex;
  flex-direction: column;
  padding: 10px;
  gap: 10px;
}

.mito_oficina_info h4 {
  background-color: #6680b7;
  padding: 10px 10px 10px 20px;
  font-weight: 600;
  color: #fff;
  border-radius: 30px;
}

.mito_oficina_info p {
  font-size: 1.2em;
}

/*---------------mito oficina -----------*/
/*------------ mito beneficios sociales ---------*/

.mito_beneficios_sociales_content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  padding: 20px;
  gap: 20px;
  background-color: #e3e7ec;
  position: relative;
}

.mito_beneficios_sociales_content::after {
  content: '';
  width: 150px;
  height: 7px;
  background: linear-gradient(to right, #ffae6a 0%, #ff9053 30%, #ff6b43 66%);
  border-radius: 5px;
  position: absolute;
  z-index: 3;
  display: block;
  bottom: -3px;
  right: 5%;
}

.mito_beneficios_sociales_img {
  width: 100px;
}

.mito_beneficios_sociales_img img.imagen_beneficios {
  width: 120px;
  position: absolute;
  z-index: 3;
  top: 10%;
  left: -45px;
}

.mito_beneficios_sociales_info {
  display: flex;
  flex-direction: column;
  padding: 10px;
  gap: 10px;
}

.mito_beneficios_sociales_info h4 {
  background-color: #e38268;
  padding: 10px 10px 10px 20px;
  font-weight: 600;
  color: #fff;
  border-radius: 30px;
}

.mito_beneficios_sociales_info p {
  font-size: 1.2em;
}

span.destacado_azul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  background-color: #0056a8;
  padding: 20px;
  gap: 10px;
  color: #fff;
  font-family: 'Exo 2', sans-serif;
  font-weight: 400;
}

span.destacado_azul img{
  width: 55px;
}

span.destacado_azul p{
    font-size: 1em!important;
}

/*------------ mito beneficios sociales ---------*/
/*------------ mito contador ---------*/

.mito_contador_content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  padding: 20px;
  gap: 20px;
  background-color: #f2f2f2;
  position: relative;
}

.mito_contador_img {
  width: 100px;
}

.mito_contador_img img.imagen_contador {
  width: 120px;
  position: absolute;
  z-index: 3;
  top: 10%;
  left: -45px;
}

.mito_contador_info {
  display: flex;
  flex-direction: column;
  padding: 10px;
  gap: 10px;
}

.mito_contador_info h4 {
  background-color: #6680b7;
  padding: 10px 10px 10px 20px;
  font-weight: 600;
  color: #fff;
  border-radius: 30px;
}

.mito_contador_info p {
  font-size: 1.2em;
}

.mito_contador_content::after {
  content: '';
  width: 150px;
  height: 7px;
  background: linear-gradient(to right, #ffae6a 0%, #ff9053 30%, #ff6b43 66%);
  border-radius: 5px;
  position: absolute;
  z-index: 3;
  display: block;
  bottom: -3px;
  right: 5%;
}

/*-------------mito patente ---------*/

.mito_patente_content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  padding: 20px;
  gap: 20px;
  background-color: #f2f2f2;
  position: relative;
  border-radius: 0 0 20px 20px;
}

.mito_patente_content::after {
  content: '';
  width: 150px;
  height: 7px;
  background: linear-gradient(to right, #ffae6a 0%, #ff9053 30%, #ff6b43 66%);
  border-radius: 5px;
  position: absolute;
  z-index: 3;
  display: block;
  bottom: -3px;
  right: 5%;
}

.mito_patente_img {
  width: 100px;
}

.mito_patente_img img.imagen_patente {
  width: 120px;
  position: absolute;
  z-index: 3;
  top: 10%;
  left: -45px;
}

.mito_patente_info {
  display: flex;
  flex-direction: column;
  padding: 10px;
  gap: 10px;
}

.mito_patente_info h4 {
  background-color: #e38268;
  padding: 10px 10px 10px 20px;
  font-weight: 600;
  color: #fff;
  border-radius: 30px;
}

.mito_patente_info p {
  font-size: 1.2em;
}

/*-------- aside: mitos sobre la formalizacion ------*/
/*----------------- inicio_actividades_footer-----------------*/

section.inicio_actividades_footer {
  display: flex;
}

.paso_a_paso_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 40px 0;
}

.paso_a_paso_llamado {
  display: flex;
  flex-direction: column;
}

.paso_a_paso_llamado  h3 {
  font-size: 2.6em;
  font-weight: 600;
  color: #fff;
  margin: 0;
  padding: 0;
}

.paso_a_paso_llamado  h2 {
  font-size: 3em;
  font-weight: 800;
  text-decoration: underline;
  font-style: oblique;
  color: #fff;
  margin: 0;
  padding: 0;
}

.paso_a_paso.grid ul.pantallas {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  padding: 20px;
  list-style: none;
}

ul.pantallas li {
  display: grid;
  grid-template:
    "pantalla"
    "descripcion" 1fr;
  align-items: flex-start;
  justify-self: center;
}

ul.pantallas li .pantalla-1 {
  grid-area: pantalla;
  background-image: url(../img/ventana-01.png);
  background-repeat: no-repeat;
  background-position: center;
  /* background-size: contain; */
  height: 283px;
  position: relative;
  transition: all 0.5s;
}

ul.pantallas li .pantalla-1:hover {
  transform: scale(1.2);
}

ul.pantallas li .pantalla-1::before {
  content: '1';
  background-color: #fff;
  border-radius: 100%;
  aspect-ratio: 1 / 1;
  width: 30px;
  height: 30px;
  position: absolute;
  left: -25px;
  top: -15px;
  display: grid;
  place-content: center;
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
}

ul.pantallas li .pantalla-2 { 
  grid-area: pantalla;
  background-image: url(../img/ventana-02.png);
  background-repeat: no-repeat;
  background-position: center;
  /* background-size: contain; */
  height: 283px;
  position: relative;
  transition: all 0.5s;
}

ul.pantallas li .pantalla-2:hover {
  transform: scale(1.2);
}

ul.pantallas li .pantalla-2::before {
  content: '2';
  background-color: #fff;
  border-radius: 100%;
  aspect-ratio: 1 / 1;
  width: 30px;
  height: 30px;
  position: absolute;
  left: -25px;
  top: -15px;
  display: grid;
  place-content: center;
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
}

ul.pantallas li .pantalla-3 { 
  grid-area: pantalla;
  background-image: url(../img/ventana-03.png);
  background-repeat: no-repeat;
  background-position: center;
  /* background-size: contain; */
  height: 283px;
  position: relative;
  transition: all 0.5s;
}

ul.pantallas li .pantalla-3:hover {
  transform: scale(1.2);
}

ul.pantallas li .pantalla-3::before {
  content: '3';
  background-color: #fff;
  border-radius: 100%;
  aspect-ratio: 1 / 1;
  width: 30px;
  height: 30px;
  position: absolute;
  left: -25px;
  top: -15px;
  display: grid;
  place-content: center;
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
}

ul.pantallas li .descripcion {
  grid-area: descripcion;
  font-family: 'Exo 2', sans-serif!important;
  font-size: 1.2em;
  padding: 10px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
  justify-content: center;
}

.web-sii footer {
  margin: 0;
}

.mm-menu.mm-offcanvas{
    z-index: 5;
}

section {
  overflow: hidden;
}

.box {
  background: none repeat scroll 0 0;
}

.animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.one {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.two {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.three {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.four {
  -webkit-animation-delay: 3.5s;
  -moz-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

.five {
  -webkit-animation-delay: 4.5s;
  -moz-animation-delay: 4.5s;
  animation-delay: 4.5s;
}

.six {
  -webkit-animation-delay: 5.5s;
  -moz-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

.seven {
  -webkit-animation-delay: 6.5s;
  -moz-animation-delay: 6.5s;
  animation-delay: 6.5s;
}

.eight {
  -webkit-animation-delay: 7.5s;
  -moz-animation-delay: 7.5s;
  animation-delay: 7.5s;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/*------------------ Responsive  ------------------*/

@media (width <= 1199px) {

.grid-container main {
  padding-bottom: 90px;
}

.mitos_content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
}

.mitos_cta {
  border-radius: 20px 20px 0 0;
  padding: 20px;
  gap: 10px;
  height: inherit;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: fit-content;
  transition: .3s;
}

.mitos_info {
  width: inherit;
}

.container .importante {
  width: 90%;
}

.deben_exigir_cards {
  gap: 130px 40px;
}

}

@media (width <= 991px){

.principal_content {
  gap: 40px;
}

.cta h3 {
    text-align: center;
}

.ojo_img {
    display: none;
}

}

@media (width <= 591px) {

.grid-container header {
  background-size: auto;
}

.logo_mi_negocio_cumple {
  justify-content: center;
}

.logo_mi_negocio_cumple img.img-responsive.center-block {
  width: 60%;
}

ul.colores li.right {
  margin-top: 0;
}

.ojo_content {
  margin: 30px;
}

.ojo_img {
  width: 100%;
  padding: 0;
}

.grid-container main {
  padding-bottom: 60px;
}

.deben_exigir_cards {
  gap: 120px 40px;
}

span.destacado_azul{
  flex-wrap: wrap;
}

.mitos_info {
  width: 90%;
  gap: 20px;
}

.mito_oficina_img img.imagen_oficina {
  width: 100px;
}

.mito_beneficios_sociales_img img.imagen_beneficios {
  width: 100px;
}

.mito_contador_img img.imagen_contador {
  width: 100px;
}

}

@media (width <= 430px) {

p, h2, h3, h4 {
  font-size: 0.8em;
}

}

/*------------------ Responsive  ------------------*/