@import 'https://fonts.googleapis.com/css?family=Roboto:400';
@import 'https://fonts.googleapis.com/css?family=Muli:400,800';
body {
    font-family: roboto, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    overflow-x: hidden
}

.swal-wide {
    width: 150px;
}

.boton-swal {
    padding: 17px 46px !important;
}

.swal-modal .swal2-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 1.2em;
    height: 1.2em;
    transition: color 0.1s ease-out;
    border: none;
    background: transparent;
    color: #cccccc;
    font-family: serif;
    font-size: 40px;
    cursor: pointer;
}

.swal-modal .swal2-close:hover {
    color: #f27474;
}

img {
    max-width: 100%
}

html {
    scroll-behavior: auto;
    scroll-behavior: smooth;
    /* Global values */
    scroll-behavior: inherit;
    scroll-behavior: initial;
    scroll-behavior: unset;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: muli, sans-serif;
    font-weight: 600
}

h3 {
    font-size: 1.6em;
    line-height: 1.4em
}

p {
    font-size: 14px;
    font-family: roboto, sans-serif;
    margin: 0;
    line-height: 19px;
    font-weight: 400
}

a {
    color: #0a0a0a -webkit-transition -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

a:hover,
a:focus {
    /*color:#3f51b5*/
}

ul {
    margin: 0;
    padding: 0
}

ul li {
    /*
  list-style-type: square;
*/
    margin: 0
}

ol {
    list-style: none
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none
}

.btn {
    color: #fff;
    border-radius: 2px;
    padding: 12px 30px;
    position: relative;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    border: none;
    text-transform: uppercase
}

.btn:focus,
.btn:hover {
    color: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .15), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn1 {
    color: #fff;
    border-radius: 2px;
    padding: 6px 7px;
    position: relative;
    width: 49%;
    font-size: 13px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    border: none;
    text-transform: uppercase;
}

.btn1:focus,
.btn:hover {
    color: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .15), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.btn-common {
    background: rgb(255, 95, 2)!important;
    position: relative;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1), 0 2px 5px 0 rgba(0, 0, 0, .15)
}

.btn-common::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, .1);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.btn-common:hover::before {
    opacity: 0;
    transform: scale(.5, .5)
}

.btn-danger:hover {
    background: #f7716d
}

.btn-border {
    border: 1px solid #fff;
    background: 0 0;
    padding: 10px 30px !important;
    text-transform: uppercase
}

.btn-border:hover {
    opacity: .8;
    color: #fff
}

.btn-sm {
    font-size: 13px !important;
    padding: 10px 18px !important;
    margin-bottom: 5px;
    border: none
}

.btn-xs {
    border-radius: 0;
    font-size: 12px;
    line-height: 1.5;
    padding: 1px 5px
}

.btn-rm {
    padding: 10px 21px;
    margin-top: 30px;
    text-transform: capitalize
}

.section {
    /*padding: 6px 0;*/
}

.section-title {
    text-align: center;
    font-size: 28px;
    position: relative;
    margin-bottom: 18px;
    margin-top: 30px;
    color: red;
}

.lines {
    margin: auto;
    width: 70px;
    position: relative;
    border-top: 2px solid rgb(0, 90, 143);
    margin-top: 15px;
    margin-bottom: 40px
}

.small-title {
    font-size: 24px;
    padding: 15px 0
}

#content {
    padding: 60px 0
}

.page-header {
    padding: 20px 0;
    background: #2d2d2d;
    margin: 0
}

.page-header .entry-title {
    float: right;
    font-size: 14px;
    margin: 3px 0;
    color: #f1f1f1;
    font-weight: 400
}

.breadcrumb {
    font-size: 14px;
    color: #f1f1f1;
    background: 0 0;
    margin: 3px 0 6px;
    padding: 8px 6px;
    border-radius: 0;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.breadcrumb a {
    color: #f1f1f1
}

.breadcrumb a:hover {
    color: #3f51b5
}

.breadcrumb .crumbs-spacer {
    color: #f1f1f1;
    margin: 0 4px
}

.breadcrumb .current {
    color: #999 !important
}

.back-to-top {
    display: none;
    position: fixed;
    bottom: 35px;
    right: 15px
}

.back-to-top i {
    display: none;
    width: 81px;
    font-size: 14px;
    height: 86px;
    background: #005a8f;
    line-height: 36px;
    color: #fff;
    border-radius: 2px;
    text-align: center;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

#loader {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999
}

.sk-folding-cube {
    margin: 0 auto;
    top: 50%;
    width: 50px;
    height: 50px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg)
}

.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #3f51b5;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg)
}

.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg)
}

.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg)
}

.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

@-webkit-keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0
    }
}

@keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0
    }
}

.white-bg {
    background: #fff
}

.gray-bg {
    background: #f5f5f5
}

.navbar-default.affix {
    width: 100%;
    top: 0;
    z-index: 99999;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2)
}

.navbar-default.affix .navbar-brand {
    padding: 7px 15px;
    height: 54px
}

.navbar-default.affix .navbar-nav>li {
    padding-top: 5px;
    padding-bottom: 5px
}

.navbar-default.affix .icon-right {
    margin-top: 10px
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.top-bar {
    background: #f5f5f5;
    border-bottom: 1px solid #f0f0f0
}

.top-bar .contact-details li {
    display: inline-block
}

.top-bar .contact-details li a {
    font-size: 13px;
    display: block;
    margin-left: 15px;
    color: #222;
    line-height: 48px
}

.top-bar .contact-details li a i {
    padding-right: 5px;
    vertical-align: middle
}

.account-setting {
    position: relative;
    float: right;
    padding: 4px;
    margin-right: 5px;
    color: #fff
}

.account-setting a {
    display: inline-block;
    padding: 6px;
    outline: none;
    font-size: 12px;
    text-decoration: none;
    color: #fff
}

.account-setting a i {
    margin-right: 5px
}

.account-setting a:hover {
    color: #3f51b5
}

.top-bar-bottom {
    background: #3f51b5;
    padding: 15px
}

.top-bar-bottom .header-logo {
    float: left
}

.top-bar-bottom .name-title {
    float: left;
    padding: 5px 20px;
    margin-top: 10px;
    border-left: 1px dotted #aaa
}

.search-area {
    margin: 8px 35px 0;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #005a8f;
    width: 54%;
    float: left;
}

.search-area .categories-filter {
    border-right: 1px solid #e0e0e0;
    text-transform: capitalize;
    display: inline-block;
    line-height: 38px;
    background: #fff;
    border-radius: 0
}

.search-area .categories-filter .dropdown-menu {
    min-width: 180px;
    border: none;
    padding: 3px 15px;
    border-radius: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.search-area .categories-filter .dropdown-menu .menu-header {
    margin: 0
}

.search-area .categories-filter .dropdown-menu li {
    margin-bottom: 10px
}

.search-area .categories-filter .dropdown-menu li a {
    border-bottom: none
}

.search-area .categories-filter a {
    padding: 0 20px;
    color: #666;
    font-size: 13px
}

.search-area .search-field {
    border: none;
    padding: 13px 3px;
    color: #000000;
    width: 88%;
}

.search-area .search-field:focus {
    outline: none
}

.search-area .search-button {
    display: inline-block;
    float: right;
    margin: 0;
    padding: 17px 16px 9px;
    text-align: center;
    background: #1d841d;
    color: white;
}

.search-area .search-button i {
    vertical-align: middle
}

.search-area .search-button i:hover {
    color: #ff9f00;
}

ul.social-list {
    float: right
}

ul.social-list li {
    float: left;
    padding: 6px 0
}

ul.social-list li a {
    display: inline-block;
    color: #999
}

ul.social-list li a i {
    font-size: 16px;
    display: block;
    width: 34px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.social-list li .fa-facebook:hover {
    color: #507cbe
}

.social-list li .fa-twitter:hover {
    color: #63cdf1
}

.social-list li .fa-google-plus:hover {
    color: #f16261
}

.social-list li .fa-linkedin:hover {
    color: #90cadd
}

.caret {
    border-top: none;
    border-right: none;
    position: relative;
    line-height: 22px
}

.caret:before {
    content: "\e604";
    font-family: simple-line-icons;
    left: -2px;
    top: -12px;
    font-size: 11px;
    float: right;
    position: absolute
}

.navbar {
    margin-bottom: 0;
    background: #005a8f;
    border: none;
    color: #f58634;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0
}

.navbar-brand {
    margin: 0 !important;
    padding: 20px 15px;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.navbar-brand img {
    width: 176px;
    margin-top: -11px;
}

.navbar-default .navbar-nav {
    margin-right: 0 !important;
    position: relative;
    letter-spacing: 1px;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.navbar-default .navbar-nav>li {
    margin-left: 45px;
    padding-top: 20px;
    padding-bottom: 11px;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    display: block;
    font-size: 14px;
    border-radius: 0;
    border: 1px solid transparent;
    padding: 10px 10px;
    text-transform: uppercase;
    overflow: hidden;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    font-weight: 600
}

.navbar-default .navbar-nav>li:hover>a,
.navbar-default .navbar-nav>li>a.active {
    color: #fff;
    /*background: rgb(255, 159, 0);*/
    border-radius: 30px;
}

.navbar-default .navbar-nav>li>a i {
    margin: 0 -2px 0 -5px
}

.navbar-default .navbar-nav .dropdown {
    position: absolute;
    left: 0;
    margin-top: 25px;
    border-top: 1px solid #3f51b5;
    top: 100%;
    min-width: 220px;
    background-color: #fff;
    visibility: hidden;
    z-index: 999;
    opacity: 0;
    border-radius: 2px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.navbar-default .navbar-nav>li.drop:hover .dropdown {
    visibility: visible;
    opacity: 1;
    margin-top: 0
}

.dropdown li,
.sup-dropdown li {
    position: relative
}

.dropdown li a {
    display: block;
    width: 300px;
    color: #666;
    font-size: 13px;
    border-bottom: 1px solid #005a8f94;
    font-family: open sans, sans-serif;
    padding: 10px 18px;
    text-decoration: none;
    text-transform: capitalize;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.dropdown li:last-child a {
    border: none
}

.dropdown li a i {
    margin: 0 0 0 -4px
}

.dropdown>li:hover>a {
    /* color:#3f51b5*/
}

.dropdown li a.active {
    color: #3f51b5
}

.navbar-default .mega-menu {
    background: #3f3f3f;
    padding: 30px;
    width: 550px
}

.navbar-default .mega-menu .menulinks .maga-menu-title {
    display: block;
    margin-bottom: 10px
}

.navbar-default .mega-menu .menulinks .maga-menu-title a {
    font-weight: 700;
    font-size: 15px;
    padding: 0 0 7px;
    color: #222;
    display: block;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px
}

.navbar-default .mega-menu .menulinks .maga-menu-title a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 16px;
    height: 1px;
    background: #e3e3e3
}

.navbar-default .mega-menu .menulinks li a {
    font-size: 13px;
    font-weight: 400;
    padding: 7px 0;
    border: none;
    display: block
}

.navbar-default .mega-menu .menulinks li a:hover {
    color: #3f51b5
}

.navbar-default .megamenu2 {
    width: 475px
}

.mobile-menu {
    display: none
}

.slicknav_menu {
    display: none
}

.slicknav_btn:hover {
    background: #005a8f;
}

.slicknav_menu .slicknav_icon-bar {
    background: #ff9f00;
}

.servidor {
    font-size: 3.5em;
    position: relative;
    bottom: 38px;
    margin-top: -27px;
    color: red;
}

.servidor-label-1 {
    width: 47%;
    margin-top: -32px;
}

@media screen and (max-width:767px) {
    .servidor {
        font-size: 1.8em;
        position: relative;
        bottom: 38px;
        margin-top: -9px;
        color: red;
    }
    .servidor-label-1 {
        width: 100%;
        margin-top: -32px;
    }
    .js .mobile-menu {
        display: none
    }
    .slicknav_menu {
        display: block
    }
    #get_quote {
        background: #000304f2;
        padding: 10px 0;
        color: #fff;
        /* padding-top: 178px!important; */
    }
}

.navbar-toggle {
    display: none
}

.toggle-wrap {
    position: relative
}

.toggle_cont {
    display: none;
    background: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0 5px 18px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 5px 18px rgba(0, 0, 0, .15);
    box-shadow: 0 5px 18px rgba(0, 0, 0, .15);
    padding: 7px 0;
    list-style-type: none;
    position: absolute;
    right: 0;
    top: 100%;
    width: 200px;
    z-index: 20;
    font-size: 14px;
    line-height: 16px
}

.toggle_cont>li {
    padding: 8px 5px 8px 20px;
    display: inline-block;
    width: 100%
}

.toggle_cont>li>a,
.toggle_cont>li>button {
    text-align: left;
    display: inline-block;
    color: #a5a8ae;
    background: 0 0
}

.toggle_cont>li>a:visited,
.toggle_cont>li>button:visited {
    color: #a5a8ae
}

.toggle_cont>li>a:hover,
.toggle_cont>li>a:active,
.toggle_cont>li>a:focus,
.toggle_cont>li>button:hover,
.toggle_cont>li>button:active,
.toggle_cont>li>button:focus {
    color: #34373c;
    background: 0 0 !important
}

.language-wrapper {
    float: right;
}

.language-wrapper a {
    margin-right: 147px;
}

.box-language,
.box-currency {
    display: inline-block;
    padding: 11px 0;
    margin-right: 59px;
}

.box-language .btn-group,
.box-currency .btn-group {
    vertical-align: top;
    margin: 0
}

.box-language img,
.box-currency img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    position: relative;
    top: -1px
}

.box-language .toggle,
.box-currency .toggle {
    color: #222;
    display: block;
    text-align: center;
    cursor: pointer;
    padding: 0 3px;
    border-radius: 2px;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
    -webkit-transition: .3s all ease;
    transition: .3s all ease
}

.box-language .toggle span+span,
.box-currency .toggle span+span {
    margin-right: 17px;
    float: left
}

.box-language .toggle span:first-child,
.box-currency .toggle span:first-child {
    position: relative;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
    -webkit-transition: .3s all ease;
    transition: .3s all ease
}

.box-language .toggle:after,
.box-currency .toggle:after {
    display: inline-block;
    content: '\f107';
    font-size: 13px;
    font-weight: 400;
    margin-left: 0;
    font-family: fontawesome;
    vertical-align: top;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
    -webkit-transition: .3s all ease;
    transition: .3s all ease
}

.box-language .toggle.active,
.box-language .toggle:hover,
.box-currency .toggle.active,
.box-currency .toggle:hover {
    color: #34373c
}

.box-language .toggle_cont,
.box-currency .toggle_cont {
    left: 0;
    top: 32px;
    width: 133px;
    text-align: left;
    z-index: 99
}

.box-language .toggle_cont>li>a,
.box-language .toggle_cont>li>button,
.box-currency .toggle_cont>li>a,
.box-currency .toggle_cont>li>button {
    color: #a5a8ae
}

.box-language .toggle_cont>li>a:visited,
.box-language .toggle_cont>li>button:visited,
.box-currency .toggle_cont>li>a:visited,
.box-currency .toggle_cont>li>button:visited {
    color: #a5a8ae
}

.box-language .toggle_cont>li>a:hover,
.box-language .toggle_cont>li>a:active,
.box-language .toggle_cont>li>a:focus,
.box-language .toggle_cont>li>a.selected,
.box-language .toggle_cont>li>button:hover,
.box-language .toggle_cont>li>button:active,
.box-language .toggle_cont>li>button:focus,
.box-language .toggle_cont>li>button.selected,
.box-currency .toggle_cont>li>a:hover,
.box-currency .toggle_cont>li>a:active,
.box-currency .toggle_cont>li>a:focus,
.box-currency .toggle_cont>li>a.selected,
.box-currency .toggle_cont>li>button:hover,
.box-currency .toggle_cont>li>button:active,
.box-currency .toggle_cont>li>button:focus,
.box-currency .toggle_cont>li>button.selected {
    color: #34373c
}

.box-currency .toggle_cont {
    width: 120px
}

button {
    background: 0 0;
    border: none;
    display: inline-block;
    padding: 0;
    outline: none;
    outline-offset: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
    -webkit-transition: .3s all ease;
    transition: .3s all ease
}

.dropdown-search {
    min-width: 360px !important;
    padding: 15px;
    right: 0;
    left: auto;
    margin-top: 13px
}

.dropdown-search input {
    border: 1px solid #e8e8e8;
    padding: 7px 5px;
    color: #777;
    width: 100%
}

.dropdown-search .input-outer {
    position: relative
}

.dropdown-search .input-outer button {
    position: absolute;
    right: 0;
    top: 0
}

.dropdown-search .sb-search-submit {
    text-align: center;
    padding: 10px 22px;
    text-transform: inherit;
    background: #3f51b5;
    color: #fff;
    border-radius: 0
}

.dropdown .dropdown-search {
    left: auto;
    right: -15px;
    margin-top: 16px
}

.dropdown.text-right .dropdown-menu {
    left: auto;
    right: -15px;
    margin-top: 16px;
    padding: 0
}

.dropdown-menu {
    position: absolute;
    left: 221px;
    border-top: 1px solid #3f51b5;
    top: -3%;
    min-width: 220px;
    background-color: #fff;
    z-index: 999;
    border-radius: 2px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu li a {
    display: block;
    color: #666;
    font-size: 13px;
    background: #fff;
    border-bottom: 1px solid #f1f1f1;
    font-family: open sans, sans-serif;
    padding: 10px 18px;
    text-decoration: none;
    text-transform: capitalize;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.dropdown-menu li a .icon {
    margin-right: 10px
}

.dropdown-menu li a:hover {
    color: #3f51b5;
    background: 0 0
}

.cart-popup {
    position: relative;
    display: inline-block
}

.cart-popup .dropdown-popup:hover .cart-box {
    opacity: 1;
    top: 83px;
    transition: all .5s ease 0s;
    visibility: visible;
    z-index: 99999999
}

.cart-box {
    position: absolute;
    z-index: 99;
    opacity: 0;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    visibility: hidden;
    width: 300px;
    left: auto;
    top: 58px;
    right: -27px
}

.cart-box .popup-container {
    border: 1px solid #ddd;
    padding: 15px;
    background: #fff;
    position: relative
}

.cart-box .popup-container:before {
    background: url(../img/search-angle.png);
    content: "";
    height: 15px;
    position: absolute;
    right: 32px;
    top: -15px;
    width: 28px
}

.cart-box .cart-entry {
    padding-bottom: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    position: relative
}

.cart-box .image {
    float: left;
    width: 70px
}

.cart-box .content {
    padding: 0 20px 0 85px;
    text-align: left
}

.cart-box .content .title {
    font-size: 14px;
    line-height: 18px;
    color: #333;
    font-weight: 700;
    margin-bottom: 5px;
    display: block
}

.cart-box .content .quantity {
    font-size: 12px;
    line-height: 24px;
    color: #999;
    margin-bottom: 3px
}

.cart-box .content .price {
    font-size: 18px;
    line-height: 24px;
    color: #e11414;
    font-weight: 700
}

.cart-box .button-x {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer
}

.cart-box .summary {
    width: 100%;
    padding-bottom: 40px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    position: relative
}

.cart-box .summary .subtotal,
.cart-box .summary .price-s {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}

.cart-box .summary .subtotal {
    float: left
}

.cart-box .summary .price-s {
    float: right
}

.cart-box .cart-buttons {
    display: block
}

.cart-box .cart-buttons .btn {
    padding: 10px 25px;
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 14px;
    margin-left: 5px
}

.cart-box .cart-buttons .btn-border-2 {
    background: #f0f0f0;
    border: 1px solid #f0f0f0;
    color: #333
}

.cart-box .cart-buttons .btn-border-2:hover {
    background: 0 0;
    border-color: #3f51b5;
    color: #3f51b5
}

.shop-cart {
    float: right;
    margin: 8px
}

.shop-cart ul li {
    display: inline-block;
    position: relative
}

.shop-cart ul li .cart-btn {
    display: block;
    background: #f5f5f5;
    text-align: center;
    border-radius: 2px;
    padding: 7px 8px;
    position: relative;
    border: 1px solid #208008;
    width: 100%;
    color: #005a8f;
    font-weight: 600;
    letter-spacing: 1px;
}

.shop-cart ul li .cart-btn:hover {
    /* background: #ddd;*/
    /*color:#fff*/
}

.shop-cart ul li .cart-btn .cart-label {
    color: #fff;
    background-color: rgb(253, 0, 0);
    font-size: 11px;
    font-weight: 700;
    width: 22px;
    height: 22px;
    text-align: center;
    position: absolute;
    right: -12px;
    top: -14%;
    border-radius: 50%;
    line-height: 22px
}

.shop-cart ul li:hover .cart-box {
    opacity: 1;
    transition: all .5s ease 0s;
    visibility: visible;
    z-index: 99999999
}

.popup:last-child {
    margin-bottom: 0 !important
}

.shopping-cart a i {
    /*padding:20px 0*/
}

.shopping-cart .indicator {
    display: none
}

.shop-icon li {
    margin-left: 25px
}

.shop-icon li a i {
    color: #888;
    font-size: 15px;
    padding: 20px 0
}

.link-inline {
    display: inline-block;
    padding: 7px 10px;
    margin-top: 8px;
    float: right;
    background: rgb(245, 245, 245);
    border-radius: 2px;
    border: 1px solid rgb(216, 0, 39);
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    letter-spacing: 1px;
}

.link-inline:hover a {
    color: #005a8f;
}

.link-inline a {
    color: #005a8f;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.link-inline a i {
    font-size: 12px;
    margin-right: 5px
}

.categories-wrapper {
    border: 1px solid #eee;
    margin: 0
}

.categories-wrapper .block-title {
    padding: 15px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    background: #3f51b5
}

.vertical-menu li {
    display: block;
    position: relative;
    border-top: 1px solid #eee
}

.vertical-menu li a {
    margin: 0;
    padding: 12px 20px;
    display: block;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.vertical-menu li>a:hover {
    background: #3f51b5;
    color: #fff !important;
    */
}


/*
.vertical-menu li>a:focus{
    background:#3f51b5;
            color: #fff!important;
}
.vertical-menu li>a:active{
    background:#3f51b5;
            color: #fff!important;
}
* */

.vertical-menu li>ul.dropdown-menu {
    margin: 0;
    padding: 0;
    border: none;
    position: absolute;
    left: 220px;
    top: 0
}

.vertical-menu li>ul.dropdown-menu li {
    border: none
}

.vertical-menu li>ul.dropdown-menu li a {
    padding: 15px 36px;
    font-size: 13px
}

.vertical-menu .caret {
    float: right;
    margin-top: 10px
}

.caret-right {
    float: right;
    margin-top: 5px
}

.categories-wrapper ul li.dropdown.open {
    -moz-transition: transform .5s linear;
    -webkit-transition: transform .5s linear;
    -o-transition: transform .5s linear;
    -ms-transition: transform .5s linear
}

#carousel-area {
    overflow: hidden;
    background: #2c3e50
}

#carousel-area .carousel-inner .item {
    opacity: 0;
    transition-property: opacity
}

#carousel-area .carousel-inner .active {
    opacity: 1
}

#carousel-area .carousel-inner .active.left,
#carousel-area .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1
}

#carousel-area .carousel-inner .next.left,
#carousel-area .carousel-inner .prev.right {
    opacity: 1
}

#carousel-area .carousel-control {
    z-index: 2
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    #carousel-area .carousel-inner>.item.next,
    #carousel-area .carousel-inner>.item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    #carousel-area .carousel-inner>.item.prev,
    #carousel-area .carousel-inner>.item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    #carousel-area .carousel-inner>.item.next.left,
    #carousel-area .carousel-inner>.item.prev.right,
    #carousel-area .carousel-inner>.item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

#carousel-area .item {
    background-size: 100%;
    background-size: cover;
    height: 560px
}

#carousel-area .item .carousel-caption {
    top: 27%;
    text-shadow: none
}

