.destacado_principal{
    width: 100%;
    height: 360px;
    display: block;
    position: relative;
    background-color: azure;
    overflow: hidden;
    background: url('../imagenes/fondo_embarcacion.jpg');
    background-position: top center;
    background-size:cover;
    background-repeat: no-repeat;
}
.info_destacado{
    position: absolute;
    min-width: 220px;
    width: 100%;
    margin: 0 auto;
    right: 0;
    left: 0;
    text-align: center;
    top: 170px;
    height: 60vh;
    display: block;
}
.titulo_destacado{
    font-family: 'osw_b', sans-serif;
    font-size: 30px;
    line-height: 38px;
    text-transform: uppercase;
    color:#fff;
    padding: 0 20px;
    margin-bottom: 10px;
}

#slide1{
    background: url('../imagenes/trabajo-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}


.actividades{
    width: 100%;
    height: 950px;
    display: block;
    position: relative;
}


.img_empresa{
    background: 
    background-position: center;
    background-size: 100%;
    bakground_repeat:no-repeat;
    float: left;
}
.img_empresa{
    width: calc(100% - 10%);
    height: auto;
    min-height: 150px;
    display: block;
    position: absolute;
    top: 110px;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
    background: url('../imagenes/trabajo-01.jpg');
    background-position: center;
    background-size: 100%;
    background-repeat:no-repeat;
}
.img_empresa figcaption{
    display: block;
    position: absolute;
    width: 100%;
    height: 32px;
    bottom: 0;
    background-color: rgba(23,166,76,0.7);
    font-family: 'osw_r', sans-serif;
    font-size: 12px;
    line-height: 22px;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    padding: 5px 10px;
    text-decoration: none;
    overflow: hidden;
    
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
}
.img_empresa figcaption .titulo_fig{
    display: block;
}
.img_empresa figcaption .titulo_fig span{
    font-size: 18px;
    line-height: 14px;
}
.img_empresa figcaption p{
    text-transform: none;
    margin: 10px 0 10px;
    display: block;
    font-size: 11px;
    line-height: 12px;
}
.img_empresa figcaption a{
    font-family: 'osw_b', sans-serif;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color:#17a64c;
    background-color:#fff;
    width: 130px;
    height: 20px;
    font-size: 11px;
    line-height: 20px;
    padding: 0 10px;
    display: block;
    border-radius: 3px;
    
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
.img_empresa figcaption a:hover{
    -webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
}
.img_empresa figcaption:hover {
    height: 135px;
}

.img_empresa2{
    width: calc(100% - 10%);
    height: auto;
    min-height: 150px;
    display: block;
    position: absolute;
    top: 110px;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
    background: url('../imagenes/trabajo-02.jpg');
    background-position: center;
    background-size: 100%;
    background-repeat:no-repeat;
}
.img_empresa2 figcaption{
    display: block;
    position: absolute;
    width: 100%;
    height: 32px;
    bottom: 0;
    background-color: rgba(23,166,76,0.7);
    font-family: 'osw_r', sans-serif;
    font-size: 12px;
    line-height: 22px;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    padding: 5px 10px;
    text-decoration: none;
    overflow: hidden;
    
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
}
.img_empresa2 figcaption .titulo_fig{
    display: block;
}
.img_empresa2 figcaption .titulo_fig span{
    font-size: 18px;
    line-height: 14px;
}
.img_empresa2 figcaption p{
    text-transform: none;
    margin: 10px 0 10px;
    display: block;
    font-size: 11px;
    line-height: 12px;
}
.img_empresa2 figcaption a{
    font-family: 'osw_b', sans-serif;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color:#17a64c;
    background-color:#fff;
    width: 130px;
    height: 20px;
    font-size: 11px;
    line-height: 20px;
    padding: 0 10px;
    display: block;
    border-radius: 3px;
    
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
.img_empresa2 figcaption a:hover{
    -webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
}
.img_empresa2 figcaption:hover {
    height: 135px;
}


.img_empresa3{
    width: calc(100% - 10%);
    height: auto;
    min-height: 150px;
    display: block;
    position: absolute;
    top: 110px;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
    background: url('../imagenes/trabajo-03.jpg');
    background-position: center;
    background-size: 100%;
    background-repeat:no-repeat;
}
.img_empresa3 figcaption{
    display: block;
    position: absolute;
    width: 100%;
    height: 32px;
    bottom: 0;
    background-color: rgba(23,166,76,0.7);
    font-family: 'osw_r', sans-serif;
    font-size: 12px;
    line-height: 22px;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    padding: 5px 10px;
    text-decoration: none;
    overflow: hidden;
    
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
}
.img_empresa3 figcaption .titulo_fig{
    display: block;
}
.img_empresa3 figcaption .titulo_fig span{
    font-size: 18px;
    line-height: 14px;
}
.img_empresa3 figcaption p{
    text-transform: none;
    margin: 10px 0 10px;
    display: block;
    font-size: 11px;
    line-height: 12px;
}
.img_empresa3 figcaption a{
    font-family: 'osw_b', sans-serif;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color:#17a64c;
    background-color:#fff;
    width: 130px;
    height: 20px;
    font-size: 11px;
    line-height: 20px;
    padding: 0 10px;
    display: block;
    border-radius: 3px;
    
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
.img_empresa3 figcaption a:hover{
    -webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
}
.img_empresa3 figcaption:hover {
    height: 135px;
}

.img_empresa4{
    width: calc(100% - 10%);
    height: auto;
    min-height: 150px;
    display: block;
    position: absolute;
    top: 110px;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
    background: url('../imagenes/trabajo-04.jpg');
    background-position: center;
    background-size: 100%;
    background-repeat:no-repeat;
}
.img_empresa4 figcaption{
    display: block;
    position: absolute;
    width: 100%;
    height: 32px;
    bottom: 0;
    background-color: rgba(23,166,76,0.7);
    font-family: 'osw_r', sans-serif;
    font-size: 12px;
    line-height: 22px;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    padding: 5px 10px;
    text-decoration: none;
    overflow: hidden;
    
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
}
.img_empresa4 figcaption .titulo_fig{
    display: block;
}
.img_empresa4 figcaption .titulo_fig span{
    font-size: 18px;
    line-height: 14px;
}
.img_empresa4 figcaption p{
    text-transform: none;
    margin: 10px 0 10px;
    display: block;
    font-size: 11px;
    line-height: 12px;
}
.img_empresa4 figcaption a{
    font-family: 'osw_b', sans-serif;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color:#17a64c;
    background-color:#fff;
    width: 130px;
    height: 20px;
    font-size: 11px;
    line-height: 20px;
    padding: 0 10px;
    display: block;
    border-radius: 3px;
    
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
.img_empresa4 figcaption a:hover{
    -webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
}
.img_empresa4 figcaption:hover {
    height: 135px;
}


.clasificados{
    background-color: #fff;
    min-width: 220px;
    width: 100%;
    min-height: 290px;
    height: auto;
    margin: 0 auto;
    display: block;
    overflow: auto;
    text-align: left;
    padding: 15px;
}
.clasificados h2{
    text-align: center;
    margin: 10px auto 10px 0;
    font-size: 24px;
    line-height: 26px;
}

.oferta-trabajos{
    mim-width: 220px;
    margin: 0 auto;
    display: block;
    overflow: auto;
    text-align: center;
}
.oferta-trabajos ul li{
    text-align: center;
    width: calc(90% - 20%);
    width: 100%;
    display: inline-block;
    margin: 0;
    float: left;
}
.oferta-trabajos ul li a{
    text-decoration: none;
}
.oferta-trabajos ul li figure img{
    width: 100%;
    max-width: 189px;
    height: auto;
    margin: 10px auto;
}
.oferta-trabajos ul li figure figcaption{
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color:#818182;
    font-family: 'osw_l', sans-serif;
    display: block;
}


@media screen and (min-width: 500px) {
    .destacado_principal{
        height: 400px;
    }

    .actividades{
        height: 800px;
    }
    
    .clasificados{
        min-height: 200px;
        text-align: center;
        padding: 30px 15px 20px;
    }
    .clasificados h2{
        text-align: center;
        margin: 10px auto 10px 0;
    }
    
    .oferta-trabajos ul li{
        text-align: center;
        width: calc((90% - 20%)/2);
        display: inline-block;
        float: none;
        margin:20px;
    }      

    .img_empresa{
        width: calc(100% / 2);
        height: auto;
        min-height: 200px;
        display: inline-block;
        position: relative;
        top: 20px;
        left: 0;
        right: 0;
        margin: auto;
        vertical-align: top;
        float:none;
    }
    .img_empresa2{
        width: calc(100% / 2);
        height: auto;
        min-height: 200px;
        display: inline-block;
        position: relative;
        top: 20px;
        left: 0;
        right: 0;
        margin: auto;
        vertical-align: top;
        float:none;
    }
    .img_empresa3{
        width: calc(100% / 2);
        height: auto;
        min-height: 200px;
        display: inline-block;
        position: relative;
        top: 20px;
        left: 0;
        right: 0;
        margin: auto;
        vertical-align: top;
        float:none;
    }
    .img_empresa4{
        width: calc(100% / 2);
        height: auto;
        min-height: 200px;
        display: inline-block;
        position: relative;
        top: 20px;
        left: 0;
        right: 0;
        margin: auto;
        vertical-align: top;
        float:none;
    }
}

@media screen and (min-width: 650px) {
    .info_destacado{
        position: absolute;
        max-width: 940px;
        width: 100%;
        margin: 0 auto;
        right: 0;
        left: 0;
        text-align: center;
        top: 185px;
        height: auto;
        display: block;
    }
    .titulo_destacado{
        font-family: 'osw_b', sans-serif;
        font-size: 58px;
        line-height: 56px;
        text-transform: uppercase;
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 790px) {
    .destacado_principal{
        height: 460px;
    }

    .actividades{
        height: 650px;
    }
    
    .clasificados{
        padding: 30px 15px 40px;
    }

    .clasificados h2{
        font-size: 32px;
        line-height: 34px; 
    }

    .Oferta-trabajos{
        width: 750px;
        min-width: auto;
        margin: 0 auto;
    }

    .oferta-trabajos ul li figure figcaption{
        font-size: 14px;
        line-height: 18px;
        color:#818182;
        font-family: 'osw_l', sans-serif;
        display: block;
    }


    .oferta-trabajos ul li{
        width: 100%;
        width: calc((90% - 15%)/4);
        padding: 10px;
    }    

    .oferta-trabajos ul li figure img{
        margin: 25px auto;
    }    
   
   .img_empresa{
        height: auto;
        min-height: 200px;
        display: inline-block;
        position: relative;
        top: 20px;
        overflow: hidden;
        vertical-align: top;
    }
    
   .img_empresa2{
        height: auto;
        min-height: 200px;
        display: inline-block;
        position: relative;
        top: 20px;
        overflow: hidden;
        vertical-align: top;
    }

    .img_empresa3{
        height: auto;
        min-height: 200px;
        display: inline-block;
        position: relative;
        top: 20px;
        overflow: hidden;
        vertical-align: top;
    }

    .img_empresa4{
        height: auto;
        min-height: 200px;
        display: inline-block;
        position: relative;
        top: 20px;
        overflow: hidden;
        vertical-align: top;
    }
    
    
    
    
}

@media screen and (min-width: 1040px) {

    .actividades{
        height: 900px;
    }

    .destacado_principal{
        height: 460px;
    }
    .titulo_destacado{
        font-size: 76px;
        line-height: 74px;
    }
	
	.info_destacado{
        top: 280px;
    }
    .clasificados{
        width: 100%;
        height: auto;
        padding: 80px 15px 90px;
    }

    .clasificados h2{
        font-size: 45px;
        line-height: 48px;
        ma rgin-bottom: 30px;
    }

    .oferta-trabajos {
        width: 900px;
        min-width: auto;
        margin: 0 auto;
    }

    .oferta-trabajos ul li{
        width: 100%;
        width: calc((90% - 10%)/4);
        padding: 10px;
    }    




}