@font-face {
  font-family: 'Red Hat Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/redhatdisplay/v19/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbmyWckg.ttf) format('truetype');
}
@font-face {
  font-family: 'Red Hat Display';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/redhatdisplay/v19/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbl6Wckg.ttf) format('truetype');
}
@font-face {
  font-family: 'Red Hat Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/redhatdisplay/v19/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbouRckg.ttf) format('truetype');
}
html,
body {
  height: 100%;
  opacity: 1 !important;
}
body {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 18px;
  color: #525151;
}
img {
  max-width: 100%;
  display: inline-block;
}
.img100 {
  width: 100%;
}
a {
  color: #0080B7;
}
h1,
h2,
h3,
h4 {
  color: #004893;
}
#loading {
  width: 100%;
  height: 100%;
  background-color: #FFF;
  position: fixed;
  z-index: 9999;
}
#loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  border-bottom-right-radius: 20px;
  position: fixed;
  z-index: 1000;
  width: 100%;
  background-color: #ffffff;
}
header a {
  text-decoration: none;
}
header .desktop .preheader {
  font-size: .8rem;
}
header .desktop .preheader .input-group {
  background: #ECF2F4;
  border-radius: .375rem;
  width: 90%;
}
header .desktop .preheader button {
  background-color: transparent;
  border: 0;
  color: #0080B7;
}
header .desktop .preheader .form-control {
  font-size: .8rem;
  padding: .275rem .75rem;
  line-height: 1;
  border: 0;
  background-color: transparent;
}
header .desktop .preheader .rrss {
  display: inline-block;
  vertical-align: middle;
}
header .desktop .preheader .rrss img {
  height: 1.5rem;
  margin-left: 5px;
}
header .desktop .btmm {
  display: inline-block;
  position: relative;
  color: #0080B7;
  cursor: pointer;
}
header .desktop .btmm > div {
  display: block;
  font-weight: bold;
  padding: 5px 10px;
  position: relative;
  padding-right: 40px;
}
header .desktop .btmm > div::after {
  font-family: FontAwesome;
  content: "\f107";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
}
header .desktop .btmm ul {
  transition: all 0.3s ease-in-out !important;
  transform: scaleY(0);
  transform-origin: top;
  position: absolute;
  background-color: #F5F8FA;
  list-style: none;
  padding: 10px 15px;
  white-space: nowrap;
}
header .desktop .btmm ul li {
  padding: 0;
  margin: 0;
  position: relative;
  opacity: 0;
  transition: all 0.3s ease-in-out !important;
}
header .desktop .btmm ul li a {
  color: #12244E;
  padding: 8px 0 8px 20px ;
  display: block;
}
header .desktop .btmm ul li a::before {
  font-family: FontAwesome;
  color: #C9E8FB;
  content: "\f0da";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}
