@font-face {
    font-family: Gotham Book;
    src: url(../fonts/Gotham-Book.woff);
}

@font-face {
    font-family: Gotham Bold;
    src: url(../fonts/Gotham-Bold.woff);
}

body {
    font-family: Gotham Book;
    font-size: 100%;
}

.text-bold {
    font-family: Gotham Bold !important;
    font-size: 100%;
}

.azul {
    color: #374ea1 !important;
}

.avermelhado {
    color: #f27052 !important;
}

.modal-body h4 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.padding_elements {
    padding: 10px !important;
}

@media only screen and (min-width: 768px) {

    .img_resize {
        position: relative;
        top: 20%;
        bottom: 50%;
        width: 200px;
        height: 200px;
    }
}

@media only screen and (max-width: 992px) {

    .img_resize {
        position: relative;
        top: 10%;
        bottom: 50%;
        width: 100px;
        height: 100px;
    }
}

@media only screen and (min-width: 768px) {

    .img_resize_2 {
        position: relative;
        width: 300px;
        height: 300px;
    }
}

@media only screen and (max-width: 767px) {

    .img_resize_2 {
        position: relative;
        bottom: 10%;
        width: 200px;
        height: 200px;
    }
}

.answer {
    color: white;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: rgba(55, 78, 161, 0.9);
    opacity: 1;
}

.answer_2 {
    color: white;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: rgba(55, 78, 161, 0.9);
    opacity: 1;
    padding: 20px !important;
}

@media only screen and (min-width: 768px) {
    .answer:hover {
        cursor: pointer;
        background-color: rgba(55, 78, 161, 1);

    }
}

@media only screen and (min-width: 768px) {
    .answer_2:hover {
        cursor: pointer;
        background-color: rgba(55, 78, 161, 1);

    }
}

.background_quizz {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.img_resize_75_120 {
    height: 120px;
    width: 75px;
}

@media only screen and (min-width: 992px) {
    #row_descentrada {
        margin-left: 90px;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    #row_descentrada {
        margin-left: 55px;
    }
}

@media only screen and (min-width: 992px) {
    .content_answer_2 {
        margin-top: 70px;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .content_answer_2 {
        margin-top: 20px;
    }
}

#object {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    z-index: 900;
    width: 100px;
    height: 100px;
    padding: 6px;
    position: relative;
    top: 120px;
    border: 2px solid #f27052;
    background-color: white;
    display: table-cell;
    vertical-align: middle;
}



@media only screen and (max-width: 767px) {
    .img_faces{
        max-height:60px !important;
        max-width:60px !important;
    }
}

.fa-caret-right:hover{
    color: #f27052 !important;
    cursor:pointer;
}

@media only screen and (max-width: 767px) {
    .fa-caret-right{
        font-size:3.5em !important;
    }
}

@media only screen and (min-width: 768px){
    .fa-caret-right{
        font-size:4.2em !important;
    }
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#back_menu{
    color: #374ea1;
}

#back_menu:hover{
    color: #f27052;
    cursor:pointer;
}

