h1,
h2,
h3,
h4,
h5 {
  font-family: "Figtree", sans-serif;
}

h6,
p,
a {
  font-family: "Figtree", sans-serif;
}

.u-title {
  color: #09363F;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
}
@media (width >= 1024px) {
  .u-title {
    font-size: 4rem;
    line-height: 0.9;
  }
}

.u-text-body {
  color: #112226;
  font-weight: 200;
  font-size: 1rem;
}
@media (width >= 1024px) {
  .u-text-body {
    font-size: 1.375rem;
    line-height: 1.5;
  }
}

.btn {
  padding: 0.5rem 3rem !important;
  border-radius: 0.25rem;
  font-weight: bold;
  max-width: 27rem;
  text-align: center;
}
.btn--primary-icon {
  border: 0.15rem #09363F solid;
  background-color: #09363F;
  color: #f9f9f9 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.btn--primary-icon i {
  margin-right: 0.5rem;
  font-size: 1.4rem;
  color: #1D7F95;
}
.btn--primary-icon:hover {
  background-color: #1D7F95;
}
.btn--primary-icon:hover i {
  color: #f9f9f9;
}
.btn--secondary-icon {
  border: 0.15rem #09363F solid;
  background-color: transparent;
  color: #09363F;
  display: flex !important;
  align-items: center;
  align-items: center;
  justify-content: center;
}
.btn--secondary-icon i {
  margin-right: 0.5rem;
  font-size: 1.4rem;
  color: #1D7F95;
}
.btn--secondary-icon:hover {
  background-color: #1D7F95;
}
.btn--secondary-icon:hover i {
  color: #f9f9f9;
}
@media (width >= 1280px) {
  .btn--lg {
    font-size: 1.2rem;
    padding: 0.8rem 3rem !important;
  }
}

.wowbook {
  color: #333;
}

.wowbook-page-content {
  background: white;
}

.wowbook-left .wowbook-gutter-shadow {
  background-image: url("../images/page_left_background.png");
  opacity: 0.5;
  width: 60px;
}

.wowbook-right .wowbook-gutter-shadow {
  background-image: url("../images/page_right_background.png");
  background-position: 0 0;
  width: 75px;
}

#container {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  height: 100%;
  max-width: 900px;
  margin: auto;
  padding-bottom: 90px;
  position: relative;
}

nav.book-nav {
  height: 46px;
  left: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2147483647;
  zoom: 1;
}

nav.book-nav a {
  display: block;
  height: 46px;
  width: 48px;
  padding: 0;
  background: #e9e9e9 no-repeat;
  background-position: 8px 7px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition: all ease 0.4s;
}

nav.book-nav ul {
  display: flex;
  justify-content: center;
}

nav.book-nav ul li {
  list-style: none;
}

nav.book-nav a {
  background-size: 2rem;
}

nav.book-nav #zoomin {
  background-image: url(../images/icons/zoom_in.png);
}

nav.book-nav #zoomout {
  background-image: url(../images/icons/zoom_out.png);
}

nav.book-nav #first {
  background-image: url(../images/icons/arrow_double_left.png);
}

nav.book-nav #last {
  background-image: url(../images/icons/arrow_double_right.png);
}

nav.book-nav #next {
  background-image: url(../images/icons/arrow_right.png);
}

nav.book-nav #back {
  background-image: url(../images/icons/arrow_left.png);
}

nav.book-nav #slideshow {
  background-image: url(../images/icons/slideshow_play.png);
}

nav.book-nav #slideshow.wowbook-disabled {
  background-image: url(../images/icons/slideshow_pause.png);
}

nav.book-nav #flipsound {
  background-image: url(../images/icons/sound_on.png);
}

nav.book-nav #flipsound.wowbook-disabled {
  background-image: url(../images/icons/sound_off.png);
}

nav.book-nav #thumbs {
  background-image: url(../images/icons/thumbs.png);
}

nav.book-nav #fullscreen {
  background-image: url(../images/icons/fullscreen_on.png);
}

nav.book-nav #fullscreen.wowbook-disabled {
  background-image: url(../images/icons/fullscreen_off.png);
}