#carousel-area .item .carousel-caption h2 {
    font-size: 52px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: #333;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: .8s;
    animation-duration: .8s
}

#carousel-area .item .carousel-caption h3 {
    font-family: josefin sans, sans-serif;
    font-size: 24px;
    color: #333;
    font-weight: 100;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: .8s;
    animation-duration: .8s
}

#carousel-area .item .carousel-caption .btn {
    margin: 30px 15px 0 0;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: .8s;
    animation-duration: .8s
}

#carousel-area .item .text-coler h2 {
    color: #fff
}

#carousel-area .item .text-coler h3 {
    color: #fff
}

#carousel-area .active {
    opacity: 1
}

#carousel-area .active.left,
#carousel-area .active.right {
    left: 0;
    opacity: 0;
    z-index: 1
}

#carousel-area .carousel-control {
    z-index: 10;
    top: 50%;
    padding: 10px 5px;
    box-shadow: none;
    background-image: none;
    margin-top: -35px;
    text-shadow: none;
    opacity: 1
}

#carousel-area .carousel-control i {
    border-radius: 100%;
    border: 2px solid #3f51b5;
    width: 50px;
    color: #3f51b5;
    height: 50px;
    padding: 15px;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

#carousel-area .carousel-control i:hover {
    background: #3f51b5;
    color: #fff;
    border-color: #3f51b5
}

#carousel-area .left.carousel-control {
    left: 5%
}

#carousel-area .right.carousel-control {
    right: 5%
}

#carousel-area .carousel-indicators {
    bottom: 45px
}

#carousel-area .carousel-indicators li {
    border-radius: 2px;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    opacity: .5
}

#carousel-area .carousel-indicators li:hover,
#carousel-area .carousel-indicators li.active {
    opacity: 1
}

#carousel-area:hover .carousel-control {
    display: block
}

#carousel-area i {
    margin-right: 10px
}

#slider {
    overflow-x: hidden;
    z-index: 0;
    position: relative;
}

#slider i {
    margin-right: 10px
}

#slider .btn {
    margin: 30px 14px 0 0
}

.big-title {
    font-family: josefin sans, sans-serif;
    font-size: 60px;
    color: #fff;
    text-transform: uppercase
}

.medium-title {
    color: #fff;
    font-family: josefin sans, sans-serif;
    font-size: 22px;
    line-height: 30px;
    font-weight: 300
}

.mr {
    margin-right: 10px
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.feature-item-content {
    position: relative;
    overflow: hidden
}

.feature-item-content img {
    width: 100%;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1)
}

.feature-item-content .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(9, 9, 9, .6);
    top: 0;
    left: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s
}

.feature-item-content .feature-content {
    position: absolute;
    text-align: center;
    top: 60%;
    left: 0;
    right: 0
}

.feature-item-content .feature-content .banner-text {
    display: inline-block;
    padding: 15px;
    position: absolute;
    text-align: center;
    transition: all .3s ease-in-out 0s;
    background: rgba(255, 255, 255, .8) none repeat scroll 0% 0%;
    left: 40px;
    right: 40px;
    margin: 20px auto;
    bottom: 40px;
    border-radius: 3px
}

.feature-item-content .feature-content .banner-text h4 {
    font-size: 30px;
    text-transform: uppercase;
    color: #333
}

.feature-item-content .feature-content .accessories h4 {
    font-size: 18px;
    padding-bottom: 5px;
    text-transform: uppercase
}

.feature-item-content:hover .overlay {
    opacity: 1
}

.feature-item-content:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05)
}

#shop-collection {
    padding-bottom: 60px
}

.discount-product-area {
    background: url(../img/bg/dsc-bg.png) no-repeat center center
}

.discount-product-area .discount-text {
    text-align: center;
    padding: 130px 0
}

.discount-product-area .discount-text p {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase
}

.discount-product-area .discount-text h3 {
    font-size: 52px;
    color: #fff;
    margin: 20px 0
}

#new-products .shop-product {
    margin-left: 9px;
    margin-right: 19px;
    padding: 0;
    position: relative
}

#new-products .shop-product2 {
    margin-right: 4px;
    padding: 0;
    position: relative;
}

#new-products2 .shop-product2 {
    margin-left: 9px;
}

#new-products .owl-controls {
    position: absolute;
    top: 45%;
    display: inline-block;
    width: 100%
}

#new-products .owl-controls .owl-buttons div.owl-prev {
    left: -60px;
    position: absolute
}

#new-products .owl-controls .owl-buttons div.owl-next {
    right: -60px;
    position: absolute
}

.owl-theme .owl-buttons div {
    width: 40px;
    height: 40px;
    display: block !important;
    background: rgb(0, 90, 143) !important;
    text-align: center;
    display: inline-block;
    opacity: 1 !important;
    border-radius: 0 !important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .18), 0 2px 5px 0 rgba(0, 0, 0, .15);
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.owl-theme .owl-buttons div i {
    color: #fff;
    font-size: 16px;
    line-height: 32px
}

.touch-slider .owl-controls .owl-buttons div i {
    color: #333;
    display: block
}

.touch-slider .owl-controls .owl-buttons div i:hover {
    color: #fff !important
}

#content-area {
    background: url(../img/bg/bg1.jpg) no-repeat center top;
    background-size: cover;
    height: 63%;
}

#content-area .landing {
    float: left;
    width: 65%;
    overflow: hidden;
    position: relative
}

#content-area .landing img {
    width: 100%
}

#content-area .caption {
    position: relative;
    top: 40%;
    padding: 0 45px
}

#content-area .caption h2 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 20px
}

#content-area .caption p {
    margin-bottom: 70px;
    color: #fff;
}

#content-area .caption p i {
    color: #3f51b5
}

.p19 {
    font-size: 19px;
}

#content-area2 {
    background: url(../img/bg/bg3.jpg) no-repeat center center;
    background-size: cover;
    height: 63%;
}

#content-area2 .landing {
    float: left;
    width: 50%;
    overflow: hidden;
    position: relative
}

#content-area2 .landing img {
    width: 100%
}

#content-area2 .caption {
    position: relative;
    top: 40%;
    padding: 90px 0 23px;
}

#content-area2 .caption h2 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 20px
}

#content-area2 .caption p {
    margin-bottom: 60px;
    color: #fff;
}

#content-area2 .caption p i {
    color: #3f51b5
}


/* content area 3*/

#content-area3 {
    background: url(../img/bg/bg4.jpg) no-repeat center center;
    background-size: cover;
    height: 63%;
}

#content-area3 .landing {
    float: left;
    width: 50%;
    overflow: hidden;
    position: relative
}

#content-area3 .landing img {
    width: 100%
}

#content-area3 .caption {
    position: relative;
    top: 40%;
    padding: 90px 0 40px;
}

#content-area3 .caption h2 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 20px
}

#content-area3 .caption p {
    margin-bottom: 70px;
    color: #fff;
}

#content-area3 .caption p i {
    color: #3f51b5
}


/* content area 3 - fin */


/* content area 3*/

#content-area5 {
    background: url(../img/bg/bg5_desk.jpeg) no-repeat center center;
    background-size: cover;
    height: 63%;
}

#content-area5 .landing {
    float: left;
    width: 50%;
    overflow: hidden;
    position: relative
}

#content-area5 .landing img {
    width: 100%
}

#content-area5 .caption {
    position: relative;
    top: 40%;
    padding: 90px 0 40px;
}

#content-area5 .caption h2 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 20px
}

#content-area5 .caption p {
    margin-bottom: 70px;
    color: #fff;
}

#content-area5 .caption p i {
    color: #3f51b5
}


/* content area 3 - fin */

#content-area4 {
    background: url(../img/bg/bg2.jpg) no-repeat center top;
    background-size: cover;
    height: 63%;
}

#content-area4 .landing {
    float: left;
    width: 50%;
    overflow: hidden;
    position: relative
}

#content-area4 .landing img {
    width: 90%
}

#content-area4 .caption {
    position: relative;
    top: 40%;
    /* padding: 112px 0 45px; */
}

.ajuste-container-fact {
    left: 16px;
    width: 90%;
}

#content-area4 .caption h2 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 20px
}

#content-area4 .caption p {
    margin-bottom: 70px;
    color: #fff;
}

#content-area4 .caption p i {
    color: #3f51b5
}

.fact-btn {
    margin-right: 7vh;
}

.fact-btn2 {
    margin-right: 7vh;
}

#get_quote h3 {
    color: #fff;
    margin: 20px 0 0;
    font-size: 2.0em!important;
    font-weight: 300;
    margin-top: 5px;
}

.latest-blog {
    background: #fff
}

.blog-item {
    margin: 0;
    position: relative;
    padding: 10px
}

.blog-item .blog-img {
    display: block;
    position: relative;
    overflow: hidden
}

.blog-item .blog-img img {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1)
}

.blog-item .blog-img .mask {
    width: 100%;
    background-color: #000;
    height: 100%;
    opacity: 0;
    background-color: rgba(9, 9, 9, .6);
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    text-align: center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s
}

.blog-img:hover .mask {
    opacity: 1
}

.blog-img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1)
}

.blog-info {
    padding: 20px 20px 30px;
    border: 1px solid #eee;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .12)
}

.blog-info .post-date {
    position: absolute;
    width: 75px;
    height: 35px;
    background: #3f51b5;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    left: 30px;
    margin-top: -38px;
    line-height: 35px;
    border: 2px solid #fff
}

.blog-info h3 a {
    font-size: 18px;
    color: #333;
    display: block;
    font-weight: 700;
    padding-bottom: 5px
}

.blog-info p {
    margin-bottom: 30px
}

