/*! HTML5 Boilerplate v7.3.0 | MIT License | https://html5boilerplate.com/ */

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

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

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

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

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

/*
 * A better looking default horizontal rule
 */

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

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

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

/*
 * Remove default fieldset styles.
 */

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

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ESTILOS GENERALES */
body {
  background-color: #fff;
  color: #7C7C7C;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;

  /*-webkit-transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
       -moz-transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
       transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;*/
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

a,
a:hover {
  color: inherit;
  text-decoration: none;
}

figure {
  margin: 0;
  padding: 0;
}

ul,
li {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 2em;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}

h2 {
  font-size: 2em;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}

.clear:after {
  clear: both;
  content: '';
  display: block;
}

.main-wrapper {
  display: block;
  height: auto;
  width: 100%;
  position: relative;
}

.fw {
  display: block;
  height: auto;
  width: 100%;
  margin: 0;
}

.box {
  display: block;
  margin: 0 auto;
  max-width: 1180px;
}

.alignCenter {
  text-align: center;
}

.alignLeft {
  text-align: left;
}


.homeHeader {
  width: 100%;
  height: 100vh;
}

.leftFloat {
  width: 50%;
  float: left;
  text-align: left;
}

.rightFloat {
  width: 50%;
  float: right;
  text-align: right;
}


.slideImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.headerContentWrapper {
  width: 100%;
  height: 100vh;
  position: absolute;
  width: 100%;
  height: 100vh;
}

.dataBar {
  width: 100%;
  height: 110px;
  position: absolute;
  top: 120px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 1.4em;
  font-weight: 300;
  padding: 23px 0;
}

.dataBar span {
  font-weight: 700;
}

.dataBar ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 30px;
}

.dataBar ul li img {
  width: 20px;
}

.dataBar a:hover {
  color: #FF7212;
}

.slideText h1 {
  text-transform: none;
  font-weight: 300;
  font-size: 2.6em;
}

/* BENEFICIOS */
.containerBeneficios {
  display: flex;
  align-items: center;
  justify-content: center;
}

.homeBeneficios h2 {
  font-weight: 300;
  font-size: 2.1em;
  color: #000;
  text-align: right;
  text-transform: none;
  margin-bottom: 55px;
}

.boxesLeft {
  float: left;
  width: 50%;
}

.boxesRight {
  float: right;
  width: 50%;
}

.smallBox {
  width: 44%;
  float: left;
  background-color: #F4F4F4;
  padding: 35px;
  margin: 15px;
  min-height: 255px;
}

.smallBox img {
  width: 35px;
}

.bigBox {
  width: 96%;
  float: left;
  background-color: #F4F4F4;
  padding: 55px;
  margin: 15px;
  min-height: 574px;
}

.bigBox ul {
  padding-left: 20px;
  color: #000;
  margin-top: 25px;
}

.boxTitle {
  color: #000;
  font-size: 1.2em;
  margin-top: 15px;
}

.homeBeneficios {
  padding-bottom: 90px;
}

.boxTitleBig {
  color: #000;
  font-size: 1.6em;
  margin-top: 30px;
}

/* APROVECHA */
.homeAprovecha {
  background-color: #F4F4F4;
  padding: 70px;
}

.aprovechaContent {
  text-align: center;
}

.aprovechaContent p span {
  color: #000;
}

.aprovechaContent h2 {
  font-weight: 300;
  text-transform: none;
  color: #FF7212;
  text-align: center;
}

.colWrapper {
  position: relative;
  width: 100%;
  display: block;
  margin-top: 55px;
}

.colLeft {
  width: 50%;
  float: left;
  padding: 10px;
}

.colRight {
  width: 50%;
  float: right;
  padding: 10px;
}

.colLeft ul li,
.colRight ul li {
  list-style-type: none;
  background-color: #fff;
  width: 100%;
  padding: 15px 15px 15px 35px;
  text-align: left;
  margin-bottom: 20px;
  border-left: 3px solid #FF7212;
  color: #000;
}

/* Sección Descargar Fooleto*/
.downloadBtn {
  background-color: #DCDCDC;
  padding: 70px 0;
}