nav.book-nav a:hover {
  background-color: #1d7f95;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #f0f0f0));
  background-image: -webkit-linear-gradient(top, #555555, #222222);
  background-image: -moz-linear-gradient(top, #555555, #222222);
  background-image: -ms-linear-gradient(top, #555555, #222222);
  background-image: -o-linear-gradient(top, #555555, #222222);
  background-image: linear-gradient(top, #555555, #222222);
}

nav.book-nav a:active,
nav.book-nav a:hover,
nav.book-nav a {
  outline: none;
}

@media screen and (max-width: 568px), screen and (max-height: 380px) {
  #container {
    padding-top: 35px;
    padding-bottom: 5px;
  }
  nav.book-nav {
    margin: auto;
    bottom: -4rem;
  }
  nav.book-nav li {
    height: 32px;
  }
  nav.book-nav li a {
    background-size: 50% 50%;
    height: 40px;
    width: 40px;
  }
  #click_to_open {
    display: none;
  }
}
.wowbook-page-content {
  padding: 1em;
}

#main {
  position: relative;
}

#click_to_open {
  position: absolute;
  left: 25%;
  margin-left: -180px;
  top: 50%;
  margin-top: -50px;
}

.js #features {
  margin-left: -12000px;
}

.wowbook-page {
  margin: auto;
}

.wowbook-page h1 {
  font-family: "BebasNeueRegular", sans-serif;
  font-size: 32px;
  color: white;
  background: #aa2b2b;
  line-height: 1.5;
  padding: 5px 5px 0px;
  margin: 0;
}

.wowbook-page .subtitle {
  font-family: "BebasNeueRegular", sans-serif;
  font-size: 18px;
  color: black;
  line-height: 1.5;
  padding: 5px 5px 0px;
  font-style: italic;
}

.wowbook-page p,
.wowbook-page ul {
  font-family: "News Cycle", sans-serif;
  font-size: 24px;
  margin-top: 0.5em;
}

.wowbook-page li {
  list-style: none;
}

#cover {
  background: url("../cat-img/cat.2.0.jpg") no-repeat;
  background-size: 100% 100%;
  background-color: #447f7f;
}

.pags {
  background-size: 100% 100% !important;
  background-color: #447f7f;
}
.pags__1 {
  background: url("../cat-img/cat.2.03.jpg") no-repeat;
}
.pags__2 {
  background: url("../cat-img/cat.2.04.jpg") no-repeat;
}
.pags__3 {
  background: url("../cat-img/cat.2.05.jpg") no-repeat;
}
.pags__4 {
  background: url("../cat-img/cat.2.06.jpg") no-repeat;
}
.pags__5 {
  background: url("../cat-img/cat.2.07.jpg") no-repeat;
}
.pags__6 {
  background: url("../cat-img/cat.2.08.jpg") no-repeat;
}
.pags__7 {
  background: url("../cat-img/cat.2.09.jpg") no-repeat;
}
.pags__8 {
  background: url("../cat-img/cat.2.010.jpg") no-repeat;
}
.pags__9 {
  background: url("../cat-img/cat.2.011.jpg") no-repeat;
}
.pags__10 {
  background: url("../cat-img/cat.2.012.jpg") no-repeat;
}
.pags__11 {
  background: url("../cat-img/cat.2.013.jpg") no-repeat;
}
.pags__12 {
  background: url("../cat-img/cat.2.014.jpg") no-repeat;
}
.pags__13 {
  background: url("../cat-img/cat.2.015.jpg") no-repeat;
}
.pags__14 {
  background: url("../cat-img/cat.2.016.jpg") no-repeat;
}
.pags__15 {
  background: url("../cat-img/cat.2.017.jpg") no-repeat;
}
.pags__16 {
  background: url("../cat-img/cat.2.018.jpg") no-repeat;
}
.pags__17 {
  background: url("../cat-img/cat.2.019.jpg") no-repeat;
}
.pags__18 {
  background: url("../cat-img/cat.2.020.jpg") no-repeat;
}
.pags__19 {
  background: url("../cat-img/cat.2.021.jpg") no-repeat;
}
.pags__20 {
  background: url("../cat-img/cat.2.022.jpg") no-repeat;
}
.pags__21 {
  background: url("../cat-img/cat.2.023.jpg") no-repeat;
}

