@charset "UTF-8";
/* ==========================================================================
AGENCY:PYMEWEB.MX   CLIENT:NESSPRESSO
========================================================================== */
/* ==========================================================================
TABLE OF CONTENTS
-----------------------------------------------------------------------------
01 CLEARFIX
02 RESET
03 COLORS
04 FONTS
05 MIXINS
06 LOADER
07 PUSHY MENU
08 MODALS
09 BUTTONS
10 HEADER
11 HEADEINGS TXT
12 MAIN
13 FORM
-----------------------------------------------------------------------------
/* ==========================================================================
01 CLEARFIX
========================================================================== */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* close commented backslash hack */
/* ==========================================================================
02 RESET
========================================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

*, *::after, *::before {
  -ms-box-sizing: inherit;
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* ==========================================================================
03 COLORS
========================================================================== */
/* ==========================================================================
SOCIAL - COLOR PALETTE
========================================================================== */
/* ==========================================================================
CLIENT - COLOR PALETTE
========================================================================== */
/* ==========================================================================
END-CLIENT - COLOR PALETTE
========================================================================== */
/* ==========================================================================
04 FONTS
========================================================================== */
/* ==========================================================================
   FONTS
   ========================================================================== */
/*-----Nespresso-----*/
@font-face {
  font-family: "Nespresso Lucas";
  src: url("../fonts/NespressoLucas/NespressoLucas-Bold.eot");
  src: url("../fonts/NespressoLucas/NespressoLucas-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NespressoLucas/NespressoLucas-Bold.woff2") format("woff2"), url("../fonts/NespressoLucas/NespressoLucas-Bold.woff") format("woff"), url("../fonts/NespressoLucas/NespressoLucas-Bold.ttf") format("truetype"), url("../fonts/NespressoLucas/NespressoLucas-Bold.svg#NespressoLucas-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Nespresso Lucas";
  src: url("../fonts/NespressoLucas/NespressoLucas-Regular.eot");
  src: url("../fonts/NespressoLucas/NespressoLucas-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NespressoLucas/NespressoLucas-Regular.woff2") format("woff2"), url("../fonts/NespressoLucas/NespressoLucas-Regular.woff") format("woff"), url("../fonts/NespressoLucas/NespressoLucas-Regular.ttf") format("truetype"), url("../fonts/NespressoLucas/NespressoLucas-Regular.svg#NespressoLucas-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Nespresso Lucas";
  src: url("../fonts/NespressoLucas/NespressoLucas-Light.eot");
  src: url("../fonts/NespressoLucas/NespressoLucas-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/NespressoLucas/NespressoLucas-Light.woff2") format("woff2"), url("../fonts/NespressoLucas/NespressoLucas-Light.woff") format("woff"), url("../fonts/NespressoLucas/NespressoLucas-Light.ttf") format("truetype"), url("../fonts/NespressoLucas/NespressoLucas-Light.svg#NespressoLucas-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
/*-----Fin Nespresso-----*/
/*-----Lato-----*/
@font-face {
  font-family: "Lato";
  src: url("../fonts/lato/Lato-Hairline.ttf") format("truetype");
  font-weight: 100;
  font-style: thin;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/lato/Lato-HairlineItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/lato/Lato-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: light;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/lato/Lato-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/lato/Lato-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/lato/Lato-Italic.ttf.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/lato/Lato-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: bold;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/lato/Lato-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/lato/Lato-Black.ttf") format("truetype");
  font-weight: 800;
  font-style: black;
}
/*-------Fin Lato-------*/
/* ==========================================================================
   FIN FONTS
   ========================================================================== */
/* ==========================================================================
05 MIXINS
========================================================================== */
/* ==========================================================================
BREAKPOINT
========================================================================== */
/**/
/* ==========================================================================
GRID
========================================================================== */
/*
*{
	-webkit-tap-highlight-color: rgba(0,0,0,0);	
	-webkit-touch-callout: none; 
	-webkit-user-select: none; 
	-khtml-user-select: none; 
	-moz-user-select: none; 
            user-select: none; 
}
*/
body, html {
  font-family: "Lato", Helvetica, Arial, "sans-serif";
  font-weight: 400;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*:focus {
  outline: none;
}

a:visited {
  outline: none;
  color: #316d82;
}

label {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a, span, input, figcaption, p, label, h1, h2, h3, h4 {
  font-family: "Lato", Helvetica, Arial, "sans-serif";
  font-weight: 400;
}

/* ==========================================================================
06 LOADER
========================================================================== */
/* ==========================================================================
                            HR-LOADER
========================================================================== */
body {
  overflow: hidden !important;
}

div#preloader {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 999999;
  background-color: black;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
div#preloader img {
  display: block;
  width: 300px;
  height: auto;
  margin: 0 auto;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #3f8843;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}
/* ==========================================================================
                            FIN-HR-LOADER
========================================================================== */
/* ==========================================================================
07 PUSHY MENU
========================================================================== */
/* ==========================================================================
                         HR-PUSHY-MENU
========================================================================== */
/*! Pushy - v1.1.0 - 2017-1-30
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */
/* Menu Appearance */
.pushy {
  position: fixed;
  width: 300px;
  height: 100%;
  top: 0;
  z-index: 9999;
  background: black;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */
}

.pushy a {
  display: block;
  color: white;
  text-decoration: none;
  font-size: 12px;
  font-family: "Lato", sans-serif;
}

.pushy.pushy-left {
  left: 0;
}

.pushy.pushy-right {
  right: 0;
}

.pushy-content {
  visibility: hidden;
}

/* Menu Movement */
.pushy-left {
  -webkit-transform: translate3d(-300px, 0, 0);
  -ms-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
}

.pushy-open-left #container,
.pushy-open-left .push {
  -webkit-transform: translate3d(300px, 0, 0);
  -ms-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}

.pushy-right {
  -webkit-transform: translate3d(300px, 0, 0);
  -ms-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}

.pushy-open-right #container,
.pushy-open-right .push {
  -webkit-transform: translate3d(-300px, 0, 0);
  -ms-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
}

.pushy-open-left .pushy,
.pushy-open-right .pushy {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.pushy-open-left .pushy-content,
.pushy-open-right .pushy-content {
  background: black;
  visibility: visible;
}

/* Menu Transitions */
#container,
.pushy,
.push {
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.pushy-content {
  transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

/* Site Overlay */
.site-overlay {
  display: none;
}

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: fade 500ms;
  animation: fade 500ms;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Submenu Appearance */
.pushy-submenu {
  /* Submenu Buttons */
  /* Submenu Icon */
}

.pushy-submenu ul {
  /*padding-left: 15px;*/
  transition: max-height 0.2s ease-in-out, visibility 0.2s ease-in-out;
}

.pushy-submenu ul .pushy-link {
  transition: opacity 0.2s ease-in-out;
}

.pushy-submenu ul li.border-submenu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.pushy-submenu button {
  width: 100%;
  padding: 18px 17px 10px;
  text-align: left;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.4px;
  border: 0;
  border-radius: inherit;
  outline: none;
  font-family: "Lato", Helvetica, Arial, "sans-serif";
  font-weight: 400;
}

.pushy-submenu > a,
.pushy-submenu > button {
  position: relative;
}

.pushy-submenu > a::after,
.pushy-submenu > button::after {
  content: "";
  display: block;
  height: 11px;
  width: 8px;
  position: absolute;
  top: 50%;
  right: 15px;
  background: url("../images/arrow.svg") no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: transform 0.2s;
}

/* Submenu Movement */
.pushy-submenu-closed ul {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
}

.pushy-submenu-closed .pushy-link {
  opacity: 0;
}

.pushy-submenu-open {
  /* Submenu Icon */
}

.pushy-submenu-open ul {
  max-height: 1000px;
  background: black;
  visibility: visible;
}

.pushy-submenu-open .pushy-link {
  opacity: 1;
}

.pushy-submenu-open a::after,
.pushy-submenu-open button::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.blue-menu {
  background: #000 !important;
  background-repeat-y: repeat;
  font-weight: bolder;
  color: #ead010;
  border-bottom: solid 1px #fdd700 !important;
}

.close-menu {
  height: 40px;
  width: 100%;
  background: black;
  position: relative;
}

.close-menu img {
  position: absolute;
  right: 7px;
  font-size: 22px;
  top: 7px;
  width: 28px;
}

.not-arrow::after {
  background: none !important;
}

/* ==========================================================================
                         END-HR-PUSHY-MENU
========================================================================== */
/* ==========================================================================
08 MODALS
========================================================================== */
/* ==========================================================================
                         HR-MODALS
========================================================================== */
div.modals {
  background-color: rgba(0, 0, 0, 0.88) !important;
}
div.modals div.close-i img.close-modal-i {
  width: 40px;
  height: auto;
  display: block;
  margin: 0 auto;
  padding-top: 20px;
  cursor: pointer;
}
div.modals div.modal-content {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: center;
  align-items: center;
  height: 80%;
}
div.modals div.modal-content div.container-modal {
  width: 100%;
  max-width: 300px;
  min-height: 400px;
  display: block;
  margin: 0 auto;
  padding: 10px;
  border: 1px solid #f2c13a;
  border-radius: 10px;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 30em) {
  div.modals div.modal-content div.container-modal {
    max-width: 420px;
  }
}
@media screen and (min-width: 48em) {
  div.modals div.modal-content div.container-modal {
    width: 100%;
    max-width: 700px;
  }
}
div.modals div.modal-content div.container-modal h3.h3Modal {
  font-size: 22px;
  color: white;
  txt-align: center;
}
div.modals div.modal-content div.container-modal div.txtModal {
  display: block;
  width: 100%;
  height: auto;
  margin: 10px 0;
}
div.modals div.modal-content div.container-modal div.txtModal p.pModal {
  font-size: 16px;
  color: white;
}

@media screen and (max-width: 768px) {
  .modal-content-soluciones {
    overflow-y: scroll;
    height: 95%;
  }
}
/* ==========================================================================
                         CARD - MODAL
========================================================================== */
.card {
  width: 100%;
  /* padding: 20px; */
  display: flex;
  flex-direction: row;
  align-items: center;
}
.card .card-img {
  width: 35%;
}
.card .card-img img {
  width: 100%;
  padding: 10px;
}
.card .card-img-rounded {
  width: 35%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.card .card-img-rounded img {
  width: 30%;
  padding: 10px;
  background: #dfdfdf;
  border-radius: 50%;
}
.card .card-content {
  width: 65%;
  padding: 0 20px 0 0;
}

/* ==========================================================================
                         END-HR-MODALS
========================================================================== */
/* ==========================================================================
09 BUTTONS
========================================================================== */
/* ==========================================================================
                        HR-BUTTONS
========================================================================== */
/*--BTN-UP---*/
button.scrollup {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 2%;
  right: 2%;
  background-color: #004ece;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items: center;
  justify-content: center;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0.9); /* WebKit */
  -moz-transform: scale(0.9); /* Mozilla */
  -o-transform: scale(0.9); /* Opera */
  -ms-transform: scale(0.9); /* Internet Explorer */
  transform: scale(0.9); /* CSS3 */
  display: none;
}
button.scrollup > img {
  width: 8px;
  position: absolute;
}
@media screen and (min-width: 64em) {
  button.scrollup:hover {
    -webkit-transform: scale(1.2); /* WebKit */
    -moz-transform: scale(1.2); /* Mozilla */
    -o-transform: scale(1.2); /* Opera */
    -ms-transform: scale(1.2); /* Internet Explorer */
    transform: scale(1.2); /* CSS3 */
  }
}
button.btn-down {
  display: block;
  margin: 0 auto;
  border: none;
  background-color: blue;
  width: 65px;
  height: 65px;
  cursor: pointer;
  border-radius: 60px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(1); /* WebKit */
  -moz-transform: scale(1); /* Mozilla */
  -o-transform: scale(1); /* Opera */
  -ms-transform: scale(1); /* Internet Explorer */
  transform: scale(1); /* CSS3 */
}
button.btn-down > img.arrow-down {
  width: 40%;
  height: 40%;
  object-fit: cover;
}
@media screen and (min-width: 64em) {
  button.btn-down:hover {
    -webkit-transform: scale(1.2); /* WebKit */
    -moz-transform: scale(1.2); /* Mozilla */
    -o-transform: scale(1.2); /* Opera */
    -ms-transform: scale(1.2); /* Internet Explorer */
    transform: scale(1.2); /* CSS3 */
  }
}

/*--BTNES GENERAL---*/
a.link {
  text-decoration: none;
  color: #316d82;
  cursor: pointer;
  width: 230px;
  height: 60px;
}
a.link button.btn {
  font-family: "Nespresso Lucas", Helvetica, Arial, "sans-serif";
  font-weight: 600;
  font-size: 1em;
  letter-spacing: 0.2em;
  width: 100%;
  height: 60px;
  border: none;
  background-color: #316d82;
  color: white;
  cursor: pointer;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  margin: 0 auto;
  padding: 0 10%;
}
@media screen and (min-width: 64em) {
  a.link button.btn:hover {
    background-color: #142c35;
  }
}
a.link button.btn-localiza-tu {
  background-color: white;
  color: black;
  text-transform: uppercase;
  border: 1px solid white;
  font-size: 0.9em;
}
@media screen and (min-width: 64em) {
  a.link button.btn-localiza-tu:hover {
    background-color: #3f8843;
    color: white;
  }
}
a.link button.btn-conocemas {
  background-color: white;
  color: #3f8843;
  text-transform: uppercase;
  border: 1px solid white;
}
@media screen and (min-width: 64em) {
  a.link button.btn-conocemas:hover {
    background-color: #3f8843;
    color: white;
  }
}
a.link button.btn-comienza-ahora {
  background-color: white;
  color: black;
  text-transform: uppercase;
  border: 1px solid white;
}
@media screen and (min-width: 64em) {
  a.link button.btn-comienza-ahora:hover {
    background-color: #3f8843;
    color: white;
  }
}
a.link button.btn-compraahora {
  background-color: #3f8843;
  color: white;
  text-transform: uppercase;
  border: 1px solid #3f8843;
}
@media screen and (min-width: 64em) {
  a.link button.btn-compraahora:hover {
    background-color: white;
    color: #3f8843;
  }
}
a.link button.btn-localiza {
  background-color: #3f8843;
  color: white;
  text-transform: uppercase;
  border: 1px solid #3f8843;
  font-size: 0.8em;
  height: 50px;
  padding: 0;
}
@media screen and (min-width: 48em) {
  a.link button.btn-localiza {
    font-size: 1.1em;
    grid-column-end: 60px;
  }
}
@media screen and (min-width: 64em) {
  a.link button.btn-localiza:hover {
    background-color: white;
    color: #3f8843;
  }
}
a.link-center {
  display: block;
  margin: 0 auto;
}
a.link-left {
  display: block;
  float: left;
}
a.link-big {
  width: 300px;
  height: 50px;
}
@media screen and (min-width: 48em) {
  a.link-big {
    width: 480px;
  }
}
a.link-bigger {
  min-width: 290px;
}
@media screen and (min-width: 30em) {
  a.link-bigger {
    min-width: 300px;
  }
}
@media screen and (min-width: 48em) {
  a.link-bigger {
    min-width: 320px;
  }
}
@media screen and (min-width: 64em) {
  a.link-bigger {
    min-width: 400px;
  }
}

/* ==========================================================================
                        END-HR-BUTTONS
========================================================================== */
/* ==========================================================================
10 HEADER
========================================================================== */
/* ==========================================================================
                         HR-MODALS
========================================================================== */
header {
  width: 100%;
  height: 60px !important;
  display: block;
  background-color: gray;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items: center;
  background-color: #3e3e3e;
}
header div#header {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items: center;
  padding: 5px;
}
header div#header span.txt-menu {
  color: white;
  font-size: 15px;
  font-weight: 700;
}
header div#header img.menu-btn {
  width: 30px;
  height: auto;
  display: block;
}

/* ==========================================================================
                        END-HR-MODALS
========================================================================== */
/* ==========================================================================
11 HEADINGS TEXT
========================================================================== */
/* ==========================================================================
                         HR-HEADING-TEXT
========================================================================== */
h1 {
  font-family: "Nespresso Lucas", Helvetica, Arial, "sans-serif";
  color: #000000;
  font-size: 1.1em;
  letter-spacing: 0.5px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 300;
}
@media screen and (min-width: 48em) {
  h1 {
    font-size: 1.3em;
  }
}
@media screen and (min-width: 64em) {
  h1 {
    font-size: 1.8em;
  }
}

h2 {
  font-family: "Nespresso Lucas", Helvetica, Arial, "sans-serif";
  color: #000000;
  font-size: 1.5em;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 10px;
}
@media screen and (min-width: 48em) {
  h2 {
    font-size: 2.3em;
    letter-spacing: 0.1em;
  }
}
h2 br {
  display: block;
}
@media screen and (min-width: 48em) {
  h2 br {
    display: none;
  }
}
h2 br.brMobile {
  display: block;
}
@media screen and (min-width: 48em) {
  h2 br.brMobile {
    display: none;
  }
}
h2 br.brDesk {
  display: none;
}
@media screen and (min-width: 48em) {
  h2 br.brDesk {
    display: block;
  }
}

p {
  font-family: "Nespresso Lucas", Helvetica, Arial, "sans-serif";
  color: #000000;
  font-size: 0.9em;
  line-height: 1.2em;
  font-weight: 300;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
p strong {
  font-weight: 800;
}
@media screen and (min-width: 48em) {
  p {
    font-size: 1.2em;
  }
}
p.subtitle {
  font-size: 1.2em;
}
@media screen and (min-width: 48em) {
  p.subtitle {
    font-size: 1.9em;
  }
}
p br {
  display: none;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 48em) {
  p br {
    display: block;
  }
}
p br.brMobile {
  display: block;
}

.center {
  text-align: center;
}

.txtGreen {
  color: #3f8843;
}

.txtWhite {
  color: white;
}

/* ==========================================================================
                         END-HR-HEADINGS-TEXT
========================================================================== */
/* ==========================================================================
11 MAIN
========================================================================== */
/* ==========================================================================
                         HR-MAIN
========================================================================== */
.wrapper {
  width: 100%;
  min-height: 100vh;
  background-color: gray;
}

section.first-container {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}
section.first-container div.hero {
  width: 100%;
  height: 70vh;
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items: center;
}
@media screen and (min-width: 48em) {
  section.first-container div.hero {
    background-color: #000000;
    height: auto;
    position: relative;
    z-index: 0;
    align-items: center;
  }
}
@media screen and (min-width: 64em) {
  section.first-container div.hero {
    background-color: #000000;
    height: auto;
    position: relative;
    z-index: 0;
    align-items: center;
  }
}
section.first-container div.hero video {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
section.first-container div.hero video.videoMobile {
  display: block;
}
@media screen and (min-width: 48em) {
  section.first-container div.hero video.videoMobile {
    display: none;
  }
}
section.first-container div.hero video.videoDesktop {
  display: none;
}
@media screen and (min-width: 48em) {
  section.first-container div.hero video.videoDesktop {
    display: block;
    max-width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 64em) {
  section.first-container div.hero video.videoDesktop {
    display: block;
    max-width: 100%;
    height: auto;
  }
}
section.first-container div.hero-sContainer {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background-color: white;
  padding: 2% 0;
  position: relative;
  z-index: 1;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 48em) {
  section.first-container div.hero-sContainer {
    display: none;
    width: 380px;
    position: absolute;
    top: 30%;
    left: 50%;
    margin-left: -190px;
    z-index: 2;
  }
}
@media screen and (min-width: 64em) {
  section.first-container div.hero-sContainer {
    display: none;
    padding: 0.5% 0;
    width: 590px;
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -295px;
    z-index: 2;
  }
}
section.first-container div.hero-sContainer img.heroIconos {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 2% 0;
}
@media screen and (min-width: 48em) {
  section.first-container div.hero-sContainer img.heroIconos {
    width: 80%;
  }
}
section.first-container div.hero-sContainer h1 {
  padding: 2%;
}
section.first-container div.hero-tContainer {
  width: 100%;
  height: auto;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: column;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 30em) {
  section.first-container div.hero-tContainer {
    flex-direction: inherit;
  }
}
section.first-container div.hero-tContainer div.hero-sContaniner2 {
  display: none;
}
@media screen and (min-width: 48em) {
  section.first-container div.hero-tContainer div.hero-sContaniner2 {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: white;
    padding: 2% 0;
    position: absolute;
    z-index: 1;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 380px;
    position: absolute;
    left: 50%;
    margin-left: -190px;
    z-index: 2;
    top: -20%;
  }
}
@media screen and (min-width: 64em) {
  section.first-container div.hero-tContainer div.hero-sContaniner2 {
    padding: 0.5% 0;
    width: 590px;
    position: absolute;
    left: 50%;
    margin-left: -295px;
    z-index: 2;
    top: -20%;
  }
}
section.first-container div.hero-tContainer div.hero-sContaniner2 img.heroIconos {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 2% 0;
}
@media screen and (min-width: 48em) {
  section.first-container div.hero-tContainer div.hero-sContaniner2 img.heroIconos {
    width: 80%;
  }
}
section.first-container div.hero-tContainer div.hero-sContaniner2 h1 {
  padding: 2%;
}
section.first-container div.hero-tContainer div.blocks {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  min-height: 300px;
  background-color: #16455f;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  flex-direction: column;
}
section.first-container div.hero-tContainer div.blocks:nth-child(2) {
  background-image: url("../img/home/reciclaje.gif");
  background-size: 65%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 48em) {
  section.first-container div.hero-tContainer div.blocks:nth-child(2) {
    background-size: contain;
  }
}
section.first-container div.hero-tContainer div.blocks:nth-child(3) {
  background-color: #dfdfdf;
  /*padding: 10% 5% 5% 5%;*/
}
@media screen and (min-width: 48em) {
  section.first-container div.hero-tContainer div.blocks:nth-child(3) {
    /*padding: 10% 5% 5% 5%;*/
  }
}
@media screen and (min-width: 64em) {
  section.first-container div.hero-tContainer div.blocks:nth-child(3) {
    /*padding: 10% 5% 5% 5%;*/
  }
}
@media screen and (min-width: 30em) {
  section.first-container div.hero-tContainer div.blocks {
    width: 50%;
    min-height: 330px;
  }
}
section.first-container div.hero-tContainer div.blocks > img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 48em) {
  section.first-container div.hero-tContainer div.blocks > img {
    width: 75%;
  }
}
section.first-container div.hero-tContainer div.blocks > p {
  /*
  padding: 10%;

  @include breakpoint(tablet){
  	padding: 27% 10% 10% 10%;
  }
  @include breakpoint(desktop){
  	padding: 20% 10% 10% 10%;
  }
  */
}
section.first-container div.hero-tContainer div.blocks div.txtBlockIE {
  display: block;
  margin: 0 auto;
  width: 90%;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 48em) {
  section.first-container div.hero-tContainer div.blocks div.txtBlockIE {
    padding-top: 100px;
    padding-bottom: 70px;
    max-width: 400px;
  }
}
@media screen and (min-width: 64em) {
  section.first-container div.hero-tContainer div.blocks div.txtBlockIE {
    padding-top: 120px;
    padding-bottom: 70px;
    max-width: 600px;
  }
}
section.second-container {
  width: 100%;
  height: auto;
  display: block;
  background-color: white;
  padding: 10% 2% 1% 2%;
}
@media screen and (min-width: 48em) {
  section.second-container {
    padding: 6% 2% 1% 2%;
  }
}
section.second-container > p > br {
  display: block;
}
@media screen and (min-width: 48em) {
  section.second-container > p > br {
    display: none;
  }
}
section.second-container div.carrusel {
  display: block;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  padding: 2%;
  height: auto;
  min-height: 200px;
  position: relative;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
section.second-container div.carrusel div.owl-carousel {
  width: 100%;
  display: block;
  margin: 0 auto;
}
section.second-container div.carrusel img.capsulaMobile {
  display: block;
  width: 100%;
  margin: 0 auto;
  width: 300px;
}
@media screen and (min-width: 48em) {
  section.second-container div.carrusel {
    display: none;
  }
}
section.second-container div.reciclaDesktop {
  display: none;
}
@media screen and (min-width: 48em) {
  section.second-container div.reciclaDesktop {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
    height: 670px;
    background-color: white;
    position: relative;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    justify-content: center;
    align-items: center;
    background-image: url("../img/home/como-reciclar-v3.gif");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 3%;
    margin-bottom: 3%;
  }
  section.second-container div.reciclaDesktop img.reciclar2 {
    display: block;
    width: 300px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -150px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 48em) and (min-width: 48em) {
  section.second-container div.reciclaDesktop img.reciclar2 {
    width: 360px;
    margin-left: -180px;
  }
}
section.third-container {
  width: 100%;
  height: auto;
  display: block;
  background-color: #3f8843;
}
section.third-container div.t-f-container {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}
section.third-container div.t-f-container div.banners {
  width: 100%;
  height: 100px;
  display: block;
}
section.third-container div.t-f-container div.banners:nth-child(1) {
  background-color: white;
}
section.third-container div.t-f-container div.banners:nth-child(2) {
  background-color: #3f8843;
}
@media screen and (min-width: 48em) {
  section.third-container div.t-f-container div.banners {
    height: 200px;
  }
}
section.third-container div.t-f-container img.bolsaReciclable {
  width: 300px;
  height: auto;
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -150px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 48em) {
  section.third-container div.t-f-container img.bolsaReciclable {
    width: 600px;
    margin-left: -300px;
  }
}
section.third-container div.t-s-container {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  background-color: #3f8843;
  max-width: 320px;
  padding-bottom: 6%;
}
@media screen and (min-width: 48em) {
  section.third-container div.t-s-container {
    max-width: 1200px;
  }
}
section.third-container div.t-s-container div.objetosReciclados {
  width: 100%;
  max-width: 1200px;
  display: block;
  height: auto;
  margin: 0 auto;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: column;
}
@media screen and (min-width: 48em) {
  section.third-container div.t-s-container div.objetosReciclados {
    flex-direction: inherit;
    justify-content: center;
    align-items: center;
  }
}
section.third-container div.t-s-container div.objetosReciclados img.objetoReciclado {
  width: 50%;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 48em) {
  section.third-container div.t-s-container div.objetosReciclados img.objetoReciclado {
    width: 30%;
    padding: 0 2%;
  }
}
section.fourth-container {
  width: 100%;
  height: auto;
  display: block;
  background-color: white;
}
section.fourth-container div.f-fourth-container {
  width: 100%;
  height: auto;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: column;
}
@media screen and (min-width: 48em) {
  section.fourth-container div.f-fourth-container {
    flex-direction: inherit;
    align-items: center;
    justify-content: center;
  }
}
section.fourth-container div.f-fourth-container div.blockF {
  width: 100%;
  min-height: 220px;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
section.fourth-container div.f-fourth-container div.blockF:nth-child(1) {
  background-image: url("../img/home/bote-de-reciclaje.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.fourth-container div.f-fourth-container div.blockF:nth-child(2) {
  background-color: #dfdfdf;
}
@media screen and (min-width: 30em) {
  section.fourth-container div.f-fourth-container div.blockF {
    min-height: 290px;
  }
}
@media screen and (min-width: 48em) {
  section.fourth-container div.f-fourth-container div.blockF {
    width: 50%;
    min-height: 400px;
  }
}
section.fourth-container div.f-fourth-container div.blockF div.txtBlockIE2 {
  display: block;
  margin: 0 auto;
  width: 90%;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 48em) {
  section.fourth-container div.f-fourth-container div.blockF div.txtBlockIE2 {
    padding-top: 70px;
    padding-bottom: 70px;
    max-width: 400px;
  }
}
@media screen and (min-width: 64em) {
  section.fourth-container div.f-fourth-container div.blockF div.txtBlockIE2 {
    padding-top: 80px;
    padding-bottom: 80px;
    max-width: 600px;
  }
}
section.fourth-container div.s-fourth-container {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background-image: url("../img/home/back-reciclamos-juntos.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: ccover;
}
section.fourth-container div.s-fourth-container img.localizacion {
  width: 90px;
  height: auto;
  display: block;
  margin: 0 auto;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 48em) {
  section.fourth-container div.s-fourth-container img.localizacion {
    width: 170px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
section.fourth-container div.s-fourth-container img.reciclamosJuntos {
  display: block;
  width: 250px;
  height: auto;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 60px;
}

/*Carousel*/
.owl-theme .owl-nav {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0) !important;
}

button.owl-prev {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 15%;
  margin-top: -50px;
  left: 0;
  background-image: url("../img/home/flecha-izq.png") !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

button.owl-next {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 15%;
  margin-top: -50px;
  right: 0;
  background-image: url("../img/home/flecha-derecha.png") !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #dfdfdf;
  color: rgba(255, 255, 255, 0) !important;
  text-decoration: none !important;
}

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

.pt-1 {
  padding: 0.5rem 0 0 0;
}

.pt-2 {
  padding: 1.5rem 0 0 0;
}

.pt-3 {
  padding: 2rem 0 0 0;
}

.pt-4 {
  padding: 2.5rem 0 0 0;
}

.pt-5 {
  padding: 3rem 0 0 0;
}

.pb-1 {
  padding: 0 0 0.5rem 0;
}

.pb-2 {
  padding: 0 0 1.5rem 0;
}

.pb-3 {
  padding: 0 0 2rem 0;
}

.pb-4 {
  padding: 0 0 2.5rem 0;
}

.pb-5 {
  padding: 0 0 3rem 0;
}

.py-1 {
  padding: 0.5rem 0;
}

.py-2 {
  padding: 1.5rem 0;
}

.py-3 {
  padding: 2rem 0;
}

.py-4 {
  padding: 2.5rem 0;
}

.py-5 {
  padding: 3rem 0;
}

.px-1 {
  padding: 0 0.5rem;
}

.px-2 {
  padding: 0 1.5rem;
}

.px-3 {
  padding: 0 2rem;
}

.px-4 {
  padding: 0 2.5rem;
}

.px-5 {
  padding: 0 3rem;
}

.p-1 {
  padding: 0.5rem !important;
}

.p-2 {
  padding: 1.5rem !important;
}

.p-3 {
  padding: 2rem !important;
}

.p-4 {
  padding: 2.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.text-bold {
  font-weight: bold;
}

/* ==========================================================================
                         COLORS
========================================================================== */
:root {
  --greenBlack:#54864b;
  --grayLight:#dfdfdf;
  --white:white;
  --black:black;
}

.bg-green {
  background: var(--greenBlack);
}

.bg-greyLight {
  background: var(--grayLight);
}

.bg-white {
  background: var(--white);
}

.text-green {
  color: var(--greenBlack);
}

.text-white {
  color: var(--white);
}

.text-black {
  color: var(--black);
}

/* ==========================================================================
                         GRID
========================================================================== */
.container {
  max-width: 95%;
  width: 100%;
  margin: 20px auto;
  /* overflow: hidden; */
}
.container ul li {
  list-style: disc;
}
.container p {
  font-size: initial;
}
.container a {
  text-decoration: underline;
  color: var(--black);
}

.d-grid {
  display: grid;
  gap: 20px;
  margin-bottom: 20px;
}

/* Tamaño grande - LG */
.col-1 {
  grid-template-columns: repeat(1, 1fr);
}

.col-2 {
  grid-template-columns: repeat(2, 1fr);
}

.col-3 {
  grid-template-columns: repeat(3, 1fr);
}

.col-4 {
  grid-template-columns: repeat(4, 1fr);
}

.col-5 {
  grid-template-columns: repeat(5, 1fr);
}

.col-6 {
  grid-template-columns: repeat(6, 1fr);
}

.col-7 {
  grid-template-columns: repeat(7, 1fr);
}

.col-8 {
  grid-template-columns: repeat(8, 1fr);
}

.col-9 {
  grid-template-columns: repeat(9, 1fr);
}

.col-10 {
  grid-template-columns: repeat(10, 1fr);
}

.col-11 {
  grid-template-columns: repeat(11, 1fr);
}

.col-12 {
  grid-template-columns: repeat(12, 1fr);
}

.span-1 {
  grid-column: span 1;
}

.span-2 {
  grid-column: span 2;
}

.span-3 {
  grid-column: span 3;
}

.span-4 {
  grid-column: span 4;
}

.span-5 {
  grid-column: span 5;
}

.span-6 {
  grid-column: span 6;
}

.span-7 {
  grid-column: span 7;
}

.span-8 {
  grid-column: span 8;
}

.span-9 {
  grid-column: span 9;
}

.span-10 {
  grid-column: span 10;
}

.span-11 {
  grid-column: span 11;
}

.span-12 {
  grid-column: span 12;
}

/* Tamaño grande - MD */
@media screen and (max-width: 768px) {
  .col-md-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .col-md-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .col-md-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .col-md-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .col-md-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .col-md-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .col-md-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .col-md-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .col-md-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .col-md-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .col-md-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .col-md-12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .span-md-2 {
    grid-column: span 2;
  }
  .span-md-1 {
    grid-column: span 1;
  }
  .span-md-3 {
    grid-column: span 3;
  }
  .span-md-4 {
    grid-column: span 4;
  }
  .span-md-5 {
    grid-column: span 5;
  }
  .span-md-6 {
    grid-column: span 6;
  }
  .span-md-7 {
    grid-column: span 7;
  }
  .span-md-8 {
    grid-column: span 8;
  }
  .span-md-9 {
    grid-column: span 9;
  }
  .span-md-10 {
    grid-column: span 10;
  }
  .span-md-11 {
    grid-column: span 11;
  }
  .span-md-12 {
    grid-column: span 12;
  }
}
/* Tamaño grande - SM */
@media screen and (max-width: 480px) {
  .col-sm-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .col-sm-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .col-sm-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .col-sm-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .col-sm-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .col-sm-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .col-sm-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .col-sm-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .col-sm-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .col-sm-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .col-sm-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .col-sm-12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .span-sm-1 {
    grid-column: span 1;
  }
  .span-sm-2 {
    grid-column: span 2;
  }
  .span-sm-3 {
    grid-column: span 3;
  }
  .span-sm-4 {
    grid-column: span 4;
  }
  .span-sm-5 {
    grid-column: span 5;
  }
  .span-sm-6 {
    grid-column: span 6;
  }
  .span-sm-7 {
    grid-column: span 7;
  }
  .span-sm-8 {
    grid-column: span 8;
  }
  .span-sm-9 {
    grid-column: span 9;
  }
  .span-sm-10 {
    grid-column: span 10;
  }
  .span-sm-11 {
    grid-column: span 11;
  }
  .span-sm-12 {
    grid-column: span 12;
  }
}
/* ==========================================================================
                         END-HR-MAIN
========================================================================== */
/* ==========================================================================
12 FORM
========================================================================== */
/* ==========================================================================
                         HR-MAIN
========================================================================== */
section.form-container {
  width: 100%;
  height: 90vh;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: center;
  align-items: center;
}
section.form-container form {
  width: 90%;
  height: auto;
  background-color: #ededed;
  border-radius: 10px;
  padding: 10px;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 48em) {
  section.form-container form {
    max-width: 400px;
  }
}
section.form-container form input {
  width: 100%;
  margin: 5px 0;
  height: 35px;
  text-indent: 10px;
  font-family: "Lato", Helvetica, Arial, "sans-serif";
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  border-radius: 60px;
  border: none;
  font-weight: 600;
  background-color: #316d82;
  color: white;
}
section.form-container form input::placeholder {
  width: 100%;
  color: white;
  font-weight: 600;
}

/*------CUSTOM CHECKBOX------*/
label.container-checkbox {
  position: relative;
  margin-left: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: -4px;
  left: -30px;
  height: 25px;
  width: 25px;
  background-color: #bfbfbf;
}

/* On mouse-over, add a grey background color */
.container-checkbox :hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
  background-color: #316d82;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*------CUSTOM SELECT-------*/
/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  font-family: "Lato", Helvetica, Arial, "sans-serif";
  background-color: #316d82;
  color: white;
  font-weight: 600;
  font-size: 18px;
  border-radius: 60px;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: #316d82;
  border-radius: 60px;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #316d82;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  height: 211px;
  overflow: scroll;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

/* ==========================================================================
                         END-HR-MAIN
========================================================================== */

/*# sourceMappingURL=main.css.map */
