/* MODEL BLOCK LAYOUT  1*/

.model-block-layout-container_1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 550px;
	margin-top: 20px;
    margin-bottom: 20px;
}

.model-block-layout_1-title-social-midia {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 20px;
}

.cnl-icones-face {
    margin-right: 0px;
}

.model-black-layout_1-title {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 630px;
    margin-right: 20px;
}

.model-black-layout_1-title h2{
    margin-top: 0px;
    color: var(--naranja-color);
}

.model-black-layout_1-title-palabra_clave {
    font-size: 20px;
    font-weight: bold;
    color: var(--naranja-color);
}

.model-black-layout_1-title-subtitulo {
    margin-top: 5px;
    font-size: 16px;
}

.model-black-layout_1-title-fecha-autor-conteiner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}

.model-black-layout_1-title-fecha-autor {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    color: gray;
}

.model-black-layout_1-title-fecha {
    margin-top: 5px;
    font-size: 15px;
    margin-right: 40px;
}

.model-black-layout_1-title-autor {
    margin-top: 5px;
    font-size: 15px;
}

.model-black-layout_1-title-titulo {
    font-size: 32px;
    font-weight: 900;
    line-height: 35px;
    color: black;
}

.model-black-layout_1-social-midia {
    width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.model-black-layout_1-social-midia span{
	color: var(--naranja-color);
	font-weight: bold;
	font-size: 20px;
    width: 250px;
    line-height: 22px;
	margin-bottom: 10px;
	margin-left: 5px;
}

.model-black-layout_1-social-midia-logos {
	display: flex;
	flex-direction: row;
	justify-content: start;
}

.model-black-layout_1-social-midia-logos img:hover {
  transform: scale(1.2);
}

.model-black-layout_1-social-midia-logos img {
	max-width: 60px;
	transition: all 0.3s ease 0s;
	cursor: pointer;
}

.model-block-layout_1-images-second-medias {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    height: 400px;
    margin-top: 0px;
}

.model-block-layout_1-principal-image {
    width: 630px;
    height: 400px;
    margin-right: 20px;
    cursor: pointer;
}

.model-block-layout_1-principal-image img {
    width: 630px;
    height: 400px;
	object-fit: cover;
	overflow: hidden;
}

.model-block-layout_1-principal-image {
    width: 630px;
    height: 400px;
    margin-right: 20px;
}

.model-block-layout_1-seconds-medias {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 300px;
    height: 400px;
}

.model-block-layout_1-sec-noticia {
    width: 100%;
    height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 20px;
    cursor: pointer;
}

.model-block-layout_1-sec-noticia:last-child {
    margin-bottom: 0px; 
}

.model-block-layout_1-sec-noticia img {
    width: 100%;
    height: 190px;
	object-fit: cover;
	overflow: hidden;
}

.model-block-layout_1-sec-noticia::after {
    content:'';
    position:absolute;
    width: 300px;
    height: 190px;
    display:inline-block;
    /*background: -moz-linear-gradient(top, rgba(0,47,75,0.5) 0%, rgba(220, 66, 37, 0.5) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,rgba(0, 0, 128,1)), color-stop(45%,rgba(0, 0, 128,0.7)), color-stop(70%,rgba(0, 0, 128,0.1)) ); /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top, rgba(0,47,75,0.5) 0%,rgba(220, 66, 37, 0.5) 100%); /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top, rgba(0,47,75,0.5) 0%,rgba(220, 66, 37, 0.5) 100%); /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top, rgba(0,47,75,0.5) 0%,rgba(220, 66, 37, 0.5) 100%); /* IE10+ */
    /*background: linear-gradient(to bottom, rgba(0,47,75,0.5) 0%,rgba(220, 66, 37, 0.5) 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f4b', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    
}

.model-block-layout-1-sec-noticia-palabra-clave-titulo {
    content:'';
    position:absolute;
    width: 300px;
    height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.model-block-layout-1-sec-noticia-palabra-clave {
    z-index: 10;
    color: var(--naranja-color);
    font-weight: bold;
    margin-left: 5px;
}

.model-block-layout-1-sec-noticia-titulo {
    margin-left: 5px;
    margin-bottom: 5px;
    color: white;
    z-index: 10;
}

.model-block-layout_1-ter-noticia {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* FIN BLOQUE 1 */

.empregos-body-todo {
	top: 200px;
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.empregos-body {
    display: grid;
    grid-template-columns: 835px 355px;
    grid-column-gap: 10px;
}

.emp-empregos-title-list h2 {
    color: var(--naranja-color);
}

.emp-empregos-list {
    display: flex;
    flex-direction: column;
	width: 640px;
	height: 546px;
	margin-right: 20px;
    padding-top: 20px;
	overflow-y: scroll;
    justify-content: flex-start;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
}

.emp-emprego-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 20px;
    cursor: pointer;
    border-radius: 5px;
}

.emp-emprego-item:hover {
    background-color: rgb(220, 220, 220, 0.5);
}

.emp-emprego-item img {
	width: 91px;
	height: 91px;
	object-fit: cover;
	overflow: hidden;
    margin-right: 20px;
    border-radius: 5px;
}

.emp-emprego-item-datos {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.emp-emprego-item-title {
    font-weight: bold;
    font-size: 18px;
}

.emp-emprego-item-sub-title{
    font-size: 15px;
    margin-bottom: 22px;
}

.emp-emprego-item-date {
    color: gray;
    font-size: 15px;
}

/* banners laterales */

.model-block-layout-2-banner {
    width: 100%;
    height: 600px;
    cursor: pointer;
}

.model-block-layout-2-banner-1 {
    width: 100%;
    height: 265px;
    margin-bottom: 20px;
}

.model-block-layout-2-banner-1 img{
    width: 100%;
    height: 265px;
    object-fit: cover;
	overflow: hidden;
}

.model-block-layout-2-banner-2 {
    width: 100%;
    height: 265px;
}

.model-block-layout-2-banner-2 img{
    width: 100%;
    height: 265px;
    object-fit: cover;
	overflow: hidden;
}

/* MODEL BANNER 2 */

.model-banner-3 {
    cursor: pointer;
    position: relative;
    width: 100%;
    margin-bottom: 5px;
    margin-top: 150px;
}

.img-banner-3 {
	width: 950px;
    height: 100%;
	object-fit: cover;
	overflow: hidden;
}


@media only screen and (max-width: 590px) {  

    .model-block-layout-container_1 {
        height: auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .model-block-layout_1-title-social-midia {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width: 100%;
        height: auto;
    }

    .model-black-layout_1-social-midia {
        display: none;
    }

    .model-black-layout_1-title {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width: 100%;
        margin-right: 0px;
        border-bottom: 0px;
    }

    .model-block-layout_1-images-second-medias {
        flex-direction: column;
        height: auto;
    }

    .emp-empregos-list {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
        margin-right: 20px;
        overflow-y: scroll;
        justify-content: flex-start;
    }
    
    .emp-emprego-item {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        margin-bottom: 20px;
        cursor: pointer;
        border-radius: 5px;
    }
    
    .emp-emprego-item:hover {
        background-color: rgb(220, 220, 220, 0.5);
    }
    
    .emp-emprego-item img {
        object-fit: cover;
        overflow: hidden;
        margin-right: 20px;
        border-radius: 5px;
    }
    
    .emp-emprego-item-datos {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .emp-emprego-item-title {
        font-weight: bold;
        font-size: 18px;
    }
    
    .emp-emprego-item-sub-title{
        font-size: 15px;
        margin-bottom: 22px;
    }
    
    .emp-emprego-item-date {
        color: gray;
        font-size: 12px;
    }

    .model-block-layout_1-seconds-medias {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width: 100%;
        height: auto;
    }

    /* banners laterales */

    .model-block-layout-2-banner {
        width: 100%;
        height: auto;
    }

    .model-block-layout-2-banner-1{
        height: auto;
    }

    .model-block-layout-2-banner-1 img{
        width: 100%;
        height: auto;
        object-fit: cover;
        overflow: hidden;
    }

    .model-block-layout-2-banner-2 {
        width: 100%;
        height: auto;
    }

    .model-block-layout-2-banner-2 img{
        width: 100%;
        height: auto;
        object-fit: cover;
        overflow: hidden;
    }

    .model-banner-3 {
        position: relative;
        width: 100%;
        margin-bottom: 5px;
        margin-top: 0px;
    }
    
    .img-banner-3 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        overflow: hidden;
    }

}