@charset "utf-8";
/* CSS Document */

body,
html {
  padding: 0;
  margin: 0;
  line-height: 1;
  width: 100%;
  font-size: 13px;
  height: 100%;
  color: #646464;
  font-family: 'Montserrat', sans-serif;
}

body {
  /*overflow: hidden;*/
}

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,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
h1,
h2,
h3,
h4 {
  border: 0;
  font-style: inherit;
  font-weight: normal;
  margin: 0;
  outline: 0;
  padding: 0;
}

p,
a,
li,
div {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

a img {
  border: none;
}

:focus,
a:focus {
  outline: 0 !important;
  text-decoration: none !important;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background: none;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
}

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

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

.padding-remove {
  padding: 0;
}

.padding-remove-l {
  padding-left: 0;
}

.padding-remove-r {
  padding-right: 0;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #787878;
}

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

.vertical-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.btn.focus,
.btn:focus,
.btn:hover {
  color: #fff;
}

label.error {
  color: #ff051f;
  margin-top: 10px;
  margin-left: 15px;
}

/*------------------------------------------------------------------

	BACK TO TOP

-------------------------------------------------------------------*/
#gotop {
  cursor: pointer;
  position: fixed;
  bottom: 100px;
  right: 20px;
  display: none;
  z-index: 20;
  width: 48px;
  height: 48px;
  background: #ff001d;
  border: none;
  padding: 15px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

#gotop:after {
  content: '\f106';
  font-family: FontAwesome;
  color: #fff;
  font-size: 26px;
  line-height: 17px;
}

#gotop:hover {
  background-color: #002687;
}

/*HEADER --------------------------------------*/
header {
  padding: 15px 0;
}

#logo img {
  height: auto;
}

.slogan {
  text-align: right;
  font-size: 26px;
  color: #fff;
  font-weight: 600;
  margin-top: 66px;
}

.slider-container {
  background-image: url(images/slider-bg.png);
  background-size: cover;
  background-position-y: center;
  background-position-x: center;
  background-repeat: no-repeat;
  padding: 0px 0px 184px 0px;
  height: 800px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  position: relative;
  z-index: 2;
}

.slider-container .col-equal {
  height: 100%;
}

.col-equal > [class*='col-'] {
  float: none;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

#slider {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider-container header,
.slider-container .form-container {
  position: relative;
  z-index: 2;
}

#slider .carousel-inner,
#slider .carousel-inner .item {
  height: 100%;
}

#slider .carousel-inner .item {
  width: 100%;
}

#slider .carousel-inner .item .container {
  height: 100%;
}

#slider .carousel-inner .item .container .row {
  display: flex;
  height: 100%;
}

#slider .carousel-inner .item .container .row [class*='col-'] {
  align-items: end;
  display: flex;
}

#slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 40px;
  text-shadow: none;
  background-color: transparent;
  filter: alpha(opacity=50);
  opacity: 0.7;
  font-size: 40px;
}

#slider .carousel-control.left,
#slider .carousel-control.right {
  background-image: none;
}

#slider .carousel-control:hover {
  opacity: 1;
}

img.slide {
  display: block;
  margin: 0;
  width: 100%;
  margin-left: -50px;
  margin-bottom: -1px;
}

.formucol .box {
  padding: 30px 30px 30px 30px;
  height: 100%;
  width: 100%;
  margin-top: 4px;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  max-width: 430px;
  float: right;
}

.formucol .box:after {
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #fff;
  mix-blend-mode: multiply;
}

.formucol .box h4 {
  font-size: 29px;
  color: #002687;
  line-height: 26px;
  text-align: center;
  font-weight: 900;
  position: relative;
  z-index: 2;
}

.formucol .box h4 span {
  white-space: nowrap;
  font-weight: 600;
  font-size: 15px;
  color: #002687;
}

.formucol .box h4 span {
  white-space: nowrap;
}

.formucol .box > .row {
  margin-left: -7px;
  margin-right: -7px;
}

.formucol form {
  margin-top: 16px;
  position: relative;
  z-index: 2;
}

.formucol form [class*='col-'] {
  padding-left: 7px;
  padding-right: 7px;
}

.formucol .form-group {
  margin-bottom: 11px;
}

.formucol .form-control {
  height: 40px;
  border: none;
  border-radius: 7px;
  background-color: #f2f0f0;
  box-shadow: none;
  color: #555;
  border: 0;
  padding: 6px 10px 6px 15px;
  font-weight: 500;
}

.formucol textarea.form-control {
  resize: none;
  height: 120px;
}

