@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
}

@font-face {
    font-family: 'Serpentine ICG';
    src: url('../font/SerpentineICGBold.woff2') format('woff2'),
         url('../font/SerpentineICGBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

/* NAV */

#nav-movile{
    background-color: #CFCFCF !important;
}

.cont-logo{
    box-shadow: 0 7px 7px 0 rgba(0,0,0,0.10), 0 2px 5px 0 rgba(0,0,0,0.11);
}

/* NAV */

/* TABS */

.content_productos{
    width: 100%;
    max-width: 1200px;
    padding: 0 15px;
    margin: 95px auto 0;
}

.title_productos{
    font-size: 25px;
    text-align: center;
    margin-bottom: 29px;
}

.tab {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    margin-bottom: 31px;
}

.tab button {
    width: 80%;
    margin: 0 auto 19px;
    background-color: #969695;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 19px;
    color: #FFFFFF;
    border-radius: 7px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn_tor img{
    width: 55px;
    margin-right: 9px;
}

.btn_bis img{
    width: 49px;
    margin-right: 9px;
}

.btn_cor img{
    width: 75px;
    margin-right: 9px;
}

.tab button:hover {
    background-color: #ddd;
}

.tab button.active {
    background-color: #DC0613;
}

.tabcontent {
    display: none;
    padding: 6px 0;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}

.tabcontent h3{
    width: 100%;
    color: #DC0613;
    font-size: 19px;
    padding-bottom: 11px;
    border-bottom: 3px solid #DC0613;
}

@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

/* TABS */

/* CAROUSEL */

.cont_carousel_pdc{
    margin-bottom: 35px;
}

.carousel-wrap {
    margin: 27px auto 61px;
    padding: 0 5%;
    width: 80%;
    position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
    position: relative;
    z-index: 100; 
    -webkit-backface-visibility: hidden; 
}

/* end fix */
.owl-nav > div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
}

.owl-nav .owl-prev {
    left: -39px;
}

.owl-nav .owl-next {
    right: -39px;
}

.owl-nav i {
    font-size: 45px;
}

.owl-carousel img{
    border-radius: 19px;
    border: 2px solid #969695;
}

.owl-carousel{
    position: relative;
}

.owl-carousel p{
    width: 100%;
    position: absolute;
    bottom: 25px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.fa-caret-left:before {
    content: "\f104" !important;
}

.fa-caret-right:before {
    content: "\f105" !important;
}

.owl-nav i{
    color: #00913A !important;
}

/* ARROW */
/* .owl-next:before {
    content: '>';
    color: #e00789;
    font-size: 53px;
    font-weight: 600;
    position: absolute;
    left: 1px;
    padding-top: 3px;
} */

/* CAROUSEL */

/* CONTACTO */

@media screen and (min-width: 768px){

/* TABS */

    .content_productos{
        margin: 119px auto 0;
    }

    .title_productos{
        font-size: 29px;
    }

    .tab {
        flex-direction: row;
        margin-bottom: 25px;
        justify-content: space-between;
    }

    .tab button {
        width: 32%;
        margin: 0;
    }

/* TABS */

/* CAROUSEL */

    .carousel-wrap {
        width: 100%;
    }
    
    .owl-nav .owl-prev {
        left: -33px;
    }

    .owl-nav .owl-next {
        right: -33px;
    }

/* CAROUSEL */

}

@media screen and (min-width: 1024px){
    
    #nav-desktop{
        background-color: #CFCFCF !important;
    }

    .cont-logo-dk{
        box-shadow: 0 7px 7px 0 rgba(0,0,0,0.10), 0 2px 5px 0 rgba(0,0,0,0.11);        
    }

/* TABS */

    .content_productos{
        margin: 135px auto 0;
    }

    .title_productos {
        font-size: 39px;
    }

    .btn_cor img {
        width: 91px;
    }

    .tab button {
        font-size: 25px;
    }

/* TABS */

/* CAROUSEL */

    .owl-nav .owl-prev {
        left: -43px;
    }

    .owl-nav .owl-next {
        right: -43px;
    }

    .content-bisagras .owl-nav{
        display: none;
    }
    
    .content-bisagras .carousel-wrap{
        padding: 0;
    }

/* CAROUSEL */

}