@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
html * {
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0;
    margin: 0
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body,
html {
    height: 100%;
    background: #eeeeee;
    font-family: Lato, Arial, sans-serif;
    line-height: 1.5;
}

.main-container {
    padding: 75px 0;
    margin: 0 auto;
    max-width: 1440px;
}

input[type=password] {
    -webkit-text-security: circle!important
}

textarea {
    resize: vertical
}

a {
    text-decoration: none
}

.accordion .panel {
    border: none;
    border-radius: 10px!important;
    margin-bottom: 0;
    /*overflow: hidden;*/
}

.accordion .panel>.panel-heading {
    background-image: none!important;
    padding: 0!important
}

.accordion .panel>.panel-heading a {
    padding: 12px!important;
    display: flex;
    justify-content: space-between;
}
.accordion .panel>.panel-heading a span {
    align-items: center;
    display: flex;
    gap: 5px;
    font-size: 16px;
}

.accordion .panel>.panel-heading a:focus,
a:hover {
    text-decoration: none!important
}

.accordion .panel>.panel-heading a:focus span {
    color: #333;
    -webkit-background-clip: text!important;
    background-image: -webkit-linear-gradient(left, #293074, #e13235)!important;
    background-image: linear-gradient(to right, #293074, #e13235)!important;
    -webkit-text-fill-color: transparent!important
}

.accordion .panel>.panel-heading.head-white a:focus span {
    -webkit-text-fill-color: #fff!important
}

.accordion .panel-default>.panel-heading {
    color: #74777b;
    transition: background-color .2s, color .2s
}

.dropdown-menu {
    font-size: 16px!important
}

.dropdown-menu>li {
    padding: 0!important
}

@media (min-width:1200px) {
    .modal-lg {
        width: 1080px
    }
}

.dropdown-menu>li>a {
    display: block;
    padding: 5px 15px;
    width: 100%
}

.text-white {
    color: #fff
}

.text-black {
    color: #000
}

.text-red {
    color: #e13235
}

.text-yellow {
    color: #ffeb3b
}

.text-blue {
    color: #293074
}

.text-sky {
    color: #006bb1
}

.text-gray {
    color: #f6f6f6
}

.text-midgray {
    color: #959595;
}

.text-darkgray {
    color: #5d5d5d
}

.text-success {
    color: #2db466
}

.text-purple {
    color: #4a148c;
}
.text-face {
    color: #3b5998
}

.text-twitt {
    color: #1da1f2
}

.text-whats {
    color: #075e54
}

.text-gplus {
    color: #dd4b39
}

.link-face:focus,
.link-face:hover,
.link-face:visited {
    background: #3b5998;
    color: #fff
}

.link-twitt:focus,
.link-twitt:hover,
.link-twitt:visited {
    background: #1da1f2;
    color: #fff
}

.link-whats:focus,
.link-whats:hover,
.link-whats:visited {
    background: #075e54;
    color: #fff
}

.link-gplus:focus,
.link-gplus:hover,
.link-gplus:visited {
    background: #dd4b39;
    color: #fff
}

.bg-white {
    background: #FFF
}

.bg-black {
    background: #000
}

.bg-red {
    background: #e13235
}

.bg-yellow {
    background: #ffeb3b;
}

.bg-blue {
    background: #293074
}

.bg-sky {
    background: #006bb1
}

.bg-success {
    background: #2db466
}

.bg-gray {
    background: #9b9b9b
}

.bg-gray-1 {
    background: #f7f7f6
}

.bg-darkgray {
    background: #202020
}

.bg-semiwhite {
    background: rgba(255, 255, 255, .5)
}

.bg-semiblack {
    background: rgba(0, 0, 0, .5)
}

.bg-semiblack-3 {
    background: rgba(0, 0, 0, .3)
}

.bg-semired {
    background: rgba(225, 50, 53, .5)
}

.bg-semiblue {
    background: rgba(41, 48, 116, 0.7)
}

.bg-semisky {
    background: rgba(0, 107, 177, .5)
}

.bg-semigray {
    background: rgba(155, 155, 155, .5)
}

.bg-semidarkgray {
    background: rgba(32, 32, 32, .5)
}

.bg-gradient {
    background: -moz-linear-gradient(0deg, #293074 0, #e13235 100%)!important;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #293074), color-stop(100%, #e13235))!important;
    background: -webkit-linear-gradient(0deg, #293074 0, #e13235 100%)!important;
    background: -o-linear-gradient(0deg, #293074 0, #e13235 100%)!important;
    background: -ms-linear-gradient(0deg, #293074 0, #e13235 100%)!important;
    background: linear-gradient(90deg, #293074 0, #e13235 100%)!important
}

.bg-gradient-diagonal {
    background: -moz-linear-gradient(135deg, #e13235 0, #293074 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0, #293074), color-stop(100%, #e13235));
    background: -webkit-linear-gradient(135deg, #e13235 0, #293074 100%);
    background: -o-linear-gradient(135deg, #e13235 0, #293074 100%);
    background: -ms-linear-gradient(135deg, #e13235 0, #293074 100%);
    background: linear-gradient(315deg, #e13235 0, #293074 100%)
}

.text-gradient {
    color: #333;
    display: inline-block;
    -webkit-background-clip: text!important;
    background-image: -webkit-linear-gradient(left, #293074, #e13235)!important;
    background-image: linear-gradient(to right, #293074, #e13235)!important;
    -webkit-text-fill-color: transparent!important
}

i.text-gradient::before {
    color: #333;
    display: inline-block;
    -webkit-background-clip: text!important;
    background-image: -webkit-linear-gradient(left, #293074, #e13235)!important;
    background-image: linear-gradient(to right, #293074, #e13235)!important;
    -webkit-text-fill-color: transparent!important
}

.border-gradient {
    border: 2px solid transparent!important;
    -moz-border-image: -moz-linear-gradient(left, #293074 0, #e13235 100%)!important;
    -webkit-border-image: -webkit-linear-gradient(left, #293074 0, #e13235 100%)!important;
    -o-border-image: -o-linear-gradient(to right, #293074, #e13235)!important;
    border-image: linear-gradient(to right, #293074 0, #e13235 100%)!important;
    border-image-slice: 1!important
}

.btn-gradient,
.btn-gradient:active {
    background: -moz-linear-gradient(0deg, rgba(1, 170, 178, 1) 0, rgba(162, 32, 153, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(1, 170, 178, 1)), color-stop(100%, rgba(162, 32, 153, 1)));
    background: -webkit-linear-gradient(0deg, rgba(1, 170, 178, 1) 0, rgba(162, 32, 153, 1) 100%);
    background: -o-linear-gradient(0deg, rgba(1, 170, 178, 1) 0, rgba(162, 32, 153, 1) 100%);
    background: -ms-linear-gradient(0deg, rgba(1, 170, 178, 1) 0, rgba(162, 32, 153, 1) 100%);
    background: linear-gradient(90deg, rgba(1, 170, 178, 1) 0, rgba(162, 32, 153, 1) 100%);
    border: 2px solid transparent!important;
    -moz-border-image: -moz-linear-gradient(left, rgba(1, 170, 178, 1) 0, rgba(162, 32, 153, 1) 100%)!important;
    -webkit-border-image: -webkit-linear-gradient(left, rgba(1, 170, 178, 1) 0, rgba(162, 32, 153, 1) 100%)!important;
    -o-border-image: -o-linear-gradient(to right, rgba(1, 170, 178, 1), rgba(162, 32, 153, 1))!important;
    border-image: linear-gradient(to right, rgba(1, 170, 178, 1) 0, rgba(162, 32, 153, 1) 100%)!important;
    border-image-slice: 1!important
}

.hr-gray-gradient {
    -moz-border-image: -moz-linear-gradient(0deg, rgba(168, 168, 168, 0) 0, rgba(168, 168, 168, .5) 50%, rgba(168, 168, 168, 0) 100%);
    -webkit-border-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(168, 168, 168, 0)), color-stop(50%, rgba(168, 168, 168, .5)), color-stop(100%, rgba(168, 168, 168, 0)));
    -webkit-border-image: -webkit-linear-gradient(0deg, rgba(168, 168, 168, 0) 0, rgba(168, 168, 168, .5) 50%, rgba(168, 168, 168, 0) 100%);
    -o-border-image: -o-linear-gradient(0deg, rgba(168, 168, 168, 0) 0, rgba(168, 168, 168, .5) 50%, rgba(168, 168, 168, 0) 100%);
    border-top-color: -ms-linear-gradient(0deg, rgba(168, 168, 168, 0) 0, rgba(168, 168, 168, .5) 50%, rgba(168, 168, 168, 0) 100%);
    border-image: linear-gradient(90deg, rgba(168, 168, 168, 0) 0, rgba(168, 168, 168, .5) 50%, rgba(168, 168, 168, 0) 100%);
    border-image-slice: 1!important
}

.link-red:hover, .link-red:visited, .link-red:focus {
    color: #e13235
}

.link-sky:hover, .link-sky:visited, .link-sky:focus {
    color: #006bb1
}

.link-white:hover, .link-white:visited, .link-white:focus {
    color: rgba(255, 255, 255, 1)
}

.shadow {
    box-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
    transition: all .3s
}
.parallax {
    height: 300px;
}
@media only screen and (max-width: 768px){
    .parallax.parallax-xs-500 {
        height: 500px;
    }
}

.parallax .img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.parallax .cont-transparent {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
    display: block;
    background-color: inherit
}

.parallax .cont {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
    display: block;
    background-color: rgba(0, 0, 0, .5)
}

.parallax .cont-flex {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.parallax .cont-semiblue {
    background-color: rgba(41, 48, 116, 0.7)
}

.btn-square {
    border-radius: 0;
    text-decoration: none;
}

.btn-square.btn-flat {
    padding-top: 5px;
    padding-bottom: 5px
}

.btn-square:active,
.btn-square:focus,
.btn-square:hover {
    color: #fff
}

.btn-circle {
    padding: 0;
    margin-left: 8px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    border-radius: 15px
}

.btn-circle.btn-lg {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    border-radius: 20px
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 35px;
    border-radius: 35px
}

.footer .navbar-btn {
    margin-top: 5px;
    margin-bottom: 5px
}

.footer .footer-top {
    text-align: left
}

.footer .footer-bot {
    text-align: right
}

.navbar-default .navbar-text {
    color: #5d5d5d
}

.border-box {
    border: 1px solid #ddd
}

.border-box-gradient {
    border: 1px solid transparent!important;
    -moz-border-image: -moz-linear-gradient(left, #293074 0, #e13235 100%)!important;
    -webkit-border-image: -webkit-linear-gradient(left, #293074 0, #e13235 100%)!important;
    -o-border-image: -o-linear-gradient(to right, #293074, #e13235)!important;
    border-image: linear-gradient(to right, #293074 0, #e13235 100%)!important;
    border-image-slice: 1!important
}

.border-t-darkgray {
    border-top: 1px solid #ddd
}

.border-b-darkgray {
    border-bottom: 1px solid #ddd
}

.border-l-darkgray {
    border-left: 1px solid #ddd
}

.border-r-darkgray {
    border-right: 1px solid #ddd
}

.text-center {
    text-align: center
}

@media only screen and (max-width: 768px){
    .text-center-xs {
        text-align: center
    }
    .text-left-xs {
        text-align: left
    }
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.f-w-200 {
    font-weight: 200!important
}

.f-w-300 {
    font-weight: 300!important
}

.f-w-400 {
    font-weight: 400!important
}

.f-w-500 {
    font-weight: 500!important
}

.f-w-600 {
    font-weight: 600!important
}

.f-w-800 {
    font-weight: 800!important
}

.let-sp-0 {
    letter-spacing: 0!important
}

.let-sp-1 {
    letter-spacing: 1px!important
}

.let-sp-2 {
    letter-spacing: 2px!important
}

.let-sp-5 {
    letter-spacing: 5px!important
}

.vertical-align {
    display: flex;
    align-items: center
}

.space-between {
    justify-content: space-between;
}

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

.gap-10 {
    gap: 10px;
}

.gap-15 {
    gap: 15px;
}

.gap-50 {
    gap: 50px;
}

@media only screen and (max-width: 768px){
    .gap-xs-15 {
        gap: 15px !important;
    }
}

.mTop100 {
    margin-top: 100px!important
}

.mTop50 {
    margin-top: 50px!important
}

.mTop35 {
    margin-top: 35px!important
}

.mTop25 {
    margin-top: 25px!important
}

.mTop20 {
    margin-top: 20px!important
}

.mTop15 {
    margin-top: 15px!important
}

.mTop10 {
    margin-top: 10px!important
}

.mTop5 {
    margin-top: 5px!important
}

.mTop0 {
    margin-top: 0!important
}

.mBot0 {
    margin-bottom: 0!important
}

.mBot5 {
    margin-bottom: 5px!important
}

.mBot10 {
    margin-bottom: 10px!important
}

.mBot20 {
    margin-bottom: 20px!important
}

.mBot35 {
    margin-bottom: 35px!important
}

.mBot50 {
    margin-bottom: 50px!important
}

.mBot100 {
    margin-bottom: 100px!important
}

.Pad50 {
    padding: 50px
}

.Pad30 {
    padding: 30px
}

.Pad20 {
    padding: 20px
}

.Pad15 {
    padding: 15px
}

.Pad10 {
    padding: 10px
}

.Pad5 {
    padding: 5px
}

.Pad3 {
    padding: 3px
}

.Pad1 {
    padding: 1px
}

.Pad0 {
    padding: 0
}

.PadTop0 {
    padding-top: 0
}

.PadTop5 {
    padding-top: 5px
}

.PadTop10 {
    padding-top: 10px
}

.PadTop15 {
    padding-top: 15px
}

.PadTop20 {
    padding-top: 20px
}

.PadTop25 {
    padding-top: 25px
}

.PadTop35 {
    padding-top: 35px
}

.PadTop50 {
    padding-top: 50px
}

.PadTop100 {
    padding-top: 100px
}

.PadBot100 {
    padding-bottom: 100px
}

.PadBot50 {
    padding-bottom: 50px
}

.PadBot35 {
    padding-bottom: 35px
}

.PadBot20 {
    padding-bottom: 20px
}

.PadBot10 {
    padding-bottom: 10px
}

.PadBot0 {
    padding-bottom: 0
}

.M50 {
    margin: 50px
}

.M35 {
    margin: 35px
}

.M20 {
    margin: 20px
}

.M0 {
    margin: 0
}

.M5 {
    margin: 5px
}

.m-r-5 {
    margin-right: 5px;
}

.m-rl-5 {
    margin-left: 5px!important;
    margin-right: 5px!important
}

.PosRela {
    position: relative
}

.rPad5 {
    padding-left: 15px;
    padding-right: 15px
}

.pad-l-15 {
    padding-left: 15px
}

.pad-r-15 {
    padding-right: 15px
}

.p-rl-5 {
    padding-left: 5px;
    padding-right: 5px
}
.bill-line-height {
    line-height: 40px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none
}

.b-r-10 {
    border-radius: 10px;
}
.b-r-5 {
    border-radius: 5px;
}

.upper {
    text-transform: uppercase
}

.lower {
    text-transform: lowercase
}

.placeRed::-webkit-input-placeholder {
    color: rgba(166, 7, 4, .9);
    font-weight: 700
}

.placeRed:-moz-placeholder {
    color: rgba(166, 7, 4, .9);
    opacity: 1;
    font-weight: 700
}

.placeRed::-moz-placeholder {
    color: rgba(166, 7, 4, .9);
    opacity: 1;
    font-weight: 700
}

.placeRed:-ms-input-placeholder {
    color: rgba(166, 7, 4, .9);
    font-weight: 700
}

.placeWhite::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .7)
}

.placeWhite:-moz-placeholder {
    color: rgba(255, 255, 255, .7);
    opacity: 1
}

.placeWhite::-moz-placeholder {
    color: rgba(255, 255, 255, .7);
    opacity: 1
}

.placeWhite:-ms-input-placeholder {
    color: rgba(255, 255, 255, .7)
}

.text-12 {
    font-size: 12px
}

.text-14 {
    font-size: 14px
}

.text-16 {
    font-size: 16px
}

.text-18 {
    font-size: 18px
}

.text-20 {
    font-size: 20px
}

.text-22 {
    font-size: 22px
}

.text-24 {
    font-size: 24px
}

.text-26 {
    font-size: 26px
}

.text-30 {
    font-size: 30px;
}

#return-to-top {
    z-index: 100;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 30px;
    height: 50px;
    display: block;
    text-decoration: none;
    display: none;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: .5
}

#return-to-top.top-slide {
    display: block;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

#return-to-top:hover {
    opacity: 1
}

.title-section {
    position: relative;
    text-align: center;
    z-index: 1;
    font-size: 100px;
    line-height: 100px
}

.title-section-footer {
    font-size: 44px;
    line-height: 44px
}

.map-home {
    width: 100%;
    height: 200px
}

.map-contact {
    width: 100%;
    height: 250px
}

.map-register {
    width: 100%;
    height: 525px
}

.map-conf {
    width: 100%;
    height: 350px
}

.map-conf_add {
    width: 100%;
    height: 400px
}

.map_s_cont {
    bottom: 15px!important;
    background: #fff
}

.map_s_cont input {
    height: 37px!important
}

.ui-autocomplete {
    z-index: 1051!important
}

.pac-container {
    z-index: 1051!important
}

.scroll-style {
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    width: 152px;
    height: 50px;
    z-index: 1
}

.scroll-style-2 {
    position: absolute;
    left: 130px;
    bottom: 27px;
    overflow: hidden;
    width: 152px;
    height: 50px;
    z-index: 1
}

.scroll-style-2.mobile {
    left: 140px;
    bottom: 33px
}

.scroll-map {
    margin: 10px;
    z-index: 0;
    position: absolute;
    cursor: pointer;
    top: 0
}

.scroll-map .btn-cont {
    direction: ltr;
    overflow: hidden;
    text-align: center;
    position: relative;
    color: #565656;
    font-family: Roboto, Arial, sans-serif;
    -webkit-user-select: none;
    font-size: 11px;
    font-weight: 500;
    background-color: #fff;
    padding: 8px;
    border-radius: 2px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: rgba(0, 0, 0, .298039) 0 1px 4px -1px;
    border-left: 0;
    min-width: 53px
}

.scroll-map .btn-cont.mobile {
    padding: 11px
}

.scroll-map .btn-cont.is-active {
    color: #fff;
    background-color: #e13235
}

.map-control {
    background: '#fff';
    box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.3), 0 3px 3px rgba(0, 0, 0, 0.15), 0 3px 2px -2px rgba(0, 0, 0, 0.2);
    color: #666;
    cursor: pointer;
    font-family: Roboto, Arial, sans-serif;
    font-size: 20px;
    line-height: 40px;
    margin: 0 10px;
    padding: 0px 10px;
    text-align: center;
}

.map-control.is-active {
    background: #e13235;
    color: #fff;
}
.map-control.disabled {
    color: #d1d1d1;
}

#header_container {
    position: absolute;
    width: 100%
}

#header_menu {
    position: fixed;
    width: 100%;
    height: 120px;
    background: 0 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    padding: 30px;
    text-align: center;
    transition: background .5s linear, top .2s ease-in-out
}

#header_menu #showMenu {
    font-size: 42px;
    border: none;
    border-width: 0;
    background: 0 0;
    width: 60px;
    text-align: center
}

#header_menu #logo {
    display: inline-block
}

#header_menu #logo img {
    height: 60px
}

#header_menu.header-up {
    top: -120px;
    transition: top .2s ease-in-out;
    background: rgba(0, 0, 0, 1)
}

#header_menu.header-down {
    top: 0;
    background: rgba(0, 0, 0, 1);
    transition: background .5s linear, top .2s ease-in-out;
    -webkit-transition: background .5s linear, top .2s ease-in-out;
    -moz-transition: background .5s linear, top .2s ease-in-out
}

.footer-wrapper {
    padding-left: 50px;
    padding-right: 50px
}

.btn-round {
    text-decoration: none;
    border: 1px solid #e3dd1f;
    border-radius: 35px;
    text-decoration: none;
    display: inline-block;
    width: 120px;
    height: 35px;
    margin: auto;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear
}

.btn-round:hover {
    border: 1px solid #e3dd1f;
    background: rgba(227, 221, 31, .5)
}

.btn-round div {
    width: 120px;
    height: 35px;
    line-height: 35px;
    margin: 0 auto;
    color: #fff;
    text-decoration: none
}

.input-style {
    background: #fff;
    border: none;
    border-radius: 0;
    line-height: 30px;
    padding: 10px;
    width: 100%
}

.submit-style {
    width: 100%;
    border: none;
    border-radius: 0;
    color: #fff;
    line-height: 50px
}

footer.footer-wrapper {
    text-align: left
}

footer.footer-wrapper .socials {
    text-align: right;
    font-size: 21px;
    float: right
}

.owl-carousel {
    position: relative
}

.owl-next,
.owl-prev {
    border-radius: 5px !important;
    padding: 40px 0 !important;
    position: absolute;
    top: calc(50% - 30px);
    background: #ffffff !important;
    display: flex!important
}

.owl-next i:before,
.owl-prev i:before {
    width: auto;
    -webkit-text-fill-color: inherit
}

.owl-next:hover,
.owl-prev:hover {
    background: 0 0!important
}

.owl-prev {
    left: 0
}

.owl-next {
    right: 0
}

.owl-carousel .owl-nav-inside {
    position: relative
}

.owl-nav-inside .owl-next,
.owl-nav-inside .owl-prev {
    position: absolute;
    top: 47%;
    margin: 0!important;
    background: rgba(0, 0, 0, .5)!important;
    border-radius: 0!important;
    padding: 8px 0 3px 0!important;
    text-align: center;
    color: rgba(255, 255, 255, .8)!important
}

.owl-nav-inside .owl-next:hover,
.owl-nav-inside .owl-prev:hover {
    color: #e13235!important
}

.owl-nav-inside .owl-prev {
    left: 0
}

.owl-nav-inside .owl-next {
    right: 0
}

.item-100vh {
    width: 100%;
    height: calc(100vh - 111px)
}

.item-75vh {
    width: 100%;
    height: 75vh
}

.item-50vh {
    width: 100%;
    height: 50vh
}

.item-25vh {
    width: 100%;
    height: 25vh
}

.info-container {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    display: flex;
    align-items: center
}

#owl-carousel-main {
    z-index: 1;
    position: relative
}

.item-content {
    padding-left: 200px;
    padding-right: 200px
}

#owl-carousel-main .item-content {
    padding-left: 200px;
    padding-right: 200px
}

#owl-carousel-main .item-content .principal {
    font-size: 106px;
    line-height: 106px
}

#owl-carousel-main .item-content .secondary {
    font-size: 26px;
    line-height: 50px
}

.item-content .img-down {
    height: 50px;
    width: auto
}

#owl-carousel-main .item-content .img-down {
    height: 50px;
    width: auto
}

#owl-carousel-services {
    z-index: 1;
    position: relative
}

#owl-carousel-services .item-content {
    padding-left: 20px;
    padding-right: 20px;
    opacity: .7;
    transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear
}

#owl-carousel-services .item-content .image {
    height: 75px;
    width: auto;
    margin: 0 auto;
    bottom: 0;
    position: relative;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear
}

#owl-carousel-services .item-content .title {
    font-size: 30px;
    line-height: 50px
}

#owl-carousel-services .item-content .btn-round {
    border: 1px solid #e3dd1f;
    border-radius: 35px;
    text-decoration: none;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    width: 120px;
    height: 35px;
    margin: auto;
    margin-top: 75%;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear
}

#owl-carousel-services .item-content .btn-round:hover {
    border: 1px solid #e3dd1f;
    background: rgba(227, 221, 31, .5)
}

#owl-carousel-services .item-content .btn-round div {
    width: 120px;
    height: 35px;
    line-height: 35px;
    margin: 0 auto;
    color: #fff;
    text-decoration: none
}

#owl-carousel-services .center .item-content {
    opacity: 1;
    transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear
}

