.label{
    display:none!important;
}

#contact > div.container-fluid.text-left{
    margin-top:20px;
}
html,
body {
    max-width: 100%;
    overflow-x: hidden;
    font-family: 'Raleway', sans-serif;
}
body {
    font-size: large;
}
header {
    background: #303030;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    padding: 20px 10px 60px;
}
hr {
    margin-bottom: 10px;
}
.header-info {
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-bottom: 0;
    background-image: url(https://cdn.msclics.com/assets/prod/13/banner-atardecer.jpg);
    background-position: top;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

 body > section.description > div > div{
        padding-top: 4%;
}

h1,
h2,
h3 {
    font-family: 'Raleway',Helvetica Neue, Helvetica, Arial, sans-serif;
    font-style: Extra-Bold;
}
p{
    letter-spacing: -1px;
    font-style: Regular;
}
.logo {
    clear: both;
    padding: 0;
}
.logo-xs {
    padding: 0 3px 0 8px;
}
.logo-xs > a > img {
    max-width: 100px;
}
.navbar-fixed-top {
    box-shadow: 0 5px 30px 0 #000;
    border: none;
    background: #fff;
}
.form-control {
    height: 30px;
    border-radius: 5px!important;
    border: none;
    color: #585858;
    font-weight: 700;
}
.input-group {
    width: 100%;
}
::-webkit-input-placeholder {
    color: #6E3822!important;
    font-weight: 700;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 5px solid transparent;
    border-radius: 5px;
    padding: 6px 12px;
}
.line {
    width: 10%;
}
.btn-warning {
    background-color: #3F1B01!important;
    color: #fff!important;
    font-size: medium;
    font-weight: 700;
    border: none;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus {
    background: #1a1a1a!important;
    color: #FFF!important;
    border: none;
}
.btn-primary {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}
.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary:active:hover {
    color: #fff;
    background-color: #E96C00;
    border-color: #E96C00;
}
.copyright,
.copyright > a {
    font-size: 10pt;
    color: #3f1b01;
    text-decoration: none;
    padding: 7px 0;
}
.bg-bottom-menu {
    background: #e06b29;
}
div#bottomNav div a {
    color: #FFF;
    font-size: 23pt;
}
div#bottomNav div {
    border-right: 1px solid #fff;
    box-shadow: inset 0 0 91px rgba(0, 0, 0, 0.23);
}
div#bottomNav div:last-child {
    border: none;
}
::-webkit-scrollbar {
    width: 8px;
    background: #dadada;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb {
    background: #423f3d;
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid #fff;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}
::-webkit-scrollbar-thumb:hover {
    background: #e06b29;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    border-radius: 10px;
}
#sidebar-wrapper {
    margin-right: -250px;
    right: 0;
    width: 250px;
    position: fixed;
    height: 100%;
    overflow-y: auto;
    z-index: 1100!important;
    transition: all .5s ease-in 0;
    -webkit-transition: all .5s ease-in 0;
    -moz-transition: all .5s ease-in 0;
    -ms-transition: all .5s ease-in 0;
    -o-transition: all .5s ease-in 0;
    background-color: rgba(250, 255, 255, 0.68);
}
.navbar-header {
    background-color: rgba(255, 255, 255, 0.86);
}
.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.sidebar-nav li {
    line-height: 50px;
    text-indent: 20px;
}
.sidebar-nav li a {
    color: #999;
    display: block;
    text-decoration: none;
}
.sidebar-nav li a:hover {
    color: #fff;
    background: rgba(250, 255, 255, 0.68);
    text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
    height: 55px;
    line-height: 55px;
    font-size: 18px;
}
.sidebar-nav > .sidebar-brand a {
    color: #999;
}
.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}
#menu-toggle {
    top: 0;
    right: 0;
    position: fixed;
    z-index: 1;
    margin-top: 10px;
    margin-right: 35px;
    color: #e26328;
}
#sidebar-wrapper.active {
        right: 250px;
        width: 250px;
        transition: all 0.5s ease-out 0s;
        -webkit-transition: all 0.5s ease-out 0s;
        -moz-transition: all 0.5s ease-out 0s;
        -ms-transition: all 0.5s ease-out 0s;
        -o-transition: all 0.5s ease-out 0s;
        z-index: 5;
      }
