/*@font-face {
    font-family: 'Gotham Medium';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/GothamMedium_0.ttf') format('opentype');
}

.hamburger {
    padding: 0;
    padding-top: 8px;
}

@font-face {
    font-family: 'Gotham Medium';
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/Gotham-Bold_0.otf') format('opentype');
}

@font-face {
    font-family: 'Gotham Medium';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/GothamBook_0.ttf') format('opentype');
}*/

html, body {
    /*font-family: 'Gotham Medium';*/
    font-family: Helvetica, Arial, sans-serif;
}

h1, h2 {
    color: #C5903E;
}

h3, h4, h5, h6 {
    color: #000;
    font-weight: bold;
}

p, .caption-description ul li {
    font-weight: 300;
}

.bannercontainer {
    width: 100%;
    position: relative;
    padding: 0;
}

.banner {
    width: 100%;
    position: relative;
}

.custom-caption .caption-title {
    display: block;
    color: #C5903E;
    background: #000;
    padding: 3px 30px;
    padding-left: 30px;
    font-size: 1.8rem;
    line-height: 2.4rem;
}

.custom-caption .caption-subtitle {
    display: inline-block;
    color: #000;
    background: #fff;
    padding: 5px 15px;
}

.custom-caption#first .caption-title {
    padding-left: 450px;
}

.custom-caption#second .caption-title {
    padding-left: 350px;
}

.custom-caption#third .caption-title {
    padding-left: 250px;
}

.slider-logo {
    position: absolute;
    z-index: 99999;
    height: 100%;
}

#navbar {
    position: fixed;
    z-index: 999999;
    width: 100%;
    background-color: #ffffff !important;
    padding-right: 181px;

}

#navbar .nav-link {
    padding-top: 0;
    padding-bottom: 0;
}

#navbar li:not(:last-child) .nav-link {
    border-right: 1.5px solid;
}

.navbar-dark .navbar-nav .nav-link {
    color: #000;
}

.navbar-dark .navbar-nav .active > .nav-link {
    color: #000;

}

.tp-bullets {
    transform: rotate(90deg);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgb(39, 39, 39);
}

#quienessomos {
    background: url(../images/quienessomos.png);
    background-size: contain;
    background-position-x: left;
    background-repeat: no-repeat;
    margin: 20px 0;
}

#modelodenegocio {
    position: relative;
    overflow: hidden;
}

#modelodenegocio .block {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

#modelodenegocio .block .caption {
    position: absolute;
    color: #fff;
    width: 33%;
    height: 100%;
    cursor: pointer;
}

#modelodenegocio .block .img-masked {
    width: 100%;
    position: relative;
    /*opacity: 0;*/
    z-index: -4;
}

/*
36.5-33.5-30
 */

#modelodenegocio .block.right {
    /*-webkit-clip-path: polygon(66% 0%, 100% 0%, 100% 100%, 40% 100%);*/
    clip-path: polygon(70% 0, 100% 0%, 100% 100%, 63.5% 100%);
    position: inherit;
}

#modelodenegocio .block.right .img-masked {
    left: 21%;
}

#modelodenegocio .block.center {
    /*-webkit-clip-path: polygon(66% 0%, 100% 0%, 100% 100%, 40% 100%);*/
    clip-path: polygon(36.5% 0, 70% 0%, 63.5% 100%, 30% 100%);
    /*background: url(../images/modelodenegocio2.jpeg);*/
    /*background-position-x: 85px;*/
    /*background-size: contain;*/
}

#modelodenegocio .block.center .img-masked {
    left: 13%;
}

#modelodenegocio .block.left {
    clip-path: polygon(0% 0, 36.5% 0%, 30% 100%, 0% 100%);

}

#modelodenegocio .block.left .img-masked {
    left: -51%;
}

#modelodenegocio .caption {
    align-items: center !important;
    display: flex;
    z-index: 3;
}

