html,
body {
    height: 100%;
}
body {
    font-family: "Gotham", sans-serif;
}  
h1, h2, h3, h4, h5 {
    font-family: "Gotham", sans-serif;
    color:#41464b;
} 
a {
    font-family: "Gotham", sans-serif;
    color: #2196f3;
}
p {
    font-family: "Gotham", sans-serif;
    color: #64707b;
    font-size: 15px;
    font-weight: 300;
}
a:hover {
    text-decoration: none;
}
@media (min-width: 1600px) {
    p {
        font-family: "Gotham", sans-serif;
        color: #64707b;
        font-size: 16px;
        font-weight: 300;
    }    
}  
    /* Navbar*/
    .top-menubar-nav {
        display: none;
    }

    header .topmenu {
        background: #f0f0f0;
        border-top: dotted 1px #f0f0f0;
        border-bottom: dotted 1px #f0f0f0;
    }

    header .topmenu ul {
        margin: 0;
    }

    header .topmenu .top-contacts {
        line-height: 25px;
    }

    header .topmenu .top-contacts li {
        color: #666;
        padding: 5px 0;
        font-size: 14px;
        margin-right: 15px;
        display: inline-block;
    }

    header .topmenu .top-contacts li a {
        color: #666;
    }

    header .topmenu .top-contacts i {
        color: #006937;
        font-size: 13px;
        margin-right: 3px;
    }

    header .topmenu .top-data {
        text-align: right;
    }

    header .topmenu .top-data li {
        padding: 5px;
        margin-left: -4px;
        display: inline-block;
        border-right: solid 1px #eee;
    }

    header .topmenu .top-data li:first-child {
        margin-left: 0;
        border-left: solid 1px #eee;
    }

    header .topmenu .top-data li a {
        font-size: 16px;
    }

    header .topmenu .top-data li a:hover {
        text-decoration: none;
    }

    .top-social {
        height: 25px;
        line-height: 25px;
        text-align: center;
        width: 25px;
        border-radius: 50%;
        background: #fff;
    }

    .colorline {
        color: #757575;
        opacity: .75;
    }
    .facebook {
        color: #3b5998;
        font-size: 18px;
    }
    .facebook:hover {
        opacity: .9;
        cursor: pointer;
    }
    .twitter {
        color: #00aced;
        font-size: 18px;
    }
    .twitter:hover {
        opacity: .9;
        cursor: pointer;
    }
    .youtube {
        color: #c4302b;
        font-size: 18px;
    }
    .youtube:hover {
        opacity: .9;
        cursor: pointer;
    }
    .googleplus {
        color: #dd4b39;
        font-size: 18px;
    }
    .googleplus:hover {
        opacity: .9;
        cursor: pointer;
    }
    header .topmenu .top-data li a.log-top {
        text-decoration: none;
        font-size: 15px;
        font-weight: 700;
        color:#888;
    }

    header .topmenu .top-data li a.log-top:hover {
        color:#555;
    }

    @media (max-width: 991px) {
        header .topmenu ul {
            text-align: center !important;
        }

        header .topmenu .top-data li {
            top: 1px;
            padding: 6px 10px;
            margin-left: -5px;
            position: relative;
            border: solid 1px #eee;
        }
    }

    /* General */
    .cl-white {
        color: #fff;
    }

    .cl-atlantis {
        color: #fff;
    }

    .bg-white {
        background: #fff;
    }

    .bg-atlantis {
        background: #2196f3;
    }

    .bg-starship {
        background: #cdd613;
    }

    .bg-matisse {
        background: #0b385d;
    }

    .bg-chathams {
        background: #0aa1b9;
    }

    .bg-gray {
        background: #f0f0f0;
    }

    .bg-light-gray {
        background: #f9f9f9;
    }

    .bg-gradiant {
        background: -moz-linear-gradient(45deg, rgba(34, 155, 242, 1) 0%, rgba(0, 128, 129, 1) 99%, rgba(0, 128, 128, 1) 100%);
        background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(34, 155, 242, 1)), color-stop(99%, rgba(0, 128, 129, 1)), color-stop(100%, rgba(0, 128, 128, 1)));
        background: -webkit-linear-gradient(45deg, rgba(34, 155, 242, 1) 0%, rgba(0, 128, 129, 1) 99%, rgba(0, 128, 128, 1) 100%);
        background: -o-linear-gradient(45deg, rgba(34, 155, 242, 1) 0%, rgba(0, 128, 129, 1) 99%, rgba(0, 128, 128, 1) 100%);
    }

    .title-bar {
        padding: 100px 0;
    }

    .title-bar h1 {
        color: #41464b;
        text-align: center;
        font-weight: 700;
        margin: 20px auto 10px auto;
    }

    .title-bar .heading-border {
        width: 60px;
        height: 10px;
        background-color: #2196f3;
        margin: 0 auto 20px auto;
    }

    .heading-border-light {
        width: 100px;
        height: 5px;
        background-color: #003C5B;
        margin: 0 0 20px 0;
    }

    .title-bar p {
        color: #717171;
    }

    .title-bar p {
        text-align: center;
        font-size: 15px;
        line-height: 1.5;
        padding-bottom: 40px;
        margin: 0 auto;
        max-width: 700px;
    }

    .title-bar .title-but {
        margin: 0;
        background-color: transparent;
        text-align: center;
    }

    @media (max-width: 575px) {

        .title-bar {
            padding: 50px 0;
        }

        .title-bar h1 {
            color: #41464b;
            font-size: 30px;
            text-align: center;
            font-weight: 700;
            margin: 20px auto 10px auto;
        }

        .title-bar p {
            text-align: center;
            font-size: 14px;
            line-height: 1.5;
            padding-bottom: 40px;
            margin: 0 auto;
            max-width: 700px;
        }
    }

    @media (min-width: 1600px) {
        .title-bar p {
            font-size: 16px;
        }
    }

    /* Botones bootstrap 4 generales */
    .btn-general {
        background-color: transparent;
        text-align: center;
        border-width: 1px;
        border-radius: 0px;
        font-size: 14px;
        padding: 10px 15px;
        font-weight: 400;
        text-transform: uppercase;
    }

    .btn-white {
        border-color: #2196f3;
        background-color: #2196f3;
        color: #fff;
    }

    .btn-white:hover,
    .btn-white:focus {
        background-color: transparent;
        color: #2196f3;
        cursor: pointer;
    }

    .btn-green {
        border-color: #003C5B;
        color: #003C5B;
    }

    .btn-green:hover,
    .btn-green:focus {
        background-color: #003C5B;
        color: #fff;
        cursor: pointer;
    }
     
    /*Navbar*/
    .affix {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
        box-shadow: 0px 0.5px 4px #c3c2c2;
    }  

    .navbar {
        padding: 0;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        background: #fff;
    }

    .navbar-header {
        padding-left: 85px;
    }

    .justify-content-end {
        padding-right: 85px;
    }

    .navbar-nav {
        float: right;
    }


    .navbar-nav>li {
        height: 75px;
        line-height: 60px;
        border-bottom: 3px solid rgba(0, 0, 0, 0);
        transition: all .5s ease-in-out;
    }

    .navbar-nav>li:hover,
    .navbar-nav>li:active {
        border-bottom: 2px solid #003C5B;
        background: #f0f0f0;
    }

    .navbar-nav>li>a {
        color: #808282 !important; 
        font-size: 14px;
        font-weight: 500;
        font-family: "Gotham", sans-serif;
        letter-spacing: 1px;
        margin: 0 10px;
    }

    .navbar-nav>li>a:hover,
    .navbar-nav>li>a:active {
        color: #003C5B!important;
    }
    
    /*This is item search bar*/

    .navbar-nav li>.search {
        color: #aaa;
        cursor: pointer;
        font-size: 15px;
        z-index: 0;
        min-width: 30px;
        margin-top: 3px;
        padding: 28px 0;
        text-align: center;
        display: inline-block;
    }

    .navbar-nav li>.search:hover {
        color: #2196f3;
    }

    .navbar .search-open {
        right: 0;
        top: 65px;
        display: none;
        height: 50px;
        padding: 4px;
        position: absolute;
        background: #fff;
        box-shadow: 0 0 3px #ddd;
        z-index: 1001;
    }

    .navbar .search-open input,
    .navbar .search-open span {
        height: 40px;
        border-color: #2196f3;
        line-height: 50px;
    }

    .navbar .search-open span {
        background: #2196f3;
        color: #fff;
    }

    .navbar-toggle {
        background-color: rgba(0, 0, 0, 0.1);
        border: 1px solid #fff;
        border-radius: 0;
    }

    .navbar-toggle .navbar-toggler-icon {
        background-color: #fff!important;
    }

    .navbar-collapse {
        max-height: none !important;
    }

    .vesco-top-nav ul.navbar-nav>li>a.active {
        color: #2196f3!important;
    }
      
    @media (min-width: 992px){

        .navbar-expand-lg .navbar-nav .dropdown-menu.mega-menu {
            position: absolute;
            left: -280px;
        }

        .dropdown-cust.mega-menu .dropdown-item {
            border-right: 1px solid #e0e0e0;
        }    

        .dropdown-cust.mega-menu {
            margin-top: 0px;
            min-width: 450px;
            padding: 0;
            border-top: 2px solid #003c5b;
            border-left: 2px solid rgba(1, 1, 1, 0);
            border-right: 2px solid rgba(1, 1, 1, 0);
            border-bottom: 2px solid #003c5b;
            border-radius: 0;
        }
    } 

    @media (min-width: 992px) and (max-width: 1200px) {
        .navbar-expand-lg .navbar-nav .dropdown-menu.mega-menu {
            position: absolute;
            left: -300px;
        }    
    }

    .dropdown-cust {
        margin-top: 0px;
        min-width: 220px;
        padding: 0;
        border-top: 2px solid #003c5b;
        border-left: 2px solid rgba(1, 1, 1, 0);
        border-right: 2px solid rgba(1, 1, 1, 0);
        border-bottom: 2px solid #003c5b;
        border-radius: 0;
    } 

    .dropdown-cust .dropdown-item {
        display: block;
        width: 100%;
        padding: 0px 1rem;
        margin: 0px;
        height: 40px;
        line-height: 40px;
        font-size: 13px;
        clear: both;
        font-weight: 400;
        color: #61666b;
        text-align: inherit;
        white-space: nowrap;
        background: 0 0;
        border-bottom: 1px solid #e0e0e0;
    } 

    .dropdown-cust .dropdown-item:hover,
    .dropdown-cust .dropdown-item.active {
        background: #f0f0f0;
    }

    .dropdown-cust.mega-menu .mega-menu-img img {
    }

    @media (max-width: 991px) {

        .navbar>.container .navbar-nav {
            float: left;
            border-top: 1px solid #ddd;
            width: 100%;
        }

        .navbar>.container .navbar-brand,
        .navbar>.container-fluid .navbar-brand {
            padding: 12px 0px;
            margin-left: -10px;
        }

        .navbar-toggle {
            margin-right: 0;
        }

        .navbar .search-open {
            width: 100%;
        }

        .navbar-nav>li {
            height: auto;
            line-height: 35px;
            border-bottom: 3px solid rgba(0, 0, 0, 0);
            transition: all .5s ease-in-out;
            border-bottom: 1px solid #ddd;
        }

        .navbar-nav>li.active,
        .navbar-nav>li:hover,
        .navbar-nav>li:active {
            border-bottom: 2px solid #ddd;
            background: #f0f0f0;
        }

        .navbar li>.search {
            display: none;
        }

        .navbar .search-open {
            right: 0;
            top: 0;
            display: block;
            height: auto;
            line-height: 50px;
            padding: 4px;
            position: relative;
            box-shadow: none;
            background: none;
            z-index: 1;
        }

        .dropdown-cust {
            margin-top: -2px;
            min-width: 220px;
            padding: 0;
            border-left: 2px solid rgba(1, 1, 1, 0);
            border-right: 2px solid rgba(1, 1, 1, 0);
            border-bottom: 2px solid #2196f3;
            border-radius: 0;
            z-index: 0;
            overflow: hidden;
        }
    }

    @media (max-width: 767px) {

        .affix {
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            z-index: 1030;
            box-shadow: 0px 0.5px 4px #c3c2c2;
        }  

        .top-menubar {
            display: none;
        }

        .container {
            max-width: 100%;
        }

        .navbar>.container .navbar-brand,
        .navbar>.container .navbar-toggler,
        .navbar>.container-fluid .navbar-brand {
            margin: 8px 10px;
        }

        .navbar>.container .navbar-brand,
        .navbar>.container-fluid .navbar-brand {
            padding: 8px 0px;
        }

        .navbar-nav>li {
            line-height: 25px;
            padding: 0 20px;
            border-bottom: 3px solid rgba(0, 0, 0, 0);
            transition: all .5s ease-in-out;
            border-bottom: 1px solid #ddd;
        }

        .navbar-nav>li:last-child {
            padding: 0px;
        }
        .navbar-nav>li.dropdown .dropdown-menu {
            margin-bottom: 15px;
        }

        .top-menubar-nav {
            display: block;
        }
    }

    @media (min-width: 1600px) {
        .dropdown-cust .dropdown-item {
            font-size: 15px;
        }
    }

    /*  Banners principales */
       .home-p {
        z-index: 1;
        padding: 50px 0;
        position: relative;
      }

      .home-p.breadcrumbs-lg {
        padding: 200px 0;
      } 

      .home-p.pages-head1 {
        background: url(../img/banner/correlli-banner.jpg) no-repeat;
        opacity: .8;
        background-attachment: fixed;
        background-size: cover;
        background-position: center center;
      }

      .home-p.pages-head2 {
        background: url(../img/banner/unete.jpg) no-repeat;
        background-attachment: fixed; 
        background-color: #ccc;
        background-size: cover;
        background-position: center center;
      } 

      .home-p.pages-head3 {
        background: url(../img/banner/banner-categoria.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
        background-color: #ccc;
      }  

      .home-p.pages-head4 {
        background: url(../img/banner/banner-producto.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
        background-color: #ccc;
      }  
      .home-p.pages-head5 {
        background: url(../img/banner/banner-contacto.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
        background-color: #ccc;
      }  

      .home-p:after {
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute;
        background: rgba(0,0,0,0.2);
      }

      .home-p h1 {
        color: #fff;
        font-size: 30px;
        line-height: 60px;
        text-transform: uppercase;
      }

      .home-p p {
        color: #fff;
        font-size: 24px;
        font-weight: 200;
        margin-bottom: 0;
        text-transform: uppercase;
      }
      @media (max-width: 992px) {
        .home-p.breadcrumbs-lg {
          padding: 100px 0;
        }
      }

      @media (max-width: 768px) {
        .home-p,
        .home-p.breadcrumbs-lg {
          padding: 30px 0;
        }

        .home-p h1 {
          font-size: 20px;
          line-height: 30px;
        }

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

    /* Productos Home */
    #comp-offer {
        padding: 100px 0;
    }

    .desc-comp-offer h2,
    .desc-comp-offer>.heading-border-light {
        margin-left: 20px;
    }

    .desc-comp-offer-cont {
        margin-bottom: 10px;
        box-shadow: 3px 3px 10px 1px rgba(158, 158, 158, 0.68);
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

    .desc-comp-offer-cont:hover {
        margin-bottom: 10px;
        border-bottom: 5px solid #2196f3;
        margin-top: -5px;
        cursor: pointer;
    }

    .desc-comp-offer .btn-green {
        margin: 15px;
    }

    .desc-comp-offer .btn-white {
        margin: 15px;
        padding: 10px 18px;
    }

    .thumbnail-blogs {
        position: relative;
        overflow: hidden;
    }
    .divsp1 {
        height: 50px;
    }
    .unete {
        text-decoration: none;
        color: #fff;
    }
    .caption {
        position: absolute;
        top: 0;
        right: 0;
        background: #003c5b38;
        width: 100%;
        height: 100%;
        padding: 2%;
        display: none;
        text-align: center;
        color: #fff !important;
        z-index: 2;
    }

    .caption i {
        margin: 30% 4px;
        border: 2px solid #fff;
        cursor: pointer;
        font-size: 25px;
        border-radius: 50%;
        padding: 5px;
        transition: border 0.2s ease, font-size 0.2s ease;
    }

    .desc-comp-offer-cont h3 {
        padding: 30px 10px 0 10px;
        font-size: 18px;
        text-transform: none;
    }

    .desc-comp-offer-cont p {
        padding: 0 10px;
        font-size: 14px;
    }

    .desc-comp-offer-cont a {
        padding: 0px 10px;
        text-decoration: none;
    }

    @media (min-width: 768px) and (max-width: 991px) {

        #comp-offer {
            margin-left: 10px
        }

        #comp-offer .col-md-3:first-child {
            -ms-flex: 0 0 90%;
            flex: 0 0 90%;
            max-width: 90%!important;
        }

        #comp-offer .col-md-3 {
            -ms-flex: 0 0 33%;
            flex: 0 0 33%;
            max-width: 33%!important;
        }
    }

    @media (max-width: 767px) {
        .desc-comp-offer {
            margin-top: 20px;
        }
    }

    @media (max-width: 575px) {
        #comp-offer .col-sm-6 {
            -ms-flex: 0 0 70%;
            flex: 0 0 70%;
            max-width: 70%!important;
        }

        .desc-comp-offer {
            margin: 20px auto;
        }
    }

    @media (max-width: 420px) {
        #comp-offer .col-sm-6 {
            -ms-flex: 0 0 95%;
            flex: 0 0 95%;
            max-width: 95%!important;
        }
    }

    @media (min-width: 1600px) {
        .desc-comp-offer-cont p {
            padding: 0 10px;
            font-size: 16px;
        }
    }

    /* Procesos Home */

    #career-p3{
        width: 100%;
        background: #f0f0f0; 
        padding:100px ;
    }

    #career-p3 .career-p3-title h3{
        text-align: center;
        font-weight: 700;
        margin-bottom: 20px;
    }

    #career-p3 .career-p3-cont {
        padding: 30px;
        margin: 15px 0;
        background: #fff;
        box-shadow: 2px 2px 2px #ddd;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out; 
    }

    #career-p3 .career-p3-cont:hover{
      border-bottom: 3px solid #2196f3;
      box-shadow: 2px 2px 2px #aaa;
      margin-top: 12px;
      cursor: pointer;
    }

    #career-p3 .career-p3-cont i{
        font-size: 24px;
        height: 70px;
        line-height: 70px;
        color:#2196f3;
    }

    #career-p3 .career-p3-cont h5{
        color: #41464b;
        text-transform: none;
        padding-top: 5px;
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        #career-p3 .career-p3-cont {
            padding: 10px 30px 30px 30px ;
            margin: 15px 0;
            background: #fff;
            box-shadow: 2px 2px 2px #ddd;
            -webkit-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out; 
        }
    }

    @media (min-width: 767px) and (max-width: 991px) {
        .col-md-3 {
            -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
            max-width: 33.33%;
        }    
    }

    @media (max-width: 420px){
        #career-p3{
            width: 100%;
            background: #f0f0f0; 
            padding:100px 30px ;
         }
             #career-p3 .career-p3-cont {
            padding: 20px ;
            margin: 15px 0;
            background: #fff;
            box-shadow: 2px 2px 2px #ddd;
            -webkit-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out; 
        }
    }

    /* Banner Unete */
    .title-bar-career-p2 {
        padding: 50px;
    }
    .title-bar-career-p2 p {
        padding: 20px 100px 0 0;
        color: #fff;
        font-size: 17px;
        text-align: left;
    }
    .title-bar-career-p2 h1 {
         color: #fff;
        width: 150px;
        height: 150px;
        line-height: 150px;
        text-align: center;
        background: rgba(200,200,200,0.6);
        border: 3px solid #fff;
        border-radius: 50%;
        margin-left: 100px;
        font-size: 32px;
    }
    .overlay-career-p2 {
        position: absolute;
        width: 100%;
        height: 250px;
        background: rgba(59, 59, 60, 0.53);
    }
    .career-p2-bg {
        height: 250px;
       /* background-image: url(../img/home/thought-bg.jpg);*/
       background-color: #c3c3c3;
        padding: 0;
        margin: 0;
    }
    .bg-parallax {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    }

    /* Categorias */
    .bg-parallax {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        /*background-attachment: fixed;*/
    }

    .thought-bg {
        height: 400px;
        background-image: url(../img/thought-bg.jpg);
    }

    .title-bar-thought p {
        color: #fff;
        font-size: 17px;
        padding-top: 50px;
    }

    .title-bar-thought h6 {
        text-align: center;
        font-style: italic;
        color: #fff;
    }

    .overlay-thought {
        position: absolute;
        width: 100%;
        height: 400px;
        background: rgba(33, 150, 243, 0.53);
    }

    #thought .title-bar {
        padding: 50px 0;
    }
    #team-p1{
    padding:100px 0 0 0;
    }

    #team-p1 .team-p1-cont{
        padding:20px;
    }

    .team-p2 .team-p2-cont{
        padding-bottom: 20px;
        margin-bottom: 40px;
        box-shadow: 3px 3px 10px 1px rgba(158, 158, 158, 0.68);
        cursor: pointer;
    }

    #team-p1 .team-p1-cont h5,
    .team-p2 .team-p2-cont h5{
        padding-top: 20px;
        line-height: 25px;
        color:#777;
        padding-left: 10px;
    }

    #team-p1 .team-p1-cont h6,
    .team-p2 .team-p2-cont h6{ 
        color:#2196f3;
        padding-left: 10px;
    }

    #team-p1 .team-p1-cont ul,
    .team-p2 .team-p2-cont ul{
        float: right;
        margin-top: -60px;
        padding-right: 20px;
    }

    #team-p1 .team-p1-cont ul li>a>i,
    .team-p2 .team-p2-cont ul li>a>i{
        padding: 2px;
        height: 30px;
        width: 30px;
    }

    @media (max-width: 767px) {
        .team-p1-cont img{
            width: 100%;
        }

        .team-p2 .team-p2-cont{
            margin-top: 30px;
        }
    }

    @media(max-width: 575px){
        #comp-offer.team-p2 .col-sm-6{
            margin: 0 auto;
        }
    }

    /* Productos */
    .career-p1{
        padding-bottom: 100px;
    }

    .career-p1 .container{
        padding-top: 50px;
    }

    .career-p1-desc ul{
        list-style: none;
        margin-left: 0;
        padding-left: 0;
    }

    .career-p1-desc ul li{
        height: 30px;
        line-height: 30px;
        color: #64707b;
    }

    .career-p1-desc ul li i{
        color: #2196f3;
    }

    @media (min-width: 767px) and (max-width: 991px) {
            .career-p1-himg{
                padding-top: 40px;
            }
        }

        @media (max-width: 767px) {
         .career-p1-himg{
                padding: 0;
            }   
        .career-p1-desc{
            padding:40px;
        }

        .career-p1-desc ul li{
            min-height: 18px;
            line-height: 18px;
            color: #64707b;
            margin-bottom: 15px;
        }
    }