.toggle {
    margin: 5px 5px 0 0;
}
.description {
    background: url(https://cdn.msclics.com/assets/prod/13/atardecer.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: top;
    background-size: cover;
    padding-top: 3%;
    padding-bottom: 3%;
}
.prices {
    background: #fff;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center right;
    background-attachment: fixed;
}
.white {
    color: #fff;
    font-size: xx-large;
}
.offer {
    background: url(https://cdn.msclics.com/assets/prod/13/characteristics.png);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center right;
    background-attachment: fixed;
}
.like {
    padding-top: 3%;
    border: 0 solid;
    height: 450px;
    background: url(https://cdn.msclics.com/assets/prod/13/14.png);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    width: 60%;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 15px;
}
.swiper-slide:nth-child(2n) {
    width: 40%;
}
.swiper-slide:nth-child(3n) {
    width: 20%;
}
.icon-color {
    color: #3f1b01;
}
#social a {
    padding: 0 10px;
}
.cb-slideshow,
.cb-slideshow:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}
.cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 3s linear infinite 0;
    -moz-animation: imageAnimation 3s linear infinite 0;
    -o-animation: imageAnimation 3s linear infinite 0;
    -ms-animation: imageAnimation 10s linear infinite 0;
    animation: imageAnimation 30s linear infinite 0;
}

.cb-slideshow li:nth-child(2) span {
    background-image: url(https://cdn.msclics.com/assets/prod/13/2.png);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) span {
    background-image: url(https://cdn.msclics.com/assets/prod/13/3.png);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -moz-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -o-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -ms-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes imageAnimation { 
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    8% { opacity: 1;
         animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}

8% {
    -webkit-transform: scale(1.05);
    -webkit-animation-timing-function: ease-out;
    -moz-transform: scale(1.05);
    -moz-animation-timing-function: ease-out;
    -o-transform: scale(1.05);
    -o-animation-timing-function: ease-out;
    -ms-transform: scale(1.05);
    -ms-animation-timing-function: ease-out;
    opacity: 1;
    transform: scale(1.05);
    animation-timing-function: ease-out;
}
17% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    opacity: 1;
    transform: scale(1.1);
}
25% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    opacity: 0;
    transform: scale(1.1);
}
100% {
    opacity: 0;
}
.hover .text {
    position: relative;
    bottom: 30px;
    left: 0;
    visibility: hidden;
}
.hover:hover .text {
    visibility: visible;
}
.panel {
    border-left: 0;
    border-right: 0;
}
.panel-body {
    padding: 0;
}
.linea {
    width: 100%;
    height: 0;
    border-bottom: 115px solid #E3831F;
    float: left;
    position: absolute;
    z-index: 0;
    left: 0;
    margin: 5% 0 0;
}
.text-contact {
    font-size: large;
    color: #3f1b01;
    margin-bottom: auto;
    margin-top: 10px;
}
#banner > div > div > div {
    margin-top: 20%;
}
#banner > div > div > div > div:nth-child(1) > img {
    width: 60%;
}
.swiper-button-prev {
    left: 20px;
    right: auto;
    background-color: white;
    display: block;
    border-radius: 50px;
    padding: 2%;
    box-shadow: 1px 4px 5px silver;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAtUExURUdwTAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAK22XqcAAAAPdFJOUwD+CB3DENPyUd41fapol4gXv6sAAACHSURBVCgVY2DADZjQpSw3oIqwJsqiCqgIOqEKHBQLQBHgE5yMwmfYKL4ARYBDsAqFz9Ao2IAiwFWIZqe54AYUBcwT5VD4DGGCB1AEmBxFFFAEeARTUfgMGAIYWjAMZcCwlgHdYQwYTsfwHAOG9zECiAEjCBnQA5kBIxowIooBPSoZMCIbEiQAsbYWW/eZJDkAAAAASUVORK5CYII=);
}
.swiper-button-next {
    right: 20px;
    left: auto;
    background-color: white;
    display: block;
    border-radius: 50px;
    padding: 2%;
    box-shadow: 1px 4px 5px silver;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADSSURBVFhH7dc9DgFRGIXhGxKFRqKl1KqVVsAGbIAdSNS2YAUStQXo1UpKnUqjkAjeT+ZbgnMicZInk+nO3Jm5P+WX0qyulixwROdzJ84Ur8oBLUgTQ79HltihAWnaiKfPEmvUIE0XZ2SJFeTp44osMYc8Q9wQBZ6YQJ4xHogSd4wgzwz5KmJEBpBniSxxQQ/yxN+QJU6Qz5Z1bJEl/rNlltggRkcWawHrK7B/hNbf0DoRWadi62JkXY6tGxLrlsy6KbUvNPaDScR6NMtYD6dfSilvYO9e+2fcPGkAAAAASUVORK5CYII=);
}
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
a:link {
    text-decoration: none;
}
.cls_name,
.cls_email,
.cls_tel,
.cls_mess {
    border: 2px solid #3F1B01;
}
body > section.prices > div.container > div:nth-child(4) > div:nth-child(2) > center > div,
body > section.prices > div.container > div:nth-child(4) > div:nth-child(3) > center > div {
    width: 355px;
}
@media (max-width:480px) {
    .copyright,
    .copyright > a {
        margin-bottom: 48px;
    }
}

