#raindrip {
  color: #232323;
  margin: 0;
  font-family: "Lato", sans-serif;
}
#raindrip .content {
  width: 73%;
}
#raindrip p, #raindrip h1, #raindrip h2, #raindrip h3, #raindrip h4, #raindrip h5, #raindrip h6 {
  margin: 0;
}
#raindrip img {
  margin: 0 auto;
}
#raindrip header {
  display: flex;
  justify-content: space-around;
  padding: 10px 0;
}
#raindrip header .title {
  padding: 15px 0;
}
#raindrip header .title h1 {
  color: #666668;
  font-size: 30px;
  font-weight: 700;
}
#raindrip .bg {
  background: url(../images/bg-raindrip.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: flex;
  justify-content: center;
  padding: 100px 40px;
}
#raindrip .bg .video {
  width: 40%;
}
#raindrip .bg .video a {
  transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}
#raindrip .bg .video a img {
  filter: grayscale(100%);
  transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}
#raindrip .bg .video a:hover img {
  filter: none;
}
#raindrip .bg .text {
  width: 35%;
}
#raindrip .bg .text .logo-raindrip {
  margin: 0 auto 20px;
}
#raindrip .bg .text p {
  text-align: center;
  color: #fff;
  font-size: 22px;
}
#raindrip .bg .text .arrowimg {
  margin: 20px 60px 20px auto;
}
#raindrip .bg .forma {
  width: 25%;
  position: relative;
}
#raindrip .bg .forma .form {
  border: 1px solid #fff;
  position: fixed;
  top: 120px;
  width: 25%;
  transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}
#raindrip .bg .forma .form .form-header {
  background: #1e64aa;
  padding: 10px;
}
#raindrip .bg .forma .form .form-header p {
  color: #fff;
  font-size: 22px;
  text-align: center;
}
#raindrip .bg .forma .form .form-body {
  background: #fff;
  padding: 10px 20px;
}
#raindrip .bg .forma .form .form-body #wufooFormq48hy2t0fn7ykg #errorLi {
  display: none !important;
}
#raindrip .bg .forma .form .form-body #wufooFormq48hy2t0fn7ykg form li.error p.error {
  display: none !important;
}
#raindrip .bg .forma .form .form-body #wufooFormq48hy2t0fn7ykg .wufoo .fo312li29 h3 {
  font-size: 25px;
  font-weight: bold;
  text-decoration: underline;
}
#raindrip .bg .forma .form .form-body a {
  color: #666668;
  text-decoration: underline;
}
#raindrip .bg .forma .form.stop {
  top: 0;
}
#raindrip .bg-blue {
  background: #1e64aa;
  padding: 35px 60px;
}
#raindrip .bg-blue .content h2 {
  font-size: 30px;
  font-weight: 7004;
  color: #fff;
  margin: 0 0 25px;
}
#raindrip .bg-blue .content ul {
  padding: 0;
}
#raindrip .bg-blue .content ul li {
  font-size: 20px;
  color: #fff;
  list-style: none;
  margin: 0 0 15px;
}
#raindrip .bg-blue .content ul li .fa {
  margin-right: 5px;
  color: #8bc762;
}
#raindrip .bg-white {
  padding: 35px 60px;
  background: #f7fff5;
}
#raindrip .bg-white .content h2 {
  font-size: 28px;
  color: #9d9da1;
  font-weight: 700;
  margin: 0 0 20px;
}
#raindrip .bg-white .content h3 {
  font-size: 26px;
  color: #1b9fe7;
  font-weight: 700;
  font-style: italic;
}
#raindrip .bg-white .content .steps {
  display: flex;
  justify-content: center;
  padding: 40px 0;
}
#raindrip .bg-white .content .steps .step {
  width: 33%;
  padding: 0 10px;
}
#raindrip .bg-white .content .steps .step p {
  color: #1b9fe7;
  font-size: 18px;
}
#raindrip .bg-white .content .steps .step p span {
  font-weight: 700;
}
#raindrip .kits {
  background: #ececec;
  padding: 35px 40px;
}
#raindrip .kits .content h2 {
  font-weight: 700;
  color: #1b9fe7;
  margin: 0 0 30px;
}
#raindrip .kits .content .tabs .nav {
  border: 0;
}
#raindrip .kits .content .tabs .nav li {
  width: 25%;
  text-align: center;
  border: 0;
}
#raindrip .kits .content .tabs .nav li a {
  color: #1b9fe7;
  height: 230px;
  font-weight: 700;
  border: 0;
  font-size: 18px;
  transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}
