/*
    criofrecuencia.alla-medical.cl
    main.css
*/
@charset "utf-8";

@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;400&display=swap");

/* structure */
html {
  overflow-x: hidden;
}

body {
  font-size: 16px;
  width: 100%;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
}

img {
  max-width: 100%;
  margin-bottom: 15px;
}

.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* global */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 300;
}

h1,
.h1 {
  font-size: 1.6em;
  line-height: 1em;
}

h2 {
  font-size: 1.4em;
  line-height: 1em;
}

h3 {
  font-size: 1.4em;
  line-height: 1em;
}

h4 {
  font-size: 1.2em;
  line-height: 1em;
}

h5,
.h5 {
  font-size: 1.2em;
  line-height: 1em;
}

h6,
.h6 {
  font-size: 1.1em;
  line-height: 1em;
}

@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 2.4em;
    line-height: 1em;
  }

  h2 {
    font-size: 2.1em;
    line-height: 1em;
  }

  h3 {
    font-size: 1.7em;
    line-height: 1em;
  }

  h4 {
    font-size: 1.4em;
    line-height: 1em;
  }

  h5,
  .h5 {
    font-size: 1.2em;
    line-height: 1em;
  }

  h6,
  .h6 {
    font-size: 1.1em;
    line-height: 1em;
  }
}

/* input */
.form-control {
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.35);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition-duration: 0.5s;
}

.form-control:focus {
  border-color: #424a52;
  box-shadow: none;
}

textarea.form-control {
  resize: none;
}

/* a */
a {
  color: black;
  text-decoration: none;
}

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

/* equal height columns */
@media (min-width: 992px) {
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/* header */

/* header-topbar */
#header-topbar {
  width: 100%;
  z-index: 9999;
  margin: 0;
  background-color: #003366;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

#header-topbar * {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

@media (min-width: 992px) {
  #header-topbar {
    background-color: #003366;
  }
}

#header-topbar.pinned {
  position: fixed;
  background-color: #003366;
}

#header-topbar .navbar-brand {
  padding: 8px 0;
}

#header-topbar .navbar-brand img {
  display: inline-block;
  margin: 0;
  height: 40px;
}

@media (min-width: 992px) {
  #header-topbar .navbar-brand {
    height: 120px;
    padding: 15px 15px;
  }

  #header-topbar .navbar-brand img {
    height: 90px;
  }

  #header-topbar.pinned .navbar-brand {
    height: 70px;
    padding: 10px 15px;
  }

  #header-topbar.pinned .navbar-brand img {
    height: 50px;
  }
}

#header-topbar .navbar-toggle {
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: #001122;
  border: none;
}

#header-topbar .navbar-toggle .icon-bar {
  background-color: white;
}

/* top-navbar */
#top-navbar {
  font-size: 14px;
}

#top-navbar li a {
  color: white;
  font-weight: 300;
  text-transform: uppercase;
}

#top-navbar li:hover a,
#top-navbar li:focus a,
#top-navbar li:active a,
#top-navbar li.active a {
  background-color: #001122;
  color: white;
}

@media (min-width: 992px) {
  #top-navbar li a {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  #header-topbar.pinned li a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

#top-navbar .top-navbar-up {
  z-index: 900;
  display: block;
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 80px;
  height: 80px;
  background-color: white;
  color: #001122;
  font-size: 60px;
  text-align: center;
  padding: 5px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  opacity: 0;
  -webkit-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

#top-navbar .top-navbar-up > span {
  display: inline-block;
  margin-top: -25px;
  margin-left: -10px;
  vertical-align: middle;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  /* IE < 10 follows */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#header-topbar.pinned #top-navbar .top-navbar-up {
  opacity: 1;
}

#top-navbar .top-navbar-social {
  z-index: 999;
  display: block;
  position: fixed;
  bottom: 150px;
  right: 50px;
  width: 80px;
  height: 80px;
  background-color: white;
  color: #001122;
  font-size: 40px;
  text-align: center;
  padding: 5px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  opacity: 1;
  -webkit-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