#owl-carousel-services .center .item-content .image {
    position: relative;
    bottom: 20px;
    height: 85px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear
}

#owl-carousel-services .center .item-content .btn-round {
    margin-top: 50px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear
}
.touch-icon {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1000;
    border-radius: 50%;
    border-color: rgba(225, 50, 53, .5);
}
.touch-icon::before, .touch-icon::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    background: transparent;
    box-sizing: border-box;
    border: 1px solid #e13235;
    z-index: 1;
    visibility: visible;
    transition: visibility .100ms ease-in-out 1s;
    animation: largePulse 1s ease-out infinite;
}
@keyframes largePulse {
    0% {
        opacity: 0;
        transform: scale(0.75);
    }
    5% {
        opacity: 1;
        transform: scale(0.75);
    }
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}
.bounce-down {
    position: absolute;
    z-index: 1;
    bottom: 25px;
    left: 50%;
    width: 60px;
    height: 60px;
    margin-left: -30px;
    animation: bounce-down 3s infinite;
    -webkit-animation: bounce-down 3s infinite;
    -moz-animation: bounce-down 3s infinite;
    -o-animation: bounce-down 3s infinite
}

@-webkit-keyframes bounce-down {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-10px)
    }
    60% {
        -webkit-transform: translateY(-5px)
    }
}

