/* *Theme Name: Marcela Ogliastri Abogados
 * *Theme URI: https://www.xlogam.com
 * *Author: Xlogam
 * *Author URI: https://www.xlogam.com
 * *Description: WordPress Theme for Marcela Ogliastri Abogados
 * *Requires at least: 6.1
 * *Tested up to: 6.3
 * *Requires PHP: 5.6
 * *Version: 1.0
 * *License: All Rights Reserved.
 * *License URI: https://www.xlogam.com
 * *Text Domain: marcelaogliastri.com
 * *Tags: custom-design */
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.navbar-toggler {
  display: none;
}

.header-top-bar {
  background-color: #0F2F70;
  color: #fff;
  padding: 5px 0px;
}

.header-top-bar-container {
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.datos-top {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.datos-top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}
.datos-top a:hover {
  color: #fff;
  text-decoration: none;
}

.redes-top {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.redes-top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #fff;
}
.redes-top a:hover {
  color: #fff;
  text-decoration: none;
}

.header-container {
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0px;
}

.navbar-light {
  padding: 0px;
  margin: 0px;
}
.navbar-light .navbar-nav {
  padding: 0px;
  margin: 0px;
}
.navbar-light .navbar-nav .menu-item {
  padding: 3px 9px;
  margin: 0px;
}
.navbar-light .navbar-nav .menu-item:last-of-type {
  background-color: #0F2F70;
  border-radius: 6px;
}
.navbar-light .navbar-nav .menu-item:last-of-type .nav-link {
  color: #fff;
  font-weight: 500;
}
.navbar-light .navbar-nav .menu-item .nav-link {
  padding: 0px;
  margin: 0px;
  font-weight: 400;
  font-size: 18px;
}

.carousel-control-next {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 10px;
}

.carousel-control-prev {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 10px;
}

.banner-index img {
  width: 100%;
  height: auto;
}

.titulo h2 {
  color: #0F2F70;
  font-size: 26px;
  font-weight: 500;
  line-height: 1em;
  margin: 30px 0px;
  text-align: center;
}

.noticias {
  width: 95%;
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.noticia {
  max-width: 380px;
  display: block;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  padding-bottom: 20px;
}
.noticia .noticia-foto {
  width: 380px;
  height: 264px;
}
.noticia .noticia-foto img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.noticia .noticia-titulo h2 {
  color: #0F2F70;
  text-align: justify;
  font-size: 16px;
  font-weight: 700;
  margin: 0px;
  padding: 0px;
  margin: 10px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 10px;
}
.noticia .noticia-texto p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-align: justify;
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 10px;
}
.noticia:hover {
  text-decoration: none;
}

.mas-noticias {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px;
  margin: 0px;
  margin: 30px 0px;
}
.mas-noticias a {
  color: #6F6F6F;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
  padding: 0px;
  margin: 0px;
}

.banner-medio img {
  width: 100%;
  height: auto;
}

.nosotros-fnd {
  background-color: #F5F5F5;
  overflow: hidden;
  padding-bottom: 30px;
  overflow-x: hidden;
}

.nosotros-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  width: 95%;
  margin: auto;
  gap: 40px;
}
.nosotros-cols .nosotros-col-01 p {
  text-align: justify;
  color: #474747;
  font-size: 16px;
  font-weight: 400;
}
.nosotros-cols .nosotros-col-01 p:last-of-type {
  margin-bottom: 0px;
}
.nosotros-cols .nosotros-col-01 ol {
  padding-left: 60px;
}
.nosotros-cols .nosotros-col-01 ol li {
  color: #474747;
  font-size: 23px;
  font-weight: 500;
}
.nosotros-cols .nosotros-col-01 ol li::marker {
  color: #0F2F70;
  font-size: 52px;
  font-weight: 700;
}
.nosotros-cols .nosotros-col-02 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.servicios {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  grid-auto-flow: dense;
  max-width: 1200px;
  margin: auto;
  width: 95%;
}

