@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700italic,600italic,400italic);
/* line 12, ../sass/main.scss */
html, body {
  height: 100%;
  background: transparent;
}

/* line 17, ../sass/main.scss */
html {
  font-family: "Montserrat", sans-serif !important;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

/* line 25, ../sass/main.scss */
a {
  color: #ffffff;
}

/* line 30, ../sass/main.scss */
span.small {
  font-size: 0.75rem;
}
/* line 33, ../sass/main.scss */
span.strikethrough {
  text-decoration: line-through;
}

/* line 38, ../sass/main.scss */
h1, h2, h3, h4, h5, h6, p, ul li, label, span, svg {
  font-family: "Montserrat", sans-serif;
}

/* line 42, ../sass/main.scss */
h1.white, h2.white, h3.white, h4.white, h5.white, h6.white, p.white, ul li.white, label.white, span.white, svg.white {
  color: #ffffff;
}

/* line 46, ../sass/main.scss */
h1.lightgrey, h2.lightgrey, h3.lightgrey, h4.lightgrey, h5.lightgrey, h6.lightgrey, p.lightgrey, ul li.lightgrey, label.lightgrey, span.lightgrey, svg.lightgrey {
  color: #999999;
}

/* line 50, ../sass/main.scss */
h1.red, h2.red, h3.red, h4.red, h5.red, h6.red, p.red, ul li.red, label.red, span.red, svg.red {
  color: #33622D;
  fill: #33622D;
}

/* line 55, ../sass/main.scss */
h1.text, h2.text, h3.text, h4.text, h5.text, h6.text, p.text, ul li.text, label.text, span.text, svg.text {
  color: #606060;
}

/* line 59, ../sass/main.scss */
h1.uppercase, h2.uppercase, h3.uppercase, h4.uppercase, h5.uppercase, h6.uppercase, p.uppercase, ul li.uppercase, label.uppercase, span.uppercase, svg.uppercase {
  text-transform: uppercase;
}

/* line 62, ../sass/main.scss */
h1.bold, h2.bold, h3.bold, h4.bold, h5.bold, h6.bold, p.bold, ul li.bold, label.bold, span.bold, svg.bold {
  font-weight: 700;
}

/* line 66, ../sass/main.scss */
h1.italic, h2.italic, h3.italic, h4.italic, h5.italic, h6.italic, p.italic, ul li.italic, label.italic, span.italic, svg.italic {
  font-style: italic;
}

/* line 70, ../sass/main.scss */
h1.uppercase, h2.uppercase, h3.uppercase, h4.uppercase, h5.uppercase, h6.uppercase, p.uppercase, ul li.uppercase, label.uppercase, span.uppercase, svg.uppercase {
  text-transform: uppercase;
}

/* line 75, ../sass/main.scss */
h1 {
  font-size: 2.625rem;
}
/* line 77, ../sass/main.scss */
h1.big {
  font-size: 3.5rem;
}

@media (max-width: 64em) {
  /* line 83, ../sass/main.scss */
  h1 {
    font-size: 2.25rem;
  }
}
@media (max-width: 40em) {
  /* line 89, ../sass/main.scss */
  h1 {
    font-size: 2rem;
  }
}
/* line 95, ../sass/main.scss */
h2 {
  font-size: 2rem;
  line-height: 1.25;
  margin: 0;
}
/* line 99, ../sass/main.scss */
h2.big {
  font-size: 2.625rem;
}

@media (max-width: 64em) {
  /* line 106, ../sass/main.scss */
  h2 {
    font-size: 1.75rem;
  }
}
@media (max-width: 40em) {
  /* line 112, ../sass/main.scss */
  h2 {
    font-size: 1.5rem;
  }
}
/* line 117, ../sass/main.scss */
h3 {
  font-size: 1.5rem;
}
/* line 119, ../sass/main.scss */
h3.big {
  font-size: 2.25rem;
}

@media (max-width: 64em) {
  /* line 126, ../sass/main.scss */
  h3 {
    font-size: 1.3125rem;
  }
}
@media (max-width: 40em) {
  /* line 132, ../sass/main.scss */
  h3 {
    font-size: 1.3125rem;
  }
}
/* line 138, ../sass/main.scss */
h4 {
  font-size: 1.3125rem;
}

/* line 142, ../sass/main.scss */
h5 {
  font-size: 1.25rem;
}

/* line 147, ../sass/main.scss */
h6 {
  font-size: 1.125rem;
}
/* line 149, ../sass/main.scss */
h6.small {
  font-size: 0.875rem;
}

/* line 155, ../sass/main.scss */
p {
  font-size: 1rem;
}
/* line 157, ../sass/main.scss */
p.small {
  font-size: 0.75rem;
}

/* line 163, ../sass/main.scss */
ul li {
  font-size: 1.125rem;
  color: #333333;
}

@media (max-width: 64em) {
  /* line 169, ../sass/main.scss */
  ul li {
    font-size: 1rem;
  }
}
@media (max-width: 40em) {
  /* line 175, ../sass/main.scss */
  ul li {
    font-size: 1rem;
  }
}
/* line 180, ../sass/main.scss */
button, .button {
  font-size: 1.5rem;
  padding: .500em 1em;
  color: #ffffff;
  -moz-transition: all 242ms linear;
  -o-transition: all 242ms linear;
  -webkit-transition: all 242ms linear;
  transition: all 242ms linear;
  text-transform: uppercase;
  margin: 0;
  outline: none;
}

/* line 192, ../sass/main.scss */
button:hover, button:active, button:focus {
  outline: none;
}

/* line 198, ../sass/main.scss */
.button:hover, .button:active, .button:focus {
  outline: none;
}

/* line 204, ../sass/main.scss */
button.white, .button.white {
  background-color: #79b800;
  border: 0.125rem solid #ffffff;
}

/* line 210, ../sass/main.scss */
button.white svg path, .button.white svg path {
  fill: #ffffff;
}

/* line 215, ../sass/main.scss */
button.white:hover, .button.white:hover {
  background-color: #ffffff;
  border: 0.125rem solid #33622D;
  color: #33622D;
}

/* line 222, ../sass/main.scss */
button.white:hover svg path, .button.white:hover svg path {
  fill: #33622D;
}

/* line 226, ../sass/main.scss */
::-webkit-input-placeholder {
  color: #cccccc;
  font-size: 0.875rem;
  font-weight: 400;
}

/* line 232, ../sass/main.scss */
hr {
  height: 0.125rem;
  background-color: #33622D;
  border: 0;
  min-width: 100vw;
  min-width: 100%;
  margin: 0;
  margin: .250em 0;
}
/* line 241, ../sass/main.scss */
hr.white {
  background: #ffffff;
}

/* line 246, ../sass/main.scss */
label {
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
}

/* line 256, ../sass/main.scss */
.fullwidth {
  max-width: 120rem;
}

/* line 260, ../sass/main.scss */
.contain-to-grid {
  height: 100%;
  background: transparent;
  transform-style: preserve-3d;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* line 267, ../sass/main.scss */
header {
  background: #33622D;
  margin-bottom: 20px;
}
/* line 270, ../sass/main.scss */
header img.logo {
  margin: -10px 0 -70px;
}
/* line 273, ../sass/main.scss */
header h2 {
  line-height: 6.9375rem;
}
/* line 276, ../sass/main.scss */
header .icon_header {
  max-width: 80px;
  border-radius: 5px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
}
/* line 281, ../sass/main.scss */
header .head-subtitle {
  display: table;
  height: 100px;
}
/* line 284, ../sass/main.scss */
header .head-subtitle h3 {
  display: table-cell;
  vertical-align: middle;
  font-size: 30px;
}
/* line 288, ../sass/main.scss */
header .head-subtitle h3 i {
  float: right;
  font-size: 58px;
  line-height: 58px;
  font-style: normal;
  color: white;
  margin-left: 10px;
}
/* line 295, ../sass/main.scss */
header .head-subtitle h3 i span {
  font-size: 10px;
  line-height: 10px;
  text-align: center;
}
/* line 301, ../sass/main.scss */
header .head-subtitle h3 span {
  color: white;
  display: block;
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  /* line 267, ../sass/main.scss */
  header {
    margin: auto;
  }
  /* line 312, ../sass/main.scss */
  header img.logo {
    max-height: 80px;
    margin: auto;
  }
  /* line 317, ../sass/main.scss */
  header .head-subtitle {
    height: auto;
  }
}
@media screen and (max-width: 450px) {
  /* line 267, ../sass/main.scss */
  header {
    text-align: center;
  }
  /* line 325, ../sass/main.scss */
  header .head-title {
    width: 100%;
  }
  /* line 329, ../sass/main.scss */
  header .head-subtitle {
    display: none;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 50, ../scss/_main.scss */
  /* line 337, ../sass/main.scss */
  section.ahora img {
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 640px) {
  /* line 343, ../sass/main.scss */
  ul.bloques li .wrapper {
    height: auto !important;
  }
}
/*FORM*/
/* line 350, ../sass/main.scss */
form {
  background: #33622D;
  border: 0;
  padding: 2em 1em;
  border-radius: 0;
  height: 100%;
}
/* line 356, ../sass/main.scss */
form .row {
  margin: 0 -0.5rem;
}
/* line 358, ../sass/main.scss */
form .row .column, form .row .columns {
  padding: 0 0.5rem;
}
/* line 361, ../sass/main.scss */
form .row.collapse {
  margin: 0;
}
/* line 363, ../sass/main.scss */
form .row.collapse .column, form .row.collapse .columns {
  padding: 0;
}
/* line 366, ../sass/main.scss */
form .row.collapse input {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
/* line 373, ../sass/main.scss */
form .row input {
  margin-bottom: 0;
}
/* line 375, ../sass/main.scss */
form .row input.column, form .row input.columns {
  padding-left: 0.5rem;
}
/* line 380, ../sass/main.scss */
form .row textarea.column, form .row textarea.columns {
  padding-left: 0.5rem;
}
/* line 387, ../sass/main.scss */
form button, form .button {
  font-size: 16px;
  padding: .500em 1em;
  color: #ffffff;
  -webkit-transition: all 242ms linear;
  -moz-transition: all 242ms linear;
  -ms-transition: all 242ms linear;
  -o-transition: all 242ms linear;
  transition: all 242ms linear;
  text-transform: uppercase;
  margin: 0;
  outline: none;
  font-weight: 500;
}
/* line 402, ../sass/main.scss */
form .error {
  border-color: #f34235;
}
/* line 406, ../sass/main.scss */
form textarea {
  max-height: 6.25rem;
  padding: 10px;
}
/* line 412, ../sass/main.scss */
form input[type="text"], form input[type="password"], form input[type="date"], form input[type="datetime"], form input[type="datetime-local"], form input[type="month"], form input[type="week"], form input[type="email"], form input[type="number"], form input[type="search"], form input[type="tel"], form input[type="time"], form input[type="url"], form input[type="color"] {
  background-color: #ffffff !important;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0 .750em;
  box-shadow: none;
  border: 2px solid #3c7335;
  color: #999999;
  height: 2.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: .250em;
}
/* line 429, ../sass/main.scss */
form textarea, form select {
  background-color: #ffffff !important;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0 .750em;
  box-shadow: none;
  border: 2px solid #33622D;
  color: #999999;
  height: 2.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: .250em;
}
/* line 445, ../sass/main.scss */
form textarea {
  padding: 10px;
}
/* line 450, ../sass/main.scss */
form input[type="text"]:hover, form input[type="password"]:hover, form input[type="date"]:hover, form input[type="datetime"]:hover, form input[type="datetime-local"]:hover, form input[type="month"]:hover, form input[type="week"]:hover, form input[type="email"]:hover, form input[type="number"]:hover, form input[type="search"]:hover, form input[type="tel"]:hover, form input[type="time"]:hover, form input[type="url"]:hover, form input[type="color"]:hover {
  border-color: #75bc6c;
}
/* line 455, ../sass/main.scss */
form textarea:hover, form select:hover {
  border-color: #75bc6c;
}
/* line 459, ../sass/main.scss */
form input[type="text"]:focus, form input[type="password"]:focus, form input[type="date"]:focus, form input[type="datetime"]:focus, form input[type="datetime-local"]:focus, form input[type="month"]:focus, form input[type="week"]:focus, form input[type="email"]:focus, form input[type="number"]:focus, form input[type="search"]:focus, form input[type="tel"]:focus, form input[type="time"]:focus, form input[type="url"]:focus, form input[type="color"]:focus {
  border-color: #96cc8f;
}
/* line 464, ../sass/main.scss */
form textarea:focus {
  border-color: #96cc8f;
}
/* line 468, ../sass/main.scss */
form select {
  background: url("../images/item_select.svg") 96% center;
  background-repeat: no-repeat;
}
/* line 469, ../sass/main.scss */
form select:focus {
  outline-color: #eac1cc;
}
/* line 476, ../sass/main.scss */
form label {
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 700;
}
/* line 480, ../sass/main.scss */
form label.white {
  color: #ffffff;
}
/* line 485, ../sass/main.scss */
form .input-group.xs {
  width: 30%;
  float: left;
}
/* line 490, ../sass/main.scss */
form .input-group.md {
  width: 70%;
}
/* line 494, ../sass/main.scss */
form .text-tacha {
  text-align: center;
  text-decoration: line-through;
}
/* line 500, ../sass/main.scss */
form .errorbox {
  color: white;
  padding: 5px;
  border-radius: 3px;
  background: darkred;
  display: block;
  margin-top: 5px;
  margin-bottom: 15px;
  opacity: 1;
  height: 25px;
  overflow: hidden;
  font-size: 12px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 515, ../sass/main.scss */
form .d_imgitem {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
/* line 520, ../sass/main.scss */
form .d_imgitem .item_name {
  color: white;
  font-size: 24px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}
/* line 528, ../sass/main.scss */
form .d_imgitem .img_plan_item {
  left: 60%;
}
/* line 532, ../sass/main.scss */
form .d_imgitem .f_imgitem {
  border-radius: 5px;
  display: inline-block;
  width: 50px;
  vertical-align: middle;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 542, ../sass/main.scss */
form img.img_plan_item {
  position: absolute;
  z-index: 999;
}
/* line 547, ../sass/main.scss */
form .d_imgitem.itemhide {
  display: none;
}
/* line 551, ../sass/main.scss */
form .errorbox.errorhide, form .d_imgitem.itemhide .f_imgitem, form .d_imgitem.itemhide .img_plan_item {
  height: 0;
  opacity: 0;
  padding: 0;
  margin: 0;
}
/* line 558, ../sass/main.scss */
form .errorbox.errorwhite {
  background: white;
  color: #111;
}
/* line 567, ../sass/main.scss */
form hr {
  bottom: auto !important;
}

/* line 576, ../sass/main.scss */
.form_footer {
  margin-top: 10px;
  background: #33622D;
  border: 0;
  padding: 2em 1em;
  display: none;
}

/* line 584, ../sass/main.scss */
footer {
  background: #0f1c0d;
  margin-top: 20px;
  padding: 20px 0;
  color: white;
}
/* line 590, ../sass/main.scss */
footer a {
  text-decoration: underline;
}

/*PANEL GRACIAS*/
/* line 598, ../sass/main.scss */
#panel-gracias {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  margin: auto;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  background: rgba(255, 255, 255, 0.9);
  display: table;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -moz-transform: scale(0.3, 0.3) translateX(-150%);
  -ms-transform: scale(0.3, 0.3) translateX(-150%);
  -webkit-transform: scale(0.3, 0.3) translateX(-150%);
  transform: scale(0.3, 0.3) translateX(-150%);
}
/* line 613, ../sass/main.scss */
#panel-gracias .content {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  max-width: 1920px;
  text-align: center;
  color: #33622D;
  z-index: 1000;
  padding: 8em;
}
/* line 624, ../sass/main.scss */
#panel-gracias .content h1 {
  font-size: 3em;
  font-weight: 700;
  color: #33622D;
}
/* line 629, ../sass/main.scss */
#panel-gracias .content h3 {
  font-size: 1.5em;
  font-weight: 400;
  color: #33622D;
}
/* line 634, ../sass/main.scss */
#panel-gracias .content img {
  max-width: 30%;
}

@media (max-width: 40em) {
  /* line 142, ../scss/_main.scss */
  /* line 642, ../sass/main.scss */
  #panel-gracias .content {
    margin: 2em auto;
    padding: 1em;
  }
}
@media (max-width: 40em) {
  /* line 161, ../scss/_main.scss */
  /* line 650, ../sass/main.scss */
  #panel-gracias .content h1 {
    font-size: 2em;
  }
}
@media (max-width: 40em) {
  /* line 170, ../scss/_main.scss */
  /* line 657, ../sass/main.scss */
  #panel-gracias .content h3 {
    font-size: 1em;
  }
}
/* line 665, ../sass/main.scss */
body.finish #panel-gracias {
  -moz-transform: scale(1, 1) translateX(0);
  -ms-transform: scale(1, 1) translateX(0);
  -webkit-transform: scale(1, 1) translateX(0);
  transform: scale(1, 1) translateX(0);
  visibility: visible;
  opacity: 1;
}
/* line 670, ../sass/main.scss */
body.finish .contain-to-grid {
  -moz-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

/**/
/* line 677, ../sass/main.scss */
.reveal-modal {
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 0.125rem solid;
}
/* line 681, ../sass/main.scss */
.reveal-modal.white {
  background: #ffffff;
  border-color: #33622D;
}
/* line 684, ../sass/main.scss */
.reveal-modal.white h2, .reveal-modal.white a.close-reveal-modal {
  color: #33622D;
}
/* line 688, ../sass/main.scss */
.reveal-modal.red {
  background: #33622D;
  border-color: #ffffff;
}
/* line 691, ../sass/main.scss */
.reveal-modal.red h2, .reveal-modal.red a.close-reveal-modal {
  color: #ffffff;
}

/* line 697, ../sass/main.scss */
.logo {
  max-height: 250px;
  margin-bottom: -70px;
}

/* line 702, ../sass/main.scss */
.item_info {
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
}
/* line 708, ../sass/main.scss */
.item_info span {
  font-size: 180%;
}
/* line 711, ../sass/main.scss */
.item_info .item_offers {
  padding-top: 20px;
  -moz-animation: hip 1s;
  -webkit-animation: hip 1s;
  animation: hip 1s;
}
/* line 714, ../sass/main.scss */
.item_info .item_offers i {
  font-size: 80px;
}
/* line 718, ../sass/main.scss */
.item_info .offers {
  background: url("../images/offer.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 100px;
  width: 227px;
  margin: auto;
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -moz-animation: hip 1s;
  -webkit-animation: hip 1s;
  animation: hip 1s;
}
/* line 728, ../sass/main.scss */
.item_info .offers .offer-left {
  float: left;
  margin-left: 70px;
  margin-top: 13px;
  font-size: 12px;
  width: 90px;
}
/* line 734, ../sass/main.scss */
.item_info .offers .offer-left span {
  text-decoration: line-through;
}
/* line 740, ../sass/main.scss */
.item_info .offers .offer-right {
  float: right;
  margin-right: 10px;
  margin-top: 10px;
  font-size: 12px;
  width: 54px;
}
/* line 748, ../sass/main.scss */
.item_info .offers span {
  display: block;
  line-height: 19px;
}
/* line 751, ../sass/main.scss */
.item_info .offers span i {
  font-size: 16px;
  font-style: normal;
}

@-webkit-keyframes hip {
  from {
    -moz-transform: scale(0, 0) rotate(360deg) translateX(0px);
    -ms-transform: scale(0, 0) rotate(360deg) translateX(0px);
    -webkit-transform: scale(0, 0) rotate(360deg) translateX(0px);
    transform: scale(0, 0) rotate(360deg) translateX(0px);
  }
  to {
    -moz-transform: scale(1, 1) rotate(0deg) translateX(0px);
    -ms-transform: scale(1, 1) rotate(0deg) translateX(0px);
    -webkit-transform: scale(1, 1) rotate(0deg) translateX(0px);
    transform: scale(1, 1) rotate(0deg) translateX(0px);
  }
}
/* Standard syntax */
@keyframes hip {
  from {
    -moz-transform: scale(0, 0) rotate(360deg) translateX(0px);
    -ms-transform: scale(0, 0) rotate(360deg) translateX(0px);
    -webkit-transform: scale(0, 0) rotate(360deg) translateX(0px);
    transform: scale(0, 0) rotate(360deg) translateX(0px);
  }
  to {
    -moz-transform: scale(1, 1) rotate(0deg) translateX(0px);
    -ms-transform: scale(1, 1) rotate(0deg) translateX(0px);
    -webkit-transform: scale(1, 1) rotate(0deg) translateX(0px);
    transform: scale(1, 1) rotate(0deg) translateX(0px);
  }
}
/* line 771, ../sass/main.scss */
.martop-2 {
  margin: 30px 0 !important;
}

/* line 776, ../sass/main.scss */
select.select2 {
  background-image: url("../images/hand_select.svg");
  background-repeat: no-repeat;
  background-position: 96% center;
  background-color: transparent !important;
  background-size: 25px;
  height: 35px;
  color: white;
  font-size: 20px;
  text-align: center;
  outline: none;
  border-radius: 10px;
  border: 2px solid #3c7335;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 791, ../sass/main.scss */
select.select2:hover {
  border-color: #75bc6c;
}
/* line 794, ../sass/main.scss */
select.select2.itemselect {
  background-image: url("../images/item_select.svg") !important;
  animation-name: back;
  animation-timing-function: ease-in-out;
  animation-duration: 1s;
}
/* line 801, ../sass/main.scss */
select.select2:active, select.select2:active * {
  outline: none !important;
  -moz-outline-style: none !important;
}
/* line 802, ../sass/main.scss */
select.select2:focus, select.select2:focus * {
  outline: none !important;
  -moz-outline-style: none !important;
}
/* line 804, ../sass/main.scss */
select.select2 option {
  color: #000;
  background: #fff;
}

/* line 812, ../sass/main.scss */
.carousel-inner.divradius div {
  border-radius: 10px;
  overflow: hidden;
}

@keyframes back {
  0% {
    background-position: 96% center;
  }
  45% {
    background-position: 150% center;
  }
  100% {
    background-position: 96% center;
  }
}
/* line 832, ../sass/main.scss */
.subTitle {
  padding: 5px 0px;
  border-radius: 10px 0 0 0;
}
/* line 836, ../sass/main.scss */
.subTitle i {
  font-size: 25px;
  color: white;
  padding: 10px;
}
/* line 841, ../sass/main.scss */
.subTitle h1, .subTitle h2, .subTitle h3, .subTitle h4 {
  color: white;
}
@media (max-width: 1024px) {
  /* line 832, ../sass/main.scss */
  .subTitle {
    border-radius: 10px 10px 0 0;
  }
}

/* line 851, ../sass/main.scss */
.carousel-caption {
  right: 10%;
  left: 10%;
  padding-bottom: 30px;
  bottom: 20%;
  top: 20%;
}
/* line 858, ../sass/main.scss */
.carousel-caption h3 {
  color: white;
  font-size: 2.2rem;
}
@media (max-width: 640px) {
  /* line 858, ../sass/main.scss */
  .carousel-caption h3 {
    font-size: 2.0rem;
  }
}
/* line 867, ../sass/main.scss */
.carousel-caption p {
  color: white;
  font-size: 1.5rem;
}