@-moz-keyframes bounce-down {
    0%,
    100%,
    20%,
    50%,
    80% {
        -moz-transform: translateY(0)
    }
    40% {
        -moz-transform: translateY(-10px)
    }
    60% {
        -moz-transform: translateY(-5px)
    }
}

@-o-keyframes bounce-down {
    0%,
    100%,
    20%,
    50%,
    80% {
        -o-transform: translateY(0)
    }
    40% {
        -o-transform: translateY(-10px)
    }
    60% {
        -o-transform: translateY(-5px)
    }
}

@keyframes bounce-down {
    0%,
    100%,
    20%,
    50%,
    80% {
        transform: translateY(0)
    }
    40% {
        transform: translateY(-10px)
    }
    60% {
        transform: translateY(-5px)
    }
}

.container-content {
    padding-left: 200px;
    padding-right: 200px
}

.left-right-content,
.right-left-content {
    display: flex;
    height: auto
}

.left-right-content .left-side,
.left-right-content .right-side,
.right-left-content .left-side,
.right-left-content .right-side {
    display: flex;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 25px;
    min-height: 400px;
    height: auto
}

.left-right-content .right-side,
.right-left-content .left-side {
    padding-left: 50px;
    padding-right: 50px;
    text-align: left
}

.left-right-content .left-side .title-section,
.right-left-content .right-side .title-section {
    font-size: 75px;
    line-height: 75px
}

