/*
	Theme Name: GP Textron
	Theme URI: 
	Version: 1.2.0
	Author: MINNIM
	Author URI: http://minnim.tv
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html,
body,
h1,
h2,
h3,
h4,
p,
ul,
li,
form,
figure {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
}

a,
img,
a:active,
a:focus,
input:focus,
button:focus {
  outline: none;
  border: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=submit],
button,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  font-family: inherit;
  border: none;
}

html {
  position: relative;
  font-size: 10px;
}

body {
  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;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 100vh;
  font-family: "Barlow", sans-serif;
  font-size: 10px;
  line-height: 1.5;
  color: #54555e;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  padding: 1.5em;
  background: #FFF;
}

section {
  width: 40em;
  max-width: 440px;
  background: #FFF;
  -webkit-box-shadow: 0 0 2.5em 1.2em rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 2.5em 1.2em rgba(0, 0, 0, 0.15);
}
section a {
  color: #54555e;
  text-decoration: none;
}
section h1 {
  font-size: 3em;
  line-height: 1.1;
  font-weight: 500;
  margin: 0 0 0.15em;
}
section h2 {
  font-size: 2.4em;
  line-height: 1.1;
  font-weight: 500;
  margin: 0;
}
section .cabecera {
  position: relative;
  min-height: 7em;
}
section .cabecera span {
  display: none;
}
section .cabecera img {
  display: block;
  width: 100%;
}
section .bloque_texto {
  position: relative;
  padding: 8em 2.8em 1.5em;
}
section .bloque_texto .foto {
  position: absolute;
  top: 0;
  left: 2em;
  width: 12.5em;
  border-radius: 100%;
  border: 3px solid #FFF;
  -webkit-box-shadow: 0 0 0.5em 0.3em rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0.5em 0.3em rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  overflow: hidden;
}
section .bloque_texto .foto img {
  display: block;
  width: 100%;
}
section .fila {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5em;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 1.5em;
}
section .fila a, section .fila span {
  font-size: 2em;
}
section .fila img {
  display: block;
  width: 3.8em;
}
section .company {
  font-size: 2.4em;
  margin: 0 0 1em;
}

.boton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 5em;
}
.boton a {
  min-width: 7em;
  font-size: 2.4em;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  color: #FFF;
  border-radius: 0.3em;
  padding: 0.8em 1.2em;
  background: #508740;
}
.boton a:hover {
  background: #000;
}

@media screen and (max-width: 440px) {
  body {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: calc(8px + 2 * (100vw - 320px) / 120);
    padding: 0;
  }
  section {
    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;
    width: 100%;
    min-height: 100dvh;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  section .b-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .boton {
    position: sticky;
    bottom: 0;
    padding: 0 0 3em;
    background: #FFF;
    -webkit-box-shadow: 0 0 3em 2.5em rgb(255, 255, 255);
            box-shadow: 0 0 3em 2.5em rgb(255, 255, 255);
  }
}
@media screen and (max-width: 320px) {
  body {
    font-size: 7px;
  }
}/*# sourceMappingURL=vcards.css.map */