
body {
    font-family: 'Rubik', sans-serif;
}
section {
    padding: 30px 0;
}
p {
    color: #646f79;
    font-size: 15px;
}
a {
    color: #fff;
    font-size: 14px;
}
a:hover {
    text-decoration: none;
}
li{
    list-style: none;
}

img {
  vertical-align: middle;
  border-style: none;
}
h1 , h2 ,h3 ,h4, h5 {
    color: #96590B;
    font-family: 'Poppins', sans-serif;
    font-size: 2.7rem;
    margin-bottom: 20px;
}
table {
  border-collapse: collapse;
}

.img-carousel{
    position: relative !important;
    width: 100% !important;
    max-height: 300px !important;
    min-height: inherit !important;
}

.other-text{
    color: #0575e6 ;
}
.text-sm {
    font-size: 0.875rem !important;
}
.custom-auto{
    margin: auto;
}
.btn {
    background-color: #48487f;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: +.5px;
    text-align: center;
    padding: 12px 24px;
    -webkit-font-smoothing: subpixel-antialiased;
    top: -4px;
    left: 0px;
    border-radius: 4px;
    color: #FFFFFF;
    cursor: pointer;
/*    box-shadow: 0 16px 26px -10px rgba(5,117,230, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(5,117,230, 0.2);*/
}
.btn:hover{
    color: #fff;
    opacity: .8;
}
.btn-white{
    background-color:transparent;
    color: #fff;
    border-radius: 80px;
    border: 1px solid #fff;
    min-width: 150px;
    font-size: 1.1rem;
    padding: 10px 0px;
    font-weight: 300;
}
.btn-white:hover{
    background: #96590B !important;
    color: #fff;
}
.btn.btn-link {
    background-color: #FFF !important;
    font-weight: 500 !important;
    border: none !important;
    color: #48487f;
}
.btn.btn-link:hover {
    text-decoration: none;
}
.btn.focus, .btn:focus {
    outline: 0;
}

.section-tag {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
}

.section-title-border {
    width: 100px;
    height: 2px;
    margin-right: auto;
    margin-left: auto;
    background: #48487f ;
    border-radius: 50%;
    opacity: .8;
    margin-bottom: 10px;
    padding: 2px;
}
.text-color-principal{
    color: #96590B !important;
}
/*======= HEADER ========*/
.navbar-custom {
    background-color: #fff;
    position: fixed;
    width: 100%;
    margin: auto;
    border-radius: 0;
    z-index: 999;
    margin-bottom: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding: 20px;
    
}
.navbar-custom::before {
    content: '';
    background-image: url(../images/yellow-bar2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 76%;
    height: 100%;
    position: absolute;
    right: 0;
    z-index: 0;
}
.navbar-custom img{
    max-width: 215px;
    z-index: 99;
    position: relative;   
}

.navbar-btn:hover {
    color: #fff !important;
}
.navbar-brand {
    font-weight: 700;
    color: #fff;
    letter-spacing: +.8px;
    cursor: pointer;
    z-index: 99;
}
.navbar-custom .navbar-nav{
    z-index: 9;
}
.navbar-custom .navbar-nav li a {
    line-height: 26px;
    color: #fff;
    font-size: 14px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
/*    background-color: transparent !important;*/
    padding: 6px 0;
    margin: 0 15px;
    font-weight: 400;
}
.navbar-custom .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
    color: #fff;
    text-transform: uppercase
}
.navbar-custom .navbar-nav .nav-link:hover{
    color: #000;
}
.navbar-custom .navbar-nav li a.active {
    border-bottom: 2px solid #fff;
}
.navbar-custom .navbar-nav li a.active:hover{
    color: #FFF;
}
.navbar-custom .navbar-brand .logo{
    display: block;
    content: '';
    position: relative;
    max-width: 120px;
    width: 200px;
    height: auto;
    background-size: cover;
}
.navbar-custom .navbar-brand .logo img{
    width: 100%;
}

.nav-sticky.navbar-custom {
    padding: 25px 25px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
    color: #0f1f3e !important;
}

.nav-sticky.navbar-custom .navbar-brand {
    color: #000;
}

.patter-1 {
    position: relative;
    background-position: center center;
    background-size: cover;
    margin: 95px 0 0 0;
    padding: 0;
    border: 0;
    display: flex;
    align-items: center;
}