.blog-info .readmore {
    padding: 6px 9px;
    border: 1px solid #ddd;
    margin-top: 6px
}

.blog-info .readmore:hover {
    border-color: #3f51b5
}

.client {
    background: #f5f5f5
}

.client-logo {
    text-align: center
}

.listcartproducts {
    position: relative
}

.listcartproducts .title-cart {
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 30px;
    text-transform: uppercase;
    width: 100%;
    color: #333;
    position: relative;
    padding-bottom: 30px
}

.listcartproducts .title-cart:before {
    content: '';
    border-bottom: 1px solid #ccc;
    width: 70px;
    position: absolute;
    left: 0;
    bottom: 0
}

.listcartproducts .products-item {
    margin-bottom: 15px;
    overflow: hidden;
    padding-bottom: 15px
}

.listcartproducts .products-item .left {
    float: left;
    margin-right: 30px;
    width: 115px;
    position: relative
}

.listcartproducts .products-item .left .quick-view {
    background: #fff;
    border-radius: 50%;
    display: block;
    font-size: 14px;
    height: 30px;
    left: 0;
    line-height: 30px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 40%;
    width: 30px;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}

.listcartproducts .products-item .reviews-icon {
    font-size: 12px;
    margin: 1px;
    color: #999
}

.listcartproducts .products-item .reviews-icon .i-color {
    color: #3f51b5
}

.listcartproducts .products-item .right {
    overflow: hidden
}

.listcartproducts .products-item .right .product-name {
    font-size: 14px;
    margin-bottom: 5px
}

.listcartproducts .products-item .right .comments-note {
    margin-bottom: 10px
}

.listcartproducts .products-item .right .price {
    margin-bottom: 10px;
    font-size: 16px
}

.listcartproducts .products-item .right .price .old-price {
    font-size: 13px;
    color: #6f6f6f;
    text-decoration: line-through
}

.listcartproducts .products-item:hover .quick-view {
    opacity: 1
}

footer {
    width: 100%;
    background: #2d2d2d
}

footer .contact-list li {
    margin-bottom: 12px;
    color: #999
}

footer .contact-list li i {
    width: 34px;
    background: #3f51b5;
    height: 34px;
    border: 1px solid #3f51b5;
    border-radius: 100%;
    line-height: 30px;
    float: left;
    color: #fff;
    text-align: center;
    font-size: 13px;
    top: 4px;
    margin-right: 10px
}

footer ul li {
    padding: 5px 5px;
}

footer ul li a {
    color: #999
}

footer ul li a:hover {
    color: #3f51b5
}

footer .tagcloud a {
    padding: 5px 10px;
    border: 1px solid #484848;
    display: inline-block;
    color: #999;
    border-radius: 2px;
    margin: 0 2px 5px 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s
}

footer .tagcloud a:hover {
    border: 1px solid #3f51b5;
    color: #3f51b5
}

footer .block-subscribe p {
    color: #999;
    margin-bottom: 15px
}

footer .block-subscribe .form-control {
    margin-bottom: 10px;
    padding: 8px
}

.widget-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px
}

#copyright {
    background: #444;
    padding: 20px 0
}

#copyright p {
    color: #fff;
    line-height: 32px
}

#copyright p a {
    color: #fff
}

#copyright p a:hover {
    color: #3f51b5
}

#error-404 {
    background: #ecf0f1;
    padding: 150px 0
}

#error-404 h1 {
    font-size: 192px;
    display: inline-block;
    color: #3f51b5;
    margin-top: 48px
}

#error-404 .page-title {
    color: #0c0c0c;
    font-size: 36px;
    margin-top: 50px;
    margin-bottom: 20px
}

#error-404 p {
    color: #999
}

#error-404 p a {
    color: #0c0c0c
}

#error-404 p a:hover {
    color: #3f51b5
}

.about {
    margin-bottom: 50px;
    margin-top: 70px;
}

.about .about-content h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px
}

.about .about-content p {
    font-size: 14px;
    text-align: justify
}

.about .about-content .btn-more {
    text-transform: uppercase;
    margin-top: 26px;
    margin-left: 202px;
}

.about-details {
    margin-bottom: 40px
}

.about-details h1 {
    font-size: 30px;
    margin-bottom: 30px;
    text-transform: uppercase
}

.about-details .description {
    font-size: 14px;
    margin-bottom: 30px
}

.services-box {
    margin-top: 20px;
    margin-bottom: 20px
}

.services-box .services-icon {
    float: left;
    margin-top: 5px
}

.services-box .services-icon i {
    font-size: 28px;
    text-align: center;
    float: left;
    margin-right: 15px;
    margin-bottom: 40px;
    display: block;
    color: #005a8f;
}

.services-box .services-content {
    padding: 0 2px;
}

.services-box .services-content h4 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700
}

.services-box .services-content p {
    font-size: 12px
}

.team {
    text-align: center
}

.team .team-item {
    text-align: left;
    margin-bottom: 30px
}

.team .team-item figure {
    position: relative;
    overflow: hidden
}

