/*
Theme Name: Tres Comas Agency Theme
Theme URI: https://wordpress.org/themes/twentytwenty/
Author: Diego Castro
Author URI: https://wordpress.org/
Description: Tema de la agencia
Tags: landing page, blog, ecommerce
Version: 1.0.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: trescomasagency
*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
  min-height: 100vh;
  background-color: rgb(27, 31, 36);
}

main {
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.trescomas-agency-section {
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.trescomas-agency-page {
  position: relative;
  z-index: 0;
  width: 90%;
  min-width: 288px;
  height: auto;
  min-height: 100vh;
  margin: 2rem auto;
  border-radius: 2rem;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #FFFFFF;
  font-family: "Inter", sans-serif;
}
.trescomas-agency-page h1, .trescomas-agency-page h2, .trescomas-agency-page h3, .trescomas-agency-page h4, .trescomas-agency-page h5, .trescomas-agency-page h6 {
  margin-top: 1rem;
  font-size: 1.5rem;
}
.trescomas-agency-page p {
  margin-top: 1rem;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-family: 500;
}
.trescomas-agency-page table {
  margin-top: 1rem;
  font-size: 1.2rem;
}
.trescomas-agency-page ul {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
}
.trescomas-agency-page hr {
  margin-top: 1rem;
}

.trescomas-agency-banner {
  position: relative;
  z-index: 0;
  width: 90%;
  min-width: 288px;
  max-width: 600px;
  height: auto;
  margin: 0 auto;
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.trescomas-agency-banner__info {
  width: 100%;
  height: auto;
  border-radius: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  background: #FFFFFF;
}
.trescomas-agency-banner__info-history {
  width: 100%;
  height: auto;
  padding: 2rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10fr 2rem 2fr;
  grid-template-columns: 10fr 2fr;
  grid-auto-rows: auto;
  gap: 2rem;
}
.trescomas-agency-banner__info-history-text {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.trescomas-agency-banner__info-history-text-title {
  width: 100%;
  height: auto;
  font-family: "Inter", sans-serif;
}
.trescomas-agency-banner__info-history-text-title h2 {
  font-size: 1.8rem;
  font-weight: 600;
}
.trescomas-agency-banner__info-history-text-title p {
  margin-top: 0.25rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: rgb(146, 146, 146);
}
.trescomas-agency-banner__info-history-text-content {
  width: 100%;
  height: auto;
  margin-top: 1rem;
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: rgb(129, 129, 129);
}
.trescomas-agency-banner__info-history-logo {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.trescomas-agency-banner__info-history-logo img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  image-rendering: optimizeQuality;
}
.trescomas-agency-banner__info-redes {
  width: 100%;
  height: auto;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #081D3C;
  background: #eeeeee;
}
.trescomas-agency-banner__info-redes-text {
  width: 100%;
  height: auto;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
}
.trescomas-agency-banner__info-redes-vinculos {
  width: 100%;
  height: auto;
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1rem;
}
.trescomas-agency-banner__info-redes-vinculos a img {
  width: 35px;
  height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
}
.trescomas-agency-banner__info-enlaces {
  width: 100%;
  height: auto;
  padding: 2rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 11fr 1rem 1fr;
  grid-template-columns: 11fr 1fr;
  grid-auto-rows: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  background: #6BA7FF;
}
.trescomas-agency-banner__info-enlaces a {
  text-decoration: none;
  color: #295699;
}
.trescomas-agency-banner__info-enlaces span {
  font-size: 1.5rem;
}
.trescomas-agency-banner__copy {
  width: 100%;
  height: auto;
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
}

@media (min-width: 1200px) {
  .trescomas-agency-page {
    margin: 2vw auto;
    border-radius: 2vw;
    padding: 2vw;
  }
  .trescomas-agency-page h1, .trescomas-agency-page h2, .trescomas-agency-page h3, .trescomas-agency-page h4, .trescomas-agency-page h5, .trescomas-agency-page h6 {
    margin-top: 1vw;
    font-size: 1.3vw;
  }
  .trescomas-agency-page p {
    margin-top: 1vw;
    font-size: 1.3vw;
  }
  .trescomas-agency-page table {
    margin-top: 1vw;
    font-size: 1.2vw;
  }
  .trescomas-agency-page ul {
    margin-top: 0.5vw;
    font-size: 1.3vw;
  }
  .trescomas-agency-page hr {
    margin-top: 1vw;
  }
  .trescomas-agency-banner {
    max-width: 38vw;
    margin-top: 5vh;
  }
  .trescomas-agency-banner__info {
    border-radius: 2vw;
  }
  .trescomas-agency-banner__info-history {
    padding: 2vw;
    gap: 1vw;
  }
  .trescomas-agency-banner__info-history-text-title h2 {
    font-size: 1.3vw;
  }
  .trescomas-agency-banner__info-history-text-title p {
    margin-top: 0.25vw;
    font-size: 0.9vw;
  }
  .trescomas-agency-banner__info-history-text-content {
    margin-top: 1vw;
    font-family: "Inter", sans-serif;
    font-size: 1.1vw;
  }
  .trescomas-agency-banner__info-history-logo img {
    width: 5vw;
    height: 5vw;
  }
  .trescomas-agency-banner__info-redes {
    padding: 2vw;
  }
  .trescomas-agency-banner__info-redes-text {
    font-size: 1.1vw;
  }
  .trescomas-agency-banner__info-redes-vinculos {
    margin-top: 1vw;
    gap: 1vw;
  }
  .trescomas-agency-banner__info-redes-vinculos a img {
    width: 2.5vw;
    height: 2.5vw;
  }
  .trescomas-agency-banner__info-enlaces {
    padding: 2vw;
    gap: 1vw;
    font-size: 1.1vw;
  }
  .trescomas-agency-banner__info-enlaces a {
    text-decoration: none;
    color: #295699;
  }
  .trescomas-agency-banner__info-enlaces span {
    font-size: 1.3vw;
  }
  .trescomas-agency-banner__copy {
    margin-top: 1vw;
    font-size: 1.1vw;
  }
}