.overlayed::after{
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #965a0b;
    opacity: .6;
    z-index: 1;
}


.home-1 .home-carousel{
    height: 75vh;
    overflow: hidden;
    position: relative;
    width: 100%
}
.home-1 .home-carousel::before{
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    left: 0;
    opacity: .5;
    z-index: 1;
}
.home-1 .home-carousel .carousel-content img{
    min-height: 100vh;
    position: absolute;
    width: 100% !important;
    height: 100%;
    width: auto;
    left: 0;
}
.home-1 .home-carousel .carousel-content .carousel-description{
    position: absolute;
    top: 0;
    top: 50%; right: 50%;
    transform: translate(50%,-50%);
    min-width: 500px;
    text-align: center;
    color: #fff;
    padding: 20px;
    z-index: 9;
}
.home-1 .home-carousel .carousel-content .carousel-description h2{
    color: inherit;
}
.home-1 .home-carousel .carousel-content .carousel-description p{
    color: inherit;
    opacity: .8;
    max-width: 400px;
    margin: auto;
    margin-bottom: 20px
}
.home-1 .home-carousel .carousel-content{
    overflow: hidden;
    width: 100%;
    height: 80vh;
}
.home-1 .vh-full {
    width: 100%;
}
.home-content {
    z-index: 2;
    margin-top: -60px;
    position: relative;
    text-align: center;
}
.home-content p {
    position: relative;
    width: 100%;
    max-width: 600px;
    line-height: 30px;
    color: #fff;
    margin: auto;
    opacity: .8;
}
.home-content h5 {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    word-spacing: 2px;
    letter-spacing: 2px;
    opacity: .6;
}
.home-content h1 {
    font-size: 45px;
    color: #fff;
}
.img-responsive{
    display: block;
    max-width: 100%;
    max-height: 100%;
    height: auto;
}
.header-inner{
    display: table;
    height: 500px;
    width: 100%;
}
.header-content{
    position: relative;
    display: table-cell;
    vertical-align: middle;
    z-index: 200;
}
/*=======================*/

/*========= SERVICIOS/SOBRE NOSOTROS ==============*/
.about_us{
    padding: 100px 0;
}
.service-card {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
}
.service-card h5{
    display: block;
    margin: auto !important;
    text-align: center !important;
    font-size: 1.3rem;
}
.service-card img{
    width: 100%;
}
.service-card .card-transition{
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #43454B;
    z-index: 0;
    transition: width 0.3s;
}
.service-card .service-detail{
    z-index: 2;
    position: relative;
}
.service-card .service-detail a{
    color: #48487f;
    font-weight: 400;
}
.service-card:hover .card-transition{
    width: 100%;
}

.service-card:hover p{
    color: #B0B1B3;
}
.service-card .icon {
    background-color: transparent;
    color: #48487f;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    padding-top: 16px;
    font-size: 50px;
    z-index: 1;
    position: relative;
}
.feature-card,
.service-card {
    line-height: 25px;
}

.service-2 .service-card i {
    position: relative;
}
.service-2 .service-card i::after {
    content: '';
    background-color: rgba(46, 208, 120, .15);
    position: absolute;
    width: 100%;
    height: 100%;
    right: -16px;
    border-radius: 4px;
    top: -16px;
}
/* call to action */
.action-1.waves-top::before{
    content: '';
    background: url(../images/svg/topWaves.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    top: 0;
    height: 139px;
    z-index: 1;
    width: 100%;
    display: block;
    position: absolute;
}
.action-1{
    background: url('../images/portfolio/imagen_fondo.png') no-repeat center center fixed;
    background-size: 100% auto;
    position: relative;
    padding: 0;
}
/*=======================*/
/*==========CLIENTS=============*/
.clients .content-clients{
    padding: 50px 0;
    position: relative;
    z-index: 99;
}
.clients .content-clients h4{
    color: #FFF;
}
.clients .content-clients p{
    color: #B0B1B3;
}
.clients .carousel-container{
    max-width: 875px;
    width: 100%;
    margin: auto;
    display: flex;
    align-content: center;
    align-items: center;
}
.clients .carousel-container .description{
    color: #fff;
    padding: 20px 30px;
    margin: auto;
    text-align: left;
    width: 100%;
}
.clients .carousel-container .description h2,
.clients .carousel-container .description p{
    color: inherit;
}
.clients .content-clients .section-title-border{
    background: #FFF;
}

.clients .content-client{
    border: 1px solid #FFF;
    margin-bottom: 14px;
}
.clients .content-client img{
    width: 100%;
    height: 100%;
    padding: 20px;
}
/*=======================*/
/*========= CONTACT FORM ==============*/
.contact{
    background: url("../images/contact/bg-contact.jpg") no-repeat center center;
    position: relative;
    background-position: center center;
    background-size: cover;
    margin: 0;
    padding: 0;
    border: 0;
    display: flex;
    align-items: center;
}
.contact-form {
    background-color: #FFFFFF;
    padding: 35px;
    border-radius: 6px;
    background: #fff;
    color: rgba(0,0,0,0.87);
    box-shadow: 0 16px 26px -10px rgba(58,0,4,0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(189,37,34, 0.2); 
}
.contact .other-contact i{
    color: #FFF;
    font-size: 80px;
}
.contact .other-contact p{
    color: #FFF;
    margin-top: 10px;
    font-size: 20px;
}
.form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
}

.form-control:-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
}

