﻿
@font-face {
    font-family: "Metalia";
    src: url("../tipografia/Metalia.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Azingdar";
    src: url("../tipografia/Azingdar-w13V6.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Poppins-Bold";
    src: url("../tipografia/Poppins-Bold.otf") format("truetype");
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: "Poppins-Semibold";
    src: url("../tipografia/Poppins-SemiBold.otf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Poppins-Regular";
    src: url("../tipografia/Poppins-Regular.otf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.font-metalia {
    font-family: "Metalia";
}

.font-azingdar {
    font-family: "Azingdar";
}

.font-poppins-bold {
    font-family: "Poppins-Bold";
}

.font-poppins-semibold {
    font-family: "Poppins-Semibold";
}


.font-poppins {
    font-family: "Poppins-Regular";
}

.w-azul {
    background: #0055A9 !important;
}

.w-verde {
    background: #B0D587 !important;
}

.w-amarillo {
    background: #fff100 !important;
}

.w-morado {
    background: #7549A9 !important;
}

.w-azulm {
    background: #001A5A !important;
}

.w-azul2 {
    background: #1555A3 !important;
}
.w-gris2 {
    background: #F8F9FA !important;
}


body 
{
    background: #F8F9FA !important;
}

.navbar {
    height: 90px;
    border-bottom: 3px solid #0055A9;
    /*font-family:"Metalia" !important;
            font-size: 1.5rem !important;*/
}

main {
    margin-top: 90px;
}

.navbar-nav .nav-item:focus,
.navbar-nav .nav-item:hover {
    /*background: #0055A9;
    border-radius: 10px;*/
    color: #001A5A !important;
}



/*.navbar {
            box-shadow: 0px 10px 27px 3px rgb(221 221 221 / 30%);
        }*/

.nav-link {
    color: #0055A9 !important;
    font-weight: bold !important;
}

    .nav-link:focus, .nav-link:hover {
        color: #001A5A !important;
    }

.bg-bluew {
    background: #0055A9 !important;
    /*background: linear-gradient(to right, #0055A9 5%, #7549A9 5% 10%, #fff100 10% 15%, #B0D587 15%);*/
}

.carousel-item {
    background: #fff;
}

.carousel-img .carousel-item img 
{
    max-height: 500px;
    width: auto !important;
    height: auto !important;
    margin: auto;
    max-width: 100%;
}

footer {
    /*background: #002347 !important;*/
    color: #7b838a !important;
    /*font-family: "Roboto",sans-serif;*/
}

/*footer section {
                border-color: #084298 !important;
            }*/



.card {
    border: none;
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    min-height: 300px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.6);
}

    .card .card-body {
        transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    }

    .card:hover .card-body {
        margin-top: 30px;
        transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    }

/*producto*/

.card {
    margin: auto;
    padding: 20px;
    border-radius: 15px;
    margin-top: 10px;
    margin-bottom: 10px
}

.img-container {
    width: 80%;
    height: 400px;
    margin: auto;
    line-height: 400px;
}

fieldset.active {
    display: block !important
}

fieldset {
    display: none
}

.pic0 {
    width: auto;
    height: auto;
    margin-left: 85px;
    margin-right: auto;
    display: block;
    max-width: 400px;
    max-height: 500px;
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.pic-container {
    width: 400px;
    height: 500px;
    line-height: 500px;
    margin-left: 85px;
    margin-right: auto;
    display: block;
    text-align: center !important;
    position: relative;
}

.product-pic {
    padding-left: auto;
    padding-right: auto;
    width: 100%
}

.thumbnails {
    position: absolute
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.tb {
    width: 62px;
    height: 62px;
    border: 1px solid grey;
    margin: 2px;
    opacity: 0.4;
    cursor: pointer
}

    .tb:hover {
        opacity: 1
    }

.tb-active {
    opacity: 1
}

.thumbnail-img {
    width: 60px;
    height: 60px
}

@media screen and (max-width: 768px) {
    .pic0 {
        width: 250px;
        height: 350px
    }
}


table img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.img-card {
    max-width: 250px;
    max-height: 250px;
}

.img-200 {
    max-width: 180px;
    max-height: 180px;
}

.card-prod .card-prod-desc {
    height: 350px;
    line-height: 350px;
}

    .card-prod .card-prod-desc img {
        max-height: 350px;
    }


.font-weight-bold {
    font-weight: bold;
}

.dot {
    height: 20px;
    width: 20px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    border: 2px solid #615f5f;
}

.border-radius-15 {
    border-radius: 15px;
}

.input-group-text {
    background-color: white !important;
    color: #0055A9 !important
}

textarea {
    resize: none;
}

.nav-img-social {
    width: 65px;
}

.btn-wyellow {
    background-color: #fff100;
    border-color: #fff100;
}

.btn-wyellow:focus {
    background-color: #e7dc11;
    border-color: #e7dc11;
    box-shadow: 0 0 0 0.25rem rgba(235, 244, 0, 0.5);
}

.btn-wyellow:hover {
    background-color: #e7dc11;
    border-color: #e7dc11;
}

.text-azul2 {
    color: #1555A3 !important;
}

.pl-5 
{
    padding-left: 4rem!important;
}

.font-size-larger {
    font-size: larger;
}

/*li.nav-item {
    border: 1px solid #0055A9 !important;
    border-top: none !important;
    border-bottom: none !important;
}*/

/**/