#top-navbar .top-navbar-social:nth-of-type(2) {
  bottom: 50px;
}

#top-navbar .top-navbar-social > span {
  display: inline-block;
  margin-top: 6px;
  margin-left: 0px;
  vertical-align: middle;
}

#header-topbar.pinned #top-navbar .top-navbar-social {
  bottom: 250px;
  opacity: 1;
}

#header-topbar.pinned #top-navbar .top-navbar-social:nth-of-type(2) {
  bottom: 150px;
}

/* landing-top */
.landing-top {
  display: block;
  position: relative;
  min-height: 100vh;
  width: 100%;
  background: rgb(40,55,123);
  background: -moz-radial-gradient(circle, rgba(40,55,123,1) 0%, rgba(11,19,53,1) 50%, rgba(14,15,23,1) 100%);
  background: -webkit-radial-gradient(circle, rgba(40,55,123,1) 0%, rgba(11,19,53,1) 50%, rgba(14,15,23,1) 100%);
  background: radial-gradient(circle, rgba(40,55,123,1) 0%, rgba(11,19,53,1) 50%, rgba(14,15,23,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#28377b",endColorstr="#0e0f17",GradientType=1);
}
.landing-top:before {
  content:'';
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100vh;
  background-image: url(../images/home/logo-ibramed-5-w.png);
  background-repeat: no-repeat;
  background-size:40%;
  background-position: center;
}

@media (min-width: 992px) {
  .landing-top {
    position: initial;
    height: 100vh;
    background-position: top center;
  }
}

.landing-top .top-inner {
  position: relative;
  z-index: 0;
  top: 50px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 260px;
  overflow: hidden;
  /*background-image: url(../images/home/top-inner.png);
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;*/
}

@media (min-width: 992px) {
  .landing-top .top-inner {
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top center;
  }
}

.landing-top .top-caption {
  margin-top: -40px;
  color: white;
}

@media (min-width: 992px) {
  .landing-top .top-caption {
    margin-top: 190px;
  }
}

.landing-top .top-caption .caption-brand {
  margin-bottom: 60px;
}

.landing-top .top-caption .caption-title {
  font-size: 18px;
  line-height: 1em;
  color: white;
  margin-bottom: 0;
  font-weight: 300;
  font-style: italic;
  text-transform: uppercase;
}

.landing-top .top-caption .caption-title span {
  display: block;
  font-size: 1.6em;
  line-height: 1.6em;
  font-weight: 700;
}

@media (min-width: 992px) {
  .landing-top .top-caption .caption-title {
    font-size: 28px;
    line-height: 34px;
  }
}

.landing-top .top-caption .caption-subtitle {
  font-weight: 400;
  padding: 20px 0;
  color: #333333;
  text-align: right;
}

.landing-top .top-caption .caption-block {
}

.landing-top .top-caption .caption-block h5 {
  font-size: 1.2em;
  margin-bottom: 20px;
}

.landing-top .top-caption .caption-block h6 {
  font-size: 0.9em;
  margin-bottom: 20px;
}

.landing-top .top-caption .caption-subbrand {
  display: block;
  width: 260px;
  margin-bottom: 30px;
  clear: both;
}

.landing-top .top-caption .caption-action {
  display: inline-block;
  width: auto;
  padding: 10px 15px;
  background-color: white;
  color: black;
  text-transform: uppercase;
  font-style: italic;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.landing-top .top-product {
  display: block;
  width: 100%;
  height: 60vh;
  background-image: url(../images/home/top-product.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
}

@media (min-width: 992px) {
  .landing-top .top-product {
    display: block;
    position: absolute;
    top: 20vh;
    right: 0;
    bottom: 0vh;
    width: 45%;
    height: 80vh;
  }
}

/* main-wrapper */
#main-wrapper {
  /* overflow-x: hidden;*/
}

.block-wrapper {
}

.block-section {
  position: relative;
  padding-top: 30px;
  padding-right: 80px;
}

@media (min-width: 992px) {
  .block-section {
    padding-top: 60px;
    padding-right: 140px;
  }
}

.block-title {
  margin-bottom: 45px;
}

.block-title .title-h {
  font-size: 22px;
  line-height: 1;
  margin-bottom: 25px;
  color: #4d4d4d;
  font-weight: 300;
  text-transform: uppercase;
}

.block-title .title-h span {
  display: block;
  font-size: 1.6em;
  font-weight: 700;
  color: #003366;
}

@media (min-width: 992px) {
  .block-title .title-h {
    font-size: 32px;
  }

  .block-title .title-h span {
    font-size: 1.4em;
  }
}

.block-title.title-white .title-h {
  color: white;
}

.block-title.title-white .title-h span {
  color: white;
}

.block-caption {
}

.block-caption.over-block {
  text-align: center;
}

.block-caption.over-block img {
  width: 80%;
  display: inline-block;
}

@media (min-width: 992px) {
  .block-caption.over-block img {
    margin-top: -200px;
  }
}

.block-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
}

@media (min-width: 992px) {
  .block-image {
    width: 180px;
    height: 180px;
  }
}

.block-separator {
  margin-top: 45px;
  margin-bottom: 45px;
  display: block;
  width: 100%;
  height: 5px;
  background-color: #003366;
}

.block-separator.large-separator {
  margin-top: 90px;
  margin-bottom: 90px;
}

/* bottom-wrapper */
#bottom-wrapper {
}

/* footer */
footer {
  background-image: url(../images/footer/footer.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

footer .footer-top {
}

footer .footer-middle {
  padding-top: 85px;
  padding-bottom: 35px;
}

footer .footer-middle .title-footer {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 400;
  color: #313434;
  margin-bottom: 15px;
}

footer .footer-middle .title-footer > span {
  display: inline-block;
}

footer .footer-middle ul {
  line-height: 1.4;
  padding: 0;
  list-style: none;
}

footer .footer-middle ul li a {
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
}

footer .footer-middle ul li a:hover {
  color: #ffffff;
}

footer .footer-bottom {
  font-size: 14px;
  padding: 5px;
  color: #bababa;
  background-color: #222222;
}

footer .footer-bottom a {
  color: #58a0c6;
}

/* benefit */
.benefit-block {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 55px;
  padding: 15px 10px;
}

@media (min-width: 992px) {
  .benefit-block {
    margin-bottom: 0;
  }
}

.benefit-block .benefit-title {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 25px;
}

.benefit-block .benefit-image {
  display: inline-block;
  width: 160px;
  height: auto;
}

.benefit-block .benefit-caption {
  display: block;
  color: #003366;
  padding: 10px 35px;
  font-size: 14px;
}

@media (min-width: 992px) {
  .benefit-block .benefit-caption {
  }
}

/* proc-item */
.proc-item {
  display: block;
  margin: 0;
}

.proc-item img {
  display: inline-block;
  margin: 0;
}

/* testimony */
.testimony-item {
}

.testimony-item .block-title {
  font-style: italic;
}

.testimony-item .block-title .title-h {
  text-transform: none;
  color: white;
}

.testimony-item .testimony-caption {
  display: block;
  color: white;
  padding: 10px 15px;
  font-size: 15px;
  font-style: italic;
}

@media (min-width: 992px) {
  .testimony-item .testimony-caption {
    font-size: 16px;
  }
}

.testimony-item .testimony-video {
  width: 100%;
  height: auto;
}

/* message-box */
.message-box {
  padding: 0 0 20px 0;
  background: transparent;
}

.message-box .alert {
  font-size: 0.8em;
}

.message-box label {
  color: #222222;
}

.message-box input,
.message-box select,
.message-box textarea {
  margin-bottom: 30px;
  background: #dddddd;
  border: 0;
  font-size: 14px;
  text-align: left;
  vertical-align: middle;
  padding: 0 10px;
  height: 40px;
  width: 100%;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.message-box input:focus,
.message-box select:focus,
.message-box textarea:focus {
  background: #333333;
  color: #dddddd;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.message-box textarea {
  padding: 10px 10px 10px 20px;
  resize: vertical;
  height: 90px;
}

.message-box input:focus,
.message-box select:focus,
.message-box textarea:focus {
  box-shadow: none;
  outline: none;
}

.message-box .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.message-box .submit-btn {
  margin-top: 30px;
  background: #001122 none repeat scroll 0 0;
  border: medium none;
  color: white;
  font-size: 13px;
  height: 35px;
  padding: 0 50px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  position: relative;
}

.message-box .submit-btn::before {
  background: black none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transition: all 0.5s ease 0s;
  width: 0;
  z-index: 9999;
}

/* contact-box */
.contact-box {
  display: block;
  width: 100%;
  text-align: center;
  margin: 35px 5px 10px 5px;
}

.contact-box .bullet {
  display: block;
  padding-right: 15px;
}

.contact-box .bullet i {
  font-size: 1.8em;
  color: #001122;
}

.contact-box h3 {
  font-weight: 300;
  font-size: 1.2em;
  text-transform: uppercase;
  color: #001122;
}

/* home */
#home-a {
  display: block;
  width: 100%;
  min-height: 50vh;
  background-color: #e8e8e8;
  position: relative;
  padding-top: 75px;
  padding-bottom: 100px;
}

#home-a .block-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

#home-b {
  position: relative;
}

#home-c {
  position: relative;
  display: block;
  width: 100%;
  height: 40vh;
}

#home-c #home-c-video {
  position: absolute;
  display: block;
  width: 100%;
  height: 40vh;
  overflow: hidden;
  z-index: 9;
}