header .desktop .btmm ul li a:hover {
  font-weight: bold;
}
header .desktop .btmm ul li a:hover::before {
  color: #DB0216;
}
header .desktop .btmm:hover div {
  background-color: #F5F8FA;
}
header .desktop .btmm:hover ul {
  transform: scaleY(1);
}
header .desktop .btmm:hover ul li {
  opacity: 1;
}
.menumobile {
  right: -110vw;
  position: fixed;
  top: 0;
  background-color: rgba(3, 25, 47, 0.85);
  min-height: 100vh;
  z-index: 1000;
  text-align: right;
  width: 100%;
  transition: all 0.3s ease-in-out !important;
  opacity: 0;
}
.menumobile.active {
  right: 0;
  opacity: 1;
}
.menumobile .cont {
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  border-top-left-radius: 20px;
  padding: 20px 0;
  text-align: left;
  display: inline-block;
  background-color: #FFFFFF;
  width: 90%;
  height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
}
.menumobile .cont .input-group {
  background: #ECF2F4;
  border-radius: .375rem;
}
.menumobile .cont button {
  background-color: transparent;
  border: 0;
  color: #0080B7;
}
.menumobile .cont .form-control {
  font-size: .8rem;
  padding: .275rem .75rem;
  line-height: 1;
  border: 0;
  background-color: transparent;
}
.menumobile .logot {
  position: absolute;
  bottom: 5%;
  width: 90%;
}
.menumobile .btmm {
  display: block;
  position: relative;
  color: #0080B7;
  cursor: pointer;
  background-color: #F5F8FA;
  margin-bottom: 20px;
  width: 100%;
}
.menumobile .btmm > div {
  display: block;
  font-weight: bold;
  padding: 5px 30px;
  position: relative;
}
.menumobile .btmm > div::after {
  font-family: FontAwesome;
  content: "\f107";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.menumobile .btmm ul {
  width: 100%;
  transition: all 0.3s ease-in-out !important;
  transform: scaleY(0);
  transform-origin: top;
  position: absolute;
  z-index: 100;
  background-color: #F5F8FA;
  list-style: none;
  padding: 10px 15px;
  white-space: nowrap;
}
.menumobile .btmm ul li {
  padding: 0;
  margin: 0;
  position: relative;
  opacity: 0;
  transition: all 0.3s ease-in-out !important;
}
.menumobile .btmm ul li a {
  color: #12244E;
  padding: 8px 0 8px 20px ;
  display: block;
}
.menumobile .btmm ul li a::before {
  font-family: FontAwesome;
  color: #C9E8FB;
  content: "\f0da";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}
.menumobile .btmm ul li a:hover {
  font-weight: bold;
}
.menumobile .btmm ul li a:hover::before {
  color: #DB0216;
}
.menumobile .btmm.active div {
  background-color: #F5F8FA;
}
.menumobile .btmm.active > div::after {
  content: "\f106";
}
.menumobile .btmm.active ul {
  transform: scaleY(1);
  border-bottom: 2px solid #DB0216;
}
.menumobile .btmm.active ul li {
  opacity: 1;
}
footer {
  background-color: #12244E;
  color: #FFF;
  font-size: 1.2rem;
}
footer a {
  color: #009EE3;
  text-decoration: none;
}
footer .rrss {
  display: inline-block;
  vertical-align: middle;
}
footer .rrss img {
  height: 1.8rem;
  margin-left: 8px;
}
footer .small {
  font-size: .9rem;
}
footer.footeranchor {
  padding-bottom: 130px !important;
}
.select2-selection__rendered {
  line-height: 31px !important;
}
.select2-container .select2-selection--single {
  height: 35px !important;
}
.select2-selection__arrow {
  height: 34px !important;
}
.select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 0;
}
.select2-container--open .select2-dropdown--below {
  position: relative;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  position: absolute;
  top: -34px;
  border: 0px !important;
  width: 94%;
  background-color: #ECF2F4;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}
.select2-results__option {
  font-size: .8rem;
}
.btftx {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.btftx.active {
  border-bottom: 2px solid #004893;
}
.carousel {
  padding-bottom: 40px;
}
.carousel .carousel-control-next,
.carousel .carousel-control-prev {
  width: 32px;
  color: #0080B7;
  font-size: 32px;
  opacity: 1;
}
.carousel .carousel-control-prev {
  left: -32px;
}
.carousel .carousel-control-next {
  right: -32px;
}
.carousel .carousel-indicators {
  -bottom: -40px;
}
.carousel .carousel-indicators button {
  border: 0 !important;
  background-color: #AAB6BA;
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  margin: 0 5px;
}
.carousel .carousel-indicators .active {
  width: 50px !important;
  background-color: #008CD1;
  border-radius: 5px !important;
}
.btmn2 {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  outline: inherit;
  display: block;
  width: 100%;
  text-align: left;
  background-color: #68C3F1;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
}
.btmn2 .bt {
  color: #FFF;
  font-size: 1.2rem;
  padding: .5rem 1rem;
  position: relative;
  font-weight: 600;
}
.btmn2 .bt::before {
  font-family: FontAwesome;
  content: "\f107";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  font-size: 1.2rem;
  color: #FFF;
}
.btmn2 .bt img {
  margin-right: .8rem;
}
.btmn2 ul {
  transition: all 0.3s ease-in-out !important;
  transform: scaleY(0);
  transform-origin: top;
  position: absolute;
  background-color: #fff;
  list-style: none;
  padding: 10px 15px;
  white-space: nowrap;
  width: 100%;
  z-index: 10;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
}
.btmn2 ul li {
  padding: 0;
  margin: 0;
  position: relative;
  opacity: 0;
  transition: all 0.3s ease-in-out !important;
}
.btmn2 ul li a {
  color: #12244E;
  padding: 8px 0 8px 20px ;
  display: block;
  text-decoration: none;
}
.btmn2 ul li a::before {
  font-family: FontAwesome;
  color: #C9E8FB;
  content: "\f0da";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}
.btmn2 ul li a:hover {
  font-weight: bold;
}
.btmn2 ul li a:hover::before {
  color: #DB0216;
}
.btmn2.activex,
.btmn2:focus {
  background-color: #FFF;
}
.btmn2.activex .bt,
.btmn2:focus .bt {
  background-color: #FFF;
  color: #008CD1;
}
.btmn2.activex .bt .bttext,
.btmn2:focus .bt .bttext {
  border-bottom: 2px solid #DB0216;
}
.btmn2.activex .bt::before,
.btmn2:focus .bt::before {
  font-family: FontAwesome;
  content: "\f106";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  font-size: 1.2rem;
  color: #008CD1;
}
.btmn2.activex ul,
.btmn2:focus ul {
  transform: scaleY(1);
}
.btmn2.activex ul li,
.btmn2:focus ul li {
  opacity: 1;
}
#tablamain img {
  width: 38px;
}
#tablamain thead tr {
  position: sticky;
  top: 0;
}
#tablamain thead tr th {
  background-color: #fff;
  position: relative !important;
}
#tablamain th,
#tablamain td {
  text-align: center;
  height: 100px;
  vertical-align: middle;
  border: 0;
}
#tablamain th a,
#tablamain td a {
  text-decoration: none;
  color: #12244E;
}
#tablamain th:first-child,
#tablamain td:first-child {
  position: sticky;
  left: 0px;
  background-color: #fff !important;
  text-align: left;
  width: 30%;
}
#tablamain th img {
  width: 80px;
}
#tablamain tr:nth-child(odd) td {
  background-color: #C9E8FB;
}
.tutoriales {
  display: none;
}
.tutoriales h4 {
  width: 100%;
  text-align: center;
  border-bottom: 3px solid #0058A2;
  line-height: 0.1em;
  margin: 10px 0 20px;
  color: #0058A2;
}
.tutoriales h4 span {
  background: #fff;
  padding: 0 10px;
}
.tutoriales .owl-tuto {
  display: block !important;
}
.tutoriales .owl-tuto .owl-dot {
  margin-top: 1rem;
}
.tutoriales .owl-tuto .owl-dot.active span {
  background-color: #008CD1 !important;
}
.tutoriales .owl-tuto .tuto {
  padding: 1.5rem;
  background-color: #F7F8F8;
  border-radius: 8px;
}
.tutoriales .owl-tuto .tuto img {
  border-radius: 8px;
}
.tutoriales .owl-tuto .tuto h5 {
  color: #15323C;
  padding: .8rem 0;
  font-weight: bold;
}
.tutoriales .owl-tuto .tuto .btn-secondary {
  margin-top: .5rem;
  font-size: 1rem;
  padding: .4rem 1rem;
  border-radius: 50px;
  font-weight: 600;
  border: 0;
  background-color: #68C3F1;
  color: #02394D;
}
.tutoriales .owl-tuto .tuto .btn-secondary i {
  margin-left: .5rem;
  color: #FFF;
}
h1,
h2,
h3,
h4 {
  font-weight: bold;
}
.toolt {
  display: inline-block;
  position: relative;
}
.toolt::after {
  font-family: FontAwesome;
  content: "\3f";
  background-color: #C6C5C5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 110%;
  width: 1.2rem;
  height: 1.2rem;
  color: #000;
  font-size: .7rem;
  padding-left: .35rem;
  padding-top: .15rem;
  border-radius: 50%;
  z-index: 10;
}
.toolt:hover::after {
  background-color: #DB0216;
  color: #FFF;
}
article {
  min-height: 100vh;
}
.btaqui {
  background-color: #BBE3FA;
  border-radius: 5px;
  padding: 8px 15px;
  color: #004893;
  font-size: .8rem;
  text-decoration: none;
  font-weight: 600;
}
.tdudas {
  border-top: 2px solid #DB0216;
}
.canal {
  padding: 3rem 0;
}
.canal h2 {
  font-size: 1.4rem;
}
.canal h2 span {
  font-weight: 400;
}
.canal:nth-child(odd) {
  background-color: #F5F8FA;
}
.canal ul {
  margin: 0;
  padding-left: 1rem;
}
#carouselMain .carousel-item {
  position: relative;
}
#carouselMain .carousel-item h1 {
  position: absolute;
  bottom: 15%;
  left: 0;
  margin: 0;
  padding: 0;
}
#carouselMain .carousel-item h1 span {
  display: inline-block;
  color: #FFFFFF;
  background-color: #015F9B;
  font-weight: bold;
  padding: .5rem 1.5rem;
}
#carouselMain .carousel-item h1 .sep {
  height: .8rem;
}
#carouselMain .carousel-item .exp {
  font-size: 1rem;
  position: absolute;
  bottom: 5%;
  left: 10px;
  display: inline-block;
  color: #FFFFFF;
  background-color: #DE0A14;
  font-weight: bold;
  padding: .4rem 1rem;
  text-decoration: none;
  border-radius: 20px;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
