@font-face {
    font-family: 'montserratregular';
    src: url('fonts/montserrat/montserrat-regular-webfont.eot');
    src: url('fonts/montserrat/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/montserrat/montserrat-regular-webfont.woff2') format('woff2'),
        url('fonts/montserrat/montserrat-regular-webfont.woff') format('woff'),
        url('fonts/montserrat/montserrat-regular-webfont.ttf') format('truetype'),
        url('fonts/montserrat/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    font-family: 'montserratregular';
    color: #013135;
}


* {
    padding: 0;
    margin: 0;
}

.contact-us {
    z-index: 999;
    position: absolute;
    top: 0;
    right: 30px;
}

.top-image {
    width: 100%;
}

.atribuitions-image {
    width: 60%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stones-image {
    width: 100%;
}

.text-center {
    text-align: center;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.bold {
    font-weight: bold;
}

.bolder {
    font-weight: bolder;
}

.white {
    color: #ffffff;
}

.black {
    color: #000000;
}

.blue {
    color: #013145;
}

.gold {
    color: #bc9b3d;
}

.grey-back {
    background-color: #cdcdcd;
}

.blue-back {
    background-color: #013145;
}

.gold-back {
    background-color: #bc9b3d;
}

.text-15 {
    font-size: 15px;
}

.text-18 {
    font-size: 18px;
}

.text-20 {
    font-size: 20px;
}

.text-25 {
    font-size: 25px;
}

.text-40 {
    font-size: 2rem;
}

.text-50 {
    font-size: 50px;
}

.text-uppercase{
    text-transform: uppercase;
}

.mt-2 {
    margin-top: 12px;
}


.mt-5 {
    margin-top: 15px;
}

.mb-5 {
    margin-bottom: 50px;
}

.ml-5 {
    margin-left: 20px;
}

.box-container{
    display: flex;

}

.box-container .box {
    width: 50%;
    min-height: 35px;
    padding: 10px;
}

.box-container .box2 {
    height: 100%;
    min-height: 200px;
}

.box-container .box3 {
    height: 100%;
    min-height: 200px;
}

.box-container ul li {
    font-size: 25px;
}

.bottom-image {
    width: 100%;
    height: 20px;
    object-fit: cover;
}

.stones-image {
    display: flex;
    width: 100%;
    /* height: 300px; */
    object-fit: cover;
    object-position: center;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.stones-logo-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.diamonds-image {
    width: 100%;
}

.organograma-image {
    display: flex;
    width: 80%;
    min-height: 200px;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin: auto;
}

.btn-gold {
    width: 250px;
    min-height: 50px;
    font-weight: bold;
    font-size: 20px;
    background-color: #bc9b3d;
    border-radius: 30px;
    border: 0px solid #bc9b3d;
    padding: 5px;
}

.btn-gold:hover {
    opacity: 80%;
}

footer {
    /* width: 100%; */
    background-color: #013145;
    min-height: 200px;
    margin-top: -4px;
    display: flex;
    align-content: space-between;
    align-items: center;
    justify-content: space-between;
    padding-left: 50px;
    padding-right: 50px;
}

footer .footer-image {
    width: 350px;
}

footer .button-container {
    display: flex;
    flex-direction: column;
}

footer .developer {
    color: #ffffff;
}

footer .developer a {
    color: #ffffff;
    text-decoration: none;
    font-weight: bolder;
}

footer .developer a:hover {
    font-weight: lighter;
    color: #f00;
}

footer .developer i {
    color: #f00;
}

.decretoPt {
    width: 49%;
    left: 0px;
    position: relative;
    margin-left: -25px;
}

.decretoEn {
    width: 48%;
    left: 0px;
    position: relative;
    margin-left: 25px;
}

@media screen and (max-width: 992px) {
    .text-20 {
        font-size: 15px;
    }

    .text-40 {
        font-size: 1rem;
    }

    .contact-us {
        font-size: 10px;
    	line-height: 10px;
    }
    .contact-us.mt-2 {
        margin-top: 1px;
    }
    .decretoPt {
        width: 50%;
        left: 0px;
        position: relative;
        margin-left: 0px;
    }
    
    .decretoEn {
        width: 50%;
        left: 0px;
        position: relative;
        margin-left: 0px;
    }

    .box-container .box {
        min-height: 61px;
    }
    .box-container ul li {
        font-size: 15px;
    }
    footer {
        flex-direction: column;
    } 

    footer .footer-image {
        width: 200px;
        object-fit: cover;
        object-position: center;
        margin: auto;
    }
}