@media (min-width: 992px) {
  #home-c {
    height: 100vh;
  }

  #home-c #home-c-video {
    height: 100vh;
    z-index: -1;
  }
}

#home-d {
  display: block;
  width: 100%;
  min-height: 50vh;
  background-image: url(../images/background/background.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-bottom: 0;
}

#home-d .title-h {
  color: white;
}

@media (min-width: 992px) {
  #home-d .col-md-3 {
  }
}

#home-e {
  display: block;
  width: 100%;
  min-height: 50vh;
  background-color: #e8e8e8;
  padding-top: 120px;
  padding-bottom: 120px;
}

#home-f {
  display: block;
  width: 100%;
  min-height: 50vh;
  background-image: url(../images/background/background.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 120px;
  padding-bottom: 120px;
}

#home-g {
  display: block;
  width: 100%;
  min-height: 100vh;
  background-color: #e8e8e8;
  background-image: url(../images/home/polarys-inner.jpg);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  padding-top: 65px;
  padding-bottom: 65px;
}

@media (min-width: 992px) {
  #home-g {
    min-height: 120vh;
    background-size: cover;
    background-position: top center;
  }
}

#home-g .block-wrapper img {
  display: inline-block;
}

#home-g .block-title {
  margin-top: 35px;
  margin-bottom: 15px;
}