.pill-sections .nav>li>a {
    border-radius: 24px;
    background: 0 0;
    color: rgba(255, 255, 255, .7);
    border: 1px solid transparent;
    padding: 7px 15px
}

.pill-sections .nav-pills>li>a:focus,
.pill-sections .nav-pills>li>a:hover {
    color: #fff;
    border: 1px solid rgba(206, 202, 56, .5)
}

.pill-sections .nav-pills>li.active>a,
.pill-sections .nav-pills>li.active>a:focus,
.pill-sections .nav-pills>li.active>a:hover {
    color: #fff;
    border: 1px solid rgba(206, 202, 56, 1);
    background-color: transparent
}

.xs-block {
    display: inline-block
}

@media (min-width:0px) and (max-width:479px) {
    .rPad5 {
        padding-left: 5px;
        padding-right: 5px
    }
    .xs-block {
        display: block
    }
    .footer .footer-top {
        text-align: center
    }
    .footer .footer-bot {
        text-align: center
    }
    .container-content {
        padding-left: 20px;
        padding-right: 20px
    }
    .menu-bar {
        height: 80px
    }
    #header_menu {
        height: 80px;
        padding: 20px
    }
    #header_menu #showMenu {
        font-size: 28px;
        width: 40px
    }
    #header_menu #logo img {
        height: 40px
    }
    .title-section {
        font-size: 50px;
        line-height: 50px
    }
    .left-right-content .left-side .title-section,
    .right-left-content .right-side .title-section {
        font-size: 40px;
        line-height: 40px
    }
    .item-content {
        padding-left: 15px;
        padding-right: 15px
    }
    #owl-carousel-main .item-content {
        padding-left: 15px;
        padding-right: 15px
    }
    #owl-carousel-main .item-content .principal {
        font-size: 40px;
        line-height: 40px
    }
    #owl-carousel-main .item-content .secondary {
        font-size: 20px;
        line-height: 25px
    }
    .item-content .img-down {
        height: 30px;
        width: auto
    }
    #owl-carousel-main .item-content .img-down {
        height: 30px;
        width: auto
    }
    #owl-carousel-services .center .item-content .btn-round {
        margin-top: 15px
    }
    #owl-carousel-clients {
        padding-top: 0
    }
    #owl-carousel-clients.owl-theme .owl-controls {
        right: 0
    }
    #owl-carousel-clients .info-container {
        padding: 5px
    }
    #owl-carousel-clients .item-content .header-clients-carousel .testimonial {
        padding: 20px;
        padding-top: 0
    }
    #owl-carousel-clients .item-content .header-clients div {
        height: 100%;
        padding-left: 3px;
        padding-right: 3px;
        display: flex;
        align-items: center
    }
    #owl-carousel-clients .item-content .header-clients div .image {
        height: auto;
        width: 100%
    }
    #owl-carousel-clients .item-content .header-clients-carousel .testimonial .testimonial-content {
        padding: 10px
    }
    #owl-carousel-clients .item-content .header-clients-carousel .testimonial .testimonial-content p:first-child {
        font-size: 12px!important
    }
    #owl-carousel-clients .item-content .header-clients-carousel .testimonial .testimonial-content p:nth-child(2) {
        font-size: 10px!important;
        margin-top: 5px!important
    }
    #owl-carousel-clients .item-content .header-clients-carousel .testimonial .testimonial-content .signature {
        position: relative;
        height: 100px;
        padding: 25px;
        width: 100%;
        margin: 0 auto
    }
    #owl-carousel-clients .item-content .header-clients-carousel .testimonial .testimonial-content .signature .image {
        height: 100%;
        width: auto;
        margin: 0 auto
    }
    .item-100vh {
        width: 100%;
        height: calc(100vh - 133px)
    }
    .footer-wrapper {
        padding-left: 0;
        padding-right: 0
    }
    .title-section-footer {
        font-size: 34px;
        line-height: 34px
    }
    footer.footer-wrapper {
        text-align: center
    }
    footer.footer-wrapper .socials {
        margin-top: 20px;
        font-size: 30px;
        text-align: center
    }
    .item-xs-100vh {
        height: 100vh!important
    }
    .single-top-content {
        height: calc(100% - 100px);
        margin-top: 20px
    }
    .single-top-img {
        z-index: 100;
        height: 25vh;
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        margin-top: 15px
    }
    .mTop-xs-50 {
        margin-top: 50px!important
    }
    .web-icon {
        margin-bottom: 15px!important;
        margin-top: 15px!important
    }
    .left-right-content,
    .right-left-content {
        display: block
    }
    .left-right-content .left-side,
    .right-left-content .right-side {
        min-height: 250px;
        padding-top: 50px;
        padding-bottom: 50px
    }
    .footer .navbar-text {
        text-align: center;
        margin: 0
    }
    .footer .navbar-btn {
        margin-top: 3px;
        margin-bottom: 3px
    }
}

