@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,500,700,900");
html {
  height: 100%; }

body {
  height: 100%;
  background-color: white;
  font-family: 'Raleway', sans-serif;
  color: #333; }

a {
  color: #fe7171;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  a:hover {
    color: #333;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }

p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500; }

.p-18 {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #555; }

.btn-yellow {
  background-color: #ffde49;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  font-size: 28px;
  height: 60px;
  padding: 1px 36px 2px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  text-align: center;
  border: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .btn-yellow:hover {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #fe7171;
    color: #fff; }

.btn-rose {
  color: #fff;
  background-color: #fe7171;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  font-size: 28px;
  padding: 1px 36px 2px;
  height: 60px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  text-align: center;
  border: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .btn-rose:hover {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #ffde49;
    color: #333; }

header {
  position: relative;
  padding-top: 100px;
  background-color: #afe0f1; }
  header .ambassadors {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    max-width: 50%; }
    header .ambassadors img {
      max-height: 450px; }
  header .logo {
    position: relative;
    fill: #fff;
    width: 370px;
    max-width: 100%;
    z-index: 10; }
  header .content-header {
    position: relative;
    z-index: 10;
    width: 50%; }
    header .content-header h1 {
      color: #333;
      position: relative;
      line-height: 32px; }
      header .content-header h1 .black {
        font-size: 28px;
        text-transform: uppercase; }
      header .content-header h1 .rose {
        text-transform: uppercase;
        font-size: 28px;
        color: #fe7171; }
  header .form {
    position: relative;
    z-index: 10; }
    header .form .title {
      margin-top: 0;
      margin-bottom: 0;
      font-size: 32px;
      font-weight: 900;
      font-style: normal;
      font-stretch: normal;
      text-transform: uppercase; }
    header .form span {
      font-size: 16px;
      font-weight: 700; }
    header .form .form-control {
      border: none;
      border-radius: 0;
      font-size: 0.9rem;
      padding: .575rem .75rem; }
    header .form .form-group {
      margin-bottom: 10px; }
    header .form .form-row {
      margin-bottom: 10px; }
    header .form .form-check-label {
      font-size: 14px; }
    header .form .enviar {
      background-color: #ffde49;
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
      font-size: 28px;
      width: 100%;
      height: 60px;
      font-weight: 900;
      font-style: normal;
      font-stretch: normal;
      text-align: center;
      border: none;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      header .form .enviar:hover {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        background-color: #fe7171;
        color: #fff; }
    header .form .form-check {
      padding-left: 0; }
    header .form [type="checkbox"]:checked,
    header .form [type="checkbox"]:not(:checked) {
      position: absolute;
      left: -9999px; }
    header .form [type="checkbox"]:checked + label,
    header .form [type="checkbox"]:not(:checked) + label {
      position: relative;
      padding-left: 28px;
      cursor: pointer;
      line-height: 20px;
      display: inline-block;
      color: #666; }
    header .form [type="checkbox"]:checked + label:before,
    header .form [type="checkbox"]:not(:checked) + label:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 18px;
      height: 18px;
      border: 2px solid #fe7171;
      background: #fff; }
    header .form [type="checkbox"]:checked + label:after,
    header .form [type="checkbox"]:not(:checked) + label:after {
      content: '';
      width: 10px;
      height: 10px;
      background: #fe7171;
      position: absolute;
      top: 4px;
      left: 4px;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    header .form [type="checkbox"]:not(:checked) + label:after {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0); }
    header .form [type="checkbox"]:checked + label:after {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }
    header .form ::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #555 !important;
      opacity: 1;
      /* Firefox */ }
    header .form :-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #fe7171 !important; }
    header .form ::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #fe7171 !important; }
  header .end-rose {
    position: relative;
    z-index: 10;
    width: 100%;
    padding: 12px;
    background-color: #fe7171;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    font-style: normal;
    font-stretch: normal;
    text-align: center;
    color: #fff; }
    header .end-rose span {
      color: #ffde49; }
    header .end-rose p {
      font-weight: 900;
      margin-bottom: 0;
      font-size: 24px;
      line-height: 26px; }

h1 {
  font-size: 36px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left; }

h2 {
  color: #555;
  font-size: 32px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 20px; }

h3 {
  color: #555;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase; }

.text-center {
  text-align: center; }

section {
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15); }

.section-blue {
  background-color: #afe0f1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.p-solo {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 100px;
  color: #555;
  font-weight: 300; }

.bola-1 {
  background-image: url("../images/ball2.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 330px 300px; }
  .bola-1 .sub-video {
    width: 70%;
    color: #555;
    font-size: 14px; }

.bola-2 {
  background-image: url("../images/ball3.svg");
  background-repeat: no-repeat;
  background-position: center 100%;
  background-size: 100%; }

.icons {
  width: 156px;
  height: 156px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #afe0f1;
  margin: 0 auto;
  margin-bottom: 20px; }
  .icons svg {
    fill: #fff; }

.margin-bottom-16 {
  margin-bottom: 16px; }

.margin-bottom-20 {
  margin-bottom: 20px; }

.margin-bottom-40 {
  margin-bottom: 40px; }

.margin-bottom-80 {
  margin-bottom: 80px; }

.margin-top-40 {
  margin-top: 40px; }

.nopadding {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.size-item {
  min-height: 250px; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 50px;
  width: 50px;
  outline: black;
  background-size: 100%, 100%;
  background-color: #afe0f1;
  border-radius: 50%;
  border: none;
  background-image: none; }

.carousel-control-next-icon:after {
  content: '>';
  font-size: 30px;
  color: #fff; }

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 30px;
  color: #fff; }

.no-margin {
  margin: 0 !important; }

.name-rose {
  font-size: 18px;
  color: #fe7171;
  margin-bottom: 20px;
  font-weight: 500; }

.title-rose {
  font-size: 20px;
  color: #fe7171;
  line-height: 20px;
  font-weight: 500; }
  .title-rose span {
    font-size: 16px;
    color: #333; }

footer {
  padding: 30px 0;
  background-color: #afe0f1; }
  footer a {
    color: #fe7171; }
  footer .rose {
    color: #fe7171; }

@media (min-width: 1600px) {
  header .ambassadors {
    left: 5%;
    max-width: 40%; } }

@media (min-width: 1200px) {
  .btn-yellow {
    font-size: 36px;
    height: 60px;
    padding: 1px 56px 2px; }
  .btn-rose {
    font-size: 36px;
    padding: 1px 56px 2px;
    height: 60px; }
  header .form .title {
    font-size: 37px; }
  header .form span {
    font-size: 18px; } }

@media (max-width: 992px) {
  .p-solo {
    margin-top: 20px;
    margin-bottom: 60px; }
  .size-item {
    min-height: 350px; }
  .carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 150px; }
  h1 {
    font-size: 32px; }
  h2 {
    font-size: 28px; }
  header {
    padding-top: 40px; }
    header .ambassadors {
      display: block;
      position: relative;
      bottom: 0;
      left: 0;
      right: 0;
      max-width: 100%; }
    header .content-header {
      width: 100%; } }

@media (max-width: 767px) {
  .carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 170px; }
  .size-item {
    min-height: 370px; }
  .btn-yellow, .btn-rose {
    font-size: 24px; } }

@media (max-width: 575px) {
  header .form .form-row {
    margin-bottom: 10px; }
  .margin-b-8 {
    margin-bottom: 0; }
    .margin-b-8:first-child {
      margin-bottom: 10px; } }

@media (max-width: 350px) {
  header .form span {
    font-size: 16px; }
  .size-item {
    min-height: 395px; }
  .margin-bottom-40 {
    margin-bottom: 20px; }
  .btn-yellow {
    width: 100%;
    font-size: 20px;
    padding: 1px 28px 2px; }
  .btn-rose {
    width: 100%;
    font-size: 20px;
    padding: 1px 28px 2px; }
  section {
    padding-top: 20px;
    padding-bottom: 20px; }
  .p-solo {
    margin-top: 10px;
    margin-bottom: 40px; } }