.wowbook-page .feature.pagefx p {
  font-size: 22px;
}

.wowbook-page .feature.pagefx .subtitle {
  margin-top: 0;
  font-size: 18px;
}

.wowbook-page .feature.pagefx h1 {
  font-size: 48px;
  color: #aa2b2b;
  background: none;
  line-height: 0.7;
  padding: 5px 0px 0px;
  margin: 0;
}

.easy {
  background: #ffffff url("../images/easy.png") no-repeat left top;
  background-size: 200% 100%;
  zoom: 1;
  font-size: 1.5em;
  font-family: lato;
}

.easy h1,
.easy p,
.easy .subtitle {
  display: none;
}

.wowbook-right .easy {
  background-position: right top;
}

.design {
  background: #ffffff url("../images/design.png") no-repeat;
  background-size: 200% 100%;
}

.design h1 {
  background: none;
  text-indent: -10000px;
  color: #88bfbf;
  text-shadow: 1px 1px 0px #447f7f;
  font-size: 144px;
  line-height: 0.8;
  border-bottom: 2px solid #88bfbf;
}

.design .subtitle {
  font-family: "News Cycle", sans-serif;
  font-style: normal;
  font-size: 30px;
  color: #333;
  position: absolute;
  top: 27%;
}

.wowbook-right .design {
  background-position: right top;
}

.wowbook-right .design p {
  text-align: right;
  position: absolute;
  bottom: 1.5em;
  font-size: 30px;
  padding-right: 1em;
}

.responsive pp {
  font-size: 16px;
}

.responsive hh2 {
  font-size: 20px;
}

.responsive h1 {
  color: white;
}

.thumbnails p {
  font-size: 16px;
}

.thumbnails h2 {
  font-size: 20px;
}

.thumbnails h1 {
  color: white;
}

#thumbs_holder {
  position: absolute;
  top: 50%;
  width: 100%;
  height: auto;
  left: 0;
  z-index: 10000;
}

#thumbs_holder .wowbook-thumbnails {
  background: none repeat scroll 0 0 #222;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
  border-top: 1px solid white;
  border-top-color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid gray;
  border-bottom-color: rgba(64, 64, 64, 0.5);
  box-shadow: 0 0 20px #aa2b2b;
  padding: 10px 0;
  position: relative;
}

#thumbs_holder .wowbook-button {
  background-color: #AA2B2B;
}

.wowbook-thumbnails {
  background: none repeat scroll 0 0 #888;
  background: none repeat scroll 0 0 rgba(128, 128, 128, 0.48);
  border-top: 1px solid white;
  border-top-color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid gray;
  border-bottom-color: rgba(64, 64, 64, 0.5);
  box-shadow: 0 0 15px rgba(128, 128, 128, 0.48);
}

.wowbook-horizontal.wowbook-thumbnails {
  padding-top: 10px;
  padding-bottom: 10px;
}

.wowbook-vertical .wowbook-thumbnail {
  margin-top: 5px;
  margin-bottom: 5px;
}

#thumbs_type,
#thumbs_position,
#thumbs_size {
  text-align: center;
}

#thumbs_position button {
  width: 49%;
}

#zoom-feature {
  background: #ffffff url("../images/zoom.jpg") no-repeat;
  background-size: 200% 100%;
}

#zoom-feature h1 {
  font-size: 100px;
  color: #333;
  background: none;
  line-height: 1.1;
  padding: 5px 0px 0px;
  text-align: right;
}

#zoom-feature2 {
  background-color: white;
  background-image: url("../images/zoom.jpg");
  background-size: 200% 100%;
  background-position: right top;
  background-repeat: no-repeat;
}

.deeplinking {
  color: white;
  background: url("../images/chain.jpg") no-repeat;
  background-size: 200% 100%;
}

.deeplinking h1 {
  color: white;
  background: #3d567d !important;
}

.deeplinking a,
.deeplinking a:active,
.deeplinking a:visited {
  color: #f8f8f8;
  text-decoration: underline;
}

.wowbook-right .deeplinking {
  background-position: top right;
}

