/* Fonts */
@font-face {
  font-family: 'Shippori';
  src: url("../assets/fonts/ShipporiAntiqueB1-Regular.ttf"); }

@font-face {
  font-family: 'Signika';
  src: url("../assets/fonts/Signika-VariableFont_wght.ttf"); }

/* Globals */
body {
  background-color: #111; }

main {
  width: 100%; }

section {
  display: flex;
  flex-direction: column;
  width: 100%; }

.social-bar {
  position: fixed;
  right: 0;
  top: 35%;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 100;
  /* Mapa */ }
  .social-bar a img {
    width: 20px; }
  .social-bar .icon {
    color: #fff;
    text-decoration: none;
    padding: 0.7rem;
    display: flex;
    transition: all 0.5s; }
    .social-bar .icon:first-child {
      border-radius: 1rem 0 0 0; }
    .social-bar .icon:last-child {
      border-radius: 0 0 0 1rem; }
    .social-bar .icon:hover {
      padding-right: 3rem;
      border-radius: 1rem 0 0 1rem;
      box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.42); }
  .social-bar .icon-facebook {
    background: #3B5998; }
  .social-bar .icon-twitter {
    background: #339dc5; }
  .social-bar .icon-instagram {
    background: #3f729b; }

/* Header */
header {
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  display: flex;
  justify-content: center; }
  header .navbar {
    display: flex;
    border-radius: 10px; }
    header .navbar img {
      margin-top: 0px;
      margin-right: 20px;
      margin-bottom: 0px;
      margin-left: 0px;
      width: 48px;
      height: 48px; }
    header .navbar .navbar-img {
      -webkit-animation: rotate-center 0.6s ease-in-out both;
      animation: rotate-center 0.6s ease-in-out both; }

@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* Section */
main section .align-image {
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  display: flex;
  justify-content: center; }
  main section .align-image img {
    width: 474px;
    height: 506px; }

main section .text-section {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  align-items: center; }
  main section .text-section h1, main section .text-section div .left-h2 {
    font-family: 'Signika', sans-serif;
    color: #ffbe54;
    font-size: 26px; }
  main section .text-section h2 {
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-family: 'Shippori', sans-serif;
    color: #999;
    font-size: 22px; }
  main section .text-section hr {
    width: 586px;
    height: 0px;
    box-sizing: content-box;
    overflow: visible;
    border: 1px solid #999; }
  main section .text-section p {
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    width: 596px;
    font-family: 'Shippori', sans-serif;
    color: #fff;
    font-size: 16px; }
  main section .text-section div .left-h2 {
    text-align: left;
    /* Extend */ }
  main section .text-section div .left-p {
    text-align: left; }
  main section .text-section .align-video {
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px; }
    main section .text-section .align-video iframe {
      width: 600px;
      height: 450px; }

main section .button-section {
  display: flex;
  justify-content: center; }
  main section .button-section button {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
    width: 77px;
    background-color: #ffbe54; }
    main section .button-section button a {
      text-decoration: none;
      color: #111;
      font-size: 16px;
      font-weight: 500; }
    main section .button-section button:hover {
      background: #999; }

main section .cards-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: center;
  margin: 0 auto; }
  main section .cards-section .align-card {
    margin-top: 20px;
    margin-right: 30px;
    margin-bottom: 20px;
    margin-left: 30px;
    transition: 300ms; }
    main section .cards-section .align-card:hover {
      transform: scale(0.9); }
    main section .cards-section .align-card .card {
      width: 270px; }
      main section .cards-section .align-card .card img {
        height: 170px; }
      main section .cards-section .align-card .card .card-body .card-title {
        color: #ffbe54;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 5px;
        margin-left: 0px; }
      main section .cards-section .align-card .card .card-body .card-text {
        text-align: left;
        color: #999;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 5px;
        margin-left: 0px; }
      main section .cards-section .align-card .card .card-body ul {
        padding-left: 0px;
        text-align: left;
        list-style: none; }
        main section .cards-section .align-card .card .card-body ul li span {
          color: #00897B;
          font-weight: 500; }
      main section .cards-section .align-card .card .card-body.background-black {
        background-color: #111; }
        main section .cards-section .align-card .card .card-body.background-black h5, main section .cards-section .align-card .card .card-body.background-black .card-text, main section .cards-section .align-card .card .card-body.background-black ul {
          color: #fff; }

main section .portfolio-section {
  margin-top: 30px;
  margin-right: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
  display: flex;
  justify-content: center; }
  main section .portfolio-section .align-portfolio {
    margin-top: 20px;
    margin-right: 40px;
    margin-bottom: 20px;
    margin-left: 40px; }
    main section .portfolio-section .align-portfolio img {
      width: 340px;
      height: 670px;
      border-radius: 10px; }

main section .form-section {
  margin-top: 30px;
  margin-right: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
  display: flex;
  justify-content: center; }
  main section .form-section .align-form {
    margin-top: 20px;
    margin-right: 40px;
    margin-bottom: 20px;
    margin-left: 40px; }
    main section .form-section .align-form form fieldset {
      width: 875px;
      display: flex;
      justify-content: center;
      background-color: #fff;
      border: 2px solid #ffbe54;
      border-radius: 10px; }
      main section .form-section .align-form form fieldset .items-center {
        display: flex;
        justify-content: center;
        flex-direction: column; }
        main section .form-section .align-form form fieldset .items-center div {
          width: 100%;
          display: flex;
          flex-direction: column; }
        main section .form-section .align-form form fieldset .items-center .text-form {
          display: flex;
          justify-content: center; }
          main section .form-section .align-form form fieldset .items-center .text-form h2 {
            margin-top: 15px;
            margin-right: 0px;
            margin-bottom: 0px;
            margin-left: 0px;
            font-family: 'Shippori', sans-serif;
            color: #111; }
        main section .form-section .align-form form fieldset .items-center .align-inputs {
          display: flex;
          flex-direction: column;
          align-items: center; }
          main section .form-section .align-form form fieldset .items-center .align-inputs div input {
            height: 20px;
            padding: 10px; }
          main section .form-section .align-form form fieldset .items-center .align-inputs .button-form {
            display: flex;
            justify-content: start; }
            main section .form-section .align-form form fieldset .items-center .align-inputs .button-form button {
              background-color: #ffbe54;
              margin-bottom: 25px; }
              main section .form-section .align-form form fieldset .items-center .align-inputs .button-form button a {
                text-decoration: none;
                color: #111;
                font-size: 16px;
                font-weight: 500; }

/* Footer */
footer {
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px; }
  footer .navbar-footer {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    display: flex;
    align-items: center;
    padding: 0px;
    justify-content: center; }
    footer .navbar-footer li {
      height: 20px;
      list-style: none; }
      footer .navbar-footer li a {
        padding: 0px 10px 10px 10px;
        text-decoration: none;
        border-right: 2px solid #fff;
        display: flex;
        align-items: center;
        color: #999; }
        footer .navbar-footer li a:hover {
          color: #ffbe54; }
  footer .text-footer {
    font-family: 'Shippori', sans-serif;
    color: #fff;
    display: flex;
    justify-content: center; }

/* Ipads y tablets */
@media (max-width: 1024px) {
  /* Body */
  body .social-bar {
    display: none; }
  /* Header */
  header {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    display: block; }
    header .navbar {
      border-radius: 0px; }
  /* Section */
  main section .align-image img {
    width: 330px;
    height: auto; }
  main section .text-section h1, main section .text-section div .left-h2 {
    font-size: 24px; }
  main section .text-section h2 {
    font-size: 20px; }
  main section .text-section hr {
    width: 490px; }
  main section .text-section p {
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    width: 490px;
    font-size: 14px; }
  main section .text-section .align-video iframe {
    width: 500px;
    height: 350px; }
  main section .button-section button {
    width: 67px; }
    main section .button-section button a {
      font-size: 14px; }
  main section .align-portfolio {
    margin-top: 20px;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px; }
    main section .align-portfolio img {
      width: 310px;
      height: 775px; }
  main section .align-form form fieldset {
    width: 650px !important; }
    main section .align-form form fieldset .items-center .text-form h2 {
      font-size: 18px; }
  /* Footer */
  footer .navbar-footer li a {
    font-size: 16px; }
  footer .text-footer {
    font-size: 14px; } }

/* Big mobile */
@media (max-width: 768px) {
  /* Header */
  header {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    display: block; }
  /* Section */
  main section .align-image img {
    width: 279px;
    height: auto; }
  main section .text-section h1, main section .text-section div .left-h2 {
    font-size: 22px; }
  main section .text-section h2 {
    font-size: 18px; }
  main section .text-section hr {
    width: 355px; }
  main section .text-section p {
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    width: 344px;
    font-size: 12px; }
  main section .text-section .align-video iframe {
    width: 35px;
    height: 250px; }
  main section .button-section button {
    width: 60px; }
    main section .button-section button a {
      font-size: 12px; }
  main section .cards-section .align-card {
    margin-top: 10px;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-left: 15px; }
    main section .cards-section .align-card .card {
      width: 212px; }
      main section .cards-section .align-card .card img {
        height: 114px; }
  main section .portfolio-section {
    flex-direction: column;
    align-items: center; }
    main section .portfolio-section .align-portfolio {
      margin-top: 20px;
      margin-right: 10px;
      margin-bottom: 20px;
      margin-left: 10px;
      width: 90%; }
      main section .portfolio-section .align-portfolio img {
        width: 100%;
        height: 300px; }
  main section .align-form form fieldset {
    width: 450px !important; }
    main section .align-form form fieldset .items-center .text-form h2 {
      font-size: 16px; }
  /* Footer */
  footer .navbar-footer li a {
    font-size: 14px; }
  footer .text-footer {
    font-size: 12px; } }

/* Small mobile */
@media (max-width: 480px) {
  /* Header */
  header {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    display: block; }
  /* Section */
  main section .align-image img {
    width: 250px;
    height: auto; }
  main section .text-section h1, main section .text-section div .left-h2 {
    font-size: 20px; }
  main section .text-section h2 {
    font-size: 16px; }
  main section .text-section hr {
    width: 298px; }
  main section .text-section p {
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    width: 290px;
    font-size: 12px; }
  main section .text-section .align-video iframe {
    width: 300px;
    height: 150px; }
  main section .button-section button {
    width: 60px; }
    main section .button-section button a {
      font-size: 12px; }
  main section .cards-section {
    display: flex;
    flex-direction: column; }
    main section .cards-section .align-card .card {
      width: 212px; }
      main section .cards-section .align-card .card img {
        height: 114px; }
  main section .portfolio-section {
    flex-direction: column;
    align-items: center; }
    main section .portfolio-section .align-portfolio {
      margin-top: 20px;
      margin-right: 10px;
      margin-bottom: 20px;
      margin-left: 10px;
      width: 90%; }
    main section .portfolio-section img {
      width: 100%;
      height: 200px; }
  main section .align-form form fieldset {
    width: 280px !important;
    padding: 10px; }
    main section .align-form form fieldset .items-center .text-form h2 {
      font-size: 14px; }
  /* Footer */
  footer .navbar-footer li a {
    font-size: 12px; }
  footer .text-footer {
    font-size: 10px; } }

/* No resolutions */
@media (max-width: 320px) {
  body {
    display: none; } }