@media (min-width:480px) and (max-width:767px) {
    .rPad5 {
        padding-left: 5px;
        padding-right: 5px
    }
    .xs-block {
        display: block
    }
    .footer .footer-top {
        text-align: center
    }
    .footer .footer-bot {
        text-align: center
    }
    .item-100vh {
        width: 100%;
        height: calc(100vh - 133px)
    }
    .container-content {
        padding-left: 20px;
        padding-right: 20px
    }
    .menu-bar {
        height: 120px
    }
    .title-section {
        font-size: 60px;
        line-height: 60px
    }
    .left-right-content .left-side .title-section,
    .right-left-content .right-side .title-section {
        font-size: 50px;
        line-height: 50px
    }
    .item-content {
        padding-left: 15px;
        padding-right: 15px
    }
    #owl-carousel-main .item-content {
        padding-left: 15px;
        padding-right: 15px
    }
    #owl-carousel-main .item-content .principal {
        font-size: 45px;
        line-height: 45px
    }
    #owl-carousel-main .item-content .secondary {
        font-size: 20px;
        line-height: 25px
    }
    .item-content .img-down {
        height: 30px;
        width: auto
    }
    #owl-carousel-main .item-content .img-down {
        height: 30px;
        width: auto
    }
    #owl-carousel-services .center .item-content .btn-round {
        margin-top: 35px
    }
    #owl-carousel-clients {
        padding-top: 0
    }
    #owl-carousel-clients .info-container {
        padding: 5px
    }
    #owl-carousel-clients .item-content .header-clients-carousel .testimonial {
        padding: 20px
    }
    #owl-carousel-clients .item-content .header-clients-carousel .testimonial .testimonial-content .signature {
        position: relative;
        height: 100px;
        padding: 20px;
        width: 50%;
        margin: 0 auto
    }
    #owl-carousel-clients .item-content .header-clients-carousel .testimonial .testimonial-content .signature .image {
        height: 100%;
        width: auto;
        margin: 0 auto
    }
    .item-xs-100vh {
        height: 100vh!important
    }
    .single-top-content {
        height: calc(100% - 140px);
        margin-top: 20px
    }
    .single-top-img {
        z-index: 100;
        height: 25vh;
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        margin-top: 15px
    }
    .mTop-xs-50 {
        margin-top: 50px!important
    }
    .left-right-content,
    .right-left-content {
        display: block
    }
    .left-right-content .left-side,
    .right-left-content .right-side {
        min-height: 250px;
        padding-top: 50px;
        padding-bottom: 50px
    }
    #owl-carousel-clients .item-content .header-clients div {
        height: 100%;
        padding-left: 3px;
        padding-right: 3px;
        display: flex;
        align-items: center
    }
    #owl-carousel-clients .item-content .header-clients div .image {
        height: auto;
        width: auto;
        max-height: 75px;
        max-width: 100%;
        margin: 0 auto
    }
    .footer .navbar-text {
        text-align: center;
        margin: 0
    }
    .footer .navbar-btn {
        margin-top: 3px;
        margin-bottom: 3px
    }
}

@media (min-width:768px) {
    .modal-calc {
        width: 400px
    }
    .modal-bill {
        width: 600px;
        margin: 0 auto
    }
}

@media (min-width:992px) {
    .modal-pkg_pieces {
        width: calc(100% - 30px)
    }
}

@media (min-width:768px) and (max-width:991px) {
    .container-content {
        padding-left: 50px;
        padding-right: 50px
    }
    .menu-bar {
        height: 120px
    }
    .single-top-content {
        height: calc(100% - 170px);
        margin-top: 50px
    }
    .single-top-img {
        z-index: 100;
        height: 30vh;
        position: relative;
        bottom: -5vh;
        left: 0;
        right: 0;
        margin: 0 auto;
        margin-top: 15px
    }
    .title-section {
        font-size: 70px;
        line-height: 70px
    }
    .left-right-content .left-side .title-section,
    .right-left-content .right-side .title-section {
        font-size: 55px;
        line-height: 55px
    }
    .item-content {
        padding-left: 30px;
        padding-right: 30px
    }
    #owl-carousel-main .item-content {
        padding-left: 30px;
        padding-right: 30px
    }
    #owl-carousel-main .item-content .principal {
        font-size: 60px;
        line-height: 60px
    }
    #owl-carousel-main .item-content .secondary {
        font-size: 25px;
        line-height: 30px
    }
    .item-content .img-down {
        height: 30px;
        width: auto
    }
    #owl-carousel-main .item-content .img-down {
        height: 30px;
        width: auto
    }
    .owl-theme .owl-dots .owl-dot span {
        width: 20px;
        height: 20px;
        margin: 20px 5px
    }
    #owl-carousel-services .center .item-content .btn-round {
        margin-top: 50px
    }
    #owl-carousel-clients {
        padding-top: 20px
    }
    #owl-carousel-clients .item-content .header-clients-carousel .testimonial {
        padding: 25px;
        padding-left: 75px;
        padding-right: 75px
    }
    #owl-carousel-clients .item-content .header-clients-carousel .testimonial .testimonial-content .signature {
        height: 40%;
        width: 33%
    }
    .footer-wrapper {
        padding-left: 10px;
        padding-right: 10px
    }
    #owl-carousel-clients .item-content .header-clients div {
        height: 100%;
        padding-left: 3px;
        padding-right: 3px;
        display: flex;
        align-items: center
    }
    #owl-carousel-clients .item-content .header-clients div .image {
        height: auto;
        width: auto;
        max-height: 75px;
        max-width: 100%;
        margin: 0 auto
    }
}

@media (max-height:768px) and (max-width:1280px) {
    .single-top-img {
        z-index: 100;
        height: 25vh!important;
        position: relative;
        bottom: -3vh!important;
        left: 0;
        right: 0;
        margin: 0 auto;
        margin-top: 0
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .container-content.slides {
        padding-left: 100px;
        padding-right: 100px
    }
    .title-section {
        font-size: 80px;
        line-height: 80px
    }
    .left-right-content .left-side .title-section,
    .right-left-content .right-side .title-section {
        font-size: 65px;
        line-height: 65px
    }
    .item-content {
        padding-left: 100px;
        padding-right: 100px
    }
    #owl-carousel-main .item-content {
        padding-left: 100px;
        padding-right: 100px
    }
    #owl-carousel-main .item-content .principal {
        font-size: 70px;
        line-height: 70px
    }
    #owl-carousel-main .item-content .secondary {
        font-size: 26px;
        line-height: 40px
    }
    .item-content .img-down {
        height: 30px;
        width: auto
    }
    #owl-carousel-main .item-content .img-down {
        height: 30px;
        width: auto
    }
    #owl-carousel-clients {
        padding-top: 35px
    }
    #owl-carousel-clients .item-content .header-clients-carousel .testimonial {
        padding: 25px;
        padding-left: 100px;
        padding-right: 100px
    }
    .menu-bar {
        height: 120px
    }
    .single-top-content {
        height: calc(100% - 170px);
        margin-top: 50px
    }
    .single-top-img {
        z-index: 100;
        height: 35vh;
        position: relative;
        bottom: -5vh;
        left: 0;
        right: 0;
        margin: 0 auto;
        margin-top: 0
    }
    #owl-carousel-clients .item-content .header-clients div {
        height: 100%;
        padding-left: 3px;
        padding-right: 3px;
        display: flex;
        align-items: center
    }
    #owl-carousel-clients .item-content .header-clients div .image {
        height: auto;
        width: auto;
        max-height: 75px;
        max-width: 100%;
        margin: 0 auto
    }
}