.team .team-item figure figcaption {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(9, 9, 9, .6);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

.team .team-item figure figcaption .info {
    position: absolute;
    color: #fff;
    float: left;
    bottom: 20px;
    left: 20px;
    margin-left: -80px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

.team .team-item figure figcaption .info h3 {
    font-size: 20px
}

.team .team-item figure figcaption .info p {
    color: #fff
}

.team .team-item figure figcaption .social {
    position: absolute;
    float: right;
    bottom: 28px;
    margin-bottom: -80px;
    right: 20px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

.team .team-item figure figcaption .social a {
    color: #fff;
    font-size: 15px;
    width: 36px;
    height: 36px;
    background: #3f51b5;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    border-radius: 2px
}

.team .team-item figure figcaption .social a.twitter:hover {
    background: #00aced
}

.team .team-item figure figcaption .social a.facebook:hover {
    background: #3b5998
}

.team .team-item figure figcaption .social a.google-plus:hover {
    background: #dd4b39
}

.team .team-item figure:hover figcaption {
    opacity: 1
}

.team .team-item figure:hover figcaption .info {
    margin-left: 0
}

.team .team-item figure:hover figcaption .social {
    margin-bottom: 0
}

.testimonial .item {
    margin-right: 20px !important
}

.testimonial .owl-pagination {
    text-align: center;
    width: 100%;
    padding-top: 20px
}

.testimonial-item {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 15px
}

.testimonial-item .img {
    width: 80px;
    height: 80px;
    position: relative;
    margin: 10px auto
}

.testimonial-item .img img {
    border-radius: 50%
}

.testimonial-item .datils {
    text-align: center
}

.testimonial-item .datils p {
    color: #fff
}

.testimonial-item .datils h5 {
    font-weight: 800;
    color: #fff;
    font-size: 20px;
    margin: 15px 0 6px
}

.testimonial-item .datils span {
    color: rgba(238, 238, 238, .5)
}

.owl-theme .owl-controls .owl-page.active span {
    background: 0 0;
    border: 1px solid #3f51b5;
    height: 14px;
    width: 14px
}

.owl-theme .owl-controls .owl-page span {
    background: rgba(238, 238, 238, .5) !important
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #fff !important
}

.owl-theme .owl-controls .owl-page.active span {
    border-color: #fff
}

.support-inner .support-info {
    padding-left: 70px;
    position: relative;
    border: 1px solid #ddd;
    overflow: hidden
}

.support-inner .support-info .info-title {
    color: #333;
    font-size: 15px;
    font-weight: 400;
    line-height: 70px
}

.support-inner .support-info .info-title i {
    color: #3f51b5;
    font-size: 30px;
    left: 10px;
    position: absolute;
    top: 10px;
    width: 48px;
    height: 48px;
    display: block;
    text-align: center;
    line-height: 48px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

.support-inner .support-info:hover i {
    transform: rotate(30deg)
}

.support-inner .support-info:hover i.icon-plane {
    transform: translate(30px, -80px)
}

.title-checkout {
    font-size: 26px;
    margin-bottom: 30px
}

.title-checkout i {
    color: #3f51b5;
    margin-right: 10px
}

.table-review-order {
    border-width: 1px 1px 0;
    border-color: #e8e8e8;
    border-style: solid;
    border-radius: 2px
}

.table-review-order tr {
    border-bottom: 1px solid #e8e8e8
}

.table-review-order td,
.table-review-order th {
    padding: 20px 15px 15px !important;
    background: #fff
}

.table-review-order th {
    text-transform: uppercase;
    color: #2d2d2d
}

.table-review-order .price {
    padding: 5px 0;
    font-size: 16px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    vertical-align: middle
}

.card--padding {
    padding: 25px 30px 30px
}

.table-total-checkout {
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 30px
}

.table-total-checkout tbody {
    width: 100%;
    line-height: 1em;
    font-size: 26px;
    font-weight: 500
}

.table-total-checkout tbody tr td {
    text-align: right;
    font-size: 30px
}

.entry-heading h3 {
    font-size: 26px;
    margin-bottom: 30px;
    text-transform: uppercase
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border: 1px solid #ddd
}

.table>tbody>tr>td {
    border-right: 1px solid #ddd;
    border-bottom-style: hidden;
    border-left-style: hidden;
    border-right-style: hidden;
}

.table>tbody>tr>td.compare-lable {
    width: 150px;
    vertical-align: middle;
    background: #fafafa
}

.card {
    border: 1px solid #e8e8e8;
    background: #f5f5f5
}

.card .btn-full {
    width: 100%;
    font-size: 18px;
    padding: 18px 30px;
    display: block
}

.head-faq {
    margin-bottom: 50px
}

.head-faq h2 {
    font-size: 24px;
    text-transform: uppercase
}

.panel-group .panel {
    margin-bottom: 24px
}

.panel-default {
    border-radius: 0;
    border: none
}

.panel-default .panel-heading {
    padding: 0;
    outline: none;
    border: none;
    border-radius: 0;
    background: 0 0;
    border: 1px solid #ccc;
    width: 100%
}

.panel-default .panel-heading .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-default .panel-heading a {
    font-size: 16px;
    font-weight: 700;
    padding: 12px 35px 12px 0;
    display: inline-block;
    width: 100%;
    color: #fff;
    position: relative;
    text-decoration: none
}

.panel-default .panel-heading a .num {
    padding: 13px 20px;
    margin-right: 10px;
    color: #fff;
    border-right: 1px solid #e3e3e3
}

.panel-default .panel-heading a:after {
    font-family: fontawesome;
    content: "";
    position: absolute;
    right: 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    top: 50%;
    line-height: 1;
    margin-top: -7px
}

.panel-default .panel-heading .collapsed:after {
    content: ""
}

.panel-default .panel-collapse .panel-body {
    padding: 15px 64px;
    background-color: #fff;
    border-top: none;
    border: 1px solid #e3e3e3
}

.questions-box {
    margin-top: 50px;
    padding: 50px;
    border: 1px solid #ccc
}

.questions-box h1 {
    font-size: 30px;
    letter-spacing: 1px;
    padding-bottom: 30px
}

.questions-box .btn {
    padding: 8px 32px
}

.wishlist {
    background: #3f51b5;
    width: 100%;
    min-height: 42px;
    margin-top: 30px;
    text-align: center
}

.wishlist p {
    color: #fff;
    line-height: 42px
}

.wishlist-box {
    margin: 0;
    padding: 0
}

.wishlist-entry {
    padding: 30px 0;
    border-bottom: 1px solid #e3e3e3
}

.wishlist-entry .cart-entry .image {
    width: 90px;
    float: left
}

.wishlist-entry .cart-entry .cart-content {
    margin-left: 90px;
    padding: 0 24px
}

.wishlist-entry .cart-entry .cart-content .title {
    font-size: 18px;
    line-height: 28px;
    color: #333;
    font-weight: 700;
    display: block;
    margin-bottom: 10px
}

.wishlist-entry .entry {
    line-height: 125px;
    text-align: center
}

.wishlist-entry .price {
    font-size: 16px
}

.wishlist-entry .price del {
    font-size: 15px;
    font-weight: 400
}

.wishlist-entry .instock {
    color: #87ae10;
    font-size: 18px;
    font-weight: 700
}

.wishlist-entry .stock {
    color: #f24c4c;
    font-size: 18px;
    font-weight: 700
}

.wishlist-entry .btn {
    padding: 8px 24px
}

.quantity-selector {
    margin-top: 42px
}

.quantity-selector .entry {
    border: 1px solid #d1d1d1;
    height: 37px;
    line-height: 35px;
    width: 37px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-size: 12px;
    color: #4c4c4c;
    text-align: center;
    -moz-user-select: none
}

.quantity-selector .number-minus,
.quantity-selector .number-plus {
    text-indent: 99999px
}

.quantity-selector .number-minus:before,
.quantity-selector .number-plus:before {
    content: "";
    width: 11px;
    height: 1px;
    background: #333;
    left: 50%;
    margin-left: -5.5px;
    top: 50%;
    margin-top: -.5px;
    position: absolute
}

.quantity-selector .number-minus:hover,
.quantity-selector .number-plus:hover {
    background: #3f51b5;
    border-color: #3f51b5
}

.quantity-selector .number-plus:after {
    content: "";
    height: 11px;
    width: 1px;
    background: #333;
    left: 50%;
    margin-left: -.5px;
    top: 50%;
    margin-top: -5.5px;
    position: absolute
}

.box {
    background: #f9f9f9;
    border: 1px solid #eee;
    padding: 37px 40px
}

.box .title-info {
    font-size: 20px;
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase
}

.add-post-btn {
    width: 100%;
    display: inline-block;
    padding: 5px 0 25px
}

.add-post-btn .btn-added {
    font-size: 12px;
    border-radius: 50px;
    font-weight: 700;
    background: #ddd;
    padding: 5px 15px
}

.add-post-btn .btn-delete {
    color: red;
    font-size: 12px;
    border-radius: 50px;
    font-weight: 700;
    background: #ddd;
    padding: 5px 15px
}

.form-group {
    margin-bottom: 20px;
    position: relative
}

.form-group input[type=file] {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100
}

.slick-slide {
    /*opacity:.3*/
}

.slick-track li.slick-current {
    opacity: 1;
    outline: none
}

.fileinput-upload {
    background: #5cb85c !important
}

.fileinput-remove-button {
    background: #d9534f !important
}

.title-2 {
    border-bottom: 1px solid #e6e6e6;
    font-size: 20px;
    margin-bottom: 25px;
    padding: 20px 0;
    text-transform: uppercase;
    color: #333
}

checkbox .checkbox-material {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(0, 0, 0, .54);
    overflow: hidden;
    z-index: 1;
    border-radius: 3px
}

.shop-product2 {
    margin: 28px 0;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .12);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.shop-product2 .product-box2 {
    position: relative;
    overflow: hidden
}

.shop-product2 .product-box2 img {
    width: 817px;
}

.shop-product2 .product-box2 .cart-overlay {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    /*width:100%;*/
    opacity: 0;
    height: 100%;
    background: rgba(9, 9, 9, .6);
    -webkit-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s
}

.shop-product2 .product-info .price {
    font-size: 14px;
    color: #e23030;
    font-weight: 600;
}

.shop-product2 .actions {
    left: 0;
    right: 0;
    width: 100%;
    top: 45%;
    text-align: center;
    position: absolute;
    margin: 0 auto
}

.shop-product2 .actions .add-to-links a {
    display: inline-block;
    margin-left: 3px;
    opacity: 0;
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
    -webkit-transition: ease .4s all;
    -moz-transition: ease .4s all;
    transition: ease .4s all
}

.shop-product2 .actions .add-to-links button {
    display: inline-block;
    margin-left: 3px;
    opacity: 0;
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
    -webkit-transition: ease .4s all;
    -moz-transition: ease .4s all;
    transition: ease .4s all
}

.btn-quickview {
    line-height: 40px;
    height: 40px;
    width: 117px;
    padding: 0;
    margin-left: 11px;
    margin-right: 8px;
    border-radius: 2px;
    position: relative;
    text-align: center;
    font-weight: 400;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all;
    background: rgb(0, 90, 143);
    position: relative;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1), 0 2px 5px 0 rgba(0, 0, 0, .15);
}

.btn-quickview:hover {
    color: #fff;
    background: rgb(0, 90, 143);
}

.btn-quickview::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, .1);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.btn-quickview:hover::before {
    opacity: 0;
    transform: scale(.5, .5)
}

.shop-product2 .actions .add-to-links .btn-cart,
.shop-product2 .actions .add-to-links .btn-wish,
.shop-product2 .actions .add-to-links {
    line-height: 40px;
    height: 40px;
    width: 117px;
    padding: 0;
    margin-left: 15px;
    margin-right: 8px;
    border-radius: 2px;
    position: relative;
    text-align: center;
    font-weight: 400;
    display: table-row-group;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all
}

.shop-product2 .actions .add-to-links .btn-cart:hover,
.shop-product2 .actions .add-to-links .btn-wish:hover,
.shop-product2 .actions .add-to-links {
    color: #fff
}

.shop-product2:hover .add-to-links a {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: ease .5s all;
    -moz-transition: ease .5s all;
    transition: ease .5s all
}

.shop-product2:hover .add-to-links button {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: ease .5s all;
    -moz-transition: ease .5s all;
    transition: ease .5s all
}

.shop-product2:hover {
    box-shadow: 0 7px 10px rgb(37, 40, 41);
}

.shop-product2:hover .wishlist {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -0-transform: scale(1);
    transform: scale(1)
}

.shop-product2:hover .cart-overlay {
    opacity: 1
}

.shop-product {
    margin: 15px 0;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .12);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.shop-product .product-box {
    position: relative;
    overflow: hidden
}

.shop-product .product-box img {
    width: 817px;
}

.shop-product .product-box .cart-overlay {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    /*width:100%;*/
    opacity: 0;
    height: 100%;
    background: rgba(9, 9, 9, .6);
    -webkit-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s
}

.shop-product .sticker {
    position: absolute;
    top: 0;
    width: 60px;
    height: 40px;
    border-radius: 2px;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 0;
    right: 0;
    line-height: 18px;
    text-align: center
}

.shop-product .sale {
    background: #000
}

.shop-product .new {
    background: #b30510;
    border-radius: 13px;
}

.shop-product .discount {
    background: #3f51b5
}

.shop-product .product-info {
    padding: 21px 15px 40px;
    border-top: 1px dashed;
}

.shop-product .product-info .pc-title {
    font-size: 14px;
    margin: 0;
    color: #3f51b5;
    text-transform: uppercase
}

.shop-product .product-info .product-title {
    margin-bottom: 10px
}

.shop-product .product-info .product-title a {
    font-size: 14px;
    font-weight: 700
}

.shop-product .product-info .star-rating {
    margin-bottom: 5px
}

.shop-product .product-info .price {
    font-size: 14px;
    color: #e23030;
    font-weight: 600;
}

.shop-product .product-info .price del {
    font-weight: 400;
    margin-right: 7px;
    color: #999;
    font-size: 15px;
    margin-left: 5px;
    font-style: italic
}

.shop-product .product-info .reviews-icon {
    font-size: 12px;
    margin: 1px;
    color: #999
}

.shop-product .product-info .reviews-icon .i-color {
    color: rgb(174, 5, 16);
}

.shop-product .actions {
    left: 6px;
    right: 0;
    width: 100%;
    top: 45%;
    text-align: center;
    position: absolute;
    margin: 0 auto
}

.shop-product .actions .add-to-links a {
    display: inline-block;
    margin-left: 3px;
    opacity: 0;
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
    -webkit-transition: ease .4s all;
    -moz-transition: ease .4s all;
    transition: ease .4s all
}

.shop-product .actions .add-to-links button {
    display: inline-block;
    margin-left: 3px;
    opacity: 0;
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
    -webkit-transition: ease .4s all;
    -moz-transition: ease .4s all;
    transition: ease .4s all
}

.shop-product .actions .add-to-links .btn-cart,
.shop-product .actions .add-to-links .btn-wish,
.shop-product .actions .add-to-links {
    /* line-height: 45px; */
    height: 40px;
    width: 114px;
    padding: 0;
    margin-left: 11px;
    margin-right: 8px;
    border-radius: 2px;
    position: relative;
    text-align: center;
    font-weight: 400;
    display: table-row-group;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all;
    color: #fff
}

.shop-product .actions .add-to-links .btn-cart:hover,
.shop-product .actions .add-to-links .btn-wish:hover,
.shop-product .actions .add-to-links {
    color: #fff
}

.shop-product:hover .add-to-links a {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: ease .5s all;
    -moz-transition: ease .5s all;
    transition: ease .5s all
}

.shop-product:hover .add-to-links button {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: ease .5s all;
    -moz-transition: ease .5s all;
    transition: ease .5s all
}

.shop-product:hover {
    box-shadow: 0 7px 10px rgb(37, 40, 41);
}

.shop-product:hover .wishlist {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -0-transform: scale(1);
    transform: scale(1)
}

.shop-product:hover .cart-overlay {
    opacity: 1
}

.tooltip-inner {
    font-size: 12px;
    border-radius: 2px;
    padding: 7px 10px;
    background: rgba(0, 0, 0, .5)
}

.product-option {
    background: #f6f6f6;
    height: 50px;
    line-height: 50px;
    padding: 0 30px
}

.floatleft {
    float: left
}

.option-btn {
    margin-right: 20px;
    padding: 0;
    color: #999
}

.dropdown-width {
    width: 290px;
    border-radius: 0
}

.widget-categories {
    background: #fff;
    width: 100%
}

.widget-info.product-cat {
    background: #fff none repeat scroll 0 0;
    height: 290px;
    padding: 15px 20px 20px 10px
}

.product-cat .treeview {
    padding-left: 20px
}

.product-cat .treeview li span {
    color: #666;
    display: block;
    font-size: 14px;
    line-height: 25px;
    text-transform: capitalize;
    cursor: pointer;
    transition: all .3s ease 0s
}

.product-cat .treeview li>ul>li>a {
    color: #999;
    display: block;
    font-size: 13px;
    line-height: 25px;
    text-transform: capitalize
}

button {
    border: none;
    background: 0 0;
    transition: all .3s ease 0s
}

button:hover {
    color: #ffffff;
}

.info-panel {
    padding-left: 30px
}

.info-panel .product-title {
    display: block;
    font-size: 28px;
    margin-bottom: 27px;
    text-transform: capitalize;
    line-height: 1
}

.info-panel .price-ratting {
    float: left;
    margin-bottom: 20px;
    width: 100%
}

.info-panel .price-ratting .price {
    color: #e23030;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    float: left
}

.info-panel .price-ratting .ratting {
    float: right
}

.info-panel .price-ratting .active {
    color: #3f51b5
}

.info-panel .short-desc {
    margin-bottom: 20px
}

.info-panel .sub-title {
    display: block;
    font-size: 16px;
    line-height: 12px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative
}

.info-panel .sub-title:before {
    background-color: #880000;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 144px;
}

.info-panel .product-size {
    width: 100%;
    display: inline-block;
    margin-bottom: 25px
}

.info-panel .product-size span {
    padding: 6px 12px;
    border-radius: 2px;
    float: left;
    background: #efefef;
    text-align: center;
    margin-right: 15px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer
}

.info-panel .product-size span.active {
    background: #3f51b5;
    color: #fff
}

.info-panel .color-list {
    margin-bottom: 25px;
    display: inline-block;
    clear: both
}

.info-panel .color-list button {
    border: none;
    border-radius: 2px;
    display: block;
    float: left;
    height: 40px;
    margin-top: 5px;
    margin-right: 12px;
    padding: 0;
    width: 42px;
    color: #fff
}

.info-panel .color-list button i {
    color: #fff;
    display: block;
    font-size: 10px;
    line-height: 22px;
    opacity: 0
}

.info-panel .color-list button.active i {
    opacity: 1
}

.info-panel .quantity-cart {
    margin-bottom: 25px
}

.info-panel .quantity-cart .add-to-cart {
    background-color: #3f51b5;
    color: #fff;
    display: block;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 400;
    height: 40px;
    letter-spacing: .5px;
    line-height: 24px;
    margin-bottom: 10px;
    padding: 6px 40px;
    text-align: center;
    text-transform: uppercase;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s
}

.info-panel .usefull-link {
    margin-bottom: 0;
    display: inline-block
}

.info-panel .usefull-link li {
    display: block;
    float: left;
    margin-bottom: 10px;
    margin-right: 20px
}

.info-panel .usefull-link li a {
    color: #666;
    display: block;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase
}

.info-panel .usefull-link li a i {
    margin-right: 5px
}

.info-panel .share-icons {
    clear: both;
    display: block;
    overflow: hidden
}

.info-panel .share-icons span {
    color: #666;
    float: left;
    font-size: 23px;
    line-height: 30px;
    margin-right: 20px;
    text-transform: uppercase
}

.info-panel .share-icons a {
    color: #999;
    display: block;
    float: left;
    margin-right: 6px;
    width: 41px;
    padding-top: 5px;
    height: 37px;
    background: #ddd;
    text-align: center;
    line-height: 28px;
    border-radius: 2px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}

.info-panel .share-icons a .fa-facebook {
    color: #507cbe;
    font-size: 27px;
}

.info-panel .share-icons a .fa-twitter {
    color: #63cdf1;
    font-size: 27px;
}

.info-panel .share-icons a .fa-instagram {
    color: #fb3958;
    font-size: 27px;
}

.info-panel .share-icons a .fa-pinterest {
    color: #c8232c
}

.md-content>.md-close:hover {
    color: #3f51b5
}

.margin-bottom-10 {
    margin-bottom: 10px
}

.btn-addtocart {
    background: #222;
    color: #fff;
    border-radius: 0;
    padding: 13px 0 12px 20px;
    text-transform: uppercase
}

.btn-addtocart:hover {
    color: #3f51b5
}

.btn-addtocart span {
    padding: 13px 20px;
    margin-left: 35px;
    border-left: 1px solid #8e8e8e
}

.product-details--wishlist button {
    border: none;
    background: 0 0;
    padding: 0
}

.addtowishlist {
    text-transform: uppercase;
    font-family: loveloblack;
    font-weight: 500;
    color: #777
}

.addtowishlist:hover {
    color: #3f51b5
}

.single-pro-tab {
    background: #f6f6f6
}

.pro-tab-info {
    background: #fff;
    padding: 40px 30px;
    border: 1px solid #eee
}

.pro-tab-info .small-title {
    font-size: 20px;
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 20px
}

.single-pro-tab-menu ul li {
    margin-bottom: 25px;
    display: inline-block
}

.single-pro-tab-menu ul li a {
    color: #666;
    display: block;
    font-size: 16px;
    font-weight: 700;
    height: 45px;
    line-height: 45px;
    padding: 0 30px;
    text-decoration: none
}

.single-pro-tab-menu ul li.active a {
    background: #3f51b5;
    color: #fff
}

.tab-title {
    font-size: 18px;
    font-weight: 500;
    font-family: loveloblack;
    padding-bottom: 10px;
    text-transform: uppercase
}

.customer-review {
    margin-bottom: 30px
}

.product-comments li {
    float: left
}

.pro-reviewer {
    float: left;
    width: 90px
}

.pro-reviewer-comment {
    margin-left: 90px;
    padding-left: 30px
}

.comment-reply a {
    background: #f6f6f6;
    color: #999;
    display: inline-block;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin-left: 2px;
    text-align: center;
    width: 50px
}

.comment-reply a:hover {
    background: #3f51b5;
    color: #fff
}

.reply-date {
    color: #999;
    margin-bottom: 10px
}

.tab-title.title-border::before {
    height: 3px
}

.threaded-comments {
    padding-left: 20px
}

.your-rating span a {
    color: #434343;
    font-size: 16px
}

.separator {
    color: #ccc;
    margin: 0 15px
}

.fix {
    overflow: hidden
}

.mb-30 {
    margin-bottom: 30px
}

.shop-pagination {
    margin-top: 20px
}

.md-30 {
    margin-bottom: 30px
}

.widget-ct {
    box-shadow: 0 3px 7px rgba(0, 0, 0, .12)
}

.widget-search {
    position: relative
}

.widget-search input {
    background: #fff;
    height: 50px;
    margin-bottom: 0;
    padding: 0 35px 0 20px
}

.widget-search input[type=text] {
    background: #f6f6f6;
    border: none;
    box-shadow: none;
    border-radius: 0;
    color: #999;
    height: 50px;
    margin-bottom: 15px;
    padding: 0 20px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    width: 100%;
    outline: none
}

.widget-search button {
    color: #999;
    font-size: 18px;
    position: absolute;
    right: 4px;
    padding: 12px 15px;
    top: 0
}

.widget-categories {
    box-shadow: 0 3px 7px rgba(125, 125, 125, 1);
}

.widget-s-title h4 {
    border-bottom: 2px solid #f6f6f6;
    border-left: 2px solid #005a8f;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    height: 50px;
    background: #2c5b8f;
    line-height: 50px;
    margin-bottom: 0;
    padding: 0 15px;
    text-transform: uppercase;
}

.widget-z-title h4 {
    border-bottom: 2px solid #f6f6f6;
    border-left: 2px solid #005a8f;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    height: 50px;
    background: #f30302;
    line-height: 50px;
    margin-bottom: 0;
    padding: 0 20px;
    text-transform: uppercase;
}

.product-cat {
    background: #fff;
    padding: 15px 20px 20px 30px
}

.product-cat li a {
    color: #666;
    display: block;
    font-size: 13px;
    line-height: 36px;
    cursor: pointer;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease
}

.product-cat li a:hover {
    color: #3f51b5
}

.product-cat li:last-child {
    border: none
}

.product-cat li span {
    float: right;
    font-size: 12px;
    color: #999
}

.product-cat li span:hover {
    color: #3f51b5
}

.product-cat .panel {
    margin: 0;
    box-shadow: none
}

.product-cat .listSidebar {
    padding: 0 15px
}

.product-cat .listSidebar li {
    border-top: 1px dashed #efefef !important
}

.product-cat .pr-all {
    color: #3f51b5
}

.widget-info {
    padding: 20px 30px
}

.color-filter ul li {
    color: #666;
    float: left;
    font-size: 14px;
    line-height: 28px;
    width: 100%
}

.color-filter ul li a {
    color: #666
}

.color-filter ul li a:hover {
    color: #3f51b5
}

.color-filter ul li span.count {
    float: right;
    color: #999
}

.color-filter ul li span.count:hover {
    color: #3f51b5
}

span.color {
    background: #ddd;
    display: inline-block;
    height: 13px;
    margin-right: 20px;
    width: 13px
}

span.color.color-1 {
    background: #ffa07a
}

span.color.color-2 {
    background: #e9967a
}

span.color.color-3 {
    background: #fe5858
}

span.color.color-4 {
    background: #00b2ee
}

span.color.color-5 {
    background: #00eeb3
}

span.color.color-6 {
    background: #8dc63f
}

span.color.color-7 {
    background: #c38b4b
}

.color-filter ul li.active a,
.color-filter ul li.active span.count {
    color: #3f51b5
}

.color-filter ul li.active span.color,
.color-filter ul li:hover span.color {
    outline: 1px solid #d6b98c;
    outline-offset: 1px
}

.filter-price .irs-bar {
    background: #3f51b5
}

.filter-price .irs-slider {
    background: #3f51b5
}

.filter-price .filter-btn {
    margin-top: 30px
}

.size-filter li {
    float: left;
    margin: 5px 5px 0 0
}

.size-filter li a {
    background: #f6f6f6;
    display: block;
    color: #666;
    font-weight: 700;
    height: 34px;
    line-height: 34px;
    text-align: center;
    width: 34px
}

.size-filter ul li.active a,
.size-filter ul li a:hover {
    background: #3f51b5;
    color: #fff
}

.widget-banner .widget-info {
    padding: 15px
}

.widget-banner .widget-info img {
    width: 100%
}

.clearfix {
    clear: both
}

.shop-content {
    display: contents;
}

.shop-tab>li {
    float: left;
    margin-right: 20px
}

.shop-tab>li a {
    color: #666;
    display: block;
    font-size: 20px
}

.shop-tab li.active a {
    color: #3f51b5
}

.showing {
    margin-top: 12px
}

.shop-list .product-box {
    float: left;
    width: 29.333%
}

.shop-list .product-info {
    float: left;
    text-align: left;
    padding: 15px 15px 15px 30px;
    width: 69.667%
}

.shop-list .product-info .product-title a {
    font-size: 22px
}

.shop-list .product-info .price {
    margin-top: 20px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-50 {
    margin-bottom: 50px
}

.product-filter {
    height: 40px
}

.product-filter .grid-list-count {
    float: left;
    margin-right: 25px
}

.product-filter .grid-list-count a {
    margin-right: 10px
}

.product-filter .result-count {
    margin: 0;
    float: left;
    color: #999
}

.product-filter .sort-by {
    float: right
}

.product-filter .sort-by span {
    color: #999;
    display: inline-block;
    line-height: 20px;
    margin-right: 5px
}

.product-filter .sort-by .woocommerce-ordering {
    float: right
}

.product-filter .sort-by .woocommerce-ordering .orderby {
    border: none
}

.product-filter .button,
.product-filter select {
    font-size: 14px;
    font-weight: 400;
    color: #333
}

.widget-profile .widget-s-title h4 {
    padding: 0 15px
}

.widget-profile .info {
    padding: 15px
}

.widget-profile .info .name {
    font-size: 16px;
    font-weight: 400;
    padding: 20px 0
}

.widget-profile .info .contacts-list {
    margin-bottom: 15px
}

.widget-profile .info .contacts-list li {
    padding: 5px 0;
    border-bottom: 1px solid #eee
}

.widget-profile .info .contacts-list li i {
    margin-right: 5px
}

#content {
    padding: 2px 0;
}

.post-title {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 15px
}

.post-title a {
    color: #444
}

.post-title a:hover {
    color: #3f51b5
}

.blog-post {
    margin-bottom: 40px
}

.blog-post img {
    max-width: 100%
}

.blog-post .post-thumb {
    position: relative
}

.blog-post .post-thumb .hover-wrap {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    text-align: center;
    height: 100%;
    background: rgba(246, 246, 246, .5);
    opacity: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

.blog-post .post-thumb:hover .hover-wrap {
    opacity: 1
}

.blog-post .post-content {
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #e1e1e1
}

.blog-post .post-content p {
    margin-bottom: 15px
}

.blog-post .readmore {
    color: #999;
    text-decoration: underline
}

.blog-post .readmore:hover {
    color: #3f51b5
}

.quote-post .quote-wrap {
    text-align: center;
    padding: 50px 0;
    font-size: 25px;
    font-style: italic;
    font-weight: 400;
    background: #f7f7f7
}

.quote-post .quote-wrap blockquote {
    border-left: none;
    font-size: 25px;
    line-height: 30px
}

.audio-post iframe {
    width: 100%;
    height: 115px;
    border: none
}

.video-post .video-wrapper {
    width: 100%;
    position: relative;
    padding: 0
}

.video-post .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: none
}

.meta {
    font-size: 14px;
    margin-bottom: 18px
}

.meta i {
    margin-right: 5px
}

.meta .meta-part {
    display: inline-block;
    margin-right: 15px
}

.meta .meta-part a {
    color: #999
}

.meta .meta-part a:hover {
    color: #3f51b5
}

.meta .meta-part a i {
    color: #3f51b5
}

.pagination {
    width: 100%;
    padding: 0 15px;
    margin: 0
}

.pagination .results-navigation {
    line-height: 34px
}

.pagination .navigation span,
.pagination .navigation a {
    display: inline-block;
    text-align: center;
    height: 34px;
    width: 34px;
    color: #666;
    line-height: 33px;
    border: 1px solid #eee;
    border-radius: 2px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.pagination .navigation a:hover,
.pagination .navigation .current {
    background: #3f51b5;
    border-color: #3f51b5;
    color: #fff
}

.pagination .navigation .all-pages,
.pagination .navigation .next-page {
    width: auto;
    padding: 0 14px
}

.divider {
    display: inline-block;
    font-size: 18px;
    color: #666;
    line-height: 18px;
    vertical-align: bottom;
    margin-left: 4px;
    margin-right: 4px
}

.right-sidebar {
    padding-left: 20px
}

.search {
    width: 100%;
    margin-bottom: 0 !important;
    position: relative
}

.search-btn {
    position: absolute;
    top: 12px;
    right: 30px;
    border: none;
    background: 0 0
}

.search-btn i {
    color: #999
}

#sidebar {
    margin-bottom: 30px
}

#sidebar .w-title {
    font-size: 20px;
    color: #333;
    text-transform: uppercase;
    margin: 10px 0;
    padding-bottom: 20px
}

#sidebar .widget {
    border: 1px solid #ebebeb;
    background: #fbfbfb;
    padding: 20px 28px;
    margin-bottom: 30px
}

