@font-face {
    font-family: "gothamblack";
    src: url("../fonts/gotham-black-webfont.woff2") format("woff2"),
        url("../fonts/gotham-black-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "gothambold_italic";
    src: url("../fonts/gothambolditalic-webfont.woff2") format("woff2"),
        url("../fonts/gothambolditalic-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "gothambook";
    src: url("../fonts/gothambook-webfont.woff2") format("woff2"),
        url("../fonts/gothambook-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "gothambook_italic";
    src: url("../fonts/gothambookitalic-webfont.woff2") format("woff2"),
        url("../fonts/gothambookitalic-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

// Variables
@import "variables";

// Backgorunds
@import "layouts";

// Buttons
@import "buttons";

// Backgorunds
@import "backgrounds";

// Bootstrap
@import "~bootstrap/scss/bootstrap";

@import "~animate.css/animate.css";

$font-family-sans-serif: "gothamblack", "gothambook", "gothambold_italic",
    "gothambook_italic";

body {
    font-family: "gothamblack", "gothambook", "gothambold_italic",
        "gothambook_italic", Helvetica, sans-serif;
}

.animate_efect_a:hover,
.animate_efect_a:focus {
    -webkit-animation-duration: calc(1s * 0.75);
    animation-duration: calc(1s * 0.75);
    -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
    animation-duration: calc(var(--animate-duration) * 0.75);
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

body {
    background-color: #ecedef;
}

.app-form > div {
    margin-top: 1em;
}

.padding {
    padding: 1em;
}

.actions {
    margin-top: 1em;
}

.text-center .pagination {
    justify-content: center;
}

.w150 {
    width: 150px;
}

.w100 {
    width: 100px;
}

.icon-hamburger {
    fill: #d3d3d3;
}

.text-bold-separate {
    letter-spacing: 1.75px;
}

.icon-hamburger:hover,
.icon-hamburger:focus {
    fill: white;
}

.navbar-light .navbar-toggler {
    border-color: transparent;
}

.navbar-toggler:focus .icon-hamburger {
    fill: white;
}

.text-prin {
    color: $pink;
}
.text-cipal {
    color: $purple;
}
.line-100h {
    line-height: 100%;
}

.rounded-botton-left {
    border-radius: 0 0 0 8px;
    background-color: #ccc;
}

.text-tiny {
    font-size: 10px;
}

.text-pink {
    color: $pink-3;
}
.text-purple {
    color: $purple;
}

footer {
    background-size: 100% 100%;
    background-position: center center;
    background-image: url("../assets/img/big_footer.png");
}

footer .nav {
    background-size: 100% 100%;
    background-position: right bottom;
    background-image: url("../assets/img/low_footer.png");
}
.text-footer-media {
    margin: 3rem 2rem;
}

@media only screen and (max-width: 1024px) {
    footer {
        background-size: 100% 100%;
        background-position: center center;
        background-image: url("../assets/img/big_footer.png");
    }
    footer .nav {
        background-size: 100% 100%;
        background-position: right bottom;
        background-image: url("../assets/img/low_footer.png");
    }
    .text-footer-media {
        margin: 3rem 0 0 1rem;
    }
}

@media only screen and (max-width: 768px) {
    footer {
        background-size: 100% 100%;
        background-position: center center;
        background-image: url("../assets/img/big_footer.png");
    }
    footer .nav {
        background-size: 100% 100%;
        background-position: right bottom;
        background-image: url("../assets/img/low_footer.png");
    }
    .text-footer-media {
        margin: 2rem 0 2rem 1rem;
    }
}

@media only screen and (max-width: 549px) {
    footer {
        background-size: 100% 100%;
        background-position: center center;
        background-image: url("../assets/img/big_footer.png");
    }
    footer .nav {
        background-size: 100% 100%;
        background-position: right bottom;
        background-image: url('../assets/img/low_footer.png');
    }
    .text-footer-media {
        margin: 1rem 0;
    }
}
//{{ asset('assets/img/cilindro.png') }}

.text-not-white {
    color: #d3d3d3;
}

a.text-not-white:hover,
a.text-not-white:focus {
    color: #fff;
}

.page-item .page-link {
    color: #000;
    background: transparent;
}

.page-item.active .page-link {
    background: transparent;
    color: #a5a5a5;
    cursor: not-allowed;
    pointer-events: none;
    border: none;
    font-weight: 700;
}

.page-item:last-child .page-link,
.page-item:first-child .page-link {
    margin-left: 1em;
    margin-right: 1em;
    border: 0;
    color: #d3d3d3;
    border-radius: 50rem;
    background: $blue-pure;
    font-weight: 700;
}

.page-item:first-child:hover .page-link,
.page-item:first-child:focus .page-link,
.page-item:last-child:hover .page-link,
.page-item:last-child:focus .page-link {
    color: #fff;
    background: darken($blue-pure, 10%);
}

.title-half {
    flex-basis: 33%;
}

.hr {
    height: auto !important;
    border: 1px solid #fff;
}

.badge-prices {
    background-color: #ff0033;
    color: #ffea03;
    font-weight: 700;
    font-size: 85%;
}

.text-yellow {
    color: #fff800;
}

.labeled {
    color: #fff;
    margin-bottom: -2px;
    padding: 0em 0em 0 0em;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.label-yellow {
    background-color: #ff7f00;
}

.label-red {
    background-color: #ff0033;
}

.label-green {
    background-color: #54d600;
}

.label-blue {
    background-color: #55fbff;
}

.ps-bt-0 {
    bottom: 0;
    right: 0;
}

.w-85 {
    width: 85%;
}

.rounded-modal {
    border-radius: 16px !important;
}

.rounder-tl-modal {
    border-top-left-radius: 16px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
}

.mb--2 {
    margin-bottom: -2px;
    margin-right: -1px;
}

.rounded-top-right-modal {
    line-height: 1em;
    padding: 4px;
    margin-bottom: -1px;
    vertical-align: text-bottom;
    border-radius: 0 8px 0 0;
    background: linear-gradient(to left, $purple, $pink);
}

.rounded-top-right-modal span {
    color: white;
    line-height: 1em;
    vertical-align: bottom;
}

.rounded-top-right {
    line-height: 1.1em;
    margin-left: -6px;
    border-radius: 0 8px 0 0;
    vertical-align: text-bottom;
    padding-top: 1px;
    padding-bottom: 1px;
    background: linear-gradient(to left, $purple, $pink);
}

.rounded-top-right span {
    color: white;
    line-height: 1em;
    vertical-align: bottom;
}

.flex-360 {
    flex-basis: 360px;
}

.rounded-modal-footer {
    border-bottom-right-radius: 16px !important;
    border-bottom-left-radius: 16px !important;
}

.text-footer {
    color: #462ba1;
}

.img-card {
    vertical-align: sub;
    margin-bottom: 0px;
}

.navbar-collapse.collapse.in {
    height: 131px !important;
    position: relative;
}

.circle {
    width: 36px;
    height: 36px;
    color: #fff;
    font-size: .75rem;
    line-height: 36px;
    border-radius: 50%;
    text-align: center;
    background-color: $red;
}

.pointer-red {
    color: $red;
    width: 16px;
    height: 16px;
    line-height: 8px;
    border-radius: 50%;
    text-align: center;
    background-image: radial-gradient($red, #ff859d);
}

.pointer-green {
    color: $green;
    width: 16px;
    height: 16px;
    line-height: 8px;
    border-radius: 50%;
    text-align: center;
    background-image: radial-gradient($green, #88f2b5);
}

.pointer-yellow {
    color: $yellow;
    width: 16px;
    height: 16px;
    line-height: 8px;
    border-radius: 50%;
    text-align: center;
    background-image: radial-gradient($yellow, #ffcfa1);
}

.pointer-blue {
    color: $blue;
    width: 16px;
    height: 16px;
    line-height: 8px;
    border-radius: 50%;
    text-align: center;
    background-image: radial-gradient($blue, #7ac3ff);
}
.txt-pink {
    color:#9412c7;
}

.bg-no {
    background: linear-gradient(to right, $red, #ff859d);
    padding: .1rem .5rem;
    border-radius: 4px;
    color: $white !important;
}

.text-wait {
    color: #c9c9c9;
}
.text-wait-span {
    color: #87878b;
}

.circle-big {
    top: calc(50% - 32px);
    left: calc(50% - 32px);
    width: 64px;
    height: 64px;
    color: #fff;
    font-weight: 700;
    line-height: 64px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    background-color: $red;
}

.border-2 {
    border: 2px solid #c9c9c9;
    border-radius: 8px;
}

.border-22 {
    border-top: 2px solid #c9c9c9;
    border-left: 2px solid #c9c9c9;
    border-right: 2px solid #c9c9c9;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}
.carousel-item.active {
    display: flex;
    justify-content: flex-end;
  }
  .carousel {
    position: relative;
  }
  .carousel-item img {
    object-fit: cover;
  }
  #carousel-thumbs {
    top: 0;
    left: 0;
    right: 0;
  }
  #carousel-thumbs img {
    cursor: pointer;
  }
  #carousel-thumbs img:hover {
    border-color: rgba(255, 255, 255, 0.3);
  }
  #carousel-thumbs .selected img {
    border-color: #fff;
  }
  .carousel-control-prev,
  .carousel-control-next {
    width: 50px;
  }
  .carousel-container #carousel-thumbs {
    position: absolute;
  }

  .circle-modal {
    width: 36px;
    height: 36px;
    color: #fff;
    font-size: .75rem;
    line-height: 36px;
    border-radius: 50%;
    text-align: center;
    background-color: $red;
}

.videoWrapper {
    position: relative;
    padding-bottom: 66%; /* 16:9 */
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.img-fluid {
    width: 100%;
    height: auto;
}

.hbox {
    height: 35vh;
    overflow-y: scroll;
}
.align25 {
    line-height: 25px;
}
#side-menu {
    display: block !important;
}

.img-responsive{
    width: 100%;
}
.img-action-wrap{
    z-index: 99;
} 