.sevicio {
  background-color: #F5F5F5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
}
.sevicio .servicio-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.sevicio h2 {
  color: #0F2F70;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 20px;
}
.sevicio h3 {
  color: #0F2F70;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
.sevicio p {
  color: #474747;
  font-size: 14px;
  font-weight: 400;
  text-align: justify;
  line-height: 1.5em;
}
.sevicio ul li {
  font-size: 14px;
  color: #0F2F70;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 1em;
}

.profiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 30px;
  max-width: 800px;
  margin: auto;
  width: 95%;
}

.profile {
  max-width: 380px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.profile:hover {
  text-decoration: none;
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.profile .profile-photo {
  width: 100%;
  height: 256px;
  overflow: hidden;
  border-radius: 70px 40px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 20px;
}
.profile .profile-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.profile .profile-name h2 {
  color: #0F2F70;
  font-weight: 600;
  font-size: 20px;
  margin: 0px;
  padding: 0px;
}
.profile .profile-title h2 {
  color: #777777;
  font-weight: 600;
  font-size: 18px;
  margin: 0px;
  padding: 0px;
  margin-bottom: 0.6em;
}
.profile .profile-title p {
  color: #777777;
  font-weight: 400;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  line-height: 1em;
}

footer {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1D3D7E), to(#001F60));
  background-image: linear-gradient(to bottom, #1D3D7E, #001F60);
  color: #ffffff;
  padding: 30px 0px;
  margin-top: 60px;
}

.footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  margin: auto;
  width: 95%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-creditos {
  background-color: #000F50;
  color: #ffffff;
  padding: 10px 0px;
}

#map-canvas {
  min-height: 50px;
}

.map-container {
  width: 350px;
  height: 220px;
}
.map-container #map-canvas {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.redes-footer ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.redes-footer ul li {
  margin: 0px;
}

.dato {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  margin-bottom: 30px;
}
.dato:last-of-type {
  margin-bottom: 0px;
}

.dato-icono {
  padding-top: 2px;
}

.dato-texto h2 {
  padding: 0px;
  margin: 0px;
  line-height: 1em;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 0.5em;
}
.dato-texto p {
  padding: 0px;
  margin: 0px;
  line-height: 1em;
  font-weight: 400;
  font-size: 14px;
}
.dato-texto a {
  color: #fff;
}
.dato-texto a:hover {
  text-decoration: none;
}

.footer-creditos-cols {
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-creditos-col p {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  font-weight: 500;
}
.footer-creditos-col a {
  color: #fff;
}
.footer-creditos-col a:hover {
  text-decoration: none;
  color: #fff;
}

.inside-bar {
  height: 3px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#0F2F70), to(#3D71DB));
  background: linear-gradient(to right, #0F2F70, #3D71DB);
  margin-top: 5px;
  margin-bottom: 30px;
}

.profile-content {
  width: 95%;
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.profile-content-photo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 413px;
  height: 326px;
}
.profile-content-photo img {
  border-radius: 70px 30px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.profile-content-text h1 {
  color: #0F2F70;
  font-weight: 600;
  font-size: 36px;
  margin: 0px;
  padding: 0px;
  line-height: 1em;
}
.profile-content-text h2 {
  color: #777777;
  font-weight: 600;
  font-size: 24px;
  margin: 0px;
  padding: 0px;
  line-height: 1em;
}
.profile-content-text h3 {
  color: #a7a7a7;
  font-weight: 600;
  font-size: 18px;
  margin: 0px;
  padding: 0px;
  line-height: 1em;
  margin-top: 10px;
}
.profile-content-text p {
  color: #474747;
  font-weight: 400;
  font-size: 16px;
  margin: 0px;
  padding: 0px;
  line-height: 1.4em;
  text-align: justify;
  margin-bottom: 1em;
}
.profile-content-text p:first-of-type {
  margin-top: 1em;
}

.news-content {
  max-width: 1200px;
  width: 95%;
  margin: auto;
}
.news-content h1 {
  color: #0F2F70;
  text-align: left;
  font-size: 36px;
  font-weight: 700;
  margin: 0px;
  padding: 0px;
  margin: 10px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 10px;
  margin-bottom: 20px;
}
.news-content p {
  color: #494949;
  font-size: 14px;
  font-weight: 400;
  text-align: justify;
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 10px;
  margin-bottom: 1em;
}
.news-content p a {
  color: #0F2F70;
  text-decoration: none;
  font-weight: 600;
}
.news-content p:last-of-type {
  margin-bottom: 0px;
}
.news-content .ver-noticia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-content .ver-noticia a {
  color: #fff;
  background-color: #0F2F70;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 8px;
}
.news-content .ver-noticia a:hover {
  text-decoration: none;
}

.news-content-text figure:first-of-type img {
  border-radius: 80px 20px 80px 20px;
}

.contact-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  max-width: 1200px;
  width: 95%;
  margin: auto;
  gap: 30px;
}

.contact-col-2 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.contact-col-1 h1 {
  color: #0F2F70;
  font-weight: 600;
  font-size: 36px;
  margin: 0px;
  padding: 0px;
  margin-bottom: 0.5em;
}
.contact-col-1 label {
  color: #0F2F70;
  font-weight: 600;
  font-size: 20px;
  margin: 0px;
  padding: 0px;
}
.contact-col-1 .btn-primary {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  margin: 0px;
  padding: 0px;
  background-color: #0F2F70;
  padding: 3px 15px;
  border-radius: 10px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.contact-col-1 .btn-primary:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.pagina-banner img {
  width: 100%;
  height: auto;
}

.pagina-content {
  max-width: 1200px;
  width: 95%;
  margin: auto;
  padding-top: 40px;
}
.pagina-content h1 {
  color: #0F2F70;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 30px;
}
.pagina-content p {
  color: #474747;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
}
.pagina-content > h2 {
  color: #0F2F70;
  font-size: 36px;
  font-weight: 600;
  margin-top: 20px;
}

.pasos {
  padding: 60px 0px;
}

.paso {
  max-width: 800px;
  margin: auto;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.22);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.22);
  padding: 20px 60px;
  border-radius: 30px;
}
.paso h2 {
  color: #0F2F70;
  font-weight: 600;
  font-size: 24px;
}
.paso p {
  color: #474747;
  font-weight: 400;
  font-size: 16px;
}
.paso p:last-of-type {
  margin-bottom: 0px;
}

.paso-numero {
  width: 60px;
  height: 60px;
  background-color: #D9D9D9;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1em;
  position: absolute;
  top: -30px;
  left: -30px;
  color: #0F2F70;
  font-weight: 600;
  font-size: 34px;
}

.paso-flecha {
  min-height: 100px;
  background-image: url(img/flecha.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  margin: 30px 0px;
}

header.smaller {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99999;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}
header.smaller .header-top-bar {
  display: none;
}

.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.dato-texto p {
  line-height: 1.5em;
}

ul {
  padding-left: 14px;
}
ul.lista-texto li {
  font-weight: 400;
  color: #464646;
  font-size: 14px;
}

@media screen and (max-width: 1024px) {
  .navbar-toggler {
    display: block;
    position: absolute;
    top: 35px;
    right: 5px;
    width: 35px;
    height: 35px;
    background-color: #0F2F70;
    padding: 6px;
    margin: 0px;
  }
  .navbar-toggler img {
    width: 100%;
    height: auto;
  }
  .header-top-bar-container {
    max-width: 95%;
  }
  .header-container {
    max-width: 95%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu-superior {
    width: 100%;
  }
  .headerRight {
    width: 100%;
  }
  .headerRight ul {
    border-top: 2px solid #0F2F70;
  }
  .navbar-light .navbar-nav {
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
  }
  .navbar-light .navbar-nav .menu-item {
    border-bottom: 1px solid #e6e6e6;
  }
  .navbar-light .navbar-nav .menu-item:last-of-type {
    border-bottom: none;
  }
  .noticias {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .footer-creditos-cols {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .nosotros-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .profile-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .paso {
    max-width: 80%;
  }
  .contact-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-col-2 {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .datos-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5px;
  }
  .datos-top img {
    height: 15px;
    width: auto;
  }
  .navbar-toggler {
    top: 95px;
  }
  .smaller .navbar-toggler {
    top: 10px;
    right: 10px;
  }
  .servicios {
    width: 95%;
    margin: auto;
    overflow-x: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .news-content h1 {
    font-size: 24px;
  }
  .paso {
    max-width: 85%;
    padding: 30px 20px;
  }
}
/*# sourceMappingURL=style.css.map */