@media (min-width:1200px) {
    .item-content {
        padding-left: 150px;
        padding-right: 150px
    }
    #owl-carousel-main .item-content {
        padding-left: 150px;
        padding-right: 150px
    }
    #owl-carousel-clients {
        padding-top: 50px
    }
    #owl-carousel-clients .item-content .header-clients-carousel .testimonial {
        padding: 25px;
        padding-left: 200px;
        padding-right: 200px
    }
    .menu-bar {
        height: 120px
    }
    .single-top-content {
        height: calc(100% - 170px);
        margin-top: 50px
    }
    .single-top-img {
        z-index: 100;
        height: 35vh;
        position: relative;
        bottom: -5vh;
        left: 0;
        right: 0;
        margin: 0 auto;
        margin-top: 0
    }
    .left-right-content .left-side .title-section,
    .right-left-content .right-side .title-section {
        font-size: 75px;
        line-height: 75px
    }
    #owl-carousel-clients .item-content .header-clients div {
        height: 100%;
        padding-left: 3px;
        padding-right: 3px;
        display: flex;
        align-items: center
    }
    #owl-carousel-clients .item-content .header-clients div .image {
        height: auto;
        width: auto;
        max-height: 75px;
        max-width: 100%;
        margin: 0 auto
    }
}

@media (min-width:1280px) {
    .title-section {
        font-size: 100px;
        line-height: 100px
    }
    .item-content {
        padding-left: 200px;
        padding-right: 200px
    }
    #owl-carousel-main .item-content {
        padding-left: 200px;
        padding-right: 200px
    }
    #owl-carousel-main .item-content .principal {
        font-size: 106px;
        line-height: 106px
    }
    #owl-carousel-main .item-content .secondary {
        font-size: 26px;
        line-height: 50px
    }
    .item-content .img-down {
        height: 50px;
        width: auto
    }
    #owl-carousel-main .item-content .img-down {
        height: 50px;
        width: auto
    }
}

.dataTables_filter,
.dataTables_length {
    text-align: left!important;
    width: 100%;
    display: block!important;
    position: relative
}

.dataTables_filter label {
    width: 100%!important;
    display: block
}

.dataTables_filter input {
    margin: 0!important;
    box-sizing: inherit;
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit
}

.dataTables_length label {
    width: 100%
}

.dataTables_length label .form-control {
    width: auto;
    display: inline-block
}

.dt-buttons {
    width: 100%
}

.margin-btn {
    margin: 5px
}

.margin-btn_bot {
    margin-bottom: 10px
}

.shadow-z-1 {
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .12), 0 1px 6px 0 rgba(0, 0, 0, .12)
}

.shadow-z-1:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.dataTables_wrapper .dataTables_info {
    white-space: pre-line!important
}

.dataTables_paginate .pagination {
    margin: 5px 0
}

.dataTables_paginate .pagination .mdl-button {
    margin: 0 3px;
    padding: 0 5px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    min-width: 25px
}

.info-table {
    line-height: 31px;
    padding-bottom: 5px
}

.dtr-data {
    display: inline-flex;
    line-height: 36px
}

.dtr-title {
    display: inline-flex;
    height: 36px;
    line-height: 36px
}

.material-modal .modal-content {
    border-radius: 0;
    border: none
}

.material-modal button.close {
    background: rgba(32, 32, 32, 1)!important;
    height: 34px;
    width: 34px;
    border-radius: 17px;
    text-shadow: none;
    margin: 0
}

.material-modal .modal-footer .btn+.btn {
    margin-left: 10px;
}

.material .help-block {
    font-weight: 600;
    font-size: 14px
}

.material .material-file .help-block,
.material .material-select .help-block {
    margin: 0;
    margin-bottom: 10px
}

.material .material-file .help-block {
    margin-top: -5px
}

.material .material-file .help-block:after,
.material .material-file .help-block:before,
.material .material-select .help-block:after,
.material .material-select .help-block:before {
    content: "";
    height: 2px;
    width: 50%;
    bottom: 0;
    position: absolute;
    background: red
}

.material .material-file .help-block:after,
.material .material-select .help-block:after {
    left: 50%
}



.map-location-search-wrapper {
    position: absolute;
    right: 10px;
    z-index: 3;
    direction: rtl;
    margin: 10px
}

.map-location-search {
    position: relative;
    background-color: #fff;
    border: 1px solid #bbb;
    border-radius: 3px;
    box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.3), 0 3px 3px rgba(0, 0, 0, 0.15), 0 3px 2px -2px rgba(0, 0, 0, 0.2);
    color: #666;
    direction: ltr
}

.map-location-search [class*=icon-] {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
}

.search-control {
    transition: all .175s cubic-bezier(.4,0,.2,1);
    position: relative;
    width: 40px;
    height: 40px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
    opacity: 0;
    cursor: pointer
}

.search-control:focus {
    width: 250px;
    border: none;
    opacity: 1;
    cursor: text
}
.pill {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 4px 7px;
    border: none;
    font-weight: 600;
    border-radius: 10px;
}

.pill.pill--i-flex {
    display: inline-flex
}

/* MASONRY GRID 
 * ------------------ */
.css-masonry {
    -webkit-column-count: 4;
    -moz-column-count:4;
    column-count: 4;

    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;

    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;

    padding: 0;
    font-size: .85em;
}

/* ITEM 
 * ------------------ */
.item {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
    color: #5d5d5d;
    display: flex;
    flex-direction: column;
    margin: 0 0 1em;
    overflow: hidden;
    position: relative;
    text-decoration: none !important;
    transition:.3s ease all;
    width: 100%;
    z-index: 0;
    -webkit-box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
}

.item .go-corner {
    align-items: center;
    background: #006bb1;
    border-radius: 0 4px 0 40px;
    display: flex;
    height: 40px;
    justify-content: center;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
}
.item .go-arrow {
    color: white;
    font-size: 20px;
    margin-right: -7px;
    margin-top: -10px;
}

.item:before {
    background: #006bb1;
    border-radius: 32px;
    content: "";
    right: -16px;
    height: 32px;
    position: absolute;
    top: -16px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-out;
    width: 32px;
    z-index: -1;
}

.item.favorite .go-corner, .item.favorite:before {
    background: #e13235;
}

.item:hover {
    color: rgba(255, 255, 255, 1);
    transition: all 0.3s ease-out;
}

.item:focus  {
    color: inherit;
}

.item:hover:before {
    transform: scale(28);
}

.item-head {
    display: flex;
    padding: 15px
}

