@charset "UTF-8";

/* RESET */
body, a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
*, *::before, *::after {
  box-sizing: border-box;
}
ul[role='list'], ol[role='list'] {
  list-style: none;
}
html:focus-within {
  scroll-behavior: smooth;
}
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
}
img, picture, svg {
  max-width: 100%;
  display: block;
}
input, button, textarea, select {
  font: inherit;
}
/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* END RESET STYLE*/

/* VARIABLES*/

:root {
  --color1: #1A1A1A;
  --color2: #FF8089;
  --color3: #62BEB7;
  --color4: white;

  --font1: "Poppins Regular";
  --font2: "Poppins Regular";
  --font3: "Ubuntu Regular";
  --font4: "Ubuntu Medium";
}

/* VARIABLES*/

body {
  background-color: #F4F4F4;
  font-family: inherit;
  width: 100%;
  margin: 0px !important;
}
a {
  line-height: 1.1;
  text-decoration: none;
  color: var(--color1);
}
a:hover {
  color: #18AAF1;
}
p {
  font-family: var(--font3);
  font-size: 1em;
  color: var(--color1);
}
h1 {
  font-family: var(--font1);
  font-size: 2em;
  line-height: 1.4;
  color: var(--color4);
}
h2 {
  font-family: var(--font2);
  font-size: 1.7em;
  color: var(--color1);
}
h3 {
  font-family: var(--font3);
  font-size: 1.7em;
  color: var(--color1);
}
h4 {
  font-family: var(--font3);
  font-size: 1em;
  color: var(--color4);
}
h5 {
  font-family: var(--font3);
  font-size: 1.3em;
  color: var(--color1);
}

/* CSS Document */


