/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #444;
  font-size: 62.5%;
  line-height: 1.5;
}

body {
	font-size: 1.6rem;
	font-family: "Montserrat", sans-serif;
	background-color: #f4f4f4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
	max-width: 100%;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

/* type */

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 .8rem;
	font-weight: 700;
	font-style: normal;
	line-height: 1.2;
}

h1 {
	font-size: 2.4rem;
}

h2 {
	font-weight: 600;
	font-size: 2rem;
  color: #00a3e0;
}

h3 {
	font-size: 2rem;
	color: #db3eb1;
}

p {
  margin: 0 0 2.4rem;
  font-size: 1.6rem;
}

a {
	color: #00a3e0;
	transition: all .25s ease-in-out;
}

.hidden,
[hidden] {
  display: none !important;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* header */

header {
	padding: 1.5rem 0;
	text-align: center;
  position: fixed;
  top: 0;
  left: 0;		
  right: 0;		
  z-index: 9999;
	background-color: #fff;
}

header .logo,
header .tfn {
	display: block;
	margin: 0 auto;
}

header .logo {
	margin-bottom: 1rem;
	width: 25rem;
	color: #444;
    font-size: 2rem;
    line-height: 1;
    text-decoration: none;
}

header .tfn {
	padding: 0 2rem;
    color: #444;
    font-size: 2rem;
    font-weight: 600;
    line-height: 4rem;
    text-decoration: none;
    background-color: #d0df00;
    border-radius: 4rem;
}

header .tfn:before {
    content: "\f879";
    margin-right: .5rem;
    font-size: 1.6rem;
    font-family: "Font Awesome 5 Free";
    line-height: 1;
}

header .tfn:hover,
header .tfn:focus,
header .tfn:active {
	color: #fff;
	background-color: #00a3e0;
}

/* structure */

.inner {
	margin: 0 1.5rem;
	width: auto;
}

.content {
  margin-top: 13rem;
}

/* hero */

.hero {
	padding: 24vh 0 1.5rem;
    background-image: url(../images/hero-bg-v2.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 48rem;
}

.hero h1 {
	color: #292929;
}

.hero h2 {
	color: #444;
}

.hero h3 {
	margin: 2.1rem 0;
    font-size: 3.6rem;
    color: #00a3e0;
}

.pink {
    color: #db3eb1;
}

/* llama ya */

.llama-ya {
    position: relative;
    margin: 3rem 1.5rem;
    padding: 3rem;
    background-color: #fff;
    border-radius: .4rem;
}

.llama-ya:before {
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
/*     border: 3px solid #db3eb1; */
    border-radius: .4rem;
    -webkit-transform: translate(-10px, -12px) rotate(-1deg);
        -ms-transform: translate(-10px, -12px) rotate(-1deg);
            transform: translate(-10px, -12px) rotate(-1deg);
    z-index: -1;
}

.llama-ya:after {
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 3px solid #d0df00;
    border-radius: .4rem;
    -webkit-transform: translate(8px, 10px) rotate(1deg);
        -ms-transform: translate(8px, 10px) rotate(1deg);
            transform: translate(8px, 10px) rotate(1deg);
    z-index: 1;
}

.llama-text {
    position: relative;
    text-align: center;
    z-index: 999;
}

.llama-text p:last-of-type {
	margin-bottom: 0;
}

.clic-para-llamar {
    display: block;
    margin: 0 auto;
    max-width: 25rem;
    font-size: 2rem;
    font-weight: 700;
    color: #444;
    line-height: 5rem;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    background-color: #d0df00;
    border-radius: 4rem;
}

.clic-para-llamar:before {
    content: "\f879";
    margin-right: .5rem;
    font-size: 1.6rem;
    font-family: "Font Awesome 5 Free";
    line-height: 1;
}

.clic-para-llamar:hover,
.clic-para-llamar:focus,
.clic-para-llamar:active {
	color: #fff;
	background-color: #00a3e0;
}

/* callouts */

.callouts {
    padding: 1.5rem 0;
}

.block {
	position: relative;
	margin: 3rem 1.5rem 4.5rem;
    padding: 1.5rem;
    text-align: center;
    background-color: #fff;
    border-radius: .4rem;
}

.block:before {
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ccc;
    border-radius: .4rem;
    z-index: -1;
}

.block h3 {
    margin: .8rem 0;
    color: #444;
}

.block.a {
	margin-bottom: 3rem;
}

.block.a:before {
    background-color: #00a3e0;
    -webkit-transform: translate(-1rem, -1.2rem) rotate(-1deg);
        -ms-transform: translate(-1rem, -1.2rem) rotate(-1deg);
            transform: translate(-1rem, -1.2rem) rotate(-1deg);
}

.block.a .fa-circle {
    color: #00a3e0;
}

.block.b:before {
    background-color: #ffa300;
    -webkit-transform: translate(1rem, 1.2rem) rotate(1deg);
        -ms-transform: translate(1rem, 1.2rem) rotate(1deg);
            transform: translate(1rem, 1.2rem) rotate(1deg);
}

.block.b .fa-circle {
    color: #ffa300;
}

.block.c:before {
    background-color: #d0df00;
    -webkit-transform: translate(1rem, -1.2rem) rotate(-1deg);
        -ms-transform: translate(1rem, -1.2rem) rotate(-1deg);
            transform: translate(1rem, -1.2rem) rotate(-1deg);
}

.block.c .fa-circle {
    color: #d0df00;
}

.block ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/* footer */

footer {
    padding: 1.5rem 0;
}

footer .inner {
    overflow: hidden;
}

.note {
	text-align: center;
}

footer .logo {
    display: block;
    margin: 0 auto;
    width: 12.5rem;
}

.copyright {
    margin: 2.4rem 0 0;
    text-align: center;
}

/* responsive */

@media only screen and (min-width: 480px) {
	.hero {
		padding-top: 40vh;
    background-size: 76.8rem;
	}
}
   
@media only screen and (min-width: 600px) {
	header {
    padding: 1.5rem 0;
	}

	header .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -webkit-box-pack: justify;
      -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-line-pack: center;
      align-content: center;
  }
	
	header .logo,
	header .tfn {
    margin: 0;
	}
	
	header .tfn {
		margin: .5rem 0;
		width: auto;
		height: 4rem;
		text-align: right;
	}
  
  .content {
    margin-top: 8rem;
  }
}

@media only screen and (min-width: 660px) and (max-width: 1023px) {
	.inner {
	    margin: 0 auto;
	    width: 63rem;
	}
}
   
@media only screen and (min-width: 768px) {
	.hero {
		padding-top: 48vh;
	    background-size: 102.4rem;
	}
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.llama-ya {
		margin-right: auto;
		margin-left: auto;
	}
}

@media only screen and (min-width: 840px) {
  .callouts .inner {
    column-count: 3;
  }
  
	.callouts .inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
	}
	
	.block,
	.block.a {
		margin: 0;
	}
  
  .block.a {
    -ms-grid-column: 1;
  }
  
  .block.b {
    -ms-grid-column: 3;
  }
  
  .block.c {
    -ms-grid-column: 5;
  }
}