.item-head .item-icon {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
}
.item-head .item-title {
    display: flex;
    justify-content: flex-start;
    padding-left: 15px;
    width: calc(100% - 80px);
}
.item-head .item-title .title {
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.item-details {
    display: flex;
    flex-direction: column;
    padding: 10px;
}
.item-info {
    max-height: var(--max-height);
    overflow: hidden;
    transition: max-height 0.5s;
}

.item .border-top {
    border-top: 1px solid rgba(0,0,0,0.12);
}
.item-btn {
    appearance: none;
    background-color: transparent;
    border: none;
    border-radius: 2px;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    letter-spacing: 0.75px;
    line-height: 36px;
    margin-top: 10px;
    min-width: 64px;
    padding: 0 8px;
    text-align: center;
    transition: box-shadow .4s cubic-bezier(.25, .8, .25, 1), background-color .4s cubic-bezier(.25, .8, .25, 1);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-transition: box-shadow .4s cubic-bezier(.25, .8, .25, 1), background-color .4s cubic-bezier(.25, .8, .25, 1);
}

.item-btn:hover {
    background-color: rgba(158,158,158,0.2);
}
.item-btn:active {
    background-color: rgba(158,158,158,0.4);
}
.item-btn:focus:not(:active){
    background-color: rgba(0,0,0,.12);
}
.item-btn[disabled] {
    color: rgba(0,0,0,.26);
    cursor: default;
}
.item-btn[disabled]:hover {
    background: none;
}

@media only screen and (max-width: 599px) {
    .item:hover:before {
        transform: scale(40);
    }

    .css-masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}
@media only screen and (min-width: 600px) and (max-width: 768px){
    .css-masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1000px){
    .css-masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}
@media only screen and (min-width: 1001px) {
    .css-masonry {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}

.grecaptcha-badge {
    bottom: 70px !important;
}



.step-heading-wrapper {
    display: flex;
    align-items: stretch;
}

.step-heading {
    flex: 1;
    padding: 15px;
    background: #eee;
    color: #aaa;
    cursor: default;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
}

.step-heading.current {
    background: #fafafa;
    color: #000;
}

.step-heading.success:not(.current) {
    background: #2db4664D;
    color: #000;
}
.step-heading.error:not(.current) {
    background: #c9302c4D;
    color: #000;
}

.d-flex {
    display: flex;
}

.d-f-1 {
    flex: 1;
}

.d-f-ai {
    align-items: center;
}

.d-f-ai-str {
    align-items: stretch;
}

.d-f-row-dsk-xs, .d-f-row-dsk-sm {
    flex-direction: column;
}

.d-f-col {
    flex-direction: column;
}

@media only screen and (min-width: 768px) {
    .grecaptcha-badge {
        bottom: 55px !important;
    }

    .d-f-row-dsk-xs {
        flex-direction: row;
    }
}

@media only screen and (min-width: 992px) {
    .d-f-row-dsk-sm {
        flex-direction: row;
    }
}

.language-selector button, .language-selector .language-dropdown li {
    text-transform: capitalize;
}

.language-selector button {
    background-color: transparent;
    min-width: 140px;
    width: max-content;
    height: 60px;
    color: white;
    padding: 10px;
    font-size: 18px;
    cursor: pointer;
    justify-content: flex-start;
    gap: 10px;
    box-shadow: none;
}

.language-selector button img,
.language-dropdown li img {
    width: 35px;
}
.language-selector button,
.language-dropdown li {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
}

.language-selector button:hover {
    cursor: pointer;
    background-color: rgba(255,255,255,.2);
}
/* Style for the dropdown content */
.language-dropdown {
    display: none;
    position: absolute;
    padding: 0;
    background-color: #f5f5f5;
    min-width: 140px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    max-height: 300px;
}
/* Style for the dropdown content items */
.language-dropdown li {
    color: black;
    padding: 10px;
    text-decoration: none;
    justify-content: flex-start;
    line-height: 1;
    gap: 10px;
}

/* Style for the dropdown content items on hover */
.language-dropdown li:hover {
    background-color: #f1f1f1;
    cursor: pointer;
}
/* Show the dropdown content when the dropdown button is clicked */
.language-selector:focus-within .language-dropdown {
    display: block;
}
/* Animate the dropdown content */
@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.language-dropdown {
    animation: slideIn 0.3s ease-out;
}
/* Scrollbar styles */
::-webkit-scrollbar {
    width: 8px;
    height: 10px;
}
::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #c2c9d2;
}

.grid {
    display: grid;
    gap: 50px; /* 50px entre columnas y filas */
    grid-template-columns: repeat(1, 1fr); /* xs */
}

@media (min-width: 768px) {
    .grid {
        grid-template-columns: repeat(2, 1fr); /* sm */
    }
}

@media (min-width: 992px) {
    .grid {
        grid-template-columns: repeat(3, 1fr); /* md */
    }
}

.grid-item {
}

.rating__stars {
    display: flex;
    padding-bottom: 0.375em;
    position: relative;
    gap: 5px;
}

.star {
    display: block;
    overflow: visible !important;
    pointer-events: none;
    width: 1.5em;
    height: 1.5em;
}
.aos-animate .star-ring, .aos-animate .star-fill, .aos-animate .star-line, .aos-animate .star-stroke {
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}
.star-ring, .star-fill, .star-line {
    stroke: #ffeb3b;
}
.star-fill {
    fill: #ffeb3b;
    transform: scale(0);
    transition: fill 0.3s cubic-bezier(0.42, 0, 0.58, 1), transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
.star-line {
    stroke-dasharray: 12 13;
    stroke-dashoffset: -13;
}
.star-stroke {
    stroke: #c7cad1;
    transition: stroke 0.3s;
}
.star--delay0 .star-ring, .star--delay0 .star-fill, .star--delay0 .star-line, .star--delay0 .star-stroke {
    animation-delay: 0.2s;
}
.star--delay1 .star-ring, .star--delay1 .star-fill, .star--delay1 .star-line, .star--delay1 .star-stroke {
    animation-delay: 0.3s;
}
.star--delay2 .star-ring, .star--delay2 .star-fill, .star--delay2 .star-line, .star--delay2 .star-stroke {
    animation-delay: 0.4s;
}
.star--delay3 .star-ring, .star--delay3 .star-fill, .star--delay3 .star-line, .star--delay3 .star-stroke {
    animation-delay: 0.5s;
}
.star--delay4 .star-ring, .star--delay4 .star-fill, .star--delay4 .star-line, .star--delay4 .star-stroke {
    animation-delay: 0.6s;
}
.aos-animate .star-ring {
    animation-name: starRing;
}
.aos-animate .star-stroke {
    animation-name: starStroke;
}
.aos-animate .star-line {
    animation-name: starLine;
}
.aos-animate .star-fill {
    animation-name: starFill;
}

@keyframes starRing {
    from, 20% {
        animation-timing-function: ease-in;
        opacity: 1;
        r: 8px;
        stroke-width: 16px;
        transform: scale(0);
    }
    35% {
        animation-timing-function: ease-out;
        opacity: 0.5;
        r: 8px;
        stroke-width: 16px;
        transform: scale(1);
    }
    50%, to {
        opacity: 0;
        r: 16px;
        stroke-width: 0;
        transform: scale(1);
    }
}
@keyframes starFill {
    from, 40% {
        animation-timing-function: ease-out;
        transform: scale(0);
    }
    60% {
        animation-timing-function: ease-in-out;
        transform: scale(1.2);
    }
    80% {
        transform: scale(0.9);
    }
    to {
        transform: scale(1);
    }
}
@keyframes starStroke {
    from {
        transform: scale(1);
    }
    20%, to {
        transform: scale(0);
    }
}
@keyframes starLine {
    from, 40% {
        animation-timing-function: ease-out;
        stroke-dasharray: 1 23;
        stroke-dashoffset: 1;
    }
    60%, to {
        stroke-dasharray: 12 13;
        stroke-dashoffset: -13;
    }
}

/* ------------------------ PAYMENT SIDEBAR ------------------------ */
.close-sidebar {
    cursor: pointer;
    border: none;
    display: flex;
    outline: none;
    color: #252a32;
    background: none;
    padding: 15px;
}

.sidebar-wrapper::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    transition: background 0.5s;
}
.sidebar-wrapper.open .sidebar {
    transform: translate3d(0, 0, 0);
    transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.2s, width 0.2s ease-in-out;
}
.sidebar-wrapper.open::before {
    background: rgba(37, 42, 50, 0.6);
    z-index: 1;
}
.sidebar {
    position: fixed;
    display: flex;
    flex-direction: column;
    top: 60px;
    right: 0;
    bottom: 51px;
    width: 45rem;
    z-index: 2;
    overflow-y: auto;
    color: #252a32;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
    transform: translate3d(100%, 0, 0);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), width 0.2s ease-in-out;
}
.sidebar-header {
}

.sidebar-body {
}

@media only screen and (max-width: 449px){
    .sidebar {
        width: 100vw;
    }
}

/* ------------------------ PAYMENT SIDEBAR ------------------------ */
/* ------------------------ kr-smart-form theme ------------------------ */
.kr-smart-form {
    width: 100% !important;
}

.kr-smart-form * {
    font-size: 16px !important; /* Ajusta el tamaño a lo que necesites */
}