/* Tablas */
    .divspace1 {
        height: 50px;
    }
    #price {
        background: #fff;
        padding: 100px 0;
    }

    .pricingTable {
        border: 1px solid #ddd;
        text-align: center;
        color: #333;
        padding: 50px 20px 25px;
        margin-top: 30px;
        position: relative;
    }
    .titpr {
        font-size: 20px;
        text-align: left;
        margin-top: 5%;
    }
    .titpr2 {
        text-align: left;
        margin-bottom: 0;
        font-size: 18px;
    }
    .txtpr {
        font-size: 14px;
        line-height: 18px;
        white-space: pre-line;
        text-align: left;
        margin-top: -5%;
    }
    .hrprod {
        margin-top: 0;
    }
    .pricingTable.active {
      margin-top: -10px;
      padding-top:90px;
      background: #f9f9f9;
      padding-bottom:65px;
    }

    .pricingTable.active ,
    .pricingTable:hover {
        border: 1px solid #2196f3;
    }

    .pricingTable .pricing-icon {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background: #fff;
        border: 1px solid #ddd;
        position: absolute;
        top: -40px;
        left: 50%;
        padding: 10px;
        transform: translateX(-50%);
        transition: all 0.5s ease 0s;
    }

    .pricingTable.active .pricing-icon ,
    .pricingTable:hover .pricing-icon {
        border: 1px solid #2196f3;
        background: #2196f3;
    }

    .pricingTable .pricing-icon i {
        width: 100%;
        height: 100%;
        line-height: 58px;
        border-radius: 50%;
        background: #2196f3;
        font-size: 30px;
        color: #fff;
        transition: all 0.5s ease 0s;
    }

    .pricingTable.active .pricing-icon i ,
    .pricingTable:hover .pricing-icon i {
        color: #2196f3;
        background: #fff;
    }

    .pricingTable .price-Value {
        display: inline-block;
        font-size: 60px;
        color: #494949;
        position: relative;
    }

    .pricingTable .currency {
        font-size: 25px;
        position: absolute;
        top: 18px;
        left: -18px;
    }

    .pricingTable .month {
        display: block;
        font-size: 17px;
        text-transform: capitalize;
    }

    .pricingTable .pricingHeader {
        position: relative;
        z-index: 1;
    }

    .pricingTable .pricingHeader:after {
        content: "";
        width: 100%;
        height: 1px;
        background: #ddd;
        position: absolute;
        top: 50%;
        left: 0;
        z-index: -1;
    }

    .pricingTable .title {
        width: 50%;
        background: #2196f3;
        margin: 10px auto;
        padding: 10px 0;
        font-size: 20px;
        font-weight: 600;
        color: #fff;
        text-transform: uppercase;
        position: relative;
        z-index: 1;
    }

    .pricingTable .month ,
    .pricingTable .pricing-content ul {
        list-style: none;
        padding: 0;
        margin: 0;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 700;
        color: #555;
        line-height: 32px;
        margin-bottom: 25px;
    } 

    .pricingTable .pricingTable-signup {
        display: inline-block;
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        background: #2196f3;
        border: 1px solid #2196f3;
        padding: 5px 20px;
        transition: all 0.5s ease 0s;
    }

    .pricingTable.active .pricingTable-signup ,
    .pricingTable .pricingTable-signup:hover {
        background: #fff;
        color: #2196f3;
    }

    @media only screen and (max-width:990px) {
        .pricingTable {
            margin-bottom: 20px;
        }
    }

    @media only screen and (max-width:767px) {
        .pricingTable {
            margin-bottom: 60px;
        }
    }

    /* Quienes somos */
    #story {
        padding-bottom: 50px;
    }

    .about-p3{
        padding:50px 0 100px 0;
    }

    .about-p3 .container{
        padding-top:100px;
    }
    .about-p3a .container{
        padding-top:50px;
    }
    .about-p3 .container .story-himg-middle-u{
        display: block;
    }

    .about-p3 .container .story-himg-middle-l{
        display: none;
    }

    @media (min-width: 768px) and (max-width: 991px) {
        .about-p3 .story-himg{
            padding-top: 50px;
        }
    }

    @media  (max-width: 768px){

        .about-p3 .container {
            padding-top: 20px;
        }
        
        .about-p3 .container .story-himg-middle-u{
            display: none;
        }

        .about-p3 .container .story-himg-middle-l{
            display: block;
        }   
    }
 

    /* Complementos */
    .map-responsive {
        margin-top: 70px;
        overflow: hidden;
        padding-bottom: 50%;
        position: relative;
        height: 0;
    }
    .map-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }
    #financial-p1 .financial-p1-pos {
        width: 100%;
        padding: 6% 2%;
        background: #fff;
    }
    #single-product-p1 {
        padding: 30px 0 0 0;
    }
    .txtmap { 
        white-space: pre-line;
     }
    .preview {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    @media screen and (max-width: 996px) {
        .preview {
            margin-bottom: 20px;
        }
    }

    .preview-pic {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .preview-thumbnail.nav-tabs {
        border: none;
        margin-top: 15px;
    }

    .preview-thumbnail.nav-tabs li {
        width: 18%;
        margin-right: 2.5%;
    }

    .preview-thumbnail.nav-tabs li img {
        max-width: 100%;
        display: block;
        cursor: pointer;
    }

    .preview-thumbnail.nav-tabs li a {
        padding: 0;
        margin: 0;
    }

    .preview-thumbnail.nav-tabs li:last-of-type {
        margin-right: 0;
    }

    .tab-content {
        overflow: hidden;
    }

    .tab-content img {
        width: 100%;
        -webkit-animation-name: opacity;
        animation-name: opacity;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
    }


    @media screen and (min-width: 997px) {
        .wrapper {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
        }
    }

    .details {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    h5.colors {
        width: 300px;
        height: 50px;
        line-height: 50px;
        margin-bottom: 30px;
    }

    .product-title,
    .price,
    .sizes,
    .colors {
        font-weight: bold;
    }

    .checked,
    .price span {
        color: #003C5B;
    }

    .product-title,
    .rating,
    .product-description,
    .price,
    .vote,
    .sizes {
        margin-bottom: 15px;
    }
    .product-description {
        white-space: pre-line;
    }
    .service-h-tab .nav-tabs>a.active {
        color: #fff;
        border: 1px solid #003C5B;
        background: #003C5B;
    }
    .service-h-tab .nav-tabs>a {
        border-radius: 0;
        width: 190px;
        text-align: center;
        height: 55px;
        line-height: 40px;
        border: 1px solid #ddd;
        color: #003c5b;
    }
    .product-title {
        margin-top: 0;
    }

    .size {
        margin-right: 10px;
    }

    .size:first-of-type {
        margin-left: 40px;
    }
     
    .color {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        height: 2em;
        width: 2em;
        border-radius: 2px;
    }

    .color:first-of-type {
        margin-left: 20px;
    }


    .not-available {
        text-align: center;
        line-height: 2em;
    }

    .not-available:before {
        font-family: fontawesome;
        content: "\f00d";
        color: #fff;
    }

    .orange {
        background: #ff9f1a;
    }

    .green {
        background: #85ad00;
    }

    .blue {
        background: #0076ad;
    }

    .tooltip-inner {
        padding: 1.3em;
    }

    @-webkit-keyframes opacity {
        0% {
            opacity: 0;
            -webkit-transform: scale(3);
            transform: scale(3);
        }
        100% {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }
    }

    @keyframes opacity {
        0% {
            opacity: 0;
            -webkit-transform: scale(3);
            transform: scale(3);
        }
        100% {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }
    }

    .service-h-tab {
        margin: 40px 0 0 0;
    }

    .bold {
        font-weight: 700;
    }

    .padding-bottom-7 {
        padding-bottom: 7px;
    }

    .review-block {
        background-color: #FAFAFA;
        border: 1px solid #EFEFEF;
        padding: 15px;
        border-radius: 3px;
        margin-bottom: 15px;
    }

    .review-block .col-sm-3 img {
        width: 100px;
        height: 100px;
    }

    .review-block-name {
        font-size: 12px;
        margin: 10px 0;
    }

    .review-block-date {
        font-size: 12px;
    }

    .review-block-rate {
        font-size: 13px;
        margin-bottom: 15px;
    }

    .review-block-title {
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .review-block-description {
        font-size: 13px;
    }

    @media (max-width: 575px) {
        .review-block .col-sm-3 img {
            width: 70px;
            height: 70px;
        }
    }

    @media (min-width: 1600px) {
        .review-block-description{
          font-size:15px;
        }    
    }


    /* Footer */
    .footer-s1 .footer {
        padding: 50px 0 10px;
        background: #252525;
    }

    .footer-s1 .footer .comp-desc-f p {
        margin-top: 10px;
        color: #ccc;
        font-size: 15px;
    }

    .footer-s1 .heading-footer {
        text-align: left;
        position: relative;
        margin-bottom: 30px;
        padding-bottom: 2px;
    }

    .footer-s1 .heading-footer:after {
        left: 0;
        bottom: 0;
        height: 1px;
        width: 50px;
        content: " ";
        background: #fff;
        position: absolute;
    }
    .right {
        float: right;
    }
    .footer-s1 .heading-footer h2 {
        color: #eee;
        font-size: 18px;
        text-transform: none;
    }

    .footer-s1 .footer .link-list {
        margin-bottom: 0;
    }

    .footer-s1 .footer .link-list li {
        padding: 3px 0px;
        border-bottom: solid 1px #333;
    }

    .footer-s1 .footer .link-list li:last-child {
        padding-top: 0;
        border-top: none;
    }

    .footer-s1 .footer .link-list li a {
        color: #ccc;
        font-size: 15px;
        margin-bottom: 3px;
        display: inline-block;
    }

    .footer-s1 .footer .link-list a:hover {
        color: #fff;
    }

    .footer-s1 .footer .link-list li small {
        color: #555;
        display: block;
    }

    .footer-s1 .footer .thumb-list>li {
        margin-bottom: 20px;
    }

    .footer-s1 .footer .thumb-list>li:before,
    .footer-s1 .footer .thumb-list>li:after {
        content: " ";
        display: table;
    }

    .footer-s1 .footer .thumb-list>li:after {
        clear: both;
    }

    .footer-s1 .footer .thumb-list>li img {
        float: left;
        width: 80px;
        height: auto;
        margin-right: 10px;
    }

    .footer-s1 .footer .thumb-list>li a {
        color: #777;
        display: block;
        padding-bottom: 8px;
    }

    .footer-s1 .footer .thumb-list>li a:hover {
        color: #bbb;
    }

    .footer-s1 .footer .thumb-list>li small {
        color: #555;
        font-size: 13px;
    }

    address.address-details-f,
    address.address-details-f a {
        color: #ddd;
        font-size: 15px;
    }
    .listaf1 {
        padding: 3px 0px;
        border-bottom: solid 1px #333;
    }
    .listaf2 {
        color: #ccc;
        font-size: 15px;
        margin-bottom: 3px;
        margin-top: 10px;
        display: inline-block;
    }
    .social-icon-f li {
        float: left;
        margin: 10px;
    }

    #footer-bottom {
        background-color: rgba(0, 0, 0, 0.8);
        padding: 30px 0;
    }

    .colorlegales {
        color:#ccc;
    }

     .colorlegales:hover {
        color:#f6f6f6;
    }

    #footer-copyrights p {
        margin: 0;
        font-size: 14px;
        font-weight: normal;
        color: #bbb;
        text-align: left;
    }

    #footer-copyrights p a:last-child {
        border-left: 2px solid #fff;
        padding-left: 10px;
        margin-left: 10px;
    }

    .btn-back-to-top {
        position: fixed;
        bottom: 20px;
        right: 20px;
        font-size: 22px;
        padding: 3px 15px;
        border-radius: 0;
        display: none;
    }

    @media (min-width: 1600px) {
        address.address-details-f,
        address.address-details-f a {
            color: #ddd;
            font-size: 17px;
        }

    }

    @media (max-width: 767px) {
        .footer .container {
            width: 90%;
        }
        .footer-s1 .heading-footer h2 {
            color: #eee;
            font-size: 18px;
            margin-top: 50px;
            text-transform: none;
        }
        .footer-s1 .heading-footer {
            text-align: left;
            position: relative;
            margin-bottom: 10px;
            padding-bottom: 2px;
        }
    }