#raindrip .kits .content .tabs .nav li a:hover {
  background-color: #fff;
}
#raindrip .kits .content .tabs .nav li a img {
  margin: 10px auto 0;
}
#raindrip .kits .content .tabs .tab-content {
  background: #fff;
  padding: 20px 0;
}
#raindrip .kits .content .tabs .tab-content .both {
  display: flex;
  justify-content: center;
  padding: 30px;
}
#raindrip .kits .content .tabs .tab-content .both .left {
  width: 50%;
}
#raindrip .kits .content .tabs .tab-content .both .right {
  width: 50%;
  padding: 0 30px;
}
#raindrip .kits .content .tabs .tab-content .both .right p {
  font-size: 22px;
  color: #a1a1a4;
  font-weight: 700;
  margin: 0 0 20px;
}
#raindrip .kits .content .tabs .tab-content .both .right ul {
  padding-left: 15px;
}
#raindrip .kits .content .tabs .tab-content .both .right ul li {
  color: #8bc762;
  margin: 5px 0 0;
}
#raindrip .kits .content .tabs .tab-content .both .right ul li p {
  color: #a1a1a4;
  font-size: 17px;
  margin: 0;
}
#raindrip .kits .content .tabs .tab-content .text {
  padding: 0 40px;
}
#raindrip .kits .content .tabs .tab-content .text p {
  color: #a1a1a4;
  font-size: 20px;
  margin: 0 0 25px;
}
#raindrip .kits .content .tabs .tab-content .text p span {
  color: #1b9fe7;
  font-weight: 700;
}
#raindrip .kits .content .tabs .tab-content .text ul {
  padding-left: 17px;
}
#raindrip .kits .content .tabs .tab-content .text ul li {
  color: #8bc762;
  font-size: 20px;
  margin: 0 0 10px;
}
#raindrip .kits .content .tabs .tab-content .text ul li p {
  color: #a1a1a4;
  margin: 0;
}
#raindrip .cta {
  background: url(../images/bg-blue.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#raindrip .cta .content {
  display: flex;
  justify-content: center;
}
#raindrip .cta .content .text {
  width: 90%;
  text-align: center;
  padding: 30px 100px;
}
#raindrip .cta .content .text h3 {
  font-size: 22px;
  margin: 0 0 10px;
  color: #fff;
  font-weight: 700;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
#raindrip .cta .content .text p {
  font-size: 17px;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