body {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr ;
  margin: 50px;
  width: 100%;
	height: 100vh;
}
.container {
  grid-column: 2/3;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #EEEEEE;
  text-align: center;
  padding: 0px !important;
  width: 100% !important;
	
}
.logocontainer {
  padding-right: 35%;
  padding-left: 35%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.coverTittle {
 
  background-color: #ff5100;
padding: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.withRoofEye {
  padding-right: 20%;
  padding-left: 20%;
  padding-top: 0px;
  padding-bottom: 0px;
	background-color: #D7D7D7;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.languajeContainer {
  grid-column: 2/3;
  display: flex;
  padding-top: 17px;
  justify-content: flex-end;
}
.cover {
 
  grid-column: 1/3;
  text-align: center;
  
  color: white;
}
.coverTittle h1 {
  color: white;
}
.imageContainer {
  padding: 0px 20% 0px 20%;
}
main {
  grid-column: 1/3;
  text-align: center;
  padding: 22px;
	background-color: #EEEEEE;
}
.input-group {
  
display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
justify-content: space-between;	
	text-align: center;
	
}
.form-control:focus {
  border: 2px solid #6872AF !important;
  outline: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.input-group-addon:focus {
  border: 2px solid #6872AF !important;
  outline: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.input-group-addon {
  background: rgba(0, 0, 0, 0.0) !important;
  border-top: 1px solid #ff5100 !important;
  border-right: 1px solid #ff5100 !important;
  border-bottom: 1px solid #ff5100 !important;
}
.feedback-input {
  color: #232323;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 15px;
  border-radius: 3px;
  line-height: 22px;
  background-color: transparent;
  border: 1px solid #ff5100;
  transition: all 0.3s;
  padding: 5px;
  margin-bottom: 15px;
  width: 100%;
  box-sizing: border-box;
  outline: 0;
  margin-top: 10px;
	min-height: 30px;
	text-align: center;
}
textarea {
  height: 150px;
  line-height: 150%;
  resize: vertical;
}
input[type="email"].feedback-input::-webkit-input-placeholder {
  color: #555555 !important;
  padding-left: 7px !important;
}
input[type="text"].feedback-input::-webkit-input-placeholder {
  color: #555555 !important;
  padding-left: 7px !important;
}
input[type="tel"].feedback-input::-webkit-input-placeholder {
  color: #555555 !important;
  padding-left: 7px !important;
}
input[type="text"].form-control::-webkit-input-placeholder {
  color: #555555 !important;
}

input[type="date"].form-control::-webkit-input-placeholder {
  color: #555555 !important;
}
[type="submit"] {
  width: 150px;
  background: #585858;
  border-radius: 5px;
  border: 0;
  cursor: pointer;
  color: white;
  font-size: 1.5em;
  transition: all 0.3s;
  margin-top: 10px;
  font-weight: 500;
}
[type="submit"]:hover {
  background: #ff5100;
}
.formLabelRefiere {
  background-color: #1D8CCC;
  margin: 20px 0px 20px 0px;
  padding: 10px;
}
.formLabelRefiere h2 {
  color: white;
}
.formLabelReferido {
  background-color: #F88D2A;
  margin: 20px 0px 20px 0px;
  padding: 10px;
}
.formLabelReferido h2 {
  color: white;
}
.disclaimer {
  margin: 20px 0px 20px 0px;
  grid-column: 2/3;
  text-align: center;
}
.disclaimer p {
  color: #ff5100;
}
.footer {
  grid-column: 1/3;
 	
  width: 100%;
  
  padding: 20px;
}
.footer p {
  color: white;
  font-size: 1.5em;
  font-weight: 500;
}










/*MOBILE VERSION*/
@media only screen and (max-width: 900px) {
  body {
    display: grid;
    grid-template-columns: 1fr;
    margin: 0px;
    width: 100%;
	  height: 100vh;
  }
  .container {
    grid-column: 1/2;
    display: grid;
    grid-template-columns: 1fr;
   
    text-align: center;
    padding: 0px !important;
    width: 100% !important;
	  height: 100vh;
  }
  .logocontainer {
    padding-right: 25%;
    padding-left: 25%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .coverTittle {
    

  
  }
  .withRoofEye {
    padding-right: 10%;
    padding-left: 10%;
  
  }
  .languajeContainer {
    grid-column: 1/2;
    display: flex;
    padding-top: 17px;
    justify-content: flex-end;
  }
  .cover {
   
    grid-column: 1/2;
    text-align: center;
   
    color: white;
  }
  .coverTittle h1 {
    color: white;
  }
  main {
    grid-column: 1/2;
    text-align: center;
    padding: 10px;
  }
  .input-group {
  
  }
  .glyphicon {
    color: #ff5100 !important;
    font-size: 1.3em !important;
  }
  .form-control {
    color: #1D8CCC !important;
    background: rgba(0, 0, 0, 0.0) !important;
    border: 1px solid #ff5100 !important;
    font-family: Helvetica, Arial, sans-serif !important;
    font-weight: 500 !important;
    font-size: 15px !important;
  }
  .form-control:focus {
    border: 2px solid #6872AF !important;
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .input-group-addon:focus {
    border: 2px solid #6872AF !important;
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .input-group-addon {
    background: rgba(0, 0, 0, 0.0) !important;
    border-top: 1px solid #ff5100 !important;
    border-right: 1px solid #ff5100 !important;
    border-bottom: 1px solid #ff5100 !important;
  }
  .feedback-input {
    color: #232323;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 15px;
    border-radius: 3px;
    line-height: 22px;
    background-color: transparent;
    border: 1px solid #ff5100;
    transition: all 0.3s;
    padding: 5px;
    margin-bottom: 15px;
    width: 100%;
    box-sizing: border-box;
    outline: 0;
    margin-top: 10px;
  }
  textarea {
    height: 150px;
    line-height: 150%;
    resize: vertical;
  }
  input[type="email"].feedback-input::-webkit-input-placeholder {
    color: #555555 !important;
    padding-left: 7px !important;
  }
  input[type="text"].feedback-input::-webkit-input-placeholder {
    color: #555555 !important;
    padding-left: 7px !important;
  }
  input[type="tel"].feedback-input::-webkit-input-placeholder {
    color: #555555 !important;
    padding-left: 7px !important;
  }
  input[type="text"].form-control::-webkit-input-placeholder {
    color: #555555 !important;
  }
  
  .disclaimer {
    margin: 20px 0px 20px 0px;
    grid-column: 1/2;
    text-align: center;
  }
  .disclaimer p {
    color: #ff5100;
  }
  .footer {
    grid-column: 1/2;
    
    width: 100%;
  
    padding: 20px;
	
	 
  }
  .footer p {
    color: white;
    font-size: 1.5em;
    font-weight: 500;
  }
}