#home-g .block-title .title-h {
  margin-bottom: 15px;
  color: white;
  font-weight: 500;
  font-size: 36px;
}

#home-g .block-title .title-h span {
  margin-bottom: 15px;
  color: white;
  font-size: 1em;
  font-weight: 300;
}
#home-g .block-subtitle {
  margin-top: 55px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

#home-g .block-subtitle .title-h {
  margin-bottom: 15px;
  color: white;
  font-weight: 500;
  font-size: 24px;
}

#home-g .block-subtitle .title-h span {
  margin-bottom: 15px;
  color: white;
  font-size: 1em;
  font-weight: 300;
}

#home-h {
  display: block;
  width: 100%;
  min-height: 50vh;
  background-color: #e8e8e8;
  padding-top: 120px;
  padding-bottom: 80px;
}

#home-h .block-title {
  margin-bottom: 15px;
}

#home-h .block-title .title-h {
  margin-bottom: 15px;
  color: #817d8d;
}

/* web@alla.cl 20210728 */
#contacto {
  padding: 4em 0;
  font-size: 1.5em;
  text-align: center;
}
.wzp-btn,
.wzp-btn:visited,
.wzp-btn:active,
.wzp-btn:focus {
  display: inline-block;
  padding: 0.75em 2em;
  background-color: #003366;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease;
}
.wzp-btn:hover {
  background-color: #002850;
  color: #fff;
}
/* 20210817 */
.underdevelopment {
  display: none;
}