#carouselMain .carousel-item .exp:hover {
  background-color: #FFFFFF;
  color: #DE0A14;
}
div.header .goback {
  position: absolute;
  left: -40px;
  top: 1%;
}
div.header .titulo {
  position: relative;
}
div.header .titulo h1 {
  position: absolute;
  bottom: 5%;
  left: 0;
  margin: 0;
  padding: 0;
}
div.header .titulo h1 span {
  display: inline-block;
  color: #FFFFFF;
  background-color: #015F9B;
  font-weight: bold;
  padding: .5rem 1.5rem;
}
div.header .titulo h1 .sep {
  height: 1rem;
}
.comparte {
  color: #001F6E;
}
.anchor img {
  width: 90px;
}
.topcanalesdesktop img {
  width: 90px;
}
.owl-carousel {
  padding: 20px 0;
}
.owl-stage {
  padding: 1rem 0;
}
.owl-dots {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.share img {
  width: 80%;
}
.btn-danger {
  font-size: 1.3rem;
  padding: .8rem 3rem;
  border-radius: 50px;
  background-color: #DE0A14 !important;
  border-color: #DE0A14 !important;
}
.btn-danger i {
  margin-left: .5rem;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent !important;
}
.owl-theme .owl-stage-outer {
  padding: 1rem px;
}
.owl-theme .owl-nav {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  display: block !important;
  z-index: 99;
  width: 100%;
  font-size: 4rem;
  color: #c9d13c;
  _height: 1px;
}
.owl-theme .owl-prev {
  position: absolute;
  left: -26px;
  top: -26px;
  margin: 0;
  height: 52px;
  width: 52px;
  line-height: 0;
}
.owl-theme .owl-prev.disabled {
  display: none;
}
.owl-theme .owl-prev img {
  display: block;
}
.owl-theme .owl-next {
  position: absolute;
  right: -26px;
  top: -26px;
  margin: 0;
  height: 52px;
  width: 52px;
  line-height: 0;
}
.owl-theme .owl-next.disabled {
  display: none;
}
.owl-theme .owl-next img {
  display: block;
}
.owl-theme .owl-dot span {
  border: 0 !important;
  background-color: #AAB6BA;
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  margin: 0 5px;
  transition: all 0.3s ease-in-out !important;
}
.owl-theme .owl-dot.active span {
  width: 50px !important;
  background-color: #D32E3D !important;
  border-radius: 5px !important;
}
.owl-pasos {
  display: block !important;
}
.owl-pasos .paso .caja {
  position: relative;
}
.owl-pasos .paso .caja .number {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #0858A2;
  border-radius: 50%;
  font-weight: bold;
  color: #FFF;
  font-size: 2rem;
  width: 3rem;
  line-height: 3rem;
  text-align: center;
}
.owl-pasos .paso .caja .text {
  margin-left: 2rem;
  border-radius: .375rem;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
  width: 70%;
  display: table;
  vertical-align: middle;
  min-height: 12rem;
  background-color: #FFFFFF;
  text-align: center;
}
.owl-pasos .paso .caja .text span {
  display: table-cell;
  vertical-align: middle;
  padding: 1rem 1.5rem 1rem 2rem;
}
.owl-pasos .paso .caja .text a {
  font-weight: bold;
}
.owl-pasos .paso .caja .line {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2%;
  width: 18%;
  background-color: #D0D0D0;
  border-radius: 5px;
  height: 5px;
}
@media (min-width: 768px) {
  #menuft {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    font-size: 1rem;
    display: none;
    z-index: 999;
    -webkit-box-shadow: 1px -2px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px -2px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px -2px 5px 0px rgba(0, 0, 0, 0.2);
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
button.accordion-button {
  font-weight: bold;
  color: #0080B7;
  font-size: 1.2rem;
}
.accordion-button.collapsed::after {
  font-family: FontAwesome;
  content: "\f107";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  background-image: none;
  xbackground-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230080B7'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button:not(.collapsed)::after {
  font-family: FontAwesome;
  content: "\f106";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  background-image: none;
}
.accordion-button:not(.collapsed) {
  color: #0080B7;
  background-color: #F5F8FA !important;
}
.body-preguntas-frecuentes .secfaq {
  display: none;
}
@media (max-width: 768px) {
  .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    xwidth: 70% !important;
  }
  #carouselMain .carousel-item h1 {
    font-size: 1.2rem;
    max-width: 98%;
  }
  #carouselMain .carousel-item h1 .sep {
    height: .2rem;
  }
  #carouselMain .carousel-item .exp {
    bottom: 3.5%;
    font-size: .8rem;
  }
  .owl-next {
    right: -10px !important;
  }
  .owl-prev {
    left: -10px !important;
  }
  .owl-carousel {
    padding-bottom: 60px;
  }
  .owl-theme {
    max-width: 100vw;
    overflow-x: hidden;
  }
  .owl-theme .owl-nav {
    transform: none;
    top: auto;
    bottom: 50px;
  }
  .owl-theme .owl-dots {
    bottom: 30px;
  }
  #menuft {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #015F9B;
    color: #FFF;
    font-size: .8rem;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: none;
    z-index: 999;
  }
  .carousel .carousel-control-next,
  .carousel .carousel-control-prev {
    display: none;
  }
  .toolt::after {
    left: 100% ;
  }
  #tablamain span {
    font-size: .8rem;
  }
  #tablamain th,
  #tablamain td {
    min-width: 23vw;
  }
  #tablamain th img {
    width: 16vw;
  }
  #tablamain th:first-child,
  #tablamain td:first-child {
    padding-right: 1.5rem;
  }
  .btftx {
    border-color: transparent;
  }
  .btftx.active {
    border-color: #fff;
  }
  div.header .goback {
    position: absolute;
    left: 1%;
    top: 1%;
  }
  div.header .titulo h1 {
    max-width: 98%;
    font-size: 1.3rem;
  }
  div.header .titulo h1 span {
    padding: .5rem 1rem;
  }
  div.header .titulo h1 .sep {
    height: .5rem;
  }
}