.wowbook-page .feature.numbering {
  background: url("../images/numbering.png") #ffffff no-repeat;
  background-size: 100% 100%;
}

.wowbook-page .feature.numbering h1 {
  color: #AA2B2B;
  background: none;
  font-size: 40px;
  padding-left: 0;
  padding-right: 0;
}

.wowbook-page .feature.numbering p {
  font-size: 23px;
}

.wowbook-page .feature.numbering .wowbook-page-number {
  text-indent: 100%;
  overflow: hidden;
}

.wowbook-page .feature.slideshow h1 {
  color: #AA2B2B;
  background: none;
  font-size: 40px;
  padding-left: 0;
  padding-right: 0;
}

.wowbook-page .feature.slideshow a {
  display: block;
  text-align: center;
}

.wowbook-page .feature.flash {
  background: url("../images/flash.png") #ffffff no-repeat;
  background-size: 200% 100%;
  padding-top: 42%;
  /* 170px/400px */
}

.wowbook-page .feature.flash p {
  font-size: 20px;
  padding: 0.7em;
}

.wowbook-page .feature.flash h1 {
  display: none;
}

.feature.flash-demo {
  background: url("../images/flash.png") #ffffff no-repeat;
  background-position: top right;
  background-size: 200% 100%;
  padding-top: 25%;
  text-align: center;
  line-height: 2em;
  font-size: 1.2em;
}

.more {
  background: url("../images/more.png") #ffffff no-repeat;
  background-size: 200% 100%;
  padding-top: 30px;
}

.more h1 {
  display: none;
}

.more ul {
  margin-left: 1em;
}

.more li {
  margin-bottom: 0.7em;
}

.last_cover {
  padding: 0;
}

.wowbook-right .more {
  background-position: top right;
}

.book-nav ul {
  margin: 0;
}

/*
 * @name wowBook
 * @desc style for wowBook plugin for jQuery
 *
 * @author Marcio Aguiar
 * @version 1.0
 *
 * Date: Wed Dec 8 10:05:49 2010 -0200
 */
.wowbook {
  position: relative;
  zoom: 1;
}

.wowbook-page {
  zoom: 1;
}

.wowbook-page-content {
  position: absolute;
  overflow: hidden;
  zoom: 1;
}

