body {
    font-family: "bricolage-grotesque", sans-serif;
    font-weight: 400;
    font-style: normal;
    background-image: #FFFFFF;
}

#navegar {
    display: flex;
    justify-content: space-between;
    background: #FFFFFF;
    padding: 5px;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 10;
}

h1,h2,h3 {
    font-family: "abril-fatface", serif;
    font-weight: 400;
    font-style: normal;
}

h6 {
    font-weight: bold;
}



#pie {
    background-image: #FFFFFF;
}

#icons a {color: black;}
#icons a:hover {color:rgb(#290551);
}

#navegar .nav-link {
    color: #06232f;
}

#navegar .nav-link:hover {
    color: #898989;
}

.navbar-toggler {
    width: 20px;
    height: 20px;
    position: relative;
    transition: .5s ease-in-out;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
    border: 0;
}

.navbar-toggler span {
    margin: 0;
    padding: 0;
}

.toggler-icon {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #290551;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.middle-bar {
    margin-top: 0px;
}

/* when navigation is clicked */

.navbar-toggler .top-bar {
    margin-top: 0px;
    transform: rotate(135deg);
}

.navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    margin-top: 0px;
    transform: rotate(-135deg);
}

/* State when the navbar is collapsed */

.navbar-toggler.collapsed .top-bar {
    margin-top: -20px;
    transform: rotate(0deg);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    margin-top: 20px;
    transform: rotate(0deg);
} 



#centro {
    text-align: center;
    opacity: 100%;
    margin-top: 50px;
}

section {
    margin-top: 80px;
    margin-bottom: 80px;
    padding-top: 100px;
}

#carousel {
    margin-top: 10px;
}



.about span {
    color: #ED213A;
    font-size: 16px
}

.cart-button button {
    font-size: 12px;
    color: #fff;
    background-color: #ED213A;
    height: 38px
}

.cart-button button:focus,
button:active {
    color: #fff;
    background-color: rgb(196, 196, 123);
    box-shadow: none
}

.product_fav i {
    line-height: 40px;
    color: #5629c0;
    font-size: 15px
}

.product_fav {
    display: inline-block;
    width: 36px;
    height: 39px;
    background: #FFFFFF;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    border-radius: 11%;
    text-align: center;
    cursor: pointer;
    margin-left: 3px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.product_fav:hover {
    background: #ED213A
}

.product_fav:hover i {
    color: #fff
}

.about {
    margin-top: 12px
}

.off {
    position: absolute;
    left: 65%;
    top: 6%;
    width: 80px;
    text-align: center;
    height: 30px;
    line-height: 8px;
    border-radius: 5px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff
}


.advanced {
    text-decoration: none;
    font-size: 15px;
    font-weight: 500
}



.advanced {
    color: #000000 !important
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid #00838f
}

#buscador_box {
    background-image: linear-gradient(to right, #93291E, #ED213A);
    background-size: auto;
}

#buscador_titulo {
    text-align: left;
    font-size: x-large;
}

#botoni {
    background-color: #E30613;
}


#botonwhatsapp {
    width: auto;
    height: auto;
    position: fixed;
    right: 5px;
    bottom: 50px;
}

#botoninstagram {
    width: auto;
    height: auto;
    position: fixed;
    right: 5px;
    bottom: 110px;
}

#botonvimeo {
    width: auto;
    height: auto;
    position: fixed;
    right: 5px;
    bottom: 170px;
}

#botonwhatsapp:hover {
    transform: scale(1.1);
}

#botoninstagram:hover {
    transform: scale(1.1);
}

#botonvimeo:hover {
    transform: scale(1.1);
}



#pie a {
    color: #290551;
    text-decoration: none;
}

#pie a:hover {
    color:rgb(196, 196, 123);
}



#carousel-2 {
    background-image: url(img/ciudad1.jpg);
    background-size: cover;
    height: 1050px;
    margin-top: -40px;
}

#carousel-2 p {
    border-radius: 2%;
}

#formulario {
    background-image: linear-gradient(to right, #93291E, #ED213A);
    background-size: auto;
    margin-bottom: 60px;
}


#kurant {
    font-size: x-small;
    text-decoration: none;
}

#cardbody {
    background-color: #E30613;
}

#quienessomos {
    background-image: url(img/ciudad3.jpg);
    background-size: cover;
}


/*breakpoint*/



@media (min-width:992px) {
    #nosotros {
        text-align: right;
    }
}

@media (max-width:991px) {
    #nosotros {
        text-align: center;
    }
}

@media (max-width:767px) {
    
    section {
        text-align: center;
    }
    #buscador_box {
        text-align: left;
    }
}

@media (max-width:992px) {
    
    #contacto {
        text-align: center;
    }
}