@media (min-device-width:768px) and (max-device-width: 1366px) {
    
    #banner > div > div > div > div:nth-child(1) > img {
        width: 40%;
    }
    .line {
        width: 15%;
    }
}

@media (min-device-width: 320px) and (max-device-width: 667px) {
    
    .swiper-button-prev {
        left: 20px;
        right: auto;
        background-color: white;
        display: block;
        border-radius: 50px;
        padding: 28px;
        box-shadow: 1px 4px 5px silver;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAtUExURUdwTAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAK22XqcAAAAPdFJOUwD+CB3DENPyUd41fapol4gXv6sAAACHSURBVCgVY2DADZjQpSw3oIqwJsqiCqgIOqEKHBQLQBHgE5yMwmfYKL4ARYBDsAqFz9Ao2IAiwFWIZqe54AYUBcwT5VD4DGGCB1AEmBxFFFAEeARTUfgMGAIYWjAMZcCwlgHdYQwYTsfwHAOG9zECiAEjCBnQA5kBIxowIooBPSoZMCIbEiQAsbYWW/eZJDkAAAAASUVORK5CYII=);
    }
    .swiper-button-next {
        right: 20px;
        left: auto;
        background-color: white;
        display: block;
        border-radius: 50px;
        padding: 28px;
        box-shadow: 1px 4px 5px silver;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADSSURBVFhH7dc9DgFRGIXhGxKFRqKl1KqVVsAGbIAdSNS2YAUStQXo1UpKnUqjkAjeT+ZbgnMicZInk+nO3Jm5P+WX0qyulixwROdzJ84Ur8oBLUgTQ79HltihAWnaiKfPEmvUIE0XZ2SJFeTp44osMYc8Q9wQBZ6YQJ4xHogSd4wgzwz5KmJEBpBniSxxQQ/yxN+QJU6Qz5Z1bJEl/rNlltggRkcWawHrK7B/hNbf0DoRWadi62JkXY6tGxLrlsy6KbUvNPaDScR6NMtYD6dfSilvYO9e+2fcPGkAAAAASUVORK5CYII=);
    }
    .line {
        width: 90%;
    }
    .linea {
        visibility: hidden;
        width: 100%;
        height: 0;
        border-bottom: 115px solid #E3831F;
        float: left;
        position: absolute;
        z-index: 0;
        left: 0;
        margin: 6% 0 0;
    }
    .hover .text {
        position: relative;
        bottom: 30px;
        left: 0;
        visibility: visible;
    }
    .like {
        padding-top: 3%;
        border: 0 solid;
        height: 400px;
        background: url(https://cdn.msclics.com/assets/prod/13/14.png);
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }
    .text-contact {
        font-size: large;
        color: #3f1b01;
        margin-bottom: auto;
        margin-top: 10px;
    }
    
    .white {
        color: #fff;
        font-size: 20px;
    }
    #banner > div > div > div {
        margin-top: 38vh;
    }
    #banner > div > div > div > div:nth-child(1) > img,
    body > section.prices > div.container > div:nth-child(4) > div:nth-child(2) > center > div,
    body > section.prices > div.container > div:nth-child(4) > div:nth-child(3) > center > div {
        width: 100%;
    }

    body > section.description > div > div{
        padding-top: 20%;
    }
}


@media (min-device-width: 425px) and (max-device-width: 768px) {
    
     body > section.description > div > div{
        padding-top: 10%;
    }
    .linea {
        visibility: hidden;
        width: 100%;
        height: 0;
        border-bottom: 115px solid #E3831F;
        float: left;
        position: absolute;
        z-index: 0;
        left: 0;
        margin: 6% 0 0;
    }
    .hover .text {
        position: relative;
        bottom: 30px;
        left: 0;
        visibility: visible;
    }
    .like {
        padding-top: 3%;
        border: 0 solid;
        height: 450px;
        background: url(https://cdn.msclics.com/assets/prod/13/14.png);
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }
    .text-contact {
        font-size: medium;
        text-align: right;
        display: 0;
        color: #3f1b01;
        margin-bottom: auto;
        margin-top: 10px;
    }
    
    .white {
        color: #fff;
        font-size: medium;
    }
    #banner > div > div > div {
        margin-top: 15%;
    }
    body > section.prices > div.container > div:nth-child(4) > div:nth-child(2) > center > div,
    body > section.prices > div.container > div:nth-child(4) > div:nth-child(3) > center > div {
        width: 100%;
    }
}

