/*
Theme Name: Azu!
Theme URI: https://azu.pe/
Description: Theme exclusivo
Version: 1.0
Author: Raul Valverde
Author URI: https://raulvalverde.com/
Tags: red, landing page, faqs
*/

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?gb4o4x');
  src:  url('fonts/icomoon.eot?gb4o4x#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?gb4o4x') format('truetype'),
    url('fonts/icomoon.woff?gb4o4x') format('woff'),
    url('fonts/icomoon.svg?gb4o4x#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

body, input, textarea, select {font-family: 'Open Sans', sans-serif}
body {font-size: 0.9rem}

.font-weight-normal {font-weight: 400 !important}
.font-weight-bold {font-weight: 700 !important}

strong {font-weight: 700 !important}

a {
  color: #03467b;
  transition: all 0.3s ease;
}

a:hover {
  color: #03467b;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6,
.font-h1, .font-h2, .font-h3, .font-h4, .font-h5, .font-h6 {
  margin-bottom: .75rem;
  font-weight: 500;
  line-height: 1.3;
  color: inherit;
}

.font-h1 {font-size: 2.5rem}
.font-h2 {font-size: 2rem}
.font-h3 {font-size: 1.75rem}
.font-h4 {font-size: 1.5rem}
.font-h5 {font-size: 1.25rem}
.font-h6 {font-size: 0.938rem}
.font-h7 {font-size: 0.9rem}

h1 {font-size: 2rem}
h2 {font-size: 1.75rem}
h3 {font-size: 1.5rem}
h4 {font-size: 1.25rem}
h5 {font-size: 0.938rem}
h6 {font-size: 0.9rem}

.h7 {font-size: 0.8rem}

.rounded-50 {
  border-radius: 50%;
  overflow: hidden;
}

@media (min-width: 576px) {
  .font-sm-h1 {font-size: 2.5rem}
  .font-sm-h2 {font-size: 2rem}
  .font-sm-h3 {font-size: 1.75rem}
  .font-sm-h4 {font-size: 1.5rem}
  .font-sm-h5 {font-size: 1.25rem}
  .font-sm-h6 {font-size: 0.938rem}
  .font-sm-h7 {font-size: 0.9rem}
}

@media (min-width: 768px) {
  .font-md-h1 {font-size: 2.5rem}
  .font-md-h2 {font-size: 2rem}
  .font-md-h3 {font-size: 1.75rem}
  .font-md-h4 {font-size: 1.5rem}
  .font-md-h5 {font-size: 1.25rem}
  .font-md-h6 {font-size: 0.938rem}
  .font-md-h7 {font-size: 0.9rem}
}

@media (min-width: 992px) {
  .font-lg-h1 {font-size: 2.5rem}
  .font-lg-h2 {font-size: 2rem}
  .font-lg-h3 {font-size: 1.75rem}
  .font-lg-h4 {font-size: 1.5rem}
  .font-lg-h5 {font-size: 1.25rem}
  .font-lg-h6 {font-size: 0.938rem}
  .font-lg-h7 {font-size: 0.9rem}
}

@media (min-width: 1200px) {
  .font-xl-h1 {font-size: 2.5rem}
  .font-xl-h2 {font-size: 2rem}
  .font-xl-h3 {font-size: 1.75rem}
  .font-xl-h4 {font-size: 1.5rem}
  .font-xl-h5 {font-size: 1.25rem}
  .font-xl-h6 {font-size: 0.938rem}
  .font-xl-h7 {font-size: 0.9rem}
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {content: "\e900"}
.icon-close:before {content: "\e901"}
.icon-email-out:before {content: "\e902"}
.icon-email:before {content: "\e903"}
.icon-facebook:before {content: "\e904"}
.icon-linkedin:before {content: "\e905"}
.icon-menu:before {content: "\e906"}
.icon-whatsapp:before {content: "\e907"}
.icon-youtube:before {content: "\e908"}
.icon-instagram:before {content: "\e909"}
.icon-twitter:before {content: "\e90a"}
.icon-external:before {content: "\e90b"}

[class^="img-"]::after, 
[class*=" img-"]::after,
[class^="img-"], 
[class*=" img-"] {
  background-image: url('images/img.svg');
  background-repeat: repeat;
  background-position: 0 0;
}

[class^="img-"],
[class*=" img-"] {
  width: 80px;
  height: 75px;
  flex-shrink: 0;
  display: inline-block;
  position: relative;
  transition: background-position 0.25s linear;
}

[class^="img-"]::after, 
[class*=" img-"]::after {
  opacity: 0;
  transition: opacity 0.45s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

[class^="img-"]:hover::after, 
[class*=" img-"]:hover::after {
  opacity: 1;
  transition: opacity 0.45s;
}

.img-menu {
  background-position: 0 -80px;
  width: 24px;
  height: 24px;
}

.img-apple,
.img-android {
  background-position: 0 -236px;
  width: 147px;
  height: 46px;
}

.img-android {background-position: -152px -236px}

.img-apple::after,
.img-android::after {
  background-position: 0 -287px;
  content: '';
}

.img-android::after {background-position: -152px -287px}

.img-apple-small,
.img-android-small {
  background-position: 0 -160px;
  width: 105px;
  height: 33px;
}

.img-android-small {background-position: -110px -160px}

.img-apple-small::after,
.img-android-small::after {
  background-position: 0 -198px;
  content: '';
}

.img-android-small::after {background-position: -110px -198px}

.bg-black {background-color: #000000 !important}
.bg-gray {background-color: #ebeef1 !important}
.bg-red {background-color: #03467b !important}

.text-black,
.text-black:hover {color: #000000 !important}

.text-gray,
.text-gray:hover {color: #bbb !important}

.text-red,
.text-red:hover {color: #03467b !important}

.container {max-width: 1050px !important}

.btn {
  padding-left: 2rem;
  padding-right: 2rem;
  border-radius: 2rem;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  height: 40px;
  display: flex;
  align-items: center;
  font-weight: 600;
}

.btn.btn-small {
  font-size: 0.875rem;
}

.btn {
  background-color: #03467b;
  color: #FFFFFF;
  border-color: #03467b;
}

.btn:hover {
  background-color: #0BB0F5;
  border-color: #0BB0F5;
  text-decoration: none;
  color: #FFFFFF;
}

.btn.bg-white {
  border-width: 2px;
}

.btn.bg-white:hover {
  background-color: #03467b !important;
  border-color: #fff !important;
  text-decoration: none;
  color: #FFFFFF !important;
}

.line-0 {line-height: 0}

.menu-item {
  position: relative;
  margin: 0 35px;
}

.menu-item a {
  position: relative;
  z-index: 1;
  color: white;
  font-weight: 600;
}

.menu-item.active a,
.menu-item a:hover {
  color: #FFC700;
}

header {
  position: relative;
}

.slider-item {
  width: 100%;
  display: none;
}

.slider-item:first-child {display: block}

.slider-pager {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}

.slider-pager span {
  background-color: #FFFFFF;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  text-indent: -9999em;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
}

.slider-pager span.cycle-pager-active {
  width: 13px;
  height: 13px;
  border: 2px solid white;
  background-color: transparent;
}

a.none,
a.none:hover {text-decoration: none}

.circle {
  color: white;
  background-color: transparent;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 22px;
}

.circle:hover {color: white}

.circle-out.icon-facebook,
.circle.icon-facebook:hover {background-color: #3b5998}
.circle-out.icon-facebook:hover {background-color: #366BDA}

.circle-out.icon-linkedin {
  font-size: 18px;
}

.circle-out.icon-linkedin,
.circle.icon-linkedin:hover {background-color: #0e76a8}
.circle-out.icon-linkedin:hover {background-color: #159EE0}

.circle-out.icon-twitter,
.circle.icon-twitter:hover {background-color: #00acee}
.circle-out.icon-twitter:hover {background-color: #33C6FF}

.circle-out.icon-instagram,
.circle.icon-instagram:hover {background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d)}

.circle-out.icon-whatsapp,
.circle.icon-whatsapp:hover {background-color: #25d366}

.icon-external {font-size: 20px}

.circle-out.icon-external,
.circle.icon-external:hover {background-color: #327DEE}

.responsive {
  position: fixed;
  top: 55px;
  left: 0;
  width: 100%;
  height: calc(100vh - 55px);
  overflow: auto;
  z-index: 102;
}

.responsive {
  display: none;
}

.h-px-200 {
  height: 200px !important;
}

.border-top.bc-white {
  border-color: #FFFFFF !important;
}

.border-top.bc-red {
  border-color: #ff9c9c !important;
}

.text-gray-200,
.text-gray-200:hover {color: #999999}

.text-gray-300,
.text-gray-300:hover {color: #808080}

.h-px-55 {height: 55px}
@media (min-width: 991px) {.h-px-lg-75 {height: 85px}}

a.text-gray-200:hover {
  color: white;
}

@media (max-width: 990px) {
  .logo img {
    height: 45px;
  }
}

.w-20 {
  width: 20%;
}

@media (max-width: 991px) {
  .w-max-100 {
    max-width: 80%;
    height: auto;
  }
}

@media (min-width: 576px) {
  .w-sm-50 {
    width: 50%;
    height: auto;
  }
}

@media (min-width: 768px) {
  .w-md-100 {
    width: 100%;
    height: auto;
  }

  .w-md-20 {
    width: 20%;
    height: auto;
  }

  .w-md-50 {
    width: 50%;
    height: auto;
  }
}

.border-radius-50 {
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  border: 5px solid #ec7e7e;
}

.logo {
  position: relative;
}

.smodal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 33, 33, 0.6);
  z-index: 103;
  display: none;
}

.smodal .smodal-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  padding: 25px;
}

.smodal .smodal-close {
  width: 30px;
  height: 30px;
  background-color: black;
  color: white;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  right: -10px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 5px #999;
  cursor: pointer;
}

.smodal .smodal-content {
  position: relative;
  padding: 40px;
  border-radius: 10px;
  background-color: white;
  text-align: center;
  box-shadow: 0 0 5px #999;
  font-size: 1.15rem;
  max-width: 500px;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  background-color: #f3f5f7;
}

main {
  flex: 1;
}


.w-px-100 {
  flex-shrink: 0;
  width: 60px;
  padding-right: 15px;
}

@media (min-width: 991px) {
  .w-px-120 {
    width: 120px;
  }
}

.hilite {
  font-weight: 700;
  background-color: transparent;
  padding: 0;
}

.bc-gray {
  border-color: #444 !important;
}

.link {
  position: absolute;
  top: 20px;
  right: 25px;
}

.link a {
  color: white;
}

header .container {
  position: relative;
}
