/* Import font */
@import url('fonts/webfonts/Montserrat.css');

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif;
    /* font-weight: 400; */
}

a{
    text-decoration: none;
}

.bg-dark-gray{
    background-color: #212121;
}

.text-red, .text-red:hover{
    color: #FF0000;
}

.inicio{
    background: url('../../img/Grupo-7@2x.jpg');
    background-size: cover;
    width: 100%;
    height: 100%;
}

.bg-details{
    background: url('../../img/Grupo-7@2x.jpg');
    background-position: top center;
}

.bg-gray-gradient{
    background-color: transparent;
    background-image: linear-gradient(180deg, #02010100 10%, #212121 13%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.fs-12{
    font-size: 12px;
}

.fs-14{
    font-size: 14px;
}

.fs-15{
    font-size: 15px;
}

.fs-22{
    font-size: 22px;
}


.dropbtn {
    background-color: transparent;
    color: #fff;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #212121;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    inset: auto auto 0px 0px;
    transform: translate(0px, -88px);
}

.dropdown-content{
    border-top: 2px solid #e6361e;
    padding-top: 10px;
    padding-bottom: 7px;
}

.dropdown-content a {
    color: #fff;
    padding: 2px 16px;
    text-decoration: none;
    display: block;
    width: 260px;
}

.dropdown-content a:hover {color: #e6361e;}

.dropdown:hover .dropdown-content {display: block;}

.link-footer:hover{
    background-color: #2e2e2e;
}

.text-gray{
    color: #ACACAC;
}

.btn-gradient-red{
    background: linear-gradient(180deg, #313131, #642525)!important;
    border-bottom: solid 1px #FF0000!important;
    padding: 7px 15px 7px 15px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

.btn-gradient-red:hover{
    color: #fff;
}

.border-radius-15{
    border-radius: 15px;
}

.border-bottom-red{
    border-bottom: solid 2px #FF0000;
}

.btn-outline-red{
    background: RGBA(0,0,0,0.2);
    opacity: 1;
    padding: 8px 40px 8px 40px;
    box-shadow: none;
    border: 1px solid RGBA(255,0,0,1);
    border-radius: 0px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    /* transition: all .25s ease-in-out;
    transition: border 0s ease-in-out; */
}

.btn-outline-red:hover{
    border: 1px solid transparent;
    background: linear-gradient(180deg, #313131, #642525)!important;
    border-bottom: solid 1px #FF0000!important;
    color: #fff;
    text-decoration: none;
}

.border-red{
    border-color: #ff0000 !important;
}

.margin-text-content{
    text-align: justify;
}

.link-social-media:hover{
    color: #ACACAC;
}

.owl-nav{
    position: absolute;
    left: 0px;
    top: 13%;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.owl-nav button{
    color: #FFFFFF75 !important;
    font-size: 65px !important;
}

.owl-carousel .owl-stage-outer{
    z-index: 99;
}

.top-menu-50{
    top: 50px;
}

.second-title{
    min-width: 80%;
}

.logo-webcartorios{
    max-width: 140px;
    height: auto;
    width: 100%;
}

.border-red-2{
    border: 2px solid RGBA(255,0,0,1);
}

.audio-wrapper audio{
    height: 40px;
}

.audio-wrapper .audio{
    margin-top: 25px;
}

.video-play{
    transition: all .25s ease-in-out;
}

.video-wrapper:hover .video-play{
    transform: scale(1.1);
}

div#lightboxed--content .lightboxed--frame iframe{
    width: 85%;
    height: 100%;
}


@media(max-width: 767px){
    .margin-text-content{
        margin-top: 1.5rem;
    }
}

@media(min-width: 768px){

    .content-wrapper .row:nth-child(2n) .description-content{
        order: 1;
    }

    .content-wrapper .row:nth-child(2n) .title-content{
        order: 2;
    }

    .content-wrapper .row:nth-child(2n+1) .description-content{
        order: 2;
    }

    .content-wrapper .row:nth-child(2n+1) .title-content{
        order: 1;
    }

    .content-wrapper .row:nth-child(2n+1) .border-section{
        border-right: 1px solid #fff;
    }
    
    .content-wrapper .row:nth-child(2n) .border-section{
        border-left: 1px solid #fff;
    }

    .content-wrapper .row:nth-child(2n) .margin-text-content{
        margin-right: 1rem!important;
    }
    
    .content-wrapper .row:nth-child(2n+1) .margin-text-content{
        margin-left: 1rem!important;
    }
}

@media(min-width: 992px){
    .border-content{
        border-left: 1px solid #fff;
    }
}

@media(max-width: 1399px){
    .owl-nav{
        top: 0%;
    }
}

@media(min-width: 768px) and (max-width: 992px){
    .owl-nav{
        top: 15%;
    }
}