.formucol form .es_button {
  margin-top: 3px;
}

.formucol .form-btn {
  color: #fff;
  background-color: #ff001d;
  border: 1px solid #ff001d;
  border-radius: 10px;
  margin-top: 8px;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1px;
  height: 42px;
  line-height: inherit;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: block;
  width: 100%;
  padding: 13px 10px 32px 10px;
}

.formucol .form-btn:hover {
  background-color: #fff;
  border-color: #ff001d;
  color: #ff001d;
}

.form-control::-webkit-input-placeholder {
  color: #000;
}

.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}

.form-control:-ms-input-placeholder {
  color: #000;
}

.form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.form-control:focus:-moz-placeholder {
  /* Firefox 18- */
  color: transparent;
}

.form-control:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent;
}

.form-control:focus:-ms-input-placeholder {
  color: transparent;
}

::-moz-selection {
  background-color: #0021a2 !important;
  color: #fff;
  opacity: 1;
}
::selection {
  background-color: #0021a2 !important;
  color: #fff;
  opacity: 1;
}

/*------------------------------------------------------------------

	CONTENIDO

-------------------------------------------------------------------*/

section {
  padding: 50px 0;
}

h2 {
  font-size: 46px;
  text-align: center;
  color: #002687;
  font-weight: 500;
}

h3 {
  font-size: 35px;
  text-align: center;
  margin-bottom: 35px;
  color: #002687;
  font-weight: 500;
}

h4 {
  font-size: 33px;
  text-align: left;
}

h5 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 7px;
  color: #232a2b;
}

.txt p {
  font-size: 16px;
  line-height: 23px;
  color: #606060;
  font-weight: 500;
}

.scroll1 {
  margin-top: -84px;
  padding: 0;
  position: relative;
  z-index: 4;
}

.top {
  border-radius: 20px;
  padding: 40px;
  position: relative;
  z-index: 2;
  text-align: center;
}

.top .btn {
  background-color: #002687;
  height: 120px;
  padding: 0 50px;
  border: 0;
  border-radius: 40px;
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #fff;
  line-height: 120px;
  cursor: default;
}

.top .btn {
}

.top .btn strong {
  font-weight: 700;
}

.top p {
  color: #002687;
  font-size: 34px;
  line-height: 51px;
  text-align: center;
  font-weight: 600;
}

.top p strong {
  font-weight: 700;
}

section.beneficios {
  position: relative;
  background-color: #ededed;

  /* background-size: 30%; */
}

section.beneficios > .container-fluid {
  position: relative;
  z-index: 2;
}

section.beneficios > .container-fluid .col-pad {
  padding: 0 7%;
}

section.beneficios .benebg {
  width: 36%;
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-image: url(images/beneficios-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.titulo {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  justify-content: space-between;
}

.titulo h2 {
  text-align: left;
  color: #002687;
  font-size: 55px;
  font-weight: 700;
}

.titulo .icono {
  float: right;
}

.titulo .icono img {
  float: right;
  width: 143px;
}

.bene-box {
  height: 332px;
  margin-bottom: 40px;
  font-weight: 100;
  text-align: center;
  background-color: #fff;
  border-radius: 50px;
  -webkit-box-shadow: 10px 10px 11px -7px rgb(0 0 0 / 30%);
  -moz-box-shadow: 10px 10px 11px -7px rgba(0, 0, 0, 0.3);
  box-shadow: 10px 10px 11px -7px rgb(0 0 0 / 30%);
}

.bene-box .bene-logo {
  width: 100%;
  border-bottom: 1px solid #002687;
  height: 90px;
  height: 28%;
  padding: 8px 0;
  display: flex;
  align-items: center;
}

.bene-box .bene-logo img {
  /* height: 98%; */
  display: block;
  /* width: auto; */
  margin: 0 auto;
}

.bene-box .txt {
  padding: 20px 10px;
  margin-top: 4px;
  height: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bene-box .txt .txt-in {
  margin-bottom: 20px;
}

.bene-box h6 {
  font-size: 27px;
  font-weight: 600;
  color: #002687;
  margin-bottom: 15px;
}

.bene-box p {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #002687;
}

section h2 {
}

section.cta {
  background-image: url(images/footer-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  padding-bottom: 0;
}

section.cta h2 {
  font-size: 40px;
  color: #07d9af;
  margin-bottom: 20px;
  font-weight: 600;
}

section.cta .titulo h3 {
  font-size: 30px;
  line-height: 50px;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  color: #fff;
  padding: 0 14px;
  z-index: 2;
}

section.cta .titulo h3:after {
  display: block;
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 28px;
  background-color: #0071bc;
  z-index: -1;
  border-radius: 8px;
}

.cta a.cta {
  font-size: 27px;
  font-weight: 700;
  height: 80px;
  line-height: 80px;
  margin-top: 40px;
  margin-bottom: 40px;
  display: inline-block;
  width: auto;
  padding: 0 39px;
  border: 0;
  border-radius: 30px;
  color: #fff;
  background-color: #ff001d;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  letter-spacing: 1px;
}

.cta a.cta:hover {
  background-color: #fff;
  color: #002687;
}

/*------------------------------------------------------------------

	GRACIAS

-------------------------------------------------------------------*/

body.gracias .slider-container {
  padding-bottom: 0;
  background-image: url(images/slider-bgazul.jpg);
  height: 100vh;
}

#gracias {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: start;
}

#gracias h1,
#gracias .bajada {
  text-align: left;
  display: inline-block;
  border-radius: 5px;
}

#gracias h1 {
  color: #fff;
  font-size: 67px;
  font-weight: 700;
}

#gracias .bajada {
  color: #fff;
  font-size: 30px;
  line-height: 34px;
  font-weight: 400;
  margin-top: 18px;
}

