/*
    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: #195988;
}

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

/* header */
header {
}

/* header-topbar */
#header-topbar {
  position: absolute;
  width: 100%;
  z-index: 9999;
  margin: 0;
  background-color: #1b679f;
  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: #1b679f;
  }
}

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

#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: #483259;
  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: #195988;
  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: #195988;
  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%;
}

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

.landing-top .top-brand {
  position: absolute;
  left: 15px;
  top: 15px;
  width: auto;
  height: 120px;
}

@media (min-width: 992px) {
  .landing-top .top-brand {
    height: 180px;
    left: 35px;
    top: 95px;
  }
}

.landing-top .top-inner {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-image: url(../images/home/top-inner.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

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

.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;
  color: #1b679f;
  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: 95%;
  height: 60vh;
  margin-right: 5%;
  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: 10vh;
    right: 0;
    bottom: 0vh;
    width: 45%;
    height: 90vh;
  }
}

/* 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: #1b679f;
}

@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 !important;
}

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

.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: #465b9e;
}

.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: white;
  padding: 10px 35px;
  font-size: 14px;
}

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

/* case */
.case-item {
  margin-bottom: 35px;
}

.case-item .case-block {
  text-align: center;
}

.case-item .case-block .case-title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 25px;
  color: #626262;
}

.case-item .case-block .case-media {
  display: block;
  position: relative;
  width: 100%;
  min-height: 280px;
  margin-bottom: 20px;
}

.case-item .case-block .case-media .case-image {
  border: 10px solid white;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 260px;
  height: auto;
}

.case-item .case-block .case-subtitle {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 20%;
  font-size: 18px;
  color: white;
}

/* 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: #195988 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: #195988;
}

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

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

#home-a .block-title .title-h > span {
  color: #465b9e;
}

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

#home-b {
  position: relative;
}

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

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

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

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

#home-c .home-c-video-wrapper {
  display: block;
  width: 100%;
}

#home-c .home-c-video-wrapper .home-c-video {
  width: 100%;
}

#home-d {
  display: block;
  width: 100%;
  min-height: 50vh;
  background-color: #1b679f;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-bottom: 60px;
}

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

#home-d .title-h span {
  color: #82cde6;
}

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

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

#home-f {
  display: block;
  width: 100%;
  min-height: 50vh;
  background-color: #e8e8e8;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 120px;
  padding-bottom: 120px;
}

#home-f .title-h {
  color: #1b679f;
  font-size: 24px;
  text-align: center;
}

#home-f .title-h span {
  color: #1b679f;
  font-size: 56px;
}

#home-f .block-caption {
  padding: 160px 15px 20px 15px;
  font-size: 28px;
  color: #1b679f;
}

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

@media (min-width: 992px) {
  #home-g {
    background-position: center right;
  }
}

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

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

#home-g .block-title .title-h span {
  color: #82cde6;
}

/* 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: #1b679f;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease;
}
.wzp-btn:hover {
  background-color: #0f507e;
  color: #fff;
}
