@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
  scroll-padding-top: 0rem;
}

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

body {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #000000;
  font-size: 2rem;
}
body.overflow-hidden {
  overflow: hidden;
}

.contenedor {
  width: 95%;
  max-width: 120rem;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

h1, h2, h3 {
  margin: 0 0 5rem 0;
  font-weight: 900;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 4.6rem;
}

h3 {
  font-size: 6rem;
  text-align: center;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

body > section {
  padding: 10rem 0;
}

.contenedor-navegacion {
  background-color: #000000;
  position: relative;
  z-index: 5;
}

.contenido-navegacion {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navegacion a {
  text-decoration: none;
  font-size: 2.2rem;
  padding: 1.5rem;
  padding-left: 4rem;
  display: block;
  transition: color 0.3s ease-in-out;
  text-align: center;
}

.navegacion a:nth-child(even):hover {
  color: #00CED1;
}

.navegacion a:nth-child(odd):hover {
  color: #00CED1;
}

.navegacion a:first-of-type {
  margin-top: 5rem;
}

.navegacion {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  width: 40rem;
  padding: 3rem 4rem;
  background-color: #000000;
  animation: desplazamiento 0.5s ease-in-out;
}

@media (min-width: 768px) {
  .navegacion a {
    text-align: left;
  }
}
.logo1 h2, .navegacion a {
  color: #FFFFFF;
}

.logo1 h2 {
  padding-top: 4rem;
  font-size: 3rem;
}

.logo img {
  width: 100px;
  height: 100px;
}

.logo video {
  width: 100px;
  height: 100px;
}

.celeste {
  color: #00CED1;
}

.verde {
  color: #00A149;
}

.rojo {
  color: #881014;
}

.ocultar {
  display: none;
}

.hamburguesa:hover {
  cursor: pointer;
}

.hamburguesa span {
  background-color: #FFFFFF;
  display: block;
  width: 3rem;
  height: 0.4rem;
  margin-bottom: 0.5rem;
  border-radius: 0.5rem;
}

/*video*/
.contenido-header {
  position: relative;
}

.contenido-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.contenedor-encabezado {
  height: 100%;
}

.texto-encabezado {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 400px;
}

.texto-encabezado h2 {
  color: #FFFFFF;
  font-size: 4rem;
}

@media (min-width: 768px) {
  .texto-encabezado h2 {
    font-size: 3rem;
  }
}
video {
  width: 100%;
  height: 100%;
}

.footer {
  text-align: center;
  background-color: #000000;
}
.footer p {
  color: #FFFFFF;
  padding: 2rem;
  font-size: 2rem;
}

/*sobre nosotros*/
.contenedor-nosotros {
  padding-top: 5rem;
}

@media (min-width: 768px) {
  .contenedor-nosotros {
    display: flex;
    justify-content: space-between;
  }
}
.texto-nosotros, .imagenes-nosotros {
  flex: 0 0 calc(50% - 1rem);
}

.texto-nosotros .bienvenida {
  font-size: 4rem;
  color: #00A149;
  text-align: center;
}

@media (min-width: 768px) {
  .texto-nosotros .bienvenida {
    text-align: left;
  }
}
.texto-nosotros h1 {
  font-size: 5rem;
  text-align: center;
}

@media (min-width: 768px) {
  .texto-nosotros h1 {
    text-align: left;
  }
}
.texto-nosotros p {
  font-size: 2rem;
  text-align: center;
}

@media (min-width: 768px) {
  .texto-nosotros p {
    text-align: justify;
  }
}
.imagenes-nosotros {
  display: flex;
  justify-content: space-between;
}

.imagenes-nosotros img {
  border-radius: 5px;
}

.imagen1, .imagenes2 {
  flex: 0 0 calc(50% - 1rem);
}

.imagenes2 img {
  margin-bottom: 1rem;
}

/* FIN NOSOTROS*/
/* argentina en escala */
.menu {
  padding-top: 4rem;
}

/*home principal*/
.texto-general {
  text-align: center;
  font-size: 5rem;
}

.botones-general {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.botones-general button {
  flex: 0 0 calc(50% - 1rem);
  padding: 1rem 3rem;
}

@media (min-width: 768px) {
  .botones-general {
    display: inline-block;
  }
  .botones-general button {
    flex: unset;
  }
}
@media (min-width: 768px) {
  .fotos-home {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.foto {
  flex: 0 0 calc(33.3% - 1rem);
  border: 1px solid #e1e1e1;
  padding: 2rem;
  border-radius: 5px;
}

.foto h2 {
  font-family: "Arima Madurai", cursive;
  font-size: 2.5rem;
  text-align: center;
  margin-top: 1.5rem;
}

.foto p {
  font-size: 1.8rem;
}

.precio {
  display: flex;
  justify-content: space-between;
}

.precio p {
  font-weight: bold;
  font-size: 2rem;
}

.precio button {
  padding: 1rem;
  border-radius: 5px;
  border: none;
  background-color: #00CED1;
  color: #FFFFFF;
  height: 3.8rem;
}

.bordes {
  border: 3px solid #00CED1;
}

@media (min-width: 768px) {
  .bordes {
    border: 4px solid #00CED1;
  }
}
.bordes:hover {
  color: #00CED1;
  background-color: #FFFFFF;
}

.btn-cerrar {
  font-size: 3rem;
  font-weight: bold;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  right: 50px;
  user-select: none;
}

.pantalla-completa {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 4;
}

@keyframes desplazamiento {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
.btn-cerrar:hover {
  cursor: pointer;
}

.btn {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 2rem;
  text-transform: capitalize;
  padding: 1rem 5rem;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 768px) {
  .btn {
    font-size: 2.2rem;
  }
}
.btn-rojo {
  background-color: #881014;
  font-weight: bold;
  display: inline-block;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.btn-verde {
  background-color: #00A149;
  border: none;
  display: inline-block;
  margin-bottom: 2rem;
  font-family: "Mulish", sans-serif;
}

.btn-verde:hover {
  background-color: #881014;
}

.btn-celeste {
  background-color: #00CED1;
  border: none;
  display: inline-block;
  margin-bottom: 2rem;
  font-family: "Mulish", sans-serif;
}

.btn-celeste:hover {
  background-color: #00CED1;
}

.separador {
  background-image: url("../img/banner.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
  margin-top: 3rem;
}

.separador::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.contenido-separador {
  padding: 5rem;
}

.contenido-separador h2 {
  font-size: 4rem;
  color: #FFFFFF;
  text-align: center;
}

@media (min-width: 768px) {
  .contenido-separador h2 {
    text-align: left;
    font-size: 5rem;
    color: #FFFFFF;
  }
}
.contenido-separador p {
  color: #FFFFFF;
  font-size: 3rem;
  text-align: center;
}

@media (min-width: 768px) {
  .contenido-separador p {
    text-align: left;
  }
}
/*seccion del grillo*/
.grillo h2 {
  background-color: #00CED1;
  display: inline-block;
  padding: 1rem 3rem;
  color: #FFFFFF;
  font-family: "Arima Madurai", cursive;
  font-size: 4rem;
  margin-top: 3rem;
}

@media (min-width: 768px) {
  .contenido-grillo {
    display: flex;
    justify-content: space-between;
  }
}
.texto-grillo, .imagen-grillo {
  flex: 0 0 calc(50% - 1rem);
}

.texto-grillo h3 {
  font-size: 3rem;
}

.texto-grillo p {
  font-family: "Mulish", sans-serif;
  font-size: 2rem;
}

.formulario-contacto {
  padding-top: 5rem;
}

/*formulario contacto*/
@media (min-width: 768px) {
  .formulario-contacto {
    display: flex;
  }
}
.informacion-contacto {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.informacion-contacto, .formulario {
  flex: 0 0 calc(50% - 1rem);
}

.informacion-contacto {
  background-color: #000000;
  padding: 2rem;
}

.informacion-contacto h3, .informacion-contacto p, .redes-sociales i {
  color: #FFFFFF;
}

.informacion-contacto h3 {
  font-size: 4rem;
  font-family: "Arima Madurai", cursive;
}

.informacion-contacto p {
  font-size: 2.2rem;
}

.informacion-contacto i {
  margin-right: 1rem;
}

.redes-sociales {
  font-size: 3rem;
}

.formulario {
  padding: 5rem;
}

.input-formulario label {
  display: block;
  font-size: 2rem;
  font-family: "Mulish", sans-serif;
  margin-bottom: 1.5rem;
}

.input-formulario input, .input-formulario textarea {
  width: 100%;
}

.input-formulario input, .input-formulario textarea {
  padding: 1rem 1.6rem;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  outline: none;
  font-family: "Mulish", sans-serif;
}

.input-formulario textarea {
  height: 20rem;
  resize: none;
}

.eculturas {
  width: 13rem;
  height: auto;
}

.pie-pagina {
  margin-top: 5rem;
  background-color: rgb(20, 20, 20);
  padding: 5rem;
}

@media (min-width: 768px) {
  .contenedor-piepagina {
    display: flex;
    justify-content: space-between;
  }
}
.info {
  flex: 0 0 calc(25% - 1rem);
  margin-bottom: 2rem;
}

.info h3, .info p {
  color: #FFFFFF;
  text-align: center;
}

.info h3 {
  font-size: 2.2rem;
}

.info p {
  font-size: 1.8rem;
}

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

.info input[type=email] {
  font-family: "Mulish", sans-serif;
  display: inline-block;
  margin-bottom: 1rem;
  padding: 1rem;
  border-radius: 5px;
  outline: none;
  width: 100%;
}

.info input[type=submit] {
  padding: 0.5rem 2rem;
  font-size: 1.8rem;
  border-radius: 0;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 20px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.float:hover {
  text-decoration: none;
  color: #FFF;
  background-color: #1ab152;
  animation: shake 1s;
  animation-iteration-count: infinite;
}

.my-float {
  margin-top: 16px;
}

@media (min-width: 768px) {
  .float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
  }
  .float:hover {
    text-decoration: none;
    color: #FFF;
    background-color: #1ab152;
    animation: shake 1s;
    animation-iteration-count: infinite;
  }
  .my-float {
    margin-top: 16px;
  }
}/*# sourceMappingURL=app.css.map */