#gracias .redes h3 {
  color: #fff;
  text-align: left;
  font-size: 24px;
  display: inline-block;
  margin-right: 20px;
}

#gracias .redes {
  text-align: left;
  margin-top: 40px;
}

#gracias .redes a {
  display: inline-block;
  color: #fff;
  font-size: 24px;
}

#gracias .redes a:hover {
  color: #07d9af;
}

/*------------------------------------------------------------------

	FOOTER

-------------------------------------------------------------------*/

footer {
  padding: 25px 0;
  line-height: 23px;
  color: #fff;
  height: auto;
}
footer .copyright {
  font-size: 14px;
}

p.copyright .hidden-xs {
  display: inline-block;
}

.crandi {
  width: 64px;
  height: 12px;
  background: url(images/crandi-footer.png) no-repeat 0 0;
  display: inline-block;
  margin-top: 0;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.crandi:hover,
.crandi:active,
.crandi:focus {
  background-position: bottom;
  opacity: 1;
}

@media screen and (min-width: 1601px) {
  #logo {
    margin-bottom: 45px;
    margin-top: 45px;
  }
}

@media screen and (min-width: 1250px) {
  section .container {
    width: 1200px;
  }
}
@media screen and (min-width: 1300px) {
  section .container {
    width: 1250px;
  }
}

@media screen and (min-width: 1350px) {
  section .container {
    width: 1300px;
  }
}

@media only screen and (min-width: 1601px) {
  .col-equal > [class*='col-'] {
    vertical-align: middle;
  }
  .container {
    width: 1390px;
  }

  .slider-container {
    height: 830px;
  }
}

@media screen and (min-width: 1400px) and (max-width: 1600px) {
  .container {
    width: 1300px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
  #logo {
    width: 220px;
    margin-top: 40px;
    margin-bottom: 0px;
  }
  body.gracias #logo {
    margin-top: 20px;
  }

  img.slide {
    display: block;
    /* margin: 0; */
    width: 100%;
    margin-left: -70px;
    margin-top: 0;
  }

  .col-equal > [class*='col-'] {
    vertical-align: middle;
  }

  .slider-container {
    height: 772px;
  }
}

@media screen and (max-width: 1550px) {
  section.beneficios > .container-fluid .col-pad {
    padding: 0 4%;
  }
  section.beneficios .benebg {
    width: 34%;
  }
}

@media only screen and (max-width: 1349px) {
  .scroll1 .top .icon-box {
    padding-left: 0;
  }
  .scroll1 .top {
    padding: 40px 25px;
  }
  section.beneficios > .container-fluid .col-pad {
    padding: 0 4%;
  }
  section.beneficios .benebg {
    width: 34%;
  }
}

@media only screen and (max-width: 1349px) and (min-width: 1200px) {
  .txt p {
    font-size: 15px;
  }
  .slider-container {
    height: 730px;
  }
}

@media only screen and (max-width: 1249px) and (min-width: 1200px) {
  .scroll1 .top {
    padding: 40px 20px;
  }
}

@media only screen and (max-width: 1299px) and (min-width: 1200px) {
}

@media only screen and (min-width: 1200px) {
  #logo {
    width: 220px;
    margin-top: 45px;
  }
}