#sidebar .cat-list li {
    padding: 10px 0;
    border-bottom: 1px solid #ebebeb
}

#sidebar .cat-list li a {
    text-decoration: none;
    color: #666;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

#sidebar .cat-list li a i {
    margin-right: 5px
}

#sidebar .cat-list li a:hover {
    color: #3f51b5
}

#sidebar .cat-list li .num-posts {
    font-size: 13px;
    float: right
}

#sidebar .cat-list li:last-child {
    border: none
}

#sidebar .posts-list li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1
}

#sidebar .posts-list li:last-child {
    margin: 0;
    padding: 0;
    border: none
}

#sidebar .posts-list .widget-thumb {
    float: left
}

#sidebar .posts-list .widget-thumb a {
    display: block
}

#sidebar .posts-list .widget-thumb a img {
    width: 110px;
    border: 1px solid #ccc;
    margin: 5px 15px 0 0;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

#sidebar .posts-list .widget-thumb:hover img {
    border-color: #3f51b5
}

#sidebar .posts-list .widget-content {
    padding: 8px
}

#sidebar .posts-list .widget-content a {
    font-weight: 700;
    color: #333;
    font-size: 16px;
    line-height: 16px
}

#sidebar .posts-list .widget-content a:hover {
    color: #3f51b5
}

#sidebar .posts-list .widget-content span {
    color: #999;
    font-size: 14px;
    display: block;
    margin: 3px 0
}

#sidebar .posts-list .widget-content span i {
    padding-right: 5px;
    color: #3f51b5
}

#sidebar .add {
    margin-top: 10px;
    margin-bottom: 30px
}

#sidebar .add img {
    width: 100%
}

#sidebar .tag a {
    display: inline-block;
    font-size: 14px;
    color: #333;
    background: #e1e1e1;
    padding: 7px 18px;
    margin: 7px 4px;
    border-radius: 2px;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

#sidebar .tag a:hover {
    color: #fff;
    background: #3f51b5
}

#sidebar .about-widget-content {
    margin-top: 30px
}

#sidebar .about-widget-content h5 {
    font-size: 15px;
    margin-bottom: 15px
}

#sidebar .about-widget-content p {
    margin-bottom: 10px
}

.single-gallery .post-content {
    padding: 30px 0
}

.single-gallery p {
    margin-bottom: 20px !important
}

.share {
    display: inline-block;
    width: 100%;
    background: #fbfbfb;
    border: 1px solid #ebebeb;
    padding: 10px;
    margin-top: 30px
}

.post-tags-list {
    margin-top: 3px
}

.post-tags-list span {
    font-weight: 700;
    color: #333
}

.post-tags-list a {
    font-size: 14px;
    font-style: italic;
    padding: 7px
}

blockquote {
    border-left: 3px solid #3f51b5;
    background: #f8f8f8;
    padding: 15px 20px;
    margin: 30px 0
}

blockquote i {
    float: left;
    padding: 18px;
    font-size: 30px;
    color: #3f51b5
}

blockquote .quote-text {
    font-size: 15px;
    font-style: italic;
    color: #666
}

.comments-title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 20px
}

#comments .comments-list {
    padding: 0;
    margin: 0 0 35px;
    border-bottom: 1px solid #ebebeb
}

#comments .comments-list .media {
    padding: 22px 0
}

#comments .comments-list .media .media-left {
    padding-right: 20px;
    float: left
}

#comments .comments-list .media .media-left img {
    border-radius: 50%
}

#comments .comments-list .media .media-body {
    background: #f6f6f6;
    padding: 20px
}

#comments .comments-list .media .media-body .media-heading {
    text-transform: uppercase;
    font-size: 15px
}

#comments .comments-list .media .media-body .meta {
    margin-bottom: 10px
}

#comments .comments-list .media .media-body .comment-date {
    font-weight: 600;
    font-size: 12px
}

#comments .comments-list li ul {
    padding-left: 85px
}

.reply-link {
    color: #3f51b5;
    display: inline-block;
    font-size: 14px;
    margin: 10px 3px 0 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease
}

.respond-title {
    font-size: 18px;
    font-weight: 700;
    padding: 15px 0;
    margin-bottom: 15px;
    text-transform: uppercase
}

.social-link a {
    background: #ddd;
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    line-height: 32px
}

.main-desc {
    margin-bottom: 30px
}

.main-desc p {
    font-size: 26px;
    font-weight: 400;
    line-height: 36px
}

.touch-slider .owl-controls .owl-buttons div {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 45px;
    line-height: 45px;
    padding: 0 !important;
    display: inline-block;
    background: #fff !important;
    color: #333 !important;
    border-radius: 2px !important;
    opacity: 1 !important;
    margin-top: -20px !important;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.touch-slider .owl-controls .owl-buttons div:hover {
    background: #3f51b5 !important;
    color: #fff !important
}

.touch-slider:hover .owl-controls .owl-buttons div {
    filter: alpha(opacity=100);
    opacity: 1
}

.touch-slider .owl-controls .owl-buttons div.owl-prev {
    left: 0
}

.touch-slider .owl-controls .owl-buttons div.owl-next {
    right: 0
}

.touch-slider .owl-controls .owl-buttons div i {
    font-size: 22px;
    line-height: 45px
}

.touch-carousel .owl-controls .owl-buttons {
    position: absolute;
    top: -38px;
    right: 15px
}

.touch-carousel.projects-carousel .owl-controls .owl-buttons {
    right: 12px
}

.projects-carousel .owl-controls .owl-buttons {
    right: 9px
}

.form-control {
    background-color: #fff;
    /*border: 0px dashed #3f51b5;*/
    border-radius: 2px;
    color: #2d2d2d;
    display: block;
    height: 48px;
    box-shadow: none;
    width: 100%
}

.sweet-label {
    font-size: 19px;
    color: #3f51b5;
}

.form-control:focus,
textarea:focus {
    box-shadow: none;
    /* border: 1px solid #3f51b5;*/
    outline: none
}

.contact-info {
    margin-bottom: 42px
}

.contact-info .header-wrap {
    margin: 40px 0
}

.contact-info .header-wrap h3 {
    font-size: 40px
}

.contact-info .contact-item-wrapper {
    padding: 0 42px
}

.contact-info .contact-item-wrapper h4 {
    font-size: 22px;
    font-weight: 400;
    color: #0c0c0c;
    margin-bottom: 20px
}

.contact-info .contact-item-wrapper .info .icon {
    float: left;
    width: 42px;
    font-size: 30px;
    height: 42px;
    line-height: 48px;
    color: #3f51b5
}

.login-form-container {
    background: #f9f9f9;
    border: 1px solid #eee;
    padding: 37px 40px;
    text-align: left
}

.login-form-container .login-text {
    text-align: center;
    margin-bottom: 30px
}

.login-form-container .login-text h3 {
    font-size: 30px;
    margin-bottom: 5px
}

.login-form-container input[type=checkbox] {
    height: 15px;
    margin: 0;
    position: relative;
    top: 1px;
    width: 17px
}

.login-form-container label {
    color: #333;
    font-size: 14px;
    letter-spacing: .3px;
    vertical-align: middle
}

.button-box .login-toggle-btn {
    padding-top: 20px
}

.button-box .login-toggle-btn a {
    float: right;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

.button-box .log-btn {
    margin-top: 20px
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    position: relative
}

.bootstrap-select>.dropdown-toggle {
    color: #2d2d2d;
    padding: 16px 20px 15px;
    text-transform: capitalize;
    border: 1px solid rgba(0, 0, 0, .08)
}

.has-error .form-control:focus {
    box-shadow: none
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    opacity: 1
}

.form-control-static {
    text-align: center;
    line-height: 34px
}

.form-inline .checkbox input[type=checkbox],
.form-inline .radio input[type=radio] {
    margin-right: 5px
}

.input-group-addon {
    padding: 0;
    background-color: transparent;
    border: none
}

.addon {
    font-size: 20px;
    color: #888;
    border-radius: 0;
    width: 32px !important
}

.bootstrap-select>.dropdown-toggle {
    padding: 16px 18px 10px
}

.alinear {
    height: 100%;
}

.btonA {
    background-color: rgb(0, 90, 143);
    color: white;
    padding: 14px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

@media screen and (min-width: 991px) {
    .a {
        display: none;
    }
    .mo {
        margin-left: 10%;
    }
    .d {
        margin-left: 41%;
    }
}

#generic_price_table {
    /* background-color: #f0eded; */
}


/*PRICE COLOR CODE START*/

#generic_price_table .generic_content {
    background-color: #fff;
    border: solid 1px #005a8f;
}

#generic_price_table .generic_content .generic_head_price {
    background-color: #f6f6f6;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg {
    border-color: #cec8c8 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #cec8c8;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span {
    color: #005a8f;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign {
    color: #f00;
}

;
#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency {
    color: #f00;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent {
    color: #f00;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month {
    color: #f00;
}

#generic_price_table .generic_content .generic_feature_list ul li {
    color: #a7a7a7;
}

#generic_price_table .generic_content .generic_feature_list ul li span {
    color: #414141;
}

#generic_price_table .generic_content .generic_feature_list ul li:hover {
    background-color: #E4E4E4;
    border-left: 5px solid #7a0000;
}

#generic_price_table .generic_content .generic_price_btn a {
    border: 1px solid #005a8f;
}

#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg {
    border-color: #005a8f rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #005a8f;
    color: #fff;
}

#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head span,
#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head span {
    color: #fff;
}

.boton1:hover {
    background-color: #005a8f;
    color: #fff;
}

.boton2:hover {
    background-color: #005a8f;
    color: #fff;
}

#generic_price_table {
    margin: 50px 0 50px 0;
    font-family: 'Raleway', sans-serif;
}

.row .table {
    padding: 28px 0;
}


/*PRICE BODY CODE START*/

#generic_price_table .generic_content {
    overflow: hidden;
    position: relative;
    text-align: center;
}

#generic_price_table .generic_content .generic_head_price {
    margin: 0 0 20px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content {
    margin: 0 0 50px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg {
    border-style: solid;
    border-width: 90px 1411px 23px 399px;
    position: absolute;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head {
    padding-top: 40px;
    position: relative;
    z-index: 1;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span {
    font-family: "Raleway", sans-serif;
    font-size: 19px;
    font-weight: 800;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag {
    /*  padding: 0 0 20px; */
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price {
    display: block;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign {
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 28px;
    font-weight: 400;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency {
    font-family: "Lato", sans-serif;
    font-size: 60px;
    font-weight: 300;
    letter-spacing: -2px;
    line-height: 60px;
    padding: 0;
    vertical-align: middle;
    color: #f00;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent {
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 400;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_feature_list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#generic_price_table .generic_content .generic_feature_list ul li {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    padding: 14px 0;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table .generic_content .generic_feature_list ul li:hover {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

#generic_price_table .generic_content .generic_feature_list ul li .fa {
    padding: 0 10px;
}

#generic_price_table .generic_content .generic_price_btn {
    margin: 20px 0 32px;
}

#generic_price_table .generic_content .generic_price_btn a {
    border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    -webkit-border-radius: 50px;
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    outline: medium none;
    padding: 12px 30px;
    text-decoration: none;
    text-transform: uppercase;
}

#generic_price_table .generic_content,
#generic_price_table .generic_content:hover,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content .price,
#generic_price_table .generic_content:hover .price,
#generic_price_table .generic_content,
#generic_price_table .generic_content:hover {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

@media (min-width: 320px) and (max-width: 480px) {
    ul#top_links {
        list-style: none;
        margin: 0;
        padding: 2px 0 0;
        float: center;
    }
    ul#top_links li {
        display: inline-block;
        border-left: 1px solid rgba(0, 0, 0, .1);
        margin-right: 5px;
        padding-left: 8px
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    ul#top_links {
        list-style: none;
        margin: 0;
        padding: 2px 0 0;
        float: right;
    }
    ul#top_links li {
        display: inline-block;
        border-left: 1px solid rgba(0, 0, 0, .1);
        margin-right: 5px;
        padding-left: 8px
    }
}

@media (max-width: 767px) {
    #generic_price_table .generic_content {
        margin-bottom: 75px;
        margin-left: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #generic_price_table .col-md-3 {
        float: left;
        width: 50%;
    }
    #generic_price_table .col-md-4 {
        float: left;
        width: 50%;
    }
    #generic_price_table .generic_content {
        margin-bottom: 75px;
    }
}

#generic_price_table_home {
    font-family: 'Raleway', sans-serif;
}

.text-center h1,
.text-center h1 a {
    /*color: #7885CB;*/
    font-size: 28px;
    font-weight: 300;
    text-decoration: none;
}

.demo-pic {
    margin: 0 auto;
}

.demo-pic:hover {
    opacity: 0.7;
}

#generic_price_table_home ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: table;
}

#generic_price_table_home li {
    float: left;
}

#generic_price_table_home li+li {
    margin-left: 10px;
    padding-bottom: 10px;
}

#generic_price_table_home li a {
    display: block;
    width: 50px;
    height: 50px;
    font-size: 0px;
}

#generic_price_table_home .blue {
    background: #3498DB;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .emerald {
    background: #2ECC71;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .grey {
    background: #7F8C8D;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .midnight {
    background: #34495E;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .orange {
    background: #E67E22;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .purple {
    background: #9B59B6;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .red {
    background: #E74C3C;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .turquoise {
    background: #1ABC9C;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .blue:hover,