.wowbook-loading .wowbook-page-content {
  background-image: url(../loading.gif);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

img.wowbook-lazy {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* marker class */
.wowbook-handle {
  cursor: pointer;
  height: 100%;
  position: absolute;
  top: 0;
  width: 50px;
  z-index: 10000;
  /* without this Chrome will mess the zindex of hardcover when it flips, making
     the cover to jump when the "curl page corner on hover" is enabled */
  -webkit-transform: translate3d(0px, 0px, 10000px);
}

.wowbook-handle.wowbook-disabled {
  display: none;
}

.wowbook-unselectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.wowbook-page-content.wowbook-double-page {
  padding: 0;
}

/* shadows */
.wowbook-shadow-clipper {
  position: absolute;
  overflow: hidden;
  z-index: 999; /* 1 a menos do que o verso da pagina sendo foldada */
  zoom: 1;
  -webkit-backface-visibility: hidden; /* eliminate jagged edges */
}

.wowbook-shadow-container {
  display: none;
  position: absolute;
  z-index: 999; /* 1 a menos do que o verso da pagina sendo foldada */
  zoom: 1;
}

.wowbook-shadow-internal {
  height: 500px;
  width: 200px;
  position: absolute;
  zoom: 1;
  -webkit-backface-visibility: hidden; /* eliminate jagged edges */
}

.wowbook-shadow-fold {
  background: url(../images/shadow_fold.png) right top repeat-y;
  height: 500px;
  width: 100px;
  position: absolute;
  zoom: 1;
  -webkit-backface-visibility: hidden; /* eliminate jagged edges */
}

.wowbook-shadow-fold-flipped {
  background-image: url(../images/shadow_fold_flip_h.png);
}

.wowbook-fold-gradient {
  background: url(../images/fold_gradient.png) right top repeat-y;
  height: 500px;
  width: 125px;
  position: absolute;
  top: 0;
  zoom: 1;
  -webkit-backface-visibility: hidden; /* eliminate jagged edges */
}

.wowbook-fold-gradient-flipped {
  background-image: url(../images/fold_gradient_flip_h.png);
}

.wowbook-fold-gradient-container {
  position: absolute;
  z-index: 1001; /* 1 a mais que o verso da pagina sendo foldada */
}

.wowbook-gutter-shadow {
  height: 100%;
  width: 40px;
  position: absolute;
  top: 0;
}

.wowbook-left .wowbook-gutter-shadow {
  background: url(./images/gutter_shadow_left.png) right top repeat-y;
  right: 0;
  width: 70px;
}

.wowbook-right .wowbook-gutter-shadow {
  background: url(./images/gutter_shadow_right.png) right top repeat-y;
  left: 0;
}

.wowbook-hard-page-shadow {
  background: #888;
  position: absolute;
  top: 0;
  z-index: 999; /* 1 a menos do que o verso da pagina sendo foldada */
}

.wowbook-page-number {
  bottom: 0;
  padding-bottom: 0.3em;
  position: absolute;
}

.wowbook-left .wowbook-page-number {
  left: 0;
  padding-left: 0.5em;
}

.wowbook-right .wowbook-page-number {
  right: 0;
  padding-right: 0.5em;
}

.wowbook-hard-page-shadow {
  background: #888;
  box-shadow: 0 0 2px 0px #666;
  background: rgba(96, 96, 96, 0.5);
  position: absolute;
  top: 0;
  z-index: 999;
}

.wowbook-zoomcontent {
  padding-bottom: 4px;
  border: 1px solid grey;
}

.wowbook-page-holded object {
  /* visibility: hidden; */
}

/* Thumbnails */
.wowbook-thumbnails {
  background: none;
  left: 0px;
  top: 0px;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  image-rendering: optimizeQuality;
  z-index: 10000;
}

.wowbook-thumbnails .wowbook-clipper {
  overflow: hidden;
  position: relative;
}

.wowbook-thumbnails ul {
  position: relative;
  margin: 0;
  padding: 0;
}

.wowbook-thumbnails .wowbook-button {
  background: none no-repeat 50% 50% #333;
  cursor: pointer;
  left: 0;
  position: absolute;
  top: 0;
}

.wowbook-thumbnail {
  cursor: pointer;
  display: inline-block;
  *display: inline; /* for IE7 */
  zoom: 1; /* for IE7 */
  overflow: hidden;
  position: relative;
  vertical-align: top;
}

/* BUGFIX. IE8 apparently ignores background-position
   when zoom<>1 is applied and the element has position:absolute */
.wowbook-thumbnail .wowbook-page-content {
  position: relative;
}

.wowbook-thumbnail.wowbook-right {
  margin-right: 1em;
}

.wowbook-overlay {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100000;
}

/* Thumbnails - horizontal */
.wowbook-horizontal.wowbook-thumbnails {
  width: 100%;
}

.wowbook-horizontal.wowbook-thumbnails .wowbook-clipper {
  height: 100%;
  position: relative;
  margin: 0 30px; /* margin is the width of the buttons */
}

.wowbook-horizontal.wowbook-thumbnails ul {
  display: inline-block;
  *display: inline; /* IE7 */
  *zoom: 1; /* IE7 */
  white-space: nowrap;
}

.wowbook-horizontal.wowbook-thumbnails .wowbook-button {
  width: 30px;
  height: 100%;
  background-image: url("../images/icons/left-arrow.png");
}

.wowbook-horizontal.wowbook-thumbnails .wowbook-next.wowbook-button {
  left: auto;
  right: 0;
  background-image: url("../images/icons/right-arrow.png");
}

.wowbook-horizontal .wowbook-thumbnail {
  /* without this, the "nowrap" value set in the "ul" will
     be inherited and (probably)	mess with your thumbnails */
  white-space: normal;
  /* BUT IE7 NEED THIS */
  *white-space: nowrap;
}

.wowbook-horizontal .wowbook-thumbnail .wowbook-page-content {
  /* AGAIN, IE7 NEED THIS */
  *white-space: normal;
}

/* Thumbnails - vertical */
.wowbook-vertical.wowbook-thumbnails {
  display: inline-block;
  height: 100%;
}

.wowbook-vertical.wowbook-thumbnails .wowbook-clipper {
  position: absolute;
  top: 30px;
  bottom: 30px; /* this value is the height of the buttons */
}

.wowbook-vertical.wowbook-thumbnails .wowbook-button {
  height: 30px;
  width: 100%;
  background-image: url("../images/arrow_up.png");
}

.wowbook-vertical.wowbook-thumbnails .wowbook-next.wowbook-button {
  bottom: 0;
  top: auto;
  background-image: url("../images/arrow_down.png");
}

.wowbook-vertical .wowbook-thumbnail.wowbook-right {
  margin-right: 0;
}

.wowbook-vertical .wowbook-thumbnail:first-child {
  margin-left: 50%;
}

.topbar-responsive {
  background: white;
  padding: 1rem 0;
  justify-content: center;
}
@media (width >= 768px) {
  .topbar-responsive {
    justify-content: space-between;
  }
}
@media (width >= 1440px) {
  .topbar-responsive {
    padding: 1rem 3%;
  }
}
.topbar-responsive .topbar-responsive-logo {
  color: #f9f9f9;
  vertical-align: middle;
}
.topbar-responsive .img-logo {
  width: 6.25rem;
}
@media (width >= 768px) {
  .topbar-responsive .img-logo {
    width: 12.5rem;
  }
}
.topbar-responsive .menu {
  background: white;
  gap: 1.3rem;
}
.topbar-responsive .menu li:last-of-type {
  margin-right: 0;
}
.topbar-responsive .menu a {
  color: #09363F;
  transition: color 0.15s ease-in;
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: light;
}
.topbar-responsive .menu a:hover {
  color: #1D7F95;
}
@media screen and (max-width: 39.9375em) {
  .topbar-responsive .menu a {
    padding: 0.875rem 0;
  }
}
.topbar-responsive .menu .topbar-responsive-button {
  color: #f9f9f9;
  border-color: #f9f9f9;
  border-radius: 5000px;
  transition: color 0.15s ease-in, border-color 0.15s ease-in;
}
.topbar-responsive .menu .topbar-responsive-button:hover {
  color: white;
  border-color: white;
}
@media screen and (max-width: 39.9375em) {
  .topbar-responsive .menu .topbar-responsive-button {
    width: 100%;
    margin: 0.875rem 0;
  }
}
@media screen and (max-width: 39.9375em) {
  .topbar-responsive {
    padding: 0.75rem;
  }
  .topbar-responsive .top-bar-title {
    position: relative;
    width: 100%;
    margin: 0;
  }
  .topbar-responsive .top-bar-title i {
    font-size: 1.5rem;
    color: #09363F;
    cursor: pointer;
  }
  .topbar-responsive .top-bar-title span {
    position: absolute;
    right: 0;
    border: 1px solid #09363F;
    border-radius: 5px;
    padding: 0.25rem 0.45rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .topbar-responsive .top-bar-title span .menu-icon {
    margin-bottom: 4px;
    color: #09363F;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@media (width >= 420px) {
  .topbar-responsive-links {
    animation-fill-mode: both;
    animation-duration: 0.5s;
    animation: fadeIn 1s ease-in;
  }
}
.redes-sociales {
  gap: 0.1rem !important;
  flex-direction: row !important;
}
.redes-sociales:nth-child(1) {
  font-size: 1rem;
}
.redes-sociales a {
  color: #09363F;
}
.redes-sociales i.fa-brands {
  font-size: 2rem;
}
.redes-sociales--our {
  position: absolute;
  bottom: 6rem;
  left: 2rem;
  width: 300px;
  display: flex;
  justify-content: center;
}
@media (width >= 768px) {
  .redes-sociales--our {
    right: 0;
    left: initial;
    margin: inherit;
    top: -2rem;
    bottom: inherit;
  }
}

.owl--hero {
  padding: 1rem;
}
@media (width >= 1280px) {
  .owl--hero {
    padding: 1rem 2%;
  }
}
.owl--hero .item {
  background-size: 66rem;
  height: 38.75rem;
  position: relative;
  background-repeat: no-repeat;
  height: 38.75rem;
  background-position: 15% 0;
}
@media (width >= 420px) {
  .owl--hero .item {
    background-size: 70rem;
  }
}
@media (width >= 768px) {
  .owl--hero .item {
    background-size: 90rem;
  }
}
@media (width >= 1280px) {
  .owl--hero .item {
    background-position: center;
    background-size: cover;
  }
}

.carousel__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  bottom: 0;
  justify-content: center;
  padding: 2.5rem 0.5rem 4rem;
  text-align: center;
  position: absolute;
  width: 100%;
  color: white;
}
@media (width >= 1280px) {
  .carousel__content {
    width: 80%;
    height: 190%;
    right: -23%;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.carousel__title {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1;
  margin: 0 0 1rem;
}
@media (width >= 1280px) {
  .carousel__title {
    font-size: 5rem;
    margin-left: -26%;
    max-width: 60%;
  }
}
.carousel__title--lg {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1;
  margin: 0 0 1rem;
}
@media (width >= 1280px) {
  .carousel__title--lg {
    font-size: 5rem;
    margin-left: -43%;
    max-width: 60%;
  }
}
.carousel__subtitle {
  margin: 0;
  letter-spacing: 0.3rem;
}
@media (width >= 1280px) {
  .carousel__subtitle {
    font-size: 1.875rem;
    margin-left: -26%;
  }
}
.carousel__subtitle--lg {
  margin: 0;
  letter-spacing: 0.3rem;
}
@media (width >= 1280px) {
  .carousel__subtitle--lg {
    font-size: 1.875rem;
    margin-left: -43%;
  }
}
.carousel__desc {
  left: 0;
  margin: 0 auto 2rem 1rem;
  right: 0;
  width: 95%;
}
@media (width >= 1024px) {
  .carousel__desc {
    width: 70%;
  }
}
@media (width >= 1280px) {
  .carousel a {
    margin: 1rem 0 0 -26%;
  }
}
@media (width >= 1280px) {
  .carousel button.lg {
    margin: 1rem 0 0 -42%;
  }
}

.owl-nav {
  bottom: 42%;
  display: flex;
  justify-content: space-between;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 85%;
}
.owl-nav button {
  border-radius: 50% !important;
  font-size: 3rem !important;
  height: 3.5rem;
  line-height: 0;
  position: relative !important;
  width: 3.5rem;
}
.owl-nav button span {
  color: white;
  left: 20px;
  position: absolute;
  top: -12px;
}

.owl-prev,
.owl-next {
  background-color: transparent;
  border: 2px solid #09363F !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.31);
  transition: all 0.4s ease;
}
.owl-prev:hover,
.owl-next:hover {
  border: 2px solid #09363F !important;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.61);
}
.owl-prev:hover span,
.owl-next:hover span {
  color: white;
}

.owl-dots {
  text-align: center;
  width: 100%;
  padding-top: 2rem3rem;
}
.owl-dots span {
  display: none !important;
}
.owl-dots button {
  height: 1.7rem;
  width: 1.7rem;
  border-radius: 50%;
}
.owl-dots button.owl-dot {
  background-color: transparent;
  border: #09363F solid 0.1rem;
  margin: 0 0.5rem;
  transition: all 0.4s ease;
}
.owl-dots button.owl-dot:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
.owl-dots button.active {
  background-color: rgba(17, 34, 38, 0.7);
  border: #09363F solid 0.1rem;
  cursor: default;
}

.owl-stage-outer {
  border-radius: 1rem;
}

.owl--logos img {
  padding: 0.5rem;
}
@media (width >= 768px) {
  .owl--logos img {
    padding: 2rem 2rem 3rem;
  }
}
.owl--logos .owl-dots {
  padding: 0;
  margin-top: -2rem;
}

.u-section {
  padding: 0 1rem 5rem;
  margin-top: 4rem;
}
.u-section .btns {
  display: none;
}
@media (width >= 768px) {
  .u-section {
    padding: 0 2% 4rem;
    margin-top: 8rem;
  }
  .u-section .btns {
    display: initial;
  }
}
.u-section--bg {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: rgba(29, 127, 149, 0.1);
}
@media (width >= 768px) {
  .u-section--bg {
    padding-top: 12rem;
    padding-bottom: 8rem;
  }
}

.main__title {
  margin-bottom: 1rem;
}
@media (width >= 768px) {
  .main__title {
    margin-bottom: 2rem;
  }
}

.our {
  position: relative;
}
.our__video {
  width: 90%;
  border-radius: 2rem;
  display: block;
  margin: auto;
}
@media (width >= 768px) {
  .our__video {
    width: 100%;
  }
}
.our__text {
  padding: 1rem 0;
  text-align: center;
}
.our__text .main__title {
  margin: 2rem 0 1rem;
}
.our__text .btn {
  margin: auto;
}
@media (width >= 768px) {
  .our__text {
    padding: 1rem 2rem;
    text-align: left;
  }
}
.our__text p {
  margin-bottom: 2rem;
}

.banner {
  height: 40rem;
  width: 96%;
  margin: auto;
  background-image: url(../images/bg-banner.png);
  background-size: cover;
  background-position: center;
  border-radius: 1.5rem;
  margin-top: 6rem;
  padding: 4rem 5%;
  position: relative;
  overflow: hidden;
  text-align: center;
}
@media (width >= 768px) {
  .banner {
    height: 30rem;
    text-align: left;
  }
}
.banner img.logo {
  width: 300px;
  margin: auto;
}
.banner img.products-6b {
  position: absolute;
  bottom: -4.375rem;
  right: 0;
  left: 0;
  margin: auto;
  width: 22rem;
}
@media (width >= 768px) {
  .banner img.products-6b {
    right: 5%;
    left: initial;
    width: 32rem;
  }
}
@media (width >= 768px) {
  .banner img.products-6b {
    right: 14%;
  }
}
.banner__title {
  color: white;
  width: 100%;
}
@media (width >= 768px) {
  .banner__title {
    width: 60%;
  }
}
.banner .btns-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3rem;
  gap: o;
}
@media (width >= 768px) {
  .banner .btns-content {
    gap: 0.5rem;
    flex-direction: row;
  }
}

.contact-us-section .contact-us-section-left {
  padding-right: 2rem;
  border-bottom: 2px solid #d6d6d6;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

@media print, screen and (min-width: 40em) {
  .contact-us-section .contact-us-section-left {
    border-right: 1px solid #bebebe;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.contact-us-section .contact-us-section-right {
  padding-left: 2rem;
}

@media print, screen and (min-width: 40em) {
  .contact-us-section .contact-us-section-right {
    border-left: 1px solid #e6e6e6;
  }
}
.contact-us-section .contact-us-header {
  margin-bottom: 2rem;
}

@media screen and (min-width: 40em) and (max-width: 74.9375em) {
  .contact-us-section .contact-us-header {
    font-size: 32px;
  }
}
.contact-us-section .responsive-embed {
  margin-bottom: 0;
  padding-bottom: 55%;
}

.contact-us-form input[type=text],
.contact-us-form input[type=email],
.contact-us-form input[type=tel],
.contact-us-form textarea {
  margin-bottom: 1.5rem;
  border: 0;
  padding: 1rem;
  height: 3.2rem;
  border-radius: 1rem;
}

.contact-us-form-actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-us-form-actions input[type=submit] {
  border-radius: 5000px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.contact-us-form-actions .contact-us-file-button {
  background: transparent;
  color: #8a8a8a;
}

.contact-us-list {
  list-style-type: none;
  margin: 0;
}

.contact-us-list li a {
  color: #0a0a0a;
}

.contact-us-list li::before {
  margin-right: 1rem;
  font-size: 2rem;
  vertical-align: middle;
  color: #09363F;
  font-family: "FontAwesome";
}

.contact-us-list .address::before {
  content: "\f041";
  margin-left: 0.4rem;
  margin-right: 1rem;
}

.contact-us-list .email::before {
  content: "\f0e0";
}

.contact-us-list .phone::before {
  content: "\f232";
}

/*# sourceMappingURL=app.css.map */


.rights {
  text-align: center;
  color: white;
  background-color: #0a0a0a;
  padding: 2rem 0;
}