@media only screen and (max-width: 1199px) {
  .col-equal > [class*='col-'] {
    vertical-align: middle;
  }

  #logo {
    width: 220px;
    margin-top: 35px;
  }
  .slogan {
    margin-top: 32px;
  }
  .formucol .box {
    margin-top: -40px;
  }

  .slider-container {
    height: 680px;
  }

  img.slide {
    margin-left: -100px;
  }
  .formucol .box {
    padding: 30px 15px 30px 15px;
    max-width: 390px;
  }
  .formucol .box h4 {
    font-size: 19px;
  }
  .formucol .box h4 span {
    font-size: 14px;
  }
  form {
    margin-top: 10px;
  }
  .form-group {
    margin-bottom: 10px;
  }
  .scroll1 {
    margin-top: -75px;
  }

  .top .btn {
    height: 120px;
    font-size: 34px;
    line-height: 120px;
  }

  h2 {
    font-size: 41px;
  }
  h4 {
    font-size: 30px;
  }

  section.beneficios > .container-fluid .col-pad {
    padding: 0 15px;
  }
  section.beneficios .benebg {
    width: 33%;
  }

  #gracias h1 {
    font-size: 42px;
  }
  #gracias .bajada {
    font-size: 23px;
  }
  body.gracias h3 {
    font-size: 29px;
    text-align: center;
    margin-bottom: 24px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bene-box h6 {
    font-size: 23px;
  }
  .txt p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  img.slide {
    /* max-width: inherit; */
    margin-left: -100px;
  }
  .formucol .box {
    padding: 20px;
    max-width: inherit;
  }
  .formucol .form-group {
    margin-bottom: 10px;
  }
  .formucol .form-btn {
    font-size: 15px;
    display: block;
    width: 100%;
    padding: 0;
  }
  .bene-box {
    height: auto;
    margin-bottom: 30px;
  }
  section.cta .titulo h3 {
    font-size: 26px;
    line-height: 41px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  h4 {
    font-size: 23px;
  }

  .slider-container {
    padding-bottom: 0;
    height: 567px;
  }
  .slogan {
    font-size: 21px;
  }
  #logo {
    width: 220px;
    margin-top: 40px;
  }
  .formucol .box {
    margin-top: -60px;
  }
  .formucol textarea.form-control {
    height: 80px;
  }
}

@media only screen and (min-width: 768px) {
  .row.col-equal {
    display: table;
    width: 100%;
    height: 100%;
  }

  .col-equal > [class*='col-'] {
    float: none;
    display: table-cell;
    height: 100%;
  }
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 767px) {
  .col-equal [class*='col-'] {
    float: none;
    display: block;
    height: inherit;
    vertical-align: top;
  }
  header {
    padding: 15px 0 0;
  }
  div#logo {
    width: 280px;
    display: block;
    margin: 10px auto 0px;
  }

  .slider-container {
    height: auto;
    padding-bottom: 65px;
    display: block;
    background-image: url(images/slider-bg-m.png);
  }

  #slider {
    position: relative;
  }

  img.slide {
    margin: 0 auto;
    width: 80%;
  }

  #slider .carousel-inner .item .container .row [class*='col-'] {
    align-items: start;
    display: block;
    width: 100%;
  }

  #slider .carousel-control {
    top: 34%;
  }

  .container.form-container {
    width: 100%;
  }
  .formucol {
    padding-right: 15px;
    padding-left: 15px;
  }
  .formucol .box {
    padding: 30px;
    margin-top: -30px;
  }

  .cta a.cta {
    font-size: 21px;
    display: block;
    padding: 0;
    letter-spacing: 0px;
  }

  body.gracias .slider {
    padding-bottom: 110px;
  }
  body.gracias .scroll1 {
    margin-top: -25px;
    padding: 0 0 100px;
  }
  body.gracias .scroll1 .top {
    padding: 40px 25px 30px;
  }
  body.gracias img.red {
    margin: 0 0 20px;
  }
}

@media only screen and (max-width: 736px) {
  .top .btn {
    height: 80px;
    font-size: 21px;
    line-height: 80px;
    padding: 0 32px;
    border-radius: 30px;
  }
  .top p {
    font-size: 21px;
    line-height: 30px;
  }
  section.cta .titulo h3 {
    font-size: 23px;
    line-height: 35px;
  }

  #slider .carousel-control {
    top: 50%;
    width: 30px;
  }
}
@media only screen and (min-width: 486px) {
  .visible-xxs {
    display: none;
  }
}