#modelodenegocio .caption .caption-title {
    text-transform: uppercase;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    position: absolute;
    width: 100%;
    text-shadow: 2px 4px 10px black;
}

#modelodenegocio .block.left .caption {
    left: 0%;
}

#modelodenegocio .block.center .caption {
    left: 33%;
}

#modelodenegocio .block.right .caption {
    left: 66%;
}

#modelodenegocio .title {
    z-index: 8;
    position: absolute;
    margin: 20px 0px;
    padding: 5px 15px;
    background: #fff;

}

#modelodenegocio * {
    transition: .3s all;
}

#modelodenegocio .opacity {
    opacity: 0;
}

#modelodenegocio .whitebg {
    background: white !important;
}

#modelodenegocio .caption .caption-description {
    color: #000;
    position: absolute;
    padding: 40px;
    text-align: justify;

}

#modelodenegocio .caption .caption-description h2 {
    font-size: 1.3rem;
}

#modelodenegocio .title h2 {
    color: #000;
    margin: 0;
    font-weight: bold;
    font-size: 3rem;
}

.valores {
    margin: 30px 0;
    display: inline-flex;
}

.valores .icon img {
    max-width: 50px;
}

.valores .text {
    margin-left: 20px;

}

.button {
    font-weight: bold;
    color: #fff;
    background-color: #C5903E;
    padding: 8px 17px;
    font-size: 1.3rem;
    transition: .1s all;
}

.button:hover {
    font-weight: bold;
    color: #C5903E;
    background-color: #d6d6d6;

    text-decoration: none;
}

#contacto .title {
    background-color: #000;
    color: #fff;
    padding: 10px;
}

#contacto .info .subtitle {
    font-size: 1.5rem;
    font-weight: lighter;
}

#contacto .info p {
    margin: 0;
}

#footer {
    background: #1A1A1A;
    padding: 10px;
}

#footer span {
    margin: 0;
    color: #C5903E;
    font-size: 1rem;
    font-weight: bold;
}

#modelodenegocio .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: .2s all;
}

#modelodenegocio .caption:hover + .overlay {
    background: #ba8026bf;
}

#trabajoconnosotros img {
    max-width: 120px;
    display: block;
    margin: 20px auto;

}

.hamburger {
    display: none;
}
.logomobile{
    min-width: 150px;
    display: none;
}
.tsf{text-align:left; margin-bottom:0px;}
/*// Extra small devices (portrait phones, less than 576px)*/

@media (max-width: 575.98px) {
}

/*// Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    #quienessomos {
        background: none;
    }

    #modelodenegocio .block {
        position: relative;
        clip-path: none !important;
        height: 200px;
    }

    #modelodenegocio .block .caption {
        width: 100%;

    }
    #modelodenegocio .block .caption h2{
        font-size: 0.8rem;
        margin:0px;
        padding:0px;
    }
    #modelodenegocio .block .caption p{
        margin-bottom:10px;
    }

    #modelodenegocio .block .img-masked, #modelodenegocio .block .caption {
        left: 0 !important;
        height: 200px;
    }

    #modelodenegocio .title {
        position: relative;
    }

    #modelodenegocio .block .caption .caption-description {
        margin: 5px;
        padding: 0;
    }
    .tsf{text-align:center; margin-bottom:10px;}
    #contacto .info .subtitle {
    font-size: 1.2rem;
    font-weight: bold;
    }
}

/*// Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
    #modelodenegocio .block .caption {
        font-size: .6rem !important;
    }

    #modelodenegocio .block .caption .caption-description {
        margin: 12px;
    }

}

/*// Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
    .hamburger {
        display: block;
    }

    .custom-caption .caption-title {

        padding-left: 2rem !important;
        font-size: 1.3rem;
    }

    #navbar li .nav-link {
        border: none !important;
        padding: 10px;
    }

    .slider-logo {
        display: none;
    }
    .logomobile{
        display: block;
    }
}