#generic_price_table_home .emerald:hover,
#generic_price_table_home .grey:hover,
#generic_price_table_home .midnight:hover,
#generic_price_table_home .orange:hover,
#generic_price_table_home .purple:hover,
#generic_price_table_home .red:hover,
#generic_price_table_home .turquoise:hover {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .divider {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 20px;
}

#generic_price_table_home .divider span {
    width: 100%;
    display: table;
    height: 2px;
    background: #ddd;
    margin: 50px auto;
    line-height: 2px;
}

#generic_price_table_home .itemname {
    text-align: center;
    font-size: 50px;
    padding: 50px 0 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
    text-decoration: none;
    font-weight: 300;
}

#generic_price_table_home .itemnametext {
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
    text-transform: uppercase;
    display: inline-block;
}

#generic_price_table_home .footer {
    padding: 40px 0;
}

.price-heading {
    text-align: center;
}

.price-heading h1 {
    color: #f00;
    margin: 0;
    padding: 0 0 50px 0;
}

.redMenu {
    font-size: 17px;
    color: #ff9f00;
}

.footer {
    z-index: 0;
    position: nonset;
    bottom: 0px;
    width: 100%;
    background: #222;
}

.footer a {
    color: white;
}

.footer li {
    color: white;
}

.footer {
    background: #222;
    padding: 30px 0 0
}

.footer h3 {
    font-size: 16px;
    font-weight: 600;
    color: #fff
}

.footer a:hover {
    color: rgba(255, 255, 255, 1)
}

#logo_footer {
    margin: -11px 0 15px;
}

.footer ul {
    margin: 0;
    padding: 0 0 0px;
    list-style: none
}

.footer p {
    color: rgba(255, 255, 255, 1);
}

.footer #address_footer {
    color: white;
}

.custom .step label {
    display: block;
    position: relative
}

.custom .step legend {
    font-size: 11px
}

.custom .step .form-group {
    margin-bottom: 20px
}

.custom .step h3 {
    margin: 0 0 20px
}

#contact_bg {
    background: url(../img/map_footer.png) bottom center no-repeat;
}

.footer {
    display: block;
}

footer {
    margin: auto;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

.footer-logo-sub {
    padding-right: 0;
}

.logo-footer {
    max-width: 85px;
    border: 1px solid #ff9f00;
    padding: 20px 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.logo-footer img {
    display: block;
}

.footer-direccion {
    font-size: 14px;
    color: #6d6e6f;
    line-height: 1.2;
    padding-left: 40px;
}

.footer-direccion p {
    margin: 7px 0 10px 0;
}

.footer-direccion a {
    color: #fff;
}

.footer-redes {
    padding-left: 0;
}

.footer-redes ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-redes li {
    width: 38px;
    margin: 0 0 18px 0;
    text-align: center;
    line-height: 40px;
}

.footer-redes a {
    background: none !important;
    color: #0376f5 !important;
    width: 100%;
    border: 1px solid #eb8532;
    margin: 0;
    padding: 0;
    display: block;
    height: 38px;
    line-height: 38px;
    width: 48px;
    font-size: 23px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

@media screen and (min-width: 576px) {
    .footer .container {
        max-width: 768px;
    }
}

@media screen and (min-width: 768px) {
    .footer .container {
        max-width: 992px;
    }
}

@media screen and (min-width: 992px) {
    .footer .container {
        max-width: 1024px;
    }
}

@media screen and (min-width: 1200px) {
    .footer .container {
        max-width: 1600px;
    }
}

@media screen and (min-width: 1025px) {
    .footer-redes a:hover {
        background: #fff !important;
        text-decoration: none;
    }
}

@media screen and (min-width: 992px) {
    .footer-logo-sub,
    .footer-herramientas,
    .footer-redes {
        display: block !important;
    }
    .footer-herramientas {
        margin-top: 0px;
        margin-left: -46px;
    }
}

@media screen and (max-width: 480px) {
    .footer-direccion {
        padding-left: 15px;
        font-size: 12px;
    }
}

@media screen and (max-width: 991px) {
    .footer {
        padding-top: 50px;
    }
    .footer-logo-sub,
    .footer-herramientas,
    .footer-redes {
        /*display: none;*/
    }
    .footer-creditos {
        text-align: center;
    }
    .footer-cliente .footer-pad h4,
    .footer-cliente .footer-pad li {
        display: none;
    }
    .footer-direccion {
        padding-left: 15px;
        font-size: 12px;
    }
    .listado-precio-footer {
        text-align: center;
        margin: 0;
    }
    .listado-precio-footer a {
        display: inline-block;
    }
    .footer-redes ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer-redes li {
        height: 40px;
        width: 40px;
        margin-right: 10px;
    }
    .footer-redes a {
        background: none !important;
        color: #ffffff !important;
        width: 100%;
        border: 1px solid #ffffff;
        margin: 0;
        padding: 0;
        display: block;
        height: 38px;
        line-height: 38px;
        width: 48px;
        font-size: 24px;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    .footer-pad h4 {
        margin-bottom: 15px;
    }
    .footer-pad ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .footer-pad li {
        width: 50%;
        margin-bottom: 15px;
    }
    .footer-bottom {
        font-size: 12px;
        margin-top: 50px;
    }
}

@media screen and (max-width: 767px) {
    .footer {
        padding: 20px 0;
    }
    .footer-middle .row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer-ctn-sub {
        margin-bottom: 20px;
    }
    .footer-pad li {
        width: 100%;
        margin-bottom: 10px;
    }
    .footer-bottom {
        margin-top: 30px;
    }
    .listado-precio-footer {
        padding: 8px;
        font-size: 11px;
    }
    .footer-pad {
        text-align: center;
    }
}

@media screen and (max-width: 575px) {
    .footer {
        text-align: center;
    }
    .footer-direccion p {
        margin-top: -136px;
        margin-right: 19px;
        float: right;
    }
    .listado-precio-footer {
        padding: 10px;
        max-width: 265px;
        margin: auto;
        text-align: center;
        top: -30px;
        left: 10px;
    }
    .footer-ctn-sub {
        margin-top: -48px;
        width: 52%;
        float: left;
        display: block;
        z-index: 10;
    }
    .footer-redes {
        margin-top: 15px;
    }
    .footer-redes li {
        margin-bottom: 0;
    }
    .footer-redes li:last-child {
        margin-right: 0;
    }
    .footer-bottom {
        margin-top: 20px;
        font-size: 12px;
    }
    .footer-bottom .col-sm-6 {
        text-align: center;
    }
    .footer-pad h4 {
        display: none;
    }
    .footer-pad li {
        font-size: 12px;
    }
    .footer-direccion a {
        display: none;
    }
}

.footer {
    background: #24262e;
    margin: 0 0;
    padding: 35px 0 60px 0;
}

.footer-pad {
    color: #fff;
    text-align: left;
    font-size: 14px;
}

.footer-pad h4 {
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    margin: 0 0 25px 0;
    text-transform: uppercase;
}

.footer-pad p {
    margin: 0;
    font-size: 14px;
    line-height: 1.1;
}

.footer-pad a {
    color: rgba(255, 255, 255, 1);
}

.footer-pad li {
    /*margin: 0 0 20px 0; */
}

.footer-pad li:last-child {
    margin-bottom: 0;
}

.listado-precio-footer {
    border: 1px solid #ff9f00;
    font-size: 12px;
    text-transform: uppercase;
    padding: 9px 8px;
    width: 89%;
    margin-top: 40px;
}

.listado-precio-footer a {
    position: relative;
    color: #fff !important;
    /*padding-left: 25px;*/
    display: block;
    margin: auto;
    padding-top: 3px;
}

.socials-ctn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.socials-ctn a {
    width: 35px;
    height: 35px;
    position: relative;
    font-size: 12px;
    line-height: 35px;
    margin-right: 10px;
}

.socials-ctn a:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "\e912";
    width: 100%;
    height: 100%;
    font-size: 32px;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.socials-ctn a:last-child {
    margin-right: 0;
}

.footer-bottom {
    margin-top: 35px;
    color: #6d6e6f;
    font-size: 14px;
    border-top: 1px solid #6d6e6f;
    padding-top: 15px;
    background: #464646;
    margin-bottom: 35px;
}

.footer-bottom p {
    margin: 0;
}

.footer-bottom a {
    color: #6d6e6f;
}

.creditos-right {
    text-align: right;
}

#intro h2 {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0;
    color: red;
    font-size: 1.5em;
    margin: 1em 0px 19px 0px;
}

ul.feat#about li {
    padding: 20px 25px 10px 85px;
    border: 1px solid #2c5b8f;
    background-color: #f3f3f3;
}

ul.feat#about li,
ul.feat#about li p {
    margin-bottom: 9px;
}

ul.feat li {
    padding-left: 70px;
    position: relative;
}

ul.feat#about li i {
    position: absolute;
    left: 25px;
    top: 25px;
    font-size: 42px;
    color: #005a8f;
}

.list-item-category {
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.row .table {
    padding: 28px 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table {
    background-color: transparent;
}

.product-info-tabs {
    margin-bottom: 45px
}

.prod-tabs .tab-btns {
    position: relative;
    z-index: 1
}

.prod-tabs .tab-btns .tab-btn {
    position: relative;
    display: inline-block;
    font-size: 13px;
    color: #999;
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px 25px;
    line-height: 24px;
    background: #fff;
    border: 1px solid transparent;
    border-bottom: none;
    letter-spacing: 1px;
    border-radius: 3px 3px 0 0
}

.prod-tabs .tab-btns .tab-btn.active-btn {
    margin-top: 28px;
    top: 2px;
    color: #222;
    border-color: #ddd
}

.prod-tabs .tabs-container {
    position: relative;
    color: #555;
    background: #fff;
    border: 1px solid #ddd
}

.prod-tabs .tabs-container .tab {
    position: relative;
    padding: 30px;
    display: none
}

.prod-tabs .tabs-container .tab.active-tab {
    display: block
}

.prod-tabs .tabs-container .tab h2,
.prod-tabs .tabs-container .tab h3,
.prod-tabs .tabs-container .tab h4,
.prod-tabs .tabs-container .tab h5,
.prod-tabs .tabs-container .tab h6,
.prod-tabs .tabs-container .tab p {
    margin-bottom: 15px
}

.prod-tabs .tabs-container .tab h3 {
    font-size: 16px;
    font-weight: 500;
    color: #222;
    margin-bottom: 10px
}

.prod-tabs .tabs-container .tab h4 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 15px
}

.prod-tabs .reviews-container {
    position: relative
}

.prod-tabs .reviews-container .review-box {
    position: relative;
    margin-bottom: 30px;
    padding-left: 100px;
    min-height: 100px
}

.prod-tabs .reviews-container .rev-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 82px;
    height: 82px;
    border-radius: 3px
}

.prod-tabs .reviews-container .rev-thumb img {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 3px
}

.prod-tabs .reviews-container .rev-content {
    position: relative;
    padding: 15px 15px 0;
    border: 1px solid #ededed;
    background: #fff
}

.prod-tabs .reviews-container .rating {
    color: #999;
    font-size: 13px
}

.prod-tabs .reviews-container .rev-info {
    font-size: 13px;
    font-style: italic;
    color: #999;
    margin-bottom: 10px
}

.prod-tabs .add-review {
    position: relative;
    margin: 30px 0 20px;
    font-size: 14px
}

.prod-tabs .add-review .rating {
    margin-top: 12px
}

.prod-tabs .add-review .rating .rate-box {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    font-size: 13px;
    color: #999
}

.prod-tabs .add-review .rating .rate-box:active,
.prod-tabs .add-review .rating .rate-box:focus,
.prod-tabs .add-review .rating .rate-box:hover {
    color: #fc0
}

.prod-tabs .add-review h3 {
    margin-bottom: 20px
}

.related-products {
    position: relative
}

.categorias {
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0;
    border-top: 1.5px solid #9b9595;
}

.block-questions {
    border: 1px solid #93dbfd;
    padding: 15px;
    border-radius: 6px;
    margin: 15px 0;
}

.block-questions ul {
    text-align: center;
}

ol,
ul {
    padding: 0;
}

ol,
p,
ul {
    margin: 0;
}

.block-questions ul li {
    display: none;
    display: inline-block;
}

.block-questions ul li a:after {
    margin-left: 10px;
    font-family: Montserrat, sans-serif;
    content: "/";
}

.block-questions ul li a {
    color: #195d9e;
    text-transform: uppercase;
    display: block;
    font-family: Montserrat, sans-serif;
    margin: 0 10px 0 5px;
    font-weight: 700;
    cursor: pointer;
    font-size: 12px;
}

.block-benefit .s-benefit {
    vertical-align: top;
    min-height: 100px;
    margin-bottom: 1em;
}

.block-benefit .s-benefit h5 {
    font-size: 13px;
    text-transform: uppercase;
    margin: 0 0 5px;
}

.block-benefit .s-benefit {
    vertical-align: top;
    min-height: 100px;
    margin-bottom: 1em;
}

.block-benefit .s-benefit img {
    float: left;
    margin: 0 15px 15px 0;
    border-radius: 35px;
    height: 70px;
    width: 70px;
}

.table.cart-list.shopping-cart th,
.table.options_cart.shopping-cart th {
    text-transform: uppercase;
    padding: 15px
}

.table.table-striped.cart-list.shopping-cart>tbody>tr:nth-of-type(odd) {
    background-color: #fff
}

.table.cart-list.shopping-cart td {
    padding: 15px
}

.thumb_cart {
    border: 1px solid #ddd;
    overflow: hidden;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    float: left
}

.thumb_cart img {
    padding: 1px;
    width: 58px;
    height: auto
}

.item_cart {
    display: inline-block;
    margin-top: 20px
}

.cart-section .cart-options {
    position: relative;
    padding: 5px 0 10px;
    margin-bottom: 25px
}

.table.cart-list>tbody>tr>td,
.table.cart-list>tbody>tr>th,
.table.cart-list>tfoot>tr>td,
.table.cart-list>tfoot>tr>th,
.table.cart-list>thead>tr>td,
.table.cart-list>thead>tr>th {
    border-top: 1px solid #ddd;
    vertical-align: middle
}

.table.cart-list>thead>tr>th {
    border-bottom: 2px solid #ddd
}

.cart-section .apply-coupon .form-group {
    position: relative;
    float: left;
    margin-right: 10px
}

.cart-section .totals-table {
    margin-bottom: 20px;
    border: 1px solid #ddd
}

.cart-section ul.totals-table {
    list-style: none;
    padding: 0;
    margin: 0 0 20px
}

.cart-section .totals-table li {
    line-height: 24px;
    padding: 12px 15px;
    border-bottom: 1px solid #ddd
}

.cart-section .totals-table li:last-child {
    border-bottom: none;
    margin-bottom: 0
}

.cart-section .totals-table .col {
    position: relative;
    display: block;
    float: left;
    line-height: 24px;
    width: 100%;
    /*text-transform:uppercase */
}

.cart-section .totals-table .total {
    color: #F33;
    font-weight: 600
}

.checkout-page ul.default-links {
    list-style: none;
    padding: 0;
    margin: 0 0 20px
}

.checkout-page .default-links li {
    margin-bottom: 15px;
    line-height: 24px;
    padding: 15px 20px;
    background: #F33;
    color: #fff
}

.checkout-page .default-links li a {
    color: #fff
}

.checkout-page .default-links li a:hover {
    color: #fff;
    text-decoration: underline
}

.checkout-page .billing-details {
    position: relative;
    margin-bottom: 20px;
    background-color: #f3f3f3;
    padding: 30px 30px 15px
}

.checkout-page .check-box {
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    padding-top: 5px
}

.checkout-page .check-box label {
    position: relative;
    top: -1px;
    font-weight: 700;
    padding: 0;
    font-size: 13px;
    cursor: pointer
}

.checkout-page .place-order {
    position: relative;
    padding: 15px 15px 43px;
    background-color: #f3f3f3
}

.checkout-page .payment-options {
    position: relative;
    margin-bottom: 30px
}

.checkout-page .payment-options ul {
    list-style: none;
    margin: 0 0 15px;
    padding: 0
}

.checkout-page .payment-options li {
    margin-bottom: 15px
}

.checkout-page .payment-options li .radio-option {
    position: relative
}

.checkout-page .payment-options li .radio-option label {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    font-weight: 500 !important;
    cursor: pointer
}

.checkout-page .payment-options li .radio-option label strong {
    font-weight: 700
}

.checkout-page .payment-options li .radio-option input[type=radio] {
    position: absolute;
    left: 0;
    top: 0
}

.checkout-page .payment-options li .radio-option label .small-text {
    position: relative;
    display: block;
    margin-top: 15px;
    margin-left: -30px;
    padding: 10px 15px;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 400;
    font-size: 14px;
    color: #888;
    line-height: 20px;
    background: #fff
}