.form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}

.form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}

.form-control{
  background-color: #F3F2EE;
  border: 1px solid #e8e7e3;
  border-radius: 4px;
  color: #66615b;
  font-size: 14px;
  padding: 15px 10px;
  height: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom-color: transparent;
}

.form-control:focus {
  border: 1px solid #e8e7e3;
  background-color: #FFFFFF;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 !important;
}
/*=======================*/
/*===========FOOTER============*/
.text-footer{
    color: #fff;
    margin: 10px;
}
.text-footer a{
    color: #FFF;
}
.footer {
    background-color: #fff;
    padding: 70px 0;
}
.footer img{
    width: 240px;
    margin: auto;
}
.footer .column-footer{
    color: #96590B;
}
.footer .column-footer p{
    color: inherit;
    margin: 20px 0;
}
.footer .column-footer i{
    font-size: 1.3rem;
}
.footer .column-footer ul{
    margin-left: inherit;
    padding-left: inherit;
}
.footer .column-footer ul li{
    padding: 10px 0;
}
.footer .column-footer ul a{
    color: inherit;
    padding-left: inherit;
    text-transform: uppercase;
    font-size: 1.1rem;
}
.footer .title-footer{
    font-size: 1.8rem;
}
.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    text-align: center;
    z-index: 10000;
    border-radius: 3px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.back-to-top img{
    width: 100%;
}
.back-to-top i {
    color: #ffffff;
    font-size: 35px;
    display: block;
    line-height: 35px;
}


.sharing-area .btn {
  margin: 15px 4px 0;
  color: #FFFFFF;
}

.sharing-area .btn i {
  font-size: 25px;
  position: relative;
  top: 2px;
}