@media only screen and (max-width: 485px) {
  .hidden-xxs {
    display: none;
  }
  #gotop {
    right: 0px;
  }
  .slider-container {
    padding-top: 0;
    display: flex;
    justify-content: space-between;
  }

  #gracias .redes {
    padding-left: 10px;
  }

  div#logo {
    margin-bottom: 20px;
  }

  img.slide {
    margin: 0 auto;
    width: auto;
    height: 220px;
  }
  .formucol .box {
    padding: 20px;
    margin-top: -20px;
  }

  .formucol .box h4 {
    font-size: 24px;
  }

  .scroll1 .top .txt p {
    font-size: 18px;
  }
  h2 {
    font-size: 33px;
  }
  .incluye h2 {
    font-size: 37px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 25px;
    text-align: left;
  }

  .scroll1 .top {
    padding: 40px 0px;
  }

  .titulo {
    justify-content: center;
  }
  .titulo h2 {
    font-size: 21px;
    font-weight: 700;
  }

  section.beneficios .benebg {
    display: none;
  }

  section.cta h2 {
    font-size: 21px;
  }
  section.cta .titulo h3 {
    font-size: 21px;
    line-height: 28px;
  }

  #gracias h1 {
    font-size: 37px;
    padding: 15px 10px 25px;
  }
  #gracias .bajada {
    padding: 18px 10px 19px;
    font-size: 21px;
    line-height: 30px;
  }

  body.gracias h3 {
    font-size: 22px;
  }
  body.gracias img.red {
    max-height: 40px;
  }
}

@media only screen and (max-width: 414px) {
  div#logo {
    width: 200px;
  }

  .cta a.cta {
    font-size: 18px;
  }
  .formucol .checkbox {
    font-size: 13px;
  }
  .formucol .legales p,
  .formucol .legales p a {
    font-size: 12px;
  }
  .formucol .form-btn {
    margin-top: 10px;
  }

  #gracias .redes h3 {
    font-size: 19px;
  }
}

@media only screen and (max-width: 375px) {
  h4 {
    font-size: 22px;
  }

  #gotop {
    bottom: 72px;
  }

  .top p {
    font-size: 25px;
    line-height: 32px;
  }
  .titulo h2 {
    font-size: 43px;
    font-weight: 700;
  }
  .bene-box h6 {
    font-size: 24px;
  }

  section.cta h2 {
    font-size: 34px;
  }
  section.cta .titulo h3 {
    font-size: 21px;
    line-height: 31px;
  }
  section.cta .titulo h3:after {
    bottom: -9px;
  }

  .cta a.cta {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
  }

  #gracias h1 {
    font-size: 33px;
  }

  #gracias .bajada {
    font-size: 20px;
    line-height: 27px;
  }
}

@media only screen and (max-width: 360px) {
  .top .btn {
    height: 80px;
    font-size: 20px;
  }
  .top p {
    font-size: 21px;
    line-height: 30px;
  }

  .titulo h2 {
    font-size: 38px;
    font-weight: 700;
  }
  .bene-box h6 {
    font-size: 23px;
  }
  img.slide {
    height: 200px;
  }

  body.gracias h3 {
    font-size: 18px;
  }
  #gracias .bajada {
    font-size: 18px;
  }
  #gracias h1 {
    font-size: 30px;
  }
  body.gracias img.red {
    max-height: 38px;
  }
  body.gracias img.red {
    max-height: 33px;
  }
}

@media only screen and (max-width: 320px) {
  .seguridad .img-box {
    padding: 28px 10px 22px 20px;
  }
  .cta a.cta {
    font-size: 14px;
    height: 44px;
    line-height: 44px;
  }
  .formucol .checkbox {
    font-size: 11px;
  }
  .formucol .legales p,
  .formucol .legales p a {
    font-size: 10px;
  }

  .top .btn {
    font-size: 18px;
    padding: 0 26px;
  }
  .titulo h2 {
    font-size: 35px;
    font-weight: 700;
  }
  .bene-box h6 {
    font-size: 20px;
  }

  #gracias h1 {
    font-size: 28px;
  }
  body.gracias img.red {
    max-height: 30px;
  }
  body.gracias img.red {
    max-height: 29px;
  }
}

@media only screen and (max-height: 740px) and (orientation: landscape) {
  .slider-container {
    height: auto;
    padding-bottom: 140px;
  }

  body.gracias .scroll1 {
    margin-top: -84px;
  }
}
@media only screen and (max-width: 736px) and (orientation: landscape) {
  body.gracias .slider-container {
    height: auto;
  }
  #gracias {
    margin-top: 30px;
  }
}
