@charset "UTF-8";
/**
* Branding $COLORS*/
/*------------------------*\
|      $MIXINS
/*------------------------*/
@font-face {
  font-family: "PT Sans";
  src: url("fonts/PTSans-Bold.woff2") format("woff2"), url("fonts/PTSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Albra Text";
  src: url("fonts/AlbraTextBold.woff2") format("woff2"), url("fonts/AlbraTextBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PT Sans";
  src: url("fonts/PTSans-Regular.woff2") format("woff2"), url("fonts/PTSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 16px;
}

body {
  color: #000;
  font-weight: normal;
  width: 100%;
  max-width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.3;
}

body,
html {
  max-width: 100%;
}

body,
.smooth-container {
  scroll-behavior: smooth;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1300px !important;
}
.container.container-small {
  width: 800px;
  max-width: 100%;
}

@media (min-width: 992px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.full-width {
  width: 100%;
}

p {
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 1.4rem;
}
p b {
  font-weight: bold;
}
p a {
  text-decoration: underline;
}

figure {
  margin: 0;
}

.clear {
  clear: both;
}

.wow {
  visibility: hidden;
}

.fadein {
  opacity: 0;
}

.hidden_a {
  opacity: 0;
}

.visible {
  opacity: 1;
}

.wrapper {
  position: relative;
}

.wrapper.wrapper-home {
  padding-top: 148px;
}

.wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 2.5rem;
}
@media only screen and (max-width: 991px) {
  .wrap {
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .wrap {
    padding: 0 1rem;
  }
}

.wrap2 {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 11.25rem;
}
@media only screen and (max-width: 991px) {
  .wrap2 {
    padding: 0 4rem;
  }
}
@media only screen and (max-width: 768px) {
  .wrap2 {
    padding: 0 1rem;
  }
}

*,
::after,
::before {
  box-sizing: border-box;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
@media only screen and (max-width: 1200px) {
  .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.row > * {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 1200px) {
  .row > * {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^=col-],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.row.row-small {
  margin-right: -0.5em;
  margin-left: -0.5em;
}

.row.row-small > [class^=col-],
.row.row-small > [class*=" col-"] {
  padding-right: 0.5em;
  padding-left: 0.5em;
}

.row.row-md {
  margin-right: -0.6rem;
  margin-left: -0.6rem;
}

.row.row-md > [class^=col-],
.row.row-md > [class*=" col-"] {
  padding-right: 0.6rem;
  padding-left: 0.6rem;
}

.row.row-big {
  margin-right: -1.6rem;
  margin-left: -1.6rem;
}

.row.row-big > [class^=col-],
.row.row-big > [class*=" col-"] {
  padding-right: 1.6rem;
  padding-left: 1.6rem;
}

.row.row-xbig {
  margin-right: -3rem;
  margin-left: -3rem;
}

.row.row-xbig > [class^=col-],
.row.row-xbig > [class*=" col-"] {
  padding-right: 3rem;
  padding-left: 3rem;
}

@media only screen and (max-width: 1200px) {
  .row.row-big {
    margin-right: -20px;
    margin-left: -20px;
  }
  .row.row-big > [class^=col-],
  .row.row-big > [class*=" col-"] {
    padding-right: 20px;
    padding-left: 20px;
  }
  .row.row-xbig {
    margin-right: -20px;
    margin-left: -20px;
  }
  .row.row-xbig > [class^=col-],
  .row.row-big > [class*=" col-"] {
    padding-right: 20px;
    padding-left: 20px;
  }
  .row.row-md {
    margin-right: -20px;
    margin-left: -20px;
  }
  .row.row-md > [class^=col-],
  .row.row-md > [class*=" col-"] {
    padding-right: 20px;
    padding-left: 20px;
  }
}
* {
  outline: none;
}

a,
button {
  transition: all 0.3s ease;
  cursor: pointer;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

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

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.mt-2 {
  margin-top: 2rem;
}

@media (max-width: 1980px) {
  html,
  body,
  p {
    font-size: 16px;
  }
}
@media (max-width: 1700px) {
  html,
  body,
  p {
    font-size: 16px;
  }
}
@media (max-width: 1500px) {
  html,
  body,
  p {
    font-size: 16px;
  }
}
.btn {
  background: #FF8B00;
  border: none;
  color: #27201d;
  font-size: 1.3rem;
  padding: 10px 20px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  border-radius: 0;
  min-width: 200px;
}
.btn.small {
  font-size: 1.1rem;
  min-width: 180px;
  padding: 8px 20px 8px;
}
.btn.btn--primary {
  background: linear-gradient(to right, #ffb700, #ff7100, #ff2100);
}
.btn.btn--primary:hover {
  background: linear-gradient(to right, #ff2100, #ff2100, #ff2100);
  color: #fff;
}

.carrusel {
  position: relative;
}
.carrusel.con-nav {
  padding: 0;
}
.carrusel .tns-nav {
  text-align: center;
  margin-top: 20px;
  position: absolute;
  right: 2rem;
  bottom: 2rem;
}
@media only screen and (max-width: 991px) {
  .carrusel .tns-nav {
    bottom: 1rem;
    right: 1rem;
  }
}
.carrusel .tns-nav button {
  width: 10rem;
  height: 10rem;
  display: inline-block;
  border: 1px solid #FCF4B8;
  border-radius: 100%;
  margin: 0 0.4rem;
  background: #FCF4B8;
  padding: 0;
  opacity: 0.75;
}
@media only screen and (max-width: 1500px) {
  .carrusel .tns-nav button {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.carrusel .tns-nav button.tns-nav-active {
  background: #E03C31;
  border-color: #E03C31;
}
.carrusel.blanco button {
  background: #fff;
  border-color: #fff;
  opacity: 0.5;
}
.carrusel.blanco button.tns-nav-active {
  border-color: #fff;
  background: #fff;
  opacity: 1;
}
.carrusel.gris button {
  background: #fff;
  border-color: #0A6BE4;
}
.carrusel.gris button.tns-nav-active {
  border-color: #27201d;
  background: #27201d;
}
.carrusel .tns-controls button {
  background: transparent;
  border-radius: 0;
  font-size: 0;
  width: auto;
  height: auto;
  line-height: 1;
  border: none;
  text-align: center;
  position: absolute;
  padding: 0;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carrusel .tns-controls button:first-child {
  left: -2.4rem;
  padding-right: 0px;
}
.carrusel .tns-controls button:last-child {
  right: -2.4rem;
  padding-left: 0px;
}
.carrusel .tns-controls button:after {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 3rem;
  color: #0A6BE4;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
.carrusel .tns-controls button:first-child:after {
  padding-right: 4px;
  content: "\f053";
}
.carrusel .tns-controls button:last-child:after {
  content: "\f054";
  padding-left: 4px;
}
.carrusel .tns-controls button:hover {
  opacity: 0.85;
}
@media only screen and (max-width: 640px) {
  .carrusel .tns-controls {
    display: none;
  }
  .carrusel .tns-controls button {
    width: 40px;
    height: 40px;
    line-height: 32px;
  }
  .carrusel .tns-controls button:after {
    font-size: 24px;
  }
  .carrusel .tns-controls button:first-child {
    left: 20px;
  }
  .carrusel .tns-controls button:last-child {
    right: 20px;
  }
}
.carrusel .tns-controls {
  display: none;
}
.carrusel.con-nav .tns-controls {
  display: block;
}
@media only screen and (max-width: 640px) {
  .carrusel.con-nav .tns-controls {
    display: none;
  }
}

.slide-home .carrusel .tns-nav {
  position: absolute;
  left: 160px;
  bottom: 1em;
  z-index: 999;
}
@media only screen and (max-width: 1550px) {
  .slide-home .carrusel .tns-nav {
    left: 80px;
  }
}

@media only screen and (max-width: 550px) {
  .c-movil {
    padding: 0 60px 0 15px !important;
    margin: 0 -15px;
  }
  .c-movil .tns-ovh {
    overflow: visible;
  }
  .c-movil .tns-nav {
    width: calc(100vw - 30px);
  }
}

header {
  position: sticky;
  top: 0px;
  z-index: 10;
  background: #FFF;
  box-shadow: 0px 3px 6px 2px rgba(0, 0, 0, 0.15);
  padding: 1rem 0;
}
@media only screen and (max-width: 768px) {
  header {
    padding: 0.6rem 0;
  }
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .logo img {
  width: 120px;
}
@media only screen and (max-width: 768px) {
  header .logo img {
    width: 100px;
  }
}
@media only screen and (max-width: 991px) {
  header nav {
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.3s ease;
    height: 100vh;
    padding-top: 100px;
  }
  header nav.visible {
    opacity: 1;
    transform: translateX(0);
    background: #fff;
    width: 100%;
    max-width: 300px;
    text-align: center;
    z-index: 9;
  }
}
header nav ul {
  display: flex;
  margin: 0;
  list-style: none;
}
@media only screen and (max-width: 991px) {
  header nav ul {
    flex-direction: column;
    text-align: left;
  }
}
header nav ul li {
  padding: 0 1rem;
  border-right: 2px solid #FF8B00;
}
@media only screen and (max-width: 991px) {
  header nav ul li {
    margin-bottom: 2rem;
  }
}
header nav ul li:last-child {
  border: none;
  padding-right: 0;
}
header nav ul li a {
  text-transform: uppercase;
  font-size: 1.1rem;
  color: #27201d;
  line-height: 1;
}
header nav ul li a:hover {
  color: #FF8B00;
}
header nav ul li a.active {
  color: #FF8B00;
}
header .botones-header {
  display: flex;
  gap: 1rem;
}
header .botones-header .btn {
  font-size: 1rem;
  min-width: 150px;
}

.btn-menu {
  display: none;
  z-index: 999;
  height: auto;
  position: absolute;
  right: 2rem;
  top: 2rem;
}
@media only screen and (max-width: 550px) {
  .btn-menu {
    right: 1rem;
    top: 1.6rem;
  }
}

.btn-menu span {
  width: 30px;
  height: 3px;
  background-color: #27201d;
  margin: 6px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: block;
}

.btn-menu.open span:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.btn-menu.open span:nth-child(2) {
  opacity: 0;
}

.btn-menu.open span:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-7px, -4px);
}

@media only screen and (max-width: 991px) {
  .btn-menu {
    display: block;
  }
}
.header-user {
  position: relative;
  display: flex;
  align-items: center;
}

.user-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f3f3f3;
  border: none;
  cursor: pointer;
  font: inherit;
}

.user-avatar {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  background: #111827;
  color: #fff;
  font-size: 14px;
}

.user-name {
  font-size: 14px;
  max-width: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.user-chevron {
  font-size: 10px;
}

/* Dropdown */
.user-menu-dropdown {
  position: absolute;
  right: 0;
  top: calc(100% + 6px);
  min-width: 180px;
  background: #fff;
  border-radius: 8px;
  padding: 6px 0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  z-index: 50;
}

.user-menu-item {
  display: block;
  width: 100%;
  padding: 8px 14px;
  font-size: 14px;
  text-align: left;
  text-decoration: none;
  color: #111827;
  background: transparent;
  border: none;
  cursor: pointer;
}

.user-menu-item:hover {
  background: #f3f4f6;
}

.user-menu-logout {
  color: #b91c1c;
}

/* Abrir por hover además del click (opcional) */
.header-user:hover .user-menu-dropdown {
  display: block;
}

.hero {
  position: relative;
}
.hero__bg {
  height: 100%;
}
.hero__bg img {
  max-height: calc(100vh - 130px);
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  text-align: center;
  width: 500px;
  max-width: 90%;
}
.hero__txt h1 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 5rem;
  margin: 0;
  line-height: 1;
  padding: 0.7rem 0.7rem 0.4rem;
  background-color: #FF8B00;
}
@media only screen and (max-width: 768px) {
  .hero__txt h1 {
    font-size: 3.5rem;
  }
}
.hero__txt p {
  font-size: 1.8rem;
  margin: 0;
  line-height: 1.1;
  background: #000;
  padding: 0.5rem;
  background: linear-gradient(to right, #333, #1e130c);
}
@media only screen and (max-width: 768px) {
  .hero__txt p {
    font-size: 1.4rem;
  }
}

.services {
  text-align: center;
  background: #27201d;
  color: #fff;
  padding: 4rem 0 5rem;
  position: relative;
  overflow: hidden;
}
.services .bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .services .bg {
    display: none;
  }
}
.services .titulo {
  posiiton: relative;
}
.services p {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .services p {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.services .btn {
  position: relative;
}

.titulo {
  font-family: "Bebas Neue", sans-serif;
  font-size: 3.2rem;
  margin: 0 0 1rem;
}
@media only screen and (max-width: 1200px) {
  .titulo {
    font-size: 2.8rem;
  }
}

.content {
  color: #fff;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .content {
    flex-direction: column;
  }
}
.content.color-1 {
  background: #54343B;
}
.content.color-2 {
  background: #B26B36;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  .content.color-2 {
    flex-direction: column;
  }
}
.content__txt {
  width: 50%;
  min-width: 50%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-left: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .content__txt {
    width: 100%;
    min-width: 100%;
    justify-content: center;
    text-align: center;
    padding: 2rem 1rem 4rem;
  }
}
.content__txt .wrap-txt {
  max-width: 650px;
  padding-right: 2rem;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .content__txt .wrap-txt {
    padding-right: 0;
  }
}
.content__txt p {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .content__txt p {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.content__txt .icono {
  position: absolute;
  width: 180px;
  right: 2rem;
  bottom: 2rem;
}
.content__img {
  width: 50%;
  min-width: 50%;
}
@media only screen and (max-width: 768px) {
  .content__img {
    width: 100%;
    min-width: 100%;
    height: 300px;
  }
}
.content__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  vertical-align: bottom;
}

.hero-interior {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .hero-interior {
    flex-direction: column;
  }
}
.hero-interior__img {
  width: 60%;
  min-width: 60%;
}
@media only screen and (max-width: 991px) {
  .hero-interior__img {
    width: 50%;
    min-width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .hero-interior__img {
    width: 100%;
    min-width: 100%;
    height: 300px;
  }
}
.hero-interior__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-interior__txt {
  width: 40%;
  min-width: 40%;
  background: linear-gradient(to right, #ff5800, #ff0014);
  color: #fff;
  position: relative;
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.hero-interior__txt h1 {
  font-family: "Bebas Neue", sans-serif;
  color: #fff;
  background: #FF8B00;
  padding: 0.8rem 1rem 0.5rem;
  margin: 0;
  font-size: 4rem;
  width: 130%;
  margin-left: -200px;
  padding-left: 10rem;
}
.hero-interior__txt p {
  font-size: 1.8rem;
  line-height: 1.8;
  max-width: 600px;
  padding: 2rem;
}
@media only screen and (max-width: 1500px) {
  .hero-interior__txt p {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 1200px) {
  .hero-interior__txt p {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 991px) {
  .hero-interior__txt {
    width: 50%;
    min-width: 50%;
    padding-top: 50px;
  }
  .hero-interior__txt h1 {
    font-size: 3rem;
  }
  .hero-interior__txt p {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .hero-interior__txt {
    width: 100%;
    min-width: 100%;
    padding-top: 0;
  }
  .hero-interior__txt h1 {
    margin-left: 0;
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}

.servicios {
  background: #27201d;
  padding: 4rem 0;
}
.servicios .titulo {
  text-align: center;
  color: #fff;
  margin-bottom: 2rem;
}
.servicios .item-servicio {
  text-align: center;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .servicios .item-servicio {
    margin-bottom: 4rem;
  }
}
.servicios .item-servicio__img img {
  width: 100%;
}
.servicios .item-servicio .card-plan {
  border: 1px solid #FF8B00;
  margin: 1.5rem 0;
}
.servicios .item-servicio .card-plan__header {
  background: #54343B;
  text-align: center;
  padding: 0.5rem 1rem 0.3rem;
}
.servicios .item-servicio .card-plan__header h3 {
  font-family: "Bebas Neue", sans-serif;
  color: #fff;
  margin: 0;
  font-size: 3rem;
}
.servicios .item-servicio .card-plan__header h3 span {
  color: #FF8B00;
}
.servicios .item-servicio .card-plan__body {
  display: flex;
  justify-content: center;
  padding: 1rem;
}
.servicios .item-servicio .card-plan__body ul {
  margin: 0;
  padding-left: 0;
}
.servicios .item-servicio .card-plan__body ul li {
  color: #fff;
  margin-bottom: 10px;
}
.servicios .item-servicio .btn {
  margin: 0 auto;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.8rem;
  padding-top: 5px;
  padding-bottom: 5px;
}

.banner img {
  width: 100%;
  min-height: 250px;
  object-fit: cover;
  object-position: right;
}

.contacto {
  background: #27201d;
  padding: 4rem 0;
}
.contacto .titulo {
  text-align: center;
  color: #fff;
  margin-bottom: 2rem;
}
.contacto p {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .contacto p {
    font-size: 1.2rem;
  }
}
.contacto .form {
  margin-bottom: 3rem;
}
.contacto .form .form-group {
  margin-bottom: 1rem;
}
.contacto .form .form-group label {
  color: #fff;
  font-weight: normal;
  display: block;
  margin-bottom: 0.4rem;
  font-weight: 200;
  font-size: 1.4rem;
}
.contacto .form .form-group input {
  border: 2px solid #FF8B00;
  background: #27201d;
  width: 100%;
  height: 60px;
  color: #fff;
  padding: 0 10px;
  font-size: 1.2rem;
}
.contacto .form .form-group textarea {
  border: 2px solid #FF8B00;
  background: #27201d;
  width: 100%;
  height: 200px;
  resize: none;
  padding: 10px;
  color: #fff;
  font-size: 1.2rem;
}

.s-interior .banner-titulo {
  background: #000;
  padding: 1rem 0;
  text-align: center;
}
.s-interior .banner-titulo h1 {
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 3.5rem;
  margin: 0;
}

.form-prev .form-group {
  margin-bottom: 2rem;
}
.form-prev .form-group label {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 0.4rem;
  font-weight: 500;
}
.form-prev p {
  font-size: 1.2rem;
}
.form-prev .input {
  border: 1px solid #ff5307;
  padding: 5px 10px;
  width: 100%;
  height: 60px;
  font-size: 1.2rem;
}
.form-prev .textarea {
  border: 1px solid #ff5307;
  padding: 5px 10px;
  width: 100%;
  height: 180px;
  font-size: 1.2rem;
}
.form-prev input[type=radio] {
  margin-right: 8px;
  width: 18px;
  height: 18px;
}
.form-prev input[type=checkbox] {
  margin-right: 8px;
  width: 18px;
  height: 18px;
}
.form-prev .list-check .check-item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.form-prev .list-check .check-item input {
  min-width: 18px;
  min-height: 18px;
}

.form-login {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
  padding: 70px 20px 40px;
}

.form-register {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  padding: 70px 20px 40px;
}

.form-registro {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  padding: 70px 20px 40px;
}

.titulo-form {
  display: block;
  font-size: 1.3rem;
  margin-bottom: 0.4rem;
  font-weight: bold;
}

.btn--black {
  background: #000;
  color: #fff;
}
.btn--black:hover {
  color: #fff;
}

footer {
  background: linear-gradient(to right, #ff8800, #ff000d);
  padding: 5rem 0;
}
footer .container {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  footer .container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
footer .logo img {
  width: 250px;
}
@media only screen and (max-width: 768px) {
  footer .logo {
    margin-bottom: 2rem;
  }
  footer .logo img {
    width: 200px;
  }
}
footer .footer__txt {
  max-width: 65%;
}
@media only screen and (max-width: 768px) {
  footer .footer__txt {
    max-width: 100%;
  }
}
footer .footer__txt h3 {
  color: #fff;
  font-size: 2rem;
}
footer .footer__txt p {
  color: #fff;
  margin-bottom: 0;
}/*# sourceMappingURL=estilos.css.map */