#navbar {
  margin-bottom: -20px;
}
/*=======================*/
/*===========products============*/
.products .container-products{

}
.products .container-products .nav-tabs{
    align-items: center;
    justify-content: center;
    border-bottom: inherit;
}
.products .container-products .nav-tabs .nav-link{
    color: #96590B !important;
}
.products .container-products .nav-tabs li{
    font-size: 1.1rem;
    border-top: 1px solid #96590B;
    border-bottom: 1px solid #96590B;
}
.products .container-products .nav-tabs li:nth-child(1) .nav-link.active{
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    background: #96590B !important;
    color: #fff !important;
}
.products .container-products .nav-tabs li:nth-child(14) .nav-link.active{
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    background: #96590B !important;
    color: #fff !important;
}
.products .container-products .nav-tabs li:nth-child(1){
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    border-left: 1px solid #96590B;
    border-right: inherit; 
}
.products .container-products .nav-tabs li:nth-child(14){
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    border-right: 1px solid #96590B;
    border-left: inherit;
}
.products .container-products .nav-tabs li .nav-link.active{
    background: #96590B;
    color: #fff !important;
}
.products .container-products .nav-tabs li .nav-link{
    padding: 15px 20px;
    font-size: 1.1rem;
}
/*=======================*/
/*=========== CLIENTES 2 ============*/
.clients-2{
    padding: 70px 0;
}
.clients-2.action-1{
    background-image: url(../images/clients-aside/back-Clientes.png) !important;
    background-size: 100% 100% !important;
    background-attachment: inherit; 
}
.clients-2 h2{
    color: #fff !important;
}
.clients-2 .container-images{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 50px 0;
}
.clients-2 .container-images img{
    min-width: auto;
    height: 75px;
    max-width: inherit;
    margin: 10px;
}
.clients-custom.action-1{
    background-image: url(../images/clients-aside/back_marcas.png) !important;
    background-size: 100% 100% !important; 
}
.clients-custom .container-images{
    justify-content: space-around;
}
.clients-custom img{
    max-width: 320px !important;
    height: 60px !important;
}
.icons-social-media{
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.icons-social-media img{
    max-width: 20px;
}
/*===================================*/
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {

}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .navbar-custom .navbar-collapse {
        background: #fff;
        border-radius: 4px;
        padding: 10px 5px 20px;
        margin: 0 15px;
        z-index: 99;
    }
    .navbar-custom .navbar-nav li a {
        color: #0f1f3e;
    }
    .navbar-custom .navbar-right .btn,
    .navbar-custom .navbar-brand {
        margin-left: 15px;
    }
    .navbar-custom .navbar-toggler {
        margin-right: 15px;
        z-index: 99;
    }
    .navbar-custom .navbar-right .btn {
        margin-top: 10px;
    }
    .nav-sticky.navbar-custom .navbar-collapse {
        padding: 10px 0 20px;
        margin: 0;
    }
    .navbar-custom .navbar-toggler {
        margin-right: 7px;
        background: #96590B ;
        border: 1px solid #ddd;
        color: #fff;
    }

    .features .right {
        margin-left: unset;
    }
    .features .feature-card {
        margin-top: 40px;
    }
    .login-page .navbar .navbar-translate .navbar-brand{
        display: none;
    }
    #sectionsNav{
        padding: 20px;
    }
    
    .navbar-custom::before {
        width: 50%;
        height: 100%;
        position: absolute;
        right: 0;
        z-index: 0;
    }
    .navbar-custom .navbar-nav .nav-link {
        padding-right: 10px;
        padding-left: 10px;
        color: #96590B;
        text-transform: uppercase
    }
    .navbar-custom .navbar-nav ul .icons-social-media a{
        background: #96590B;
        width: 30px;
        height: 30px;
        padding: 15px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .navbar-custom::before {
        display: none;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .img-responsive{
        display: none;
    }
    .testimon-icon i {
        font-size: 60px;
        color: #ddd;
    }
    .testimon-icon {
        min-width: 80px;
    }
     .testimon-detail {
        background: #fff;
        padding: 20px 15px;
    }
    .testimon-icon {
        float: none;
        margin-right: 0;
        height: auto;
        margin-bottom: 26px;
    }
    .view p,
    .view h2{
        text-align: center !important;
    }
    .view img{
        display: block;
        margin: auto;
    }
    .clients.action-1{
        background-size: auto 100%;
    }
    .clients .carousel-container{
        flex-direction: column;
        text-align: center !important;
        max-width: 300px;
    }
    .clients .carousel-container .description{
        padding: 20px 0;
        text-align: center
    }
    .clients .carousel-container img{
        width: 100%;
    }
    .products h2,
    .products p{
        text-align: center !important; 
    }
    .clients-2 .container-images img{
        margin: auto !important;
        margin-bottom: 30px !important;

    }
    .footer .custom-auto{
        margin: none !important;
        margin-right: auto !important;
    }
    .footer .column-footer {
        margin: 30px 0;
    }
    .home-1 .home-carousel {
        height: 75vh;
    }
    .home-1 .home-carousel .carousel-content img{
        min-height: 80vh;
        position: absolute;
        width: 100% !important;
        height: auto !important;
    }
    .home-1 .home-carousel .carousel-content {
        height: 80vh;
    }
    .home-1 .home-carousel .carousel-content .carousel-description h2 {
        color: inherit;
        font-size: 1.45rem;
    }
    .home-1 .home-carousel .carousel-content .carousel-description{
        max-width: 520px !important;
        min-width: 400px;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .card-resize {
        max-width: 325px;
        margin-left: auto;
        margin-right: auto;
    }
    .home-content h1 {
        font-size: 30px;
        line-height: 40px;
    }
}