.kr-smart-form .kr-smart-form-wrapper.kr-type-embedded .kr-card-header {
    padding: 40px 15px 15px !important;
    margin-bottom: 5px !important;
    border: none !important;
    border-radius: 0 !important;
}
.kr-smart-form .kr-smart-form-wrapper.kr-type-embedded .kr-card-header span.kr-card-header-label {
    font-size: 18px !important;
}
.kr-smart-form .kr-smart-form-wrapper.kr-type-embedded .kr-card-header .kr-card-icons {
    gap: 10px !important;
    align-items: center !important;
}

.kr-smart-form .kr-smart-form-wrapper.kr-type-embedded .kr-card-header .kr-card-icons span.kr-brand-icon {
    width: 45px !important;
    height: 36px !important;
}

.kr-smart-form .kr-smart-form-wrapper.kr-type-embedded .kr-card-header .kr-card-icons span.kr-brand-icon.kr-amex {
    background-color: #006fcf !important;
}

.kr-smart-form .kr-smart-form-wrapper.kr-type-embedded .kr-card-header .kr-card-icons span.kr-brand-icon.kr-cards {
    margin: 0 !important;
    border-radius: 0 !important;
    box-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%) !important;
}

.kr-smart-form .kr-smart-form-wrapper.kr-type-embedded .kr-card-header .kr-card-icons span.kr-brand-icon svg {
    width: 45px !important;
    height: 36px !important;
}

.kr-smart-form .kr-smart-form-wrapper.kr-type-embedded .kr-embedded {
    padding: 15px !important;
    box-sizing: border-box !important;
}

.kr-embedded .kr-field-element:not(.kr-checkbox,.kr-radio), .kr-embedded>.kr-field-wrapper {
    height: 50px !important;
    margin-bottom: 15px !important;
    border-radius: 0 !important;
}
.kr-embedded .kr-field-element:not(.kr-checkbox,.kr-radio) .kr-field-component, .kr-embedded>.kr-field-wrapper .kr-field-component {
    height: 48px !important;
    border-radius: 0 !important;
    padding: 10px !important;
}

.kr-embedded .kr-field-element:not(.kr-checkbox,.kr-radio) .kr-field-component input.kr-input-field, .kr-embedded>.kr-field-wrapper .kr-field-component input.kr-input-field {
    padding-left: 0 !important;
    height: 28px !important;
}

.kr-smart-form .kr-payment-button {
    background: linear-gradient(90deg, #293074 0, #e13235 100%) !important;
    border: none !important;
}
.kr-smart-form .kr-payment-button span {
    font-size: 22px !important;
}
.kr-embedded .kr-payment-button:disabled {
    background-color: rgb(87, 84, 109) !important;
}

.kr-smart-form .kr-smart-form-modal-wrapper {
    top: 60px !important;
    bottom: 70px !important;
}

.kr-smart-form .kr-smart-form-wrapper.kr-type-embedded .kr-smart-form-modal-wrapper .kr-smart-form-modal.kr-secure-iframe-visible {
    height: 100% !important;
}

.kr-smart-form-modal-wrapper .kr-smart-form-modal .kr-smart-form-modal-views-container {
    height: calc(100% - 35px) !important;
    width: 100% !important;
}

.kr-smart-form-modal-wrapper .kr-smart-form-modal .kr-smart-form-modal-views-container .kr-smart-form-modal-view {
    height: 100% !important;
    width: 100% !important;
}

.kr-smart-form .kr-smart-form-wrapper.kr-type-embedded .kr-smart-form-modal-wrapper .kr-smart-form-modal .kr-smart-form-methods {
    height: 100% !important;
    width: 100% !important;
}

.kr-smart-form .kr-smart-form-wrapper.kr-type-embedded .kr-smart-form-modal-wrapper .kr-smart-form-modal .kr-smart-form-methods .kr-methods {
    height: 100% !important;
    width: 100% !important;
}

.kr-smart-form .kr-smart-form-iframe-container:not(.kr-method-cards) {
    height: 100% !important;
    width: 100% !important;
}

iframe#krcheckout {
    height: 100% !important;
    width: 100% !important;
}
/* ------------------------ kr-smart-form theme ------------------------ */

/* ------------------------ Drag and Drop plugin theme ------------------------ */
/*.dd-file {
    max-width: 380px;
    margin: 0 auto;
}*/

.dd-file__drop-area {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 5px;
    background-color: #ffffff;
    border-radius: 0;
    border: 2px solid #d3d3d3;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.07);
    transition: 0.3s;
}

.dd-file__drop-area.is-active {
    background-color: #eee;
}

.dd-file__choose-file {
    flex-shrink: 0;
    border-radius: 100%;
    margin-right: 5px;
    color: #5d5d5d;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dd-file__choose-file.dd-file_btn-text {
    border-radius: 4px;
    width: auto;
    height: auto;
    padding: 10px 20px;
    font-size: 14px;
}

.dd-file__choose-file svg {
    width: 16px;
    height: 16px;
    display: block;
}

.dd-file__msg {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 35px;
}

.dd-file__input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}

.dd-file__input:focus {
    outline: none;
}

.dd-file__delete {
    display: none;
    position: absolute;
    right: 9px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.dd-file__delete:before {
    content: "";
    position: absolute;
    left: 0;
    transition: 0.3s;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23e13235' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 438.5 438.5'%3e%3cpath d='M417.7 75.7A8.9 8.9 0 00411 73H323l-20-47.7c-2.8-7-8-13-15.4-18S272.5 0 264.9 0h-91.3C166 0 158.5 2.5 151 7.4c-7.4 5-12.5 11-15.4 18l-20 47.7H27.4a9 9 0 00-6.6 2.6 9 9 0 00-2.5 6.5v18.3c0 2.7.8 4.8 2.5 6.6a8.9 8.9 0 006.6 2.5h27.4v271.8c0 15.8 4.5 29.3 13.4 40.4a40.2 40.2 0 0032.3 16.7H338c12.6 0 23.4-5.7 32.3-17.2a64.8 64.8 0 0013.4-41V109.6h27.4c2.7 0 4.9-.8 6.6-2.5a8.9 8.9 0 002.6-6.6V82.2a9 9 0 00-2.6-6.5zm-248.4-36a8 8 0 014.9-3.2h90.5a8 8 0 014.8 3.2L283.2 73H155.3l14-33.4zm177.9 340.6a32.4 32.4 0 01-6.2 19.3c-1.4 1.6-2.4 2.4-3 2.4H100.5c-.6 0-1.6-.8-3-2.4a32.5 32.5 0 01-6.1-19.3V109.6h255.8v270.7z'/%3e%3cpath d='M137 347.2h18.3c2.7 0 4.9-.9 6.6-2.6a9 9 0 002.5-6.6V173.6a9 9 0 00-2.5-6.6 8.9 8.9 0 00-6.6-2.6H137c-2.6 0-4.8.9-6.5 2.6a8.9 8.9 0 00-2.6 6.6V338c0 2.7.9 4.9 2.6 6.6a8.9 8.9 0 006.5 2.6zM210.1 347.2h18.3a8.9 8.9 0 009.1-9.1V173.5c0-2.7-.8-4.9-2.5-6.6a8.9 8.9 0 00-6.6-2.6h-18.3a8.9 8.9 0 00-9.1 9.1V338a8.9 8.9 0 009.1 9.1zM283.2 347.2h18.3c2.7 0 4.8-.9 6.6-2.6a8.9 8.9 0 002.5-6.6V173.6c0-2.7-.8-4.9-2.5-6.6a8.9 8.9 0 00-6.6-2.6h-18.3a9 9 0 00-6.6 2.6 8.9 8.9 0 00-2.5 6.6V338a9 9 0 002.5 6.6 9 9 0 006.6 2.6z'/%3e%3c/svg%3e");
}

.dd-file__delete:after {
    content: "";
    position: absolute;
    opacity: 0;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%) scale(0);
    background-color: #1d3557;
    border-radius: 50%;
    transition: 0.3s;
}

.dd-file__delete:hover:after {
    transform: translate(-50%, -50%) scale(1.9);
    opacity: 0.1;
}

/* ------------------------ Drag and Drop plugin theme ------------------------ */