@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap);
* {
    font-weight: 400;
    font-family: Roboto, sans-serif
}


:root {
    --primaryColor: #ff6600;
    --secondaryColor: #000000;
    --alphaBlack: rgba(0, 0, 0, 0.5)
}

a:hover {
    color: #f60;
    text-decoration: none
}

nav {
    position: relative;
    transition: .3s all ease-in-out
}

.fixed {
    position: fixed;
    width: 100%;
    z-index: 9999
}

.orange {
    color: #f60
}

.darkGray {
    color: #534b4b
}

.black {
    color: #000
}

.white {
    color: #fff
}

.italic {
    font-style: italic
}

.thin {
    font-weight: 100
}

.light {
    font-weight: 300
}

.medium {
    font-weight: 500
}

.bold {
    font-weight: 700
}

.black {
    font-weight: 900
}

.p-10 {
    font-size: 10px
}

.p-12 {
    font-size: 12px
}

.p-14 {
    font-size: 14px
}

.p-18 {
    font-size: 18px
}

.p-21 {
    font-size: 21px
}

.p-32 {
    font-size: 32px
}

.p-50 {
    font-size: 50px
}

.upperCase {
    text-transform: uppercase
}

.capitalize {
    text-transform: capitalize
}

.lh-14 {
    line-height: 14px
}

.casosSliderFooter {
    width: 100%;
    max-width: 600px;
    margin: auto;
    z-index: 99999;
    height: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 25px 0;
    text-align: center;
}

.contSlider {
    background: #1c1c1c
}

.flex {
    display: flex;
    flex-wrap: wrap
}

.verticalCenter {
    align-items: center;
    justify-content: center
}

.orangeBtn {
    background: #f60 0 0 no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
    border: none;
    color: #fff !important;
    padding: 10px;
    font-size: 18px
}

.orangeBtn:hover {
    opacity: .8
}

.btnShop {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 0
}

.btnShop:focus {
    outline: 0
}

.btnShop img {
    cursor: pointer
}

.carrito {
    position: absolute;
    -webkit-box-shadow: -3px 2px 5px 1px rgba(162, 162, 162, .75);
    -moz-box-shadow: -3px 2px 5px 1px rgba(162, 162, 162, .75);
    box-shadow: -3px 2px 5px 1px rgba(162, 162, 162, .75);
    background: #fff;
    top: 64px;
    right: 0;
    width: 365px;
    z-index: 99999999999999999999;
    padding: 15px;
    max-height: 600px;
    overflow: hidden auto;
}

.diadema:first-of-type {
    border-top: 1px solid #000
}

.diadema {
    padding: 15px 0;
    border-bottom: 1px solid #000;
    margin: 15px 0;
    color: #000
}

.imagen_diadema_pop {
    width: 30%
}

.datos_diadema {
    width: 60%
}

.remover {
    width: 10%;
    color: red;
    cursor: pointer;
    font-size: 20px
}

.cantidad_pop,
.nombre_modelo_pop {
    font-size: 14px
}

.carrito {
    display: none
}

.shop {
    position: relative
}

.pop_a {
    border-radius: 5px;
    width: 100%;
    background: #f60;
    padding: 10px 80px;
    color: #fff
}

.cotizar_pop {
    margin: 30px auto
}

.sin_carrito,
.total {
    color: #000;
    text-align: center
}

.hasShop {
    position: absolute;
    height: 16px;
    width: 16px;
    background: #f60;
    right: -6px;
    top: -1px;
    border-radius: 50px;
    display: none;
    text-align: center
}

.hasShop p {
    font-size: 12px
}

.flags {
    width: 20px
}

footer {
    background-color: #000;
    padding: 30px 0 0 0
}

.footerImg {
    padding-bottom: 20px
}

.footerUrls a {
    line-height: 30px
}

.divLogos {
    top: 10px;
    right: 10%
}

.divLogos a {
    color: #fff;
    width: 25px;
    font-size: 25px;
    margin-right: 10px
}

.divLogos a:hover {
    color: #f60
}

.footerImg img {
    width: 250px
}

.contentCotiza {
    line-height: 75px;
    text-align: center;
}

.contentCotiza p{
    font-size: 21px;
}

#shopModal .modal-content {
    border-radius: 30px
}

#shopModal .close {
    opacity: 1;
    position: absolute;
    background-color: #ebebeb;
    width: 38px;
    border-radius: 50%;
    height: 38px;
    right: -10px;
    top: -15px;
    z-index: 100
}

.contMax {
    max-width: 1280px;
    margin: auto
}

.contExtra {
    max-width: 1320px;
    margin: auto
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-thumb {
    background: #f60;
    border-radius: 5px
}

::-webkit-scrollbar-track {
    background: #fff
}

.casosSliderFooter .swiper-slide {
    background-color: transparent !important
}

.bread{
    max-width: 1280px;
    margin: auto;
    padding: 10px 10;
}

.bread a{
    color: #000000;
    text-decoration: none;
}

.bread i{
    font-weight: 900;
}

.bread a:hover, .bread .active{
    color: #FF6600;
    text-decoration: none;
}
.bread .active{
    font-weight: 900;
}


@media (max-width:1390px) {
    .contExtra,
    .contMax {
        max-width: 90%;
        margin: auto
    }
}

@media(max-width:900px){
    .bread{
        display: none;
    }
}


@media(max-width:556.5px) {
    .footerImg {
        width: 250px;
        margin: auto
    }
    .divLogos {
        top: 10px;
        right: 5%
    }
    .casosSliderFooter {
        width: 85%
    }

    .hasShop{
        position: absolute;
        height: 16px;
        width: 16px;
        background: #f60;
        right: 5px;
        top: 10px;
        border-radius: 50px;
        display: none;
        text-align: center;
        color:white;
    }
    .casosSliderFooter .p-18{
        font-size:14px;
    }
    .casosSliderFooter .p-16{
        font-size:12px;
    }
}