.checkout-page .payment-options li .radio-option label .small-text:before {
    content: '';
    position: absolute;
    left: 40px;
    top: -15px;
    border: 8px solid transparent;
    border-bottom: 8px solid #fff
}

.checkout-page .payment-options li .radio-option label img {
    position: relative;
    margin-top: -5px;
    display: inline-block;
    max-width: 100%;
    padding-left: 30px
}

.checkout-page .place-order .theme-btn {
    display: block;
    width: 100%
}

.default-title {
    margin-bottom: 25px;
    padding: 10px;
    background-color: #555;
    color: #fff
}

.billing-details .default-title {
    margin: -30px -30px 30px
}

.place-order .default-title {
    margin: -15px -15px 15px
}

.default-title h2 {
    font-size: 18px;
    font-weight: 300;
    margin: 0;
    padding: 0;
    color: #fff
}

input[type="number"] {
    width: 25%;
    border: 2px solid #6b6363;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}

.table.cart-list.shopping-cart td {
    padding: 15px;
}

.table.cart-list>tbody>tr>td,
.table.cart-list>tbody>tr>th,
.table.cart-list>tfoot>tr>td,
.table.cart-list>tfoot>tr>th,
.table.cart-list>thead>tr>td,
.table.cart-list>thead>tr>th {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
    border-left: none;
    border-right: none;
}

.cart-section ul.totals-table {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.btn_full,
a.btn_full {
    color: #fff;
    background: #06C;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 600;
    display: block;
}

.btn_contact,
.btn_full,
a.btn_contact,
a.btn_full {
    padding: 12px 20px;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
    text-transform: uppercase;
    cursor: pointer;
    font-family: inherit;
    outline: 0;
}

.btn_full,
a.btn_full,
a.btn_quote {
    border: none;
    -moz-transition: all .3s;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 18px;
    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: 1px solid transparent;
    border-radius: 4px;
}

.box_style_2 {
    padding: 10px 25px 0;
    margin-bottom: 20px;
    border: 1px dashed #ddd;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAFfKj/FAAAAGXRFW…ORQhogwNCcwIjddKgQI6ojUbkgWSYMo+BCjKiOR9PLBAAchAAxHFDBbwAAAABJRU5ErkJggg==);
}

.bar-contenido {
    display: inline-block;
    margin: 0 8vh;
}

.bar-inner {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.normalize {
    margin: 1em 0 1em 0;
}

#get_quote {
    background: #000304f2;
    padding: 10px 0;
    color: #fff;
    padding-top: 15px;
}

#get_quote h3 {
    color: #fff;
    margin: 20px 0 0;
    font-size: 2.0em!important;
    font-weight: 300;
    margin-top: 5px;
}

.button-two {
    border-radius: 16px;
    background-color: #ffffff;
    border: none;
    padding: 20px;
    width: 200px;
    transition: all 0.5s;
    color: #f70909;
    font-weight: 800;
}

.button-two:hover {
    color: #333;
}

.strip h4 {
    margin-top: 0
}

.strip {
    padding: 40px 0 20px;
    border-top: 1px dashed #ddd
}

.form_title {
    position: relative;
    padding-left: 55px;
    margin-bottom: 10px
}

.form_title h3 strong {
    background-color: #F33;
    width: 40px;
    height: 40px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0
}

.form_title h3 {
    margin: 0;
    padding: 0
}

.step {
    border-left: 1px solid #ddd;
    padding: 20px 0 20px 31px;
    margin: 0 0 10px 20px
}

.form_title p {
    color: #999;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 14px
}

.form-group.options {
    border-bottom: 1px dotted #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px
}

.form-group.options strong {
    position: relative;
    top: 5px
}

label.error {
    font-size: 11px;
    position: absolute;
    top: -12px;
    right: 0;
    z-index: 99;
    height: 25px;
    line-height: 25px;
    background-color: #e34f4f;
    color: #fff;
    font-weight: 400;
    padding: 0 6px
}

label.error:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 6px 6px 0;
    border-color: transparent #e34f4f;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -6px;
    left: 20%
}

.button-back {
    float: left
}

.button-next {
    float: right
}

a.button-back,
a.button-next {
    text-decoration: none;
    color: #fff
}

.button-back,
.button-next {
    border: none;
    font-family: inherit;
    color: #fff;
    background: #06C;
    cursor: pointer;
    padding: 7px 20px;
    display: inline-block;
    outline: 0;
    font-size: 12px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 600;
    /* margin-top:20px */
}

.button-back:hover,
.button-next:hover {
    background: #333;
    text-decoration: none
}

#custom .step {
    clear: left;
    background: #f3f3f3;
    padding: 30px;
    margin: 0;
    border: 0
}

#custom .step label {
    display: block;
    position: relative
}

#custom .step legend {
    font-size: 11px
}

#custom .step .form-group {
    /* margin-bottom:20px */
}

#custom .step h3 {
    margin: 0 0 0px
}

.stepy-titles,
ul.stepy-titles {
    margin: 0;
    padding: 0
}

.stepy-titles {
    list-style: none;
    width: 100%;
    height: 40px
}

.stepy-titles li:first-child {
    margin-left: 0
}

.stepy-titles li {
    cursor: pointer;
    float: left;
    padding: 7px 20px;
    background: #f3f3f3;
    font-weight: 600;
    margin-bottom: 2px;
    margin-left: 2px;
    position: relative;
    font-size: 16px
}

.stepy-titles li span {
    font-size: 11px;
    display: block;
    font-weight: 400
}

.stepy-titles .current-step {
    cursor: auto;
    background: #F33;
    padding: 7px 20px;
    color: #fff
}

.form-control.error {
    background: #fdf5f5
}

.stepy-error {
    display: block
}

.stepy-error label.error {
    background: url(../img/alert.png) 5px center no-repeat #e34f4f;
    color: #fff;
    display: block;
    display: inline-block;
    font-size: 12px;
    padding: 4px 10px 0 25px;
    margin: 8px 5px 2px 0;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -opera-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: static;
    line-height: normal;
    font-weight: 500
}

.stepy-error label.error:after {
    border-width: 0
}

input[type=submit].finish {
    border: none;
    font-family: inherit;
    color: #fff;
    background: #005a8f;
    cursor: pointer;
    padding: 12px 40px;
    display: inline-block;
    outline: 0;
    font-size: 16px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 600;
    float: right;
    margin-top: 20px
}

input[type=submit].finish:hover {
    background: #333
}

input#website {
    display: none
}

.styled-select select {
    background: 0 0;
    width: 107%;
    border: 1px dashed #3f51b5;
    padding: 5px 5px 5px 15px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    height: 41px;
    color: #999;
    margin: 0;
    font-weight: 400;
    -moz-appearance: window;
    -webkit-appearance: none;
    cursor: pointer;
    outline: 0
}

.styled-select select:focus {
    color: #555;
    outline: 0;
    box-shadow: none
}

.styled-select {
    width: 100%;
    overflow: hidden;
    height: 44px;
    background: url(../img/arrow_down.svg) right center no-repeat #fff;
    border: 1px solid #ddd9d1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.styled-select select::-ms-expand {
    display: none
}

.box_quote {
    padding-right: 30px
}

.box_quote h3 {
    font-size: 32px;
    margin-top: 0
}

.box_quote h3 strong {
    color: #F33;
    display: block
}

.box_quote ul {
    margin: 0 0 25px;
    padding: 0;
    list-style: none
}

.box_quote ul li {
    position: relative;
    font-size: 16px;
    padding-left: 30px;
    margin-bottom: 10px
}

.box_quote ul li i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px
}

a.call_us_bt {
    background-color: #F33;
    color: #fff;
    display: inline-block;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 600
}

.box_style_4 {
    background: #fafafa;
    padding: 25px;
    margin-bottom: 20px;
    border-top: 3px solid #F33
}

.box_style_4 ul {
    padding: 0 0 0 25px;
    margin: 0
}

.box_style_4 ul li {
    margin: 0 0 10px
}

#map {
    width: 100%;
    height: 350px;
    border: 3px solid #ededed
}

.box_style_4 h3 {
    margin-top: 0
}

.error_message {
    font-weight: 700;
    color: #e34f4f;
    margin-bottom: 5px
}

.modal-dialog {
    margin-top: 120px
}

.gray_bg {
    background-color: #fafafa
}

.box_style_2 {
    padding: 10px 25px 0;
    margin-bottom: 20px;
    border: 1px dashed #ddd;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAFfKj/FAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAlQTFRF4OXp8PX50NXZBLxR6QAAAEhJREFUeNpiYGJgYGACCCAGMAAIIDiDCSCAGLAAgABCEcbBBAggGIORQhogwNCcwIjddKgQI6ojUbkgWSYMo+BCjKiOR9PLBAAchAAxHFDBbwAAAABJRU5ErkJggg==')
}