#raindrip .cta .content .arrow {
  position: relative;
  width: 10%;
}
#raindrip .cta .content .arrow img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
#raindrip footer {
  display: flex;
  justify-content: center;
  padding: 20px 100px;
  color: #333333;
}
#raindrip footer .logo {
  width: 25%;
  position: relative;
}
#raindrip footer .logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
#raindrip footer .text {
  width: 25%;
  text-align: center;
  padding: 25px 0;
}
#raindrip footer .text p {
  font-weight: 300;
  font-size: 22px;
}
#raindrip footer .section {
  width: 25%;
  display: flex;
  justify-content: center;
  border-left: 1px solid #e4e4e4;
}
#raindrip footer .section .left {
  padding: 5px 10px;
}
#raindrip footer .section .right p {
  font-size: 17px;
}
#raindrip footer .section .right p span {
  font-weight: 700;
}
#raindrip .modal .modal-dialog {
  width: 60%;
}
#raindrip .modal .modal-dialog .modal-content .modal-body h4 {
  font-size: 20px;
  font-weight: 700;
}
#raindrip .modal .modal-dialog .modal-content .modal-body h5 {
  font-size: 17px;
  font-weight: 700;
}
#raindrip .modal .modal-dialog .modal-content .modal-body p {
  margin: 15px 0;
  font-size: 16px;
}
#raindrip .modal#video .modal-dialog .modal-content .modal-body {
  background: #000;
  padding: 10px 10px 30px;
}
#raindrip .modal#video .modal-dialog .modal-content .modal-body .close {
  color: #fff;
  opacity: 1;
}
#raindrip .modal#video .modal-dialog .modal-content .modal-body .close:hover {
  opacity: 1;
}
.cintilla_superior {
  padding: 8px 0px;
  background-color: #F5F7FF;
}
.cintilla_superior ul {
  list-style: none;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.cintilla_superior ul li {
  font-size: 14px;
  color: #020203;
  font-weight: 500;
}
.cintilla_superior ul li a {
  color: inherit;
  font-size: inherit;
  display: flex;
  align-items: center;
}
.cintilla_superior ul li a img {
  margin-right: 5px;
}
.cintilla_superior ul li a span {
  color: #006CAE;
  font-size: inherit;
  margin-right: 5px;
}
.cintilla_superior.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 979px) and (max-width: 1200px) {
  .cintilla_superior ul {
    flex-wrap: wrap;
    gap: 10px;
  }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  .cintilla_superior ul {
    flex-wrap: wrap;
    gap: 10px;
  }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  #raindrip .content {
    width: 100%;
  }
  #raindrip header {
    display: inline-block;
  }
  #raindrip header .title {
    padding: 15px;
    text-align: center;
  }
  #raindrip .bg {
    padding: 20px;
    display: inline-block;
  }
  #raindrip .bg .video {
    width: 100%;
  }
  #raindrip .bg .text {
    width: 100%;
  }
  #raindrip .bg .text .logo-raindrip {
    margin: 20px auto;
  }
  #raindrip .bg .forma {
    width: 100%;
  }
  #raindrip .bg .forma .form {
    position: relative;
    width: 100%;
    top: 0;
    margin: 30px 0 0;
  }
  #raindrip .bg-blue {
    padding: 20px;
    text-align: center;
  }
  #raindrip .bg-white {
    padding: 20px;
    text-align: center;
  }
  #raindrip .bg-white .content .steps {
    display: inline-block;
  }
  #raindrip .bg-white .content .steps .step {
    width: 100%;
    margin: 0 0 20px;
  }
  #raindrip .kits {
    padding: 20px;
  }
  #raindrip .kits .content h2 {
    text-align: center;
  }
  #raindrip .kits .content .tabs .nav li {
    width: 100%;
  }
  #raindrip .kits .content .tabs .nav li a {
    height: 200px;
  }
  #raindrip .kits .content .tabs .tab-content .tab-pane .both {
    padding: 0;
    display: inline-block;
  }
  #raindrip .kits .content .tabs .tab-content .tab-pane .both .left {
    width: 100%;
  }
  #raindrip .kits .content .tabs .tab-content .tab-pane .both .right {
    width: 100%;
  }
  #raindrip .cta .content {
    display: inline-block;
  }
  #raindrip .cta .content .text {
    width: 100%;
    padding: 20px;
  }
  #raindrip footer {
    display: inline-block;
    padding: 20px;
    width: 100%;
  }
  #raindrip footer .logo {
    width: 100%;
  }
  #raindrip footer .logo img {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
    transform: none;
  }
  #raindrip footer .text {
    width: 100%;
  }
  #raindrip footer .section {
    width: 100%;
    border: 0;
    margin: 5px 0 20px;
    padding: 0 20px 0 50px;
    justify-content: flex-start;
  }
  #raindrip .modal .modal-dialog {
    width: 100%;
  }
  .cintilla_superior ul {
    flex-wrap: wrap;
    gap: 10px;
  }
}
/* Landscape phones and down */
@media (max-width: 480px) {
  .cintilla_superior {
    display: none;
  }
  .cintilla_superior ul {
    flex-direction: column;
    gap: 10px;
  }
  .cintilla_superior ul li {
    font-size: 13px;
  }
  .cintilla_superior.fixed {
    display: block;
  }
}

/*# sourceMappingURL=style-new.css.map */