#libro-digital {
  padding-top: 2.5em;
  min-height: 100vh;
  color: #003366;
  line-height: 1.5em;
  display: flex;
  align-items: center;
  background-image: url(/sitio/template/images/home/libro-digital-polarys-book.png);
  background-repeat: no-repeat;
  background-position: 80% center;
  background-size: auto 90%;
}

#libro-digital .libro-form {
  display: flex;
  color: #003366;
}
#libro-polarys-ibramed {
  flex: 1 1 auto;
  height: 20em;
}
.libro-form {
  flex-direction: column;
  padding-right: 60%;
}
.libro-form h3 {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 36px;
}
.libro-form strong {
  font-weight: 700;
}
@media (max-width: 768px) {
  #libro-digital {
    background-position: center 5%;
    background-size: 75%;
  }
  #libro-digital .container {
    padding: 50vh 0 0;
  }
  .libro-form {
    padding: 0 15px;
    background: rgb(255, 255, 255);
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 3%
    );
  }
  #libro-polarys-ibramed {
    min-height: 18em;
  }
}
/* 20210817 1612, 20220117 1226 */

.top-img-slide {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
.top-img-slide .item {
  height: 100vh;
  margin:auto;
  background-position: 80% 50%;
  background-repeat: no-repeat;
  background-size: 45vh;
}
.top-img-slide .item-1 {
  background-image: url(/sitio/template/images/home/polarys-equipo-1.png);
}
.top-img-slide .item-2 {
  background-image: url(/sitio/template/images/home/polarys-equipo-2.png);
}
.top-img-slide .item-3 {
  background-image: url(/sitio/template/images/home/polarys-equipo-3.png);
}
/*
    criofrecuencia.alla-medical.cl
    carousel.css
*/
@charset "utf-8";

/* welcome-carousel*/
#welcome-carousel {
    margin: 0;
}

#welcome-carousel .item-image {
    
}

@media (min-width: 992px) {
    #welcome-carousel .item-image {
        
    }
}

#welcome-carousel .item-image img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100vh;
    margin: 0;
}

@media (min-width: 992px) {
    #welcome-carousel .item-image img {
        height: 100vh;
    }
}

#welcome-carousel .carousel-control {
    width: 50px;
    height: 60px;
    top: 50%;
    margin-top: -30px;
    font-size: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 40px;
}

#welcome-carousel .carousel-control:focus,
#welcome-carousel .carousel-control:hover {
    
}

#welcome-carousel .carousel-control.left,
#welcome-carousel .carousel-control.right {
    background-image: none;
    background-color: rgba(0, 0, 0, 0.8) !important;
}

#welcome-carousel .carousel-caption {
    font-weight: 300;
    background-color: rgba(88,160,198,1);
    width: 100%;
    left: 0;
    right: 0;
    padding: 25px 30px;
}

@media (min-width: 992px) {
    #welcome-carousel .carousel-caption {
        position: absolute;
        width: 30%;
        top: 180px;
        bottom: auto;
        left: 5vh;
        text-align: center;
        padding: 25px 20px 25px 20px;
    }
}

#welcome-carousel .carousel-caption .caption-title {
    display: block;
    text-shadow: none;
    color: white;
    font-size: 3.6rem;
    line-height: 1;
    margin-bottom: 0.2em;
}

#welcome-carousel .carousel-caption .caption-subtitle {
    display: block;
    text-shadow: none;
    color: white;
    font-size: 2.6rem;
}

@media (min-width: 992px) {
    #welcome-carousel .carousel-caption .caption-title {
        font-size: 5.6rem;
    }
    
    #welcome-carousel .carousel-caption .caption-subtitle {
        font-size: 3.6rem;
        line-height: 0.7em;
    }
}

/* fade */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}