* {
    box-sizing: border-box
}


}
.box_style_2 h4 {
    margin: 10px 0 20px
}
.box_style_2 h5 {
    font-size: 21px
}
.box_style_2 ul {
    padding-left: 20px;
    padding-bottom: 10px
}
.box_style_2 ul li {
    margin-bottom: 10px
}
.box_style_2 ul li:last-child {
    margin-bottom: 0
}
.quote_banner a {
    background-color: #362f2d;
    color: #fff;
    display: block;
    padding: 17px 15px 15px 45px;
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}
.quote_banner {
    position: relative
}
.quote_banner:before {
    font-style: normal;
    font-weight: 400;
    font-family: ElegantIcons;
    content: "\e0ee";
    top: 15px;
    font-size: 18px;
    margin-right: 5px;
    position: absolute;
    left: 15px;
    color: #fff
}
.nomargin,
.nopadding {
    margin: 0 !important
}
.quote_banner a:hover {
    background-color: #333
}
.form-control {
    font-size: 14px;
    color: #333;
    border-radius: 3px;
    height: 40px
}
#booking .form-group {
    position: relative
}
.modal-body {
    height: 431px;
    width: 100%;
    overflow-y: auto;
}
#ribbon {
    padding: 0.3em 0em;
    margin: 0;
    width: 109%;
    margin-top: 5%;
    position: relative;
    color: #ffffff;
    font: 19px 'Patua One', sans-serif;
    text-align: center;
    letter-spacing: 0.1em;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .3), inset 0px 0px 20px rgba(0, 0, 0, 0.1), 0px 1px 1px rgba(0, 0, 0, 0.4);
    background: -webkit-linear-gradient(top, red, red);
    display: inline-block;
    left: -13px;
    top: 29px;
}
#ribbon2 {
    padding: 0.3em 0em;
    margin: 0;
    width: 108%;
    margin-top: 5%;
    position: relative;
    color: #ffffff;
    font: 16px 'Roboto', sans-serif;
    text-align: center;
    letter-spacing: 0.1em;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .3), inset 0px 0px 20px rgba(0, 0, 0, 0.1), 0px 1px 1px rgba(0, 0, 0, 0.4);
    background: -webkit-linear-gradient(top, red, red);
    display: inline-block;
    left: -12px;
    top: 29px;
}
.d0 {
    margin-left: 33.666667%;
}
.d02 {
    padding-left: 24px;
}
#contento:before {
    content: "";
    bottom: -.5em;
    position: absolute;
    display: block;
    border-style: solid;
    border-color: #b10510 transparent;
    z-index: -1;
}
#contento:before {
    left: 0;
    border-width: .5em 0 0 .5em;
}
.ribbon {
    background-color: red;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    right: -44px;
    top: 4px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: 0 0 10px #888;
    -moz-box-shadow: 0 0 10px #888;
    box-shadow: 0 0 10px #888;
}
.ribbon a {
    border: 1px solid white;
    color: #fff;
    display: block;
    font: bold 81.25% 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: 1px 0;
    padding: 10px 50px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 0 5px #444;
}
.link-1 a:before,
.link-1 a:after {
    content: '';
    border-bottom: solid 2px white;
    position: absolute;
    bottom: 0;
    width: 0;
}
.link-1 a:before {
    left: 0;
}
.link-1 a:after {
    right: 0;
}
.link-1 a:hover:before,
.link-1 a:hover:after {
    width: 50%;
}
.link-1 a:before,
.link-1 a:after {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.services-item {
    background: #005a8f;
    padding: 30px 20px 20px;
    margin: 15px 0;
    position: relative;
    color: #fff;
    overflow: hidden;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
}
.services-item:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0 30px 30px 0;
    border-style: solid;
    border-color: #fff #f5f5f5 rgb(255, 0, 0) rgb(255, 0, 0);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: border-color .2s ease-in-out;
    -moz-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
    display: block;
    width: 0;
}
.services-item:hover .icon-01 {
    -webkit-transform: rotate(-360deg) translate(0, -5px);
    -moz-transform: rotate(-360deg) translate(0, -5px);
    -ms-transform: rotate(-360deg) translate(0, -5px);
    -o-transform: rotate(-360deg) translate(0, -5px);
    transform: rotate(-360deg) translate(0, -5px);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.services-item:hover .icono-atel {
    border: solid 2px #3aa4e2;
}
.icon-01 {
    background: url(../img/servicios/portadaservicios/sistema.jpg) no-repeat;
    background-size: 239px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.services-item:hover .icon-02 {
    -webkit-transform: rotate(-360deg) translate(0, -5px);
    -moz-transform: rotate(-360deg) translate(0, -5px);
    -ms-transform: rotate(-360deg) translate(0, -5px);
    -o-transform: rotate(-360deg) translate(0, -5px);
    transform: rotate(-360deg) translate(0, -5px);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.icon-02 {
    background: url(../img/servicios/portadaservicios/computo.jpg) no-repeat;
    background-size: 228px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.services-item:hover .icon-03 {
    -webkit-transform: rotate(-360deg) translate(0, -5px);
    -moz-transform: rotate(-360deg) translate(0, -5px);
    -ms-transform: rotate(-360deg) translate(0, -5px);
    -o-transform: rotate(-360deg) translate(0, -5px);
    transform: rotate(-360deg) translate(0, -5px);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.icon-03 {
    background: url(../img/servicios/portadaservicios/redes.jpg) no-repeat;
    background-size: 228px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.services-item:hover .icon-04 {
    -webkit-transform: rotate(-360deg) translate(0, -5px);
    -moz-transform: rotate(-360deg) translate(0, -5px);
    -ms-transform: rotate(-360deg) translate(0, -5px);
    -o-transform: rotate(-360deg) translate(0, -5px);
    transform: rotate(-360deg) translate(0, -5px);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.icon-04 {
    background: url(../img/servicios/portadaservicios/radioenlaces.jpg) no-repeat center;
    background-size: 262px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.services-item:hover .icon-05 {
    -webkit-transform: rotate(-360deg) translate(0, -5px);
    -moz-transform: rotate(-360deg) translate(0, -5px);
    -ms-transform: rotate(-360deg) translate(0, -5px);
    -o-transform: rotate(-360deg) translate(0, -5px);
    transform: rotate(-360deg) translate(0, -5px);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.icon-05 {
    background: url(../img/servicios/portadaservicios/cctv.jpg) no-repeat;
    background-size: 228px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.services-item:hover .icon-06 {
    -webkit-transform: rotate(-360deg) translate(0, -5px);
    -moz-transform: rotate(-360deg) translate(0, -5px);
    -ms-transform: rotate(-360deg) translate(0, -5px);
    -o-transform: rotate(-360deg) translate(0, -5px);
    transform: rotate(-360deg) translate(0, -5px);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.icon-06 {
    background: url(../img/servicios/portadaservicios/alarmas.jpg) no-repeat;
    background-size: 282px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.services-item:hover .icon-07 {
    -webkit-transform: rotate(-360deg) translate(0, -5px);
    -moz-transform: rotate(-360deg) translate(0, -5px);
    -ms-transform: rotate(-360deg) translate(0, -5px);
    -o-transform: rotate(-360deg) translate(0, -5px);
    transform: rotate(-360deg) translate(0, -5px);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.icon-07 {
    background: url(../img/servicios/portadaservicios/domotica.jpg) no-repeat;
    background-size: 265px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.services-item:hover .icon-08 {
    -webkit-transform: rotate(-360deg) translate(0, -5px);
    -moz-transform: rotate(-360deg) translate(0, -5px);
    -ms-transform: rotate(-360deg) translate(0, -5px);
    -o-transform: rotate(-360deg) translate(0, -5px);
    transform: rotate(-360deg) translate(0, -5px);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.icon-08 {
    background: url(../img/servicios/portadaservicios/gps.jpg) no-repeat;
    background-size: 228px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.services-item:hover .icon-09 {
    -webkit-transform: rotate(-360deg) translate(0, -5px);
    -moz-transform: rotate(-360deg) translate(0, -5px);
    -ms-transform: rotate(-360deg) translate(0, -5px);
    -o-transform: rotate(-360deg) translate(0, -5px);
    transform: rotate(-360deg) translate(0, -5px);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.icon-09 {
    background: url(../img/servicios/portadaservicios/cerco.jpg) no-repeat;
    background-size: 271px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.services-item:hover .icon-10 {
    -webkit-transform: rotate(-360deg) translate(0, -5px);
    -moz-transform: rotate(-360deg) translate(0, -5px);
    -ms-transform: rotate(-360deg) translate(0, -5px);
    -o-transform: rotate(-360deg) translate(0, -5px);
    transform: rotate(-360deg) translate(0, -5px);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.icon-10 {
    background: url(../img/servicios/portadaservicios/biometrico.jpg) no-repeat;
    background-size: 228px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.services-item:hover .icon-11 {
    -webkit-transform: rotate(-360deg) translate(0, -5px);
    -moz-transform: rotate(-360deg) translate(0, -5px);
    -ms-transform: rotate(-360deg) translate(0, -5px);
    -o-transform: rotate(-360deg) translate(0, -5px);
    transform: rotate(-360deg) translate(0, -5px);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.icon-11 {
    background: url(../img/servicios/portadaservicios/intercom.jpg) no-repeat;
    background-size: 256px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.services-item:hover .icon-12 {
    -webkit-transform: rotate(-360deg) translate(0, -5px);
    -moz-transform: rotate(-360deg) translate(0, -5px);
    -ms-transform: rotate(-360deg) translate(0, -5px);
    -o-transform: rotate(-360deg) translate(0, -5px);
    transform: rotate(-360deg) translate(0, -5px);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.icon-12 {
    background: url(../img/servicios/portadaservicios/intercom1.jpg) no-repeat;
    background-size: 228px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.services-item:hover .icon-13 {
    -webkit-transform: rotate(-360deg) translate(0, -5px);
    -moz-transform: rotate(-360deg) translate(0, -5px);
    -ms-transform: rotate(-360deg) translate(0, -5px);
    -o-transform: rotate(-360deg) translate(0, -5px);
    transform: rotate(-360deg) translate(0, -5px);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.icon-13 {
    background: url(../img/servicios/portadaservicios/energia.jpg) no-repeat;
    background-size: 228px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.services-item:hover .icon-14 {
    -webkit-transform: rotate(-360deg) translate(0, -5px);
    -moz-transform: rotate(-360deg) translate(0, -5px);
    -ms-transform: rotate(-360deg) translate(0, -5px);
    -o-transform: rotate(-360deg) translate(0, -5px);
    transform: rotate(-360deg) translate(0, -5px);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.icon-14 {
    background: url(../img/servicios/portadaservicios/refri.jpg) no-repeat;
    background-size: 228px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.services-item:hover .icon-15 {
    -webkit-transform: rotate(-360deg) translate(0, -5px);
    -moz-transform: rotate(-360deg) translate(0, -5px);
    -ms-transform: rotate(-360deg) translate(0, -5px);
    -o-transform: rotate(-360deg) translate(0, -5px);
    transform: rotate(-360deg) translate(0, -5px);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.icon-15 {
    background: url(../img/servicios/portadaservicios/electronica.jpg) no-repeat;
    background-size: 228px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.services-item:hover .icon-16 {
    -webkit-transform: rotate(-360deg) translate(0, -5px);
    -moz-transform: rotate(-360deg) translate(0, -5px);
    -ms-transform: rotate(-360deg) translate(0, -5px);
    -o-transform: rotate(-360deg) translate(0, -5px);
    transform: rotate(-360deg) translate(0, -5px);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.icon-16 {
    background: url(../img/servicios/portadaservicios/electricidad.jpg) no-repeat;
    background-size: 228px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.icono-atel {
    width: 160px;
    height: 160px;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    border: solid 4px #ff9f00;
}
.serv-cand {
    padding-left: 36px;
    padding-right: 35px;
    margin-left: 23px;
}
.serv-otro {
    padding-right: 49px;
    padding-left: 50px;
}
.ajuste-segu {
    color: white;
    font-size: 21px;
    font-weight: 600;
    margin-left: 39%;
    margin-right: auto;
    position: absolute;
    top: 12px;
}
.anillo1 {
    border-radius: 17px;
    background-color: #f2f2f2;
    box-shadow: 1px 0px 8px rgb(0, 0, 0);
    position: relative;
    z-index: 89;
    width: 363px;
    margin-top: 131px;
    padding-bottom: 43px;
    margin-right: -10000px;
    display: inline;
    float: left;
}
.anillo1-img {
    margin-left: 112px;
}
.anillo2 {
    border-radius: 17px;
    background-color: #f2f2f2;
    box-shadow: 1px 0px 8px rgb(0, 0, 0);
    z-index: 89;
    width: 360px;
    left: 415px;
    margin-top: -550px;
    padding-bottom: 43px;
    margin-right: 100%;
    display: inline;
    float: left;
    position: relative;
}
.anillo2-img {
    margin-left: 310px;
}
.anillo3 {
    border-radius: 17px;
    background-color: #f2f2f2;
    box-shadow: 1px 0px 8px rgb(0, 0, 0);
    position: absolute;
    z-index: 89;
    width: 360px;
    margin-top: 131px;
    padding-bottom: 43px;
    left: 843px;
    display: inline;
    float: left;
}
.anillo3-img {
    margin-left: 310px;
    position: absolute;
    top: 10px;
}
.ajuste-cctv {
    padding-bottom: 30px;
    padding-top: 61px;
    background: #fff;
}
.ajuste-img-gps {
    position: absolute;
    top: 180px;
    left: 999px;
}
.ul-ajuste {
    padding-left: 15px;
    padding-bottom: 19px;
    list-style-type: none;
}
.li-ajuste {
    margin-left: 6px;
    font-weight: 600;
}
.ajust-ti {
    margin-left: 373px;
}
.pe {
    width: 58%;
}
.ajust-ti {
    margin-left: 176px;
}
.ajust-ti-es {
    margin-left: 248px;
    margin-right: 77px;
}
.ajust-cont {
    padding-bottom: 23px;
}
.prod-ajust {
    margin-bottom: 4%;
}
.capa {
    background-color: rgba(51, 51, 51, 0.49);
    width: 136%;
    height: 136%;
    position: absolute;
    top: 0px;
    right: -207px;
}
.opacidad {
    background-color: rgb(255, 0, 0);
    width: 113px;
    height: 89px;
    position: absolute;
    top: 0px;
    right: -60px;
    border-bottom-left-radius: 54px;
}
.opacidad2 {
    background-color: rgb(255, 0, 0);
    width: 113px;
    height: 89px;
    position: absolute;
    top: 0px;
    right: -70px;
    border-bottom-left-radius: 54px;
}
.opacidad3 {
    background-color: rgb(255, 0, 0);
    width: 113px;
    height: 89px;
    position: absolute;
    top: 0px;
    right: -70px;
    border-bottom-left-radius: 54px;
}
.lab {
    color: white;
    font-weight: 700;
    font-size: 2em;
    position: relative;
    top: 28px;
    left: 31px;
}
.lab2 {
    color: white;
    font-weight: 700;
    font-size: 2em;
    position: relative;
    top: 28px;
    left: 20px;
}
.boton-n-2 {
    position: absolute;
    /* bottom: -20px; */
    
    top: 37vh;
    width: 300px;
}
@media(max-width:480px) {
    .boton-n-1 {
        position: absolute;
        bottom: -20px;
    }
    
    .boton-n-2 {
        position: absolute;
        /* bottom: -20px; */
        top: 30vh;
        width: 280px;
        left: -8px;
    }
    
    .boton-n-3 {}
    
    .opacidad {
        background-color: rgb(255, 0, 0);
        width: 200px;
        height: 89px;
        position: absolute;
        top: 311px;
        right: 185px;
        border-top-right-radius: 54px;
    }
    
    .opacidad2 {
        background-color: rgb(255, 0, 0);
        width: px;
        height: 89px;
        position: absolute;
        top: 199px;
        right: -8px;
        border-top-left-radius: 54px;
        border-bottom-left-radius: 0px;
    }
    
    .opacidad3 {
        background-color: rgb(255, 0, 0);
        width: 113px;
        height: 89px;
        position: absolute;
        top: 312px;
        right: -72px;
        border-bottom-left-radius: 0;
        border-top-left-radius: 54px;
    }
    
    .lab {
        color: white;
        font-weight: 700;
        font-size: 2em;
        position: relative;
        top: 38px;
        left: 107px;
    }
    
    .lab2 {
        color: white;
        font-weight: 700;
        font-size: 2em;
        position: relative;
        top: 35px;
        left: 104px;
    }
    
    .capa {
        background-color: rgba(51, 51, 51, 0.49);
        width: 136%;
        height: 109%;
        position: absolute;
        top: 0px;
        right: -10px;
    }
    
    .navbar-categ h4 {
        border-bottom: 2px solid #f6f6f6;
        border-left: 2px solid #005a8f;
        color: white;
        font-size: 20px;
        font-weight: 700;
        height: 62px;
        line-height: 50px;
        margin-bottom: 0;
        padding: 0 30px;
        text-transform: uppercase;
        position: relative;
        top: -28px;
        left: -27px;
        background: red;
        width: 122%;
        padding-left: 145px;
        padding-top: 4px;
    }
    
    .ajust-img {
        margin-bottom: 32px;
    }
    
    img-flui {
        height: 310px;
        width: 525px;
    }
    
    .ocultame {
        display: none;
    }
    
    .reduceme {
        position: absolute;
        font-size: 21px;
        top: -6px;
        left: -0px;
    }
    
    .p-reduceme {
        font-size: 15px;
        position: absolute;
        width: 100%;
    }
    
    .p-reduceme2 {
        font-size: 16px;
        position: absolute;
        width: 71%;
    }
    
    .ajustar {
        padding: 164px 0 80px;
    }
    
    .btn-s-a {
        position: absolute;
        top: 238px;
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 11px;
        font-weight: 400;
        width: 47%;
        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: 1px solid transparent;
        border-radius: 4px;
    }
    
    .btn-s-cctv {
        position: absolute;
        top: 155px;
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 11px;
        font-weight: 400;
        width: 47%;
        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: 1px solid transparent;
        border-radius: 4px;
    }
    
    .btn-s-gps {
        position: absolute;
        top: 218px;
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 11px;
        font-weight: 400;
        width: 47%;
        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: 1px solid transparent;
        border-radius: 4px;
    }
    
    .btn-s-nos {
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 600;
        width: 81%;
        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: 1px solid transparent;
        border-radius: 4px;
        margin-left: 33px;
        color: white;
    }
    
    .btn-s-pri {
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 600;
        width: 100%;
        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: 1px solid transparent;
        border-radius: 4px;
        margin-left: 33px;
        color: white;
    }
    
    #content-area {
        background: url(../img/bg/bg1movil.jpg) no-repeat center center;
        background-size: cover;
        padding: 54px;
    }
    
    #content-area4 {
        background: url(../img/bg/bg2movil.jpg) no-repeat center center;
        background-size: cover;
        padding: 18px;
    }
    
    #content-area .landing {
        width: 118%;
    }
    
    #content-area .caption {
        position: relative;
        top: 40%;
        padding: 90px 0 168px;
    }
    
    #content-area2 {
        background: url(../img/bg/bg3movil.jpg) no-repeat center center;
        background-size: cover;
        padding: 54px;
    }
    
    .reduceme2 {
        position: absolute;
        font-size: 21px;
        top: 24px;
        font-size: 18px;
    }
    
    #content-area2 .landing {
        width: 118%;
    }
    
    #content-area2 .caption {
        position: relative;
        top: 40%;
        padding: 90px 0 168px;
    }
    
    #content-area5 .caption h2 {
        font-size: 21px;
        color: #fff;
        margin-bottom: 20px;
    }
    
    #content-area2 .caption h2 {
        font-size: 21px;
    }
    
    #content-area3 .landing {
        width: 100%;
    }
    
    #content-area3 .caption {
        position: relative;
        top: 40%;
        padding: 90px 0 168px;
    }
    
    #content-area3 .caption h2 {
        font-size: 21px;
    }
    
    .ajuste-container {
        top: -58px;
        left: -51px;
        width: 113%;
    }
    
    #filters_index li span {
        display: block;
        padding: 7px 17.99px;
        text-decoration: none;
        color: #666;
        cursor: pointer;
    }
    
    .ajuste-serv3 {
        padding-right: 35px;
        margin-left: 23px;
    }
    
    .ajuste-serv {
        margin-left: 21px;
    }
    
    .ajuste-serv2 {
        padding-left: 15px;
        margin-left: 24px;
        width: 261px;
    }
    
    .ajuste-lateral {
        padding-left: 35px;
    }
    
    .wi {
        width: 261px;
    }
    
    #portfoliolist .portfolio {
        width: 96%;
        margin: 1%;
    }
    
    .ajuste-segu {
        color: white;
        font-size: 19px;
        font-weight: 600;
        margin-left: 17px;
        margin-right: auto;
        position: absolute;
        top: 12px;
    }
    
    .serv-otro {
        margin-left: 31px;
    }
    
    .anillo1 {
        background-color: #F2F2F2;
        box-shadow: 1px 0px 8px rgba(0, 0, 0, 0.2);
        position: relative;
        z-index: 89;
        width: 100%;
        margin-top: 131px;
        padding-bottom: 43px;
        margin-right: -10000px;
        display: inline;
        float: left;
    }
    
    .anillo1-img {
        margin-left: 84px;
    }
    
    .anillo2 {
        background-color: #F2F2F2;
        box-shadow: 1px 0px 8px rgba(0, 0, 0, 0.2);
        z-index: 89;
        width: 100%;
        left: 0px;
        margin-top: 16px;
        padding-bottom: 43px;
        margin-right: 100%;
        display: inline;
        float: left;
    }
    
    .anillo2-img {
        margin-left: 84px;
        margin-top: 690px;
    }
    
    .anillo3 {
        background-color: #F2F2F2;
        box-shadow: 1px 0px 8px rgba(0, 0, 0, 0.2);
        position: relative;
        z-index: 89;
        width: 100%;
        margin-top: 75px;
        padding-bottom: 43px;
        left: 0px;
        float: left;
    }
    
    .anillo3-img {
        position: relative;
        margin-left: 104px;
        margin-top: 5px;
    }
    
    .ajuste-cctv {
        padding-bottom: 30px;
        padding-top: 0px;
        background: #fff;
    }
    
    .ajuste-img-gps {
        position: relative;
        top: 9px;
        left: 125px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .footer-links {
        top: -264px;
        position: relative;
        left: 81px;
        margin-right: 55px;
    }
    
    .ubi {
        position: relative;
        top: -216px;
    }
    
    .mole {
        height: 122px;
    }
    
    .po {
        margin-top: 12px;
    }
    
    #ribbon {
        padding: 0.3em 0em;
        margin: 0;
        width: 107%;
        margin-top: 5%;
        position: relative;
        color: #ffffff;
        font: 19px 'Patua One', sans-serif;
        text-align: center;
        letter-spacing: 0.1em;
        text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
        box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .3), inset 0px 0px 20px rgba(0, 0, 0, 0.1), 0px 1px 1px rgba(0, 0, 0, 0.4);
        background: -webkit-linear-gradient(top, red, red);
        display: inline-block;
        left: -13px;
        top: 20px;
    }
    
    #ribbon2 {
        padding: 0.3em 0em;
        margin: 0;
        width: 108%;
        margin-top: 5%;
        position: relative;
        color: #ffffff;
        font: 19px 'Patua One', sans-serif;
        text-align: center;
        letter-spacing: 0.1em;
        text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
        box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .3), inset 0px 0px 20px rgba(0, 0, 0, 0.1), 0px 1px 1px rgba(0, 0, 0, 0.4);
        background: -webkit-linear-gradient(top, red, red);
        display: inline-block;
        left: -13px;
        top: 31px;
    }
    
    .ajust-ti {
        margin-left: 0px;
    }
    
    .ajust-ti-es {
        margin-left: 0px;
        margin-right: 0px;
    }
    
    .pe2 {
        width: 100%;
    }
    
    .prod-ajust {
        width: 100%;
        margin-bottom: 4%;
        /*margin-left: 5%;*/
        margin-bottom: 40px;
    }
    
    .ajust-nos {
        margin-top: 13%;
    }
    
    .ajust-botn {
        margin-top: 19%;
        margin-bottom: 17%;
    }
    
    .ajust-cont {
        padding-bottom: 23px;
    }
}
.back_footer {
    background-color: #000000d1;
    background: url(../img/map_footer.png) center center fixed #24262e;
    background-size: 35rem;
}
.precio_left {
    padding-left: 20px;
    position: absolute;
    left: 0;
}
.precio_right {
    padding-right: 5px;
    position: absolute;
    right: 8px;
}