@media only screen and (max-width: 1023px) {
	.llama-ya {
    max-width: 47rem;
  }
}

@media only screen and (min-width: 1024px) {
	.inner {
		margin: 0 3rem;
	}
	
	h1 {
		font-size: 3rem;
	}
	
	h2 {
		font-size: 2.4rem;
	}
	
	h3 {
		font-size: 2.4rem;
	}
	
	p {
	    margin-bottom: 2.7rem;
	    font-size: 2rem;
	}
	
	.hero {
		padding: 0;
		background-position: -16rem top;
	  background-size: contain;
	}
	
  @supports (display: grid) {
    .main-text,
    .llama-ya {
      width: auto;
      float: none;
    }
  }
	
	.hero .inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 30px 1fr;
    grid-template-columns: 2fr 1fr;
    grid-column-gap: 30px;
    -webkit-box-align: center;
      -ms-flex-align: center;
        align-items: center;
    justify-items: center;
    height: 52rem;
	}
  
	.main-text {
    -ms-flex-item-align: end;
      -ms-grid-row-align: end;
        align-self: end;
	}

  .main-text {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  
  .llama-ya {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
	
	.callouts,
	footer {
	    padding: 3rem 0;
	}
	
	.callouts {
		margin: 2.7rem;
	}
	
	.block {
		padding: 3rem;
	}
	
	footer .logo {
	    margin: 0;
	    float: left;
	}
	
	.copyright {
	    margin: 0;
	    width: auto;
	    float: right;
	    font-size: 1.6rem;
	    text-align: right;
	}
}

@media only screen and (min-width: 1200px) {
	.hero {
		background-position: left top;
	}
	
	.hero .inner {
	    display: -ms-grid;
	    display: grid;
	    -ms-grid-columns: 1fr 70px 47rem;
	    grid-template-columns: 1fr 47rem;
	    grid-column-gap: 70px;
	}
	
	.block {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}
}

@media only screen and (min-width: 1260px) {
	.inner {
		margin: 0 auto;
		max-width: 120rem;
	}
}

@media only screen and (min-width: 1441px) {
	body {
	    margin: 0 auto;
	    width: 1440px;
	    box-shadow: 0 0 10px 10px #e4e4e4;
	}
	
	.hero {
	    background-position: left top;
	    background-size: 95rem;
	}
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}