.downloadBtn a {
  background-color: #fff;
  padding: 15px;
  width: 320px;
  display: block;
  text-align: center;
  margin: auto;
  color: #FF7212;
  border-radius: 4px;

  background-color: #fff;
  will-change: background-position;
  background-size: 210% 100%;
  background-position: 99% center;
  background-repeat: no-repeat;
  -webkit-transition: background-position .66667s cubic-bezier(0.24, 0.22, 0.31, 1.07);
  transition: background-position .66667s cubic-bezier(0.24, 0.22, 0.31, 1.07);
  background-color: #fff;
  background-image: linear-gradient(100deg, #C95100 50%, #fff 50%);
}

.downloadBtn a:hover {
  background-position: 0 center;
  color: #fff;
}

/* CONTACT FORM SECTION */
.contactForm form {
  text-align: center;
}

.contactForm {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
  background-image: url(../img/backForm.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.blackscreen {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.formContainer {
  position: relative;
  width: 100%;
  display: block;
}

.formContainer h2 {
  font-weight: 300;
  text-transform: none;
  color: #FF7212;
  text-align: left;
  margin-bottom: 35px;
}

.camposObligatorios {
  font-weight: 300;
  text-align: right;
  font-size: 11px;
  color: #fff;
}

/* form */
.form-group {
  margin-bottom: 20px;
  position: relative;

  & + .form-group {
    margin-top: 30px;
  }
}

.btn.send-btn {
  border: none;
  border-radius: 4px;
  display: inline-block;
  letter-spacing: .05em;
  color: #fff;
  position: relative;
  margin: 0 auto;
  white-space: nowrap;
  -webkit-transition: color .3s;
  transition: color .3s;
  cursor: pointer;
  margin: auto;
  margin-top: 30px;
  padding: 16px 40px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 300px;
  text-transform: uppercase;

  text-align: center;
  text-transform: capitalize;
  font-size: 14px;

  background-color: #FF7212;
  will-change: background-position;
  background-size: 210% 100%;
  background-position: 99% center;
  background-repeat: no-repeat;
  -webkit-transition: background-position .66667s cubic-bezier(0.24, 0.22, 0.31, 1.07);
  transition: background-position .66667s cubic-bezier(0.24, 0.22, 0.31, 1.07);
  background-color: #FF7212;
  background-image: linear-gradient(100deg, #C95100 50%, #FF7212 50%);
}

.btn.send-btn:hover {
  background-position: 0 center;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .home-contact-img {
    display: block;
  }

  .home-contact-form {
    width: 66.66666666%;
  }

  .contact-us p {
    color: #000;
    max-width: 80%;
  }
}

.alert {
  font-size: 10px;
  text-align: left;
  position: absolute;
  display: none;
}

.fillok .alert {
  display: block;
}

.mensajeEnviado {
  text-align: center;
  min-height: 352px;

  display: flex;
  align-items: center;
  justify-content: center;

  display: none;
}

.mensajeEnviado h2 {
  font-weight: 300;
  text-transform: none;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 1.3em;
}

.mensajeEnviado .sent {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  margin-top: 0;
}

/* FOOTER */
footer {
  background-color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
}

.footerContent {
  margin-top: 30px;
}

.footerColumn {
  width: 30%;
  margin: 0 20px;
  float: left;
}

.footerColumn:first-child {
  margin-left: 0;
}

.footerColumn:last-child {
  margin-right: 0;
}

.subTitle {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
}

.footerContent ul li {
  list-style-type: none;
  margin-bottom: 15px;
  font-size: 15px;
  color: rgba(255, 255, 255, .4);
}

.footerContent ul li a {
  font-size: 16px;
  color: rgba(255, 255, 255, .4);
  transition: .3s;
}

.footerContent .footerColumn ul li a > img {
  width: 20px;
  margin-right: 10px;
  margin-top: -1px;
}

.footerContent ul li a:hover {
  color: #FF7212;
}

.logoFooter img {
  width: 90px;
}

footer .footerColumn li a img {
  width: 12px;
  height: auto;
  margin-right: 4px;
}



/* ==========================================================================
  Responsive
  ========================================================================== */

/* iPad Pro */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {}

/* Large Desktop */
@media screen and (max-width: 1380px) {}

@media screen and (max-width: 1230px) {
  .box {
    width: 90%;
    max-width: 90%;
  }
}

/* Medium Desktop */
@media screen and (max-width: 1180px) {
  .box {
    width: 90%;
    max-width: 90%;
  }

  .formInputs {
    width: 31%;
    margin: 0 6px;
  }

  .smallBox {
    width: 43%;
    min-height: 255px;
    padding: 20px;
  }

  .bigBox {
    min-height: 543px;
  }
}

@media screen and (max-width: 1090px) {
  .smallBox {
    min-height: 295px;
  }

  .bigBox {
    min-height: 620px;
  }
}

/* Small Desktop */
@media screen and (max-width: 990px) {
  .boxesLeft {
    float: none;
    width: 100%;
  }

  .boxesRight {
    float: none;
    width: 100%;
  }

  .containerBeneficios {
    display: block;
  }

  .smallBox {
    width: 100%;
    margin: 0;
    margin-bottom: 25px;
    min-height: auto;
  }

  .bigBox {
    width: 100%;
    margin: 0;
    margin-bottom: 25px;
    min-height: auto;
  }

  .footerColumn {
    width: 28%;
    margin: 0;
  }
}

@media screen and (max-width: 900px) {
  .formInputs {
    width: 31%;
    margin: 0 4px;
  }
}

/* iPad */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {}

/* iPhone 7 - 8 Plus */
@media screen and (max-width: 768px) {
  .boxesLeft {
    float: none;
    width: 100%;
  }

  .boxesRight {
    float: none;
    width: 100%;
  }

  .containerBeneficios {
    display: block;
  }

  .smallBox {
    width: 100%;
    margin: 0;
    margin-bottom: 25px;
  }

  .bigBox {
    width: 100%;
    margin: 0;
    margin-bottom: 25px;
  }

  .subTitleOver {
    bottom: -30px;
  }

  .homeAprovecha {
    padding: 70px 30px;
  }

  .aprovechaContent.box {
    max-width: 100%;
    width: 100%;
  }

  .formInputs {
    width: 100%;
    margin: 15px 0;
  }

  .footerColumn {
    width: 100%;
    margin: 0;
    float: none;
  }

  .formContainer h2 {
    text-align: center;
  }

}

@media screen and (max-width: 690px) {
  .dataBar {
    font-size: 1em;
    padding: 30px 0;
  }
}

/* iPhone 5 */
@media screen and (max-width: 520px) {
  .dataBar {
    font-size: 1em;
    padding: 11px 0;
  }

  .slideText h1 {
    font-size: 2em;
    line-height: 1.3em;
  }

  .slideText {
    padding: 60px 0;
  }

  .leftFloat img {
    width: 120px;
    height: auto;
  }

  .rightFloat img {
    width: 80px;
    height: auto;
  }

  .colLeft {
    width: 100%;
    float: none;
  }

  .colRight {
    width: 100%;
    float: none;
  }

  .subTitleOver {
    bottom: -50px;
  }

  .homeBeneficios {
    padding: 0px 0 40px 0;
  }

  .footerColumn {
    width: 100%;
    margin: 0;
    float: none;
  }

  .dataBar ul li {
    display: block;
  }
}

@media screen and (max-width: 510px) {
  .dataBar {
    padding: 11px 0;
  }
}

/* iPhone 5 */
@media screen and (max-width: 410px) {

  .btn.send-btn,
  .downloadBtn a {
    width: 220px;
  }
}

/* ==========================================================================
  Fonts
  ========================================================================== */

@font-face {
  font-family: 'GD Boing';
  src: url('../fonts/GDBoing/GDBoing-Bold.woff2') format('woff2'),
    url('../fonts/GDBoing/GDBoing-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'GD Boing';
  src: url('../fonts/GDBoing/GDBoing-Black.woff2') format('woff2'),
    url('../fonts/GDBoing/GDBoing-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

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

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

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

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

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

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

@media print {

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

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

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

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

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

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

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

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

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

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

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


/*  NEW STYLE  */

.sec-top {
  background-color: #F4F4F4;
  -webkit-box-shadow: 0px 5px 0px rgba(0, 0, 0, .1);
  box-shadow: 0px 5px 0px rgba(0, 0, 0, .1);
  position: relative;
  z-index: 2;
}

.d-logos-top .logo-terra {
  width: 135px;
}

.d-logos-top .logo-idse {
  width: 185px;
  margin-left: 15px;
}

.title-header {
  font-weight: 300;
  font-family: "Open Sans";
  font-size: 46px;
  margin-top: 150px;
  padding-bottom: 40px;
  padding-left: 30px;
  color: #FFFFFF;
  margin-bottom: 0px;
}

.new-header {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .0) 10%, rgba(0, 0, 0, 1)), url(../img/slideImage.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.overlay-header {
  position: relative;
  z-index: 1;
}

.overlay-header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 1));
  opacity: 1;
  z-index: -2;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.sec-title {
  padding-top: 40px;
  padding-bottom: 40px;
}

.title-sec {
  text-align: right;
  margin-bottom: 0px;
  font-size: 40px;
  font-weight: 300;
}

.badge.badge-header {
  background-color: #000000;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  padding-left: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 15px;
  margin-top: 20px;
}

.badge.badge-header a {
  color: #FF7212;
  font-size: 20px;
  font-weight: 300;
}

.badge.badge-header a > img {
  margin-right: 15px;
  width: 35px;
}

.salto-movil {
  font-size: 0px;
}

.d-form-header {
  background-color: #000000;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 20px;
  position: absolute;
  bottom: 0;
  width: calc(100% - 30px);
  z-index: 2;
}

.title-form {
  color: #FF7212;
  font-size: 33px;
  font-weight: 300;
  text-align: right;
}

.floating-label-group {
  position: relative;
}

.floating-label {
  font-size: 14px;
  color: rgba(255, 255, 255, .5);
  position: absolute;
  pointer-events: none;
  top: 5px;
  transition: all 0.2s ease;
}

input:focus ~ .floating-label,
input:not(:focus):valid ~ .floating-label {
  top: -12px;
  bottom: 0px;
  left: 0px;
  font-size: 11px;
  color: rgba(255, 255, 255, .5);
}

.form-control.input-form {
  background-color: transparent;
  border-radius: 0px;
  border-left: none;
  border-right: none;
  border-top: none;
  padding-left: 0px;
  padding-right: 0px;
  border-bottom: 1px solid #FF7212;
  color: #FFFFFF;
  font-size: 14px;
}

.form-control.input-form:active,
.form-control.input-form:focus {
  background-color: transparent;
  box-shadow: none;
  outline: 0;
  border-bottom: 1px solid #FF7212;
  color: #FFFFFF;
}

.form-header .form-group {
  margin-bottom: 17px;
}

.small-form {
  color: #FF7212;
  text-align: right;
  font-size: 11px;
  letter-spacing: .1px;
  margin-bottom: 0px;
  margin-top: 6px;
  visibility: hidden;
}

.label-form {
  color: rgba(255, 255, 255, .5);
  font-size: 14px;
}

.p-campos {
  text-align: right;
  color: rgba(255, 255, 255, .7);
  font-size: 14px;
  margin-bottom: 0px;
}

.form-control.text-area-form {
  background-color: #1A1A1A;
  border: none;
  color: #FFFFFF;
  font-size: 14px;
}

.form-control.text-area-form::placeholder {
  font-style: italic;
}

.form-control.text-area-form:active,
.form-control.text-area-form:focus {
  background-color: #1A1A1A;
  border: none;
  color: #FFFFFF;
  font-size: 14px;
  box-shadow: none;
  outline: 0;
}

/* width */
.form-control.text-area-form::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.form-control.text-area-form::-webkit-scrollbar-track {
  background: #5F5F5F;
  border-radius: 10px;
}

/* Handle */
.form-control.text-area-form::-webkit-scrollbar-thumb {
  background: #FF7212;
  border-radius: 10px;
  background-clip: padding-box;
  padding: 10px;
}

/* Handle on hover */
.form-control.text-area-form::-webkit-scrollbar-thumb:hover {
  background: #555;
}


.btn.btn-enviar {
  background-color: #FF7212;
  width: 100%;
  color: rgba(255, 255, 255, .8);
  font-size: 16px;
  height: 50px;
}

.btn.btn-enviar:hover {
  color: rgba(255, 255, 255, 1);
}

.btn.btn-enviar:active,
.btn.btn-enviar:focus {
  box-shadow: none;
  outline: 0;
}

.d-gracias,
.d-error {
  text-align: center;
  padding-top: 127px;
  padding-bottom: 126px;
}

.title-confirm {
  font-size: 34px;
  color: #FFFFFF;
  font-weight: 300;
  margin-bottom: 5px;
}

.sub-title-confirm {
  font-size: 20px;
  color: #FFFFFF;
  line-height: 28px;
  margin-bottom: 0px;
}

.d-item-beneficios-left {
  background-color: #F4F4F4;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 35px;
  padding-bottom: 35px;
  height: calc(100% - 30px);
}

.d-item-beneficios {
  background-color: #F4F4F4;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 35px;
  padding-bottom: 35px;
  margin-bottom: 30px;
  height: calc(100% - 30px);
}

.d-item-beneficios .t3 {
  margin-bottom: 0px;
}

.d-item-beneficios-left ul {
  padding-left: 20px;
}

.img-small {
  width: 35px;
}

.img-big {
  width: 40px;
}

.sec-info-beneficios {
  padding-bottom: 70px;
}
