/* ==========================================================================
AGENCY:DESIGNMEL  
========================================================================== */
/* ==========================================================================
TABLE OF CONTENTS
-----------------------------------------------------------------------------
01 CLEARFIX
02 RESET
03 COLORS
04 MIXINS
05 FONTS
06 LOADER
07 MAIN
-----------------------------------------------------------------------------
/* ==========================================================================
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
========================================================================== */
/* ==========================================================================
04 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 {
  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: Helvetica, Arial, "sans-serif";
}

/* ==========================================================================
05 FONTS
========================================================================== */
/* ==========================================================================
   FONTS
   ========================================================================== */
@font-face {
  font-family: 'Metafora';
  src: url("../fonts/metafora-bold/METAFORA-Bold.eot");
  src: url("../fonts/metafora-bold/METAFORA-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/metafora-bold/METAFORA-Bold.woff2") format("woff2"), url("../fonts/metafora-bold/METAFORA-Bold.woff") format("woff"), url("../fonts/metafora-bold/METAFORA-Bold.ttf") format("truetype"), url("../fonts/metafora-bold/METAFORA-Bold.svg#METAFORA-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

/*-------Roboto------*/
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: thin;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 200;
  font-style: lighter;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Bold.ttf");
  font-weight: 700;
  font-style: bold;
}

/*------Fin Roboto------*/
/* ==========================================================================
   FIN FONTS
   ========================================================================== */
/* ==========================================================================
07 LOADER
========================================================================== */
/* ==========================================================================
                            HR-LOADER
========================================================================== */
body {
  overflow: hidden !important;
}

div#preloader {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 999999;
  background-color: #f3f3f3;
  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 #ff7676;
  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
========================================================================== */
/* ==========================================================================
08 MAIN
========================================================================== */
/* ==========================================================================
                              HR MAIN
========================================================================== */
section.wrapper {
  width: 100%;
  direction: block;
  height: auto;
}

section.wrapper div.first-container {
  width: 100%;
  height: 10vh;
  background-color: white;
  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;
}

@media screen and (min-width: 48em) {
  section.wrapper div.first-container {
    height: 10vh;
  }
}

section.wrapper div.first-container img.logo-funo {
  width: 180px;
  height: 44px;
  display: block;
  margin: 0 auto;
}

section.wrapper div.second-container {
  width: 100%;
  min-height: 90vh;
  background-color: #000000;
  background-image: url("../img/espanol/back-funo-day.jpg");
  background-size: cover;
  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: baseline;
  align-items: center;
  flex-direction: column;
}

section.wrapper div.second-container div.second-copy {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  background-color: #333333;
  padding: 12px;
  margin: 15px;
}

section.wrapper div.second-container div.second-copy p.title-1 {
  font-family: Helvetica, Arial, "sans-serif";
  color: #ffffff;
  font-style: 16px;
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
  line-height: 26px;
}

section.wrapper div.second-container div.second-copy h1 {
  font-family: "Metafora", Helvetica, Arial, "sans-serif";
  font-size: 38px;
  color: #ef5626;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  line-height: 24px;
}

section.wrapper div.second-container div.second-copy h1 span {
  font-family: "Metafora", Helvetica, Arial, "sans-serif";
  font-size: 26px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
}

section.wrapper div.second-container p.txt-general {
  font-family: Helvetica, Arial, "sans-serif";
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  line-height: 20px;
}

section.wrapper div.second-container form {
  width: 90%;
  max-width: 330px;
  height: auto;
  display: block;
  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;
}

section.wrapper div.second-container form input {
  width: 100%;
  height: 38px;
  margin: 9px 0;
  font-family: Helvetica, Arial, "sans-serif";
  color: #333333;
  font-size: 15px;
  text-indent: 10px;
}

section.wrapper div.second-container form input::placeholder {
  font-family: Helvetica, Arial, "sans-serif";
  color: #a09a9a;
  font-size: 15px;
  text-indent: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

section.wrapper div.second-container form input.btn-submit {
  width: 140px;
  height: 40px;
  background-color: #ff6600;
  border: none;
  display: block;
  margin: 0 auto;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  margin: 0 auto;
  font-weight: 600;
  cursor: pointer;
  text-indent: 0px !important;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 64em) {
  section.wrapper div.second-container form input.btn-submit:hover {
    background-color: #d07538;
  }
}

section.wrapper div.second-container form p.txt-request {
  font-family: Helvetica, Arial, "sans-serif";
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  color: #ffffff;
}

section.wrapper div.second-container footer {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

section.wrapper div.second-container footer img.logos-footer {
  width: 100%;
  max-width: 280px;
  display: block;
  margin: 0 auto;
  padding: 20px 0;
}

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