#content{
    min-height: calc(100vh - 90px - 188px - 27px - 82px);
}
.noticiaCenteredContent{
    width: 80%;
    max-width: 1200px;
}
.coverStory{
    border-bottom: 3px solid #F01E0F;
    background: rgb(0, 0, 0, 0.2);
    margin-bottom: 30px;
    overflow: hidden;
    padding: 20px;
    position: relative;
    aspect-ratio: 16/9;
}
#noticiaTitle{
    font-size: 30px;
    color: white;
    bottom: 20px;
    line-height: 38px;
    text-align:left;
    z-index: 2;
    position: absolute;
}
.noticiaSubtitle{
    position: relative;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 35px;
}
.noticiaImage{
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}
.noticiaCaption{
    position: relative;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    font-size: 12px;
    color: black;
    margin-bottom: 25px;
    font-family: 'Arial', sans-serif;
}
.noticiaText{
    width: 100%;
    height: auto;
    overflow: hidden;
    color: black;
    font-size: 14px;
    text-align: left;
    padding-bottom: 20px;
    line-height: 19px;
}
.noticiaGallery{
    position: relative;
    margin-top: 20px;
    height: auto;
    overflow: hidden;
    width: 100%;
    margin-bottom: 15px !important;
}
.slick-dots {
    top: 20px;
    right:20px;
    width:auto;
}
.slick-dots li{
    width:14px;
    margin:0 3px;
}
.slick-dots li button:before {
    border: 2px solid #b3a193;
    border-radius: 100px;
    width: 10px;
    height: 10px;
    background-color: transparent;
    color: transparent;
    font-size: 0px;
    opacity:1;
}

.slick-dots li.slick-active button:before {
    background-color:#b3a193;
    opacity:1;
}
.noticiaSlider{
    position: relative;
    margin-top: 20px;
    height: auto;
    overflow: hidden;
    width: 100%;
    margin-bottom:15px;
}
.noticiaSliderWrapper{
    width:700px;
    height:auto;
    overflow:hidden;
    margin:0 auto;
}
.noticiaSliderSlide{
    margin-right:10px;
    margin-left:10px;
}
.noticiaSliderLeftArrow{
    position: absolute;
    left: 12.5px;
    height: 30px;
    top: calc(50% - 15px);
    font-size: 30px;
}
.noticiaSliderRightArrow{
    position: absolute;
    right: 12.5px;
    height: 30px;
    top: calc(50% - 15px);
    font-size: 30px;
}
.slick-slide{
    height:auto;
}
.youtubeVideoContainer{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 15px;
}
.youtubeVideo{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mapDiv{
    position: relative;
    width: 800px;
    height: 400px;
    margin-bottom:15px;
}
.contactDiv{
    position: relative;
    width: 370px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom:15px;
}
.contactInput{
    position: relative;
    width: calc(100% - 30px);
    height: 32px;
    border: 1px solid #ebe4dc;
    margin-bottom: 15px;
    padding-left: 20px;
    font-family: 'Hind', sans-serif;
    line-height: 35px;
    font-size: 15px;
    color:#8f9194;
    border-radius:7px;
}
.contactInput::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #8f9194;
    opacity: 0.8;
}
.contactInput:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #8f9194;
    opacity: 0.8;
}
.contactInput::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #8f9194;
    opacity: 0.8;
}
.contactInput:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #8f9194;
    opacity: 0.8;
}
.contactInput::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #8f9194;
    opacity: 0.8;
}
.contactTextarea{
    width: calc(100% - 44px);
    height: 130px;
    resize: none;
    line-height: 16px;
    padding-top: 10px;
    padding-right:20px;
}
.sendContact{
    position: relative;
    width: 170px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    font-family: 'Hind-SemiBold', sans-serif;
    background-color: #b4a193;
    color: white;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 40px;
    cursor: pointer;
    transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -webkit-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    letter-spacing:1px;
    border-radius:20px;
}
.sendContact:hover{
    background-color:#907f72;
}
.contactRow{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 50px;
}
.contactLabel{
    position: relative;
    float: left;
    font-size: 14px;
    font-family: 'Hind', sans-serif;
    color: #8f9194;
    margin-left: 23px;
    display: inline-block;
    margin-top: 6px;
}
.file-input-wrapper{
    position: relative;
    float: left;
    width: 100px;
    border: 1px solid #b4a192;
    margin-left: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    color: #b4a192;
    cursor: pointer;
}
.FMFileUploadFrame{
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 1;
    cursor:pointer;
}
.file-input-name{
    position: relative;
    float: left;
    width: 155px;
    font-size: 10px;
    color: #8f9194;
    margin-left: 20px;
    margin-top: 2px;
}

#noticiaTitleInside{
    position: absolute;
    top: 505px;
    margin-left: 51px;
    color: white;
    font-size: 31px;
    width: 71%;
    text-shadow: 1px 2px 2px black;
    font-weight: bolder;
}
.noticiaImageUp{
    position: relative;
    display: block;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 15px;
    border-top: 7px solid red;
    width: 100%;
    top: 29px;
}
#imgContainerTitle{
    height: 600px;
    border-top: 7px solid red;
    margin-top: 29px;
}
#imgDivFixed{
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    height:600px;
}
.containerNoticiaBodyImage{
    aspect-ratio: 16/9;
    margin-bottom: 20px;
}
.noticiaBodyImage{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
@media screen and (max-width:768px){
    .noticiaCenteredContent{
    width: 90%;
    }
    .noticiaCaption{
        width:75%;
    }
    .noticiaSliderWrapper{
        width:80%;
    }
    .coverStory{
        margin-bottom: 10px;
    }
    #noticiaTitle{
        font-size: 15px;
        bottom: 20px;
        padding: 0 20px 0 0;
        line-height: 18px;
    }
    .noticiaSubtitle{
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .noticiaText{
        margin-top: 10px;
        line-height: 21px;
        font-size: 12px;
        margin-bottom: 10px;
        padding-bottom: 0;
    }
    .slick-dots li button:before {
        width: 8px;
        height: 8px;
    }
    .slick-dots {
        top: 10px;
        right: 10px;
    }
    .mapDiv{
        width:100%;
        height:50vw;
    }
    .contactDiv{
        width:90%;
    }
    #noticiaTitleInside {
        top: 463px;
        margin-left: 16px;
        width: 92%;
    }

}
