﻿body {
}
/********************************************** Banner *******************************************/
.stl_Div_banner_link {
    position: relative;
    grid-column: span 2;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 120px;
    margin-top: -60px;
    overflow: hidden;
    -webkit-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.75);
    border: 1px solid #ffffff;
    color: rgba(255,255,255,1.0);
    background-color: #000000;
}
    .stl_Div_banner_link > img {
        z-index: 2;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0.4;
        -webkit-transition: all 0.5s 0s ease;
        -moz-transition: all 0.5s 0s ease;
        -o-transition: all 0.5s 0s ease;
        transition: all 0.5s 0s ease;
    }
    .stl_Div_banner_link:hover > img {
        opacity: 0;
    }
    .stl_Div_banner_link > a {
        z-index: 4;
        display: block;
        width: 100%;
        height: 120px;
        line-height:120px;
        position: absolute;
        font-size: 30px;
        font-weight: 800;
        text-transform: uppercase;
        color: rgba(255,255,255,1.0);
        text-shadow: 0.1em 0.1em 0.05em #333;
        text-shadow: 0.1em 0.1em 0.2em black;
        text-align: center;
    }

.stl_Div_Nosotros {
    grid-column-start: 1;
    grid-column-end: -1;
    padding: 20px;
    text-align: center;
    font-family: Arial;
    color: #000000;
    border-bottom: 1px dashed rgba(0,0,0,.3);
    margin-bottom:40px;
}
    .stl_Div_Nosotros > h1 {
        text-transform: uppercase;
        text-align: center;
        display: block;
        font-size: 28px;
        font-weight: 600;
        padding-bottom: 10px;
    }
    /***********************************************************************************************************/

    /***************************************** Noticia Principal ***********************************************/
.stl_Div_Not_Princ {
    position: relative;
    grid-column-start: 1;
    grid-column-end: -1;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap:20px;
    width: 100%;
    height:auto;
}
.stl_Div_Not_Princ_img {    /*div asociado con divJS Jquery*/
    overflow: hidden;
    z-index: 1;
    width: 32%;
    height: 300px;
    position: relative;
    border-radius: 68px 0px 68px 0px;
    -moz-border-radius: 68px 0px 68px 0px;
    -webkit-border-radius: 68px 0px 68px 0px;
}
    .stl_Div_Not_Princ_img > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -webkit-transition: all 0.5s 0s ease;
        -moz-transition: all 0.5s 0s ease;
        -o-transition: all 0.5s 0s ease;
        transition: all 0.5s 0s ease;
    }
    .stl_Div_Not_Princ_img:hover > img {
        width: 104%;
        height: 104%;
        margin: -2% 0 0 -2%;
        object-fit: cover;
    }
.stl_Div_Not_Princ_img-mascara  {
    width: 90%;
    height: 90%;
    margin: 4.9%;
    padding: 0px;
    position: absolute;
    float: left;
    z-index: 2;
    border: 2px solid rgba(255,255,255,0.8);
    border-radius: 66px 0px 66px 0px;
    -moz-border-radius: 66px 0px 66px 0px;
    -webkit-border-radius: 66px 0px 66px 0px;
}
.stl_Div_Not_Princ_txt {
    width: 68%;
    height: auto;
    margin: 0px;
    padding: 0px 0px 0px 2%;
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    /*align-items:center;*/
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.stl_Div_Not_Princ_txt h2 {
    text-transform: uppercase;
    font-weight: 600;
    margin: 1% 0px;
    padding: 10px 0px;
    width: 100%;
    text-align: left;
}
    .stl_Div_Not_Princ_txt p {
        display: block;
        width: 100%;
        position: relative;
        font-size: 16px;
        font-weight: 400;
        color: #000000;
        margin: 0px;
        padding: 0px;
        text-align: left;
    }
    .stl_Div_Not_Princ_txt a {
        width:260px;
        height: auto;
        margin: 2% 0px 0px 0px;
        padding: 16px;
        display:block;
        background-color: #17a086;
        border: 0px;
        color: #ffffff;
        text-decoration:none;
        text-align:center;
        text-transform:uppercase;
        font-weight:500;
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -ms-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease;
        cursor: pointer;
        font-size: 14px;
        border-radius: 12px 12px 12px 12px;
        -moz-border-radius: 12px 12px 12px 12px;
        -webkit-border-radius: 12px 12px 12px 12px;
    }

        .stl_Div_Not_Princ_txt a:hover {
            background-color: #e1aa12;
        }

/***************************************** Fin Noticia Principal ***********************************************/

/***************************************** Titulo Default ***************************************/
.stl_Div_Tit {
    grid-column-start: 1;
    grid-column-end: -1;
    text-align: start;
    background-color: #ffffff;
    margin-top: 20px;
}

    .stl_Div_Tit > h2 {
        text-transform:uppercase;
        font-weight:700;
        border-bottom:1px solid rgba(0,0,0,.3);
        padding:10px 0;
    }
/*********************************************************************************************/

/****************************************** Noticia Secundaria *******************************/

.stl_Div_cont_Not_Sec {
    grid-column-start: 1;
    grid-column-end: -1;
    display: flex;
    flex-flow: row wrap;
    gap:0;
}
.stl_Div_Not_Sec {
    display: flex;
    flex-direction: row;
    /*flex-wrap: wrap-reverse;*/
    gap: 0px;
    width: 50%;
    height: auto;
}
.reverse {
    flex-direction: row-reverse !important;
}
/*    .reverse .stl_Div_Not_Sec_txt {
        text-align:end;
    }*/
.stl_Div_Not_Sec_img-mascara {
    width: 90%;
    height: 90%;
    margin: 4.9%;
    padding: 0px;
    position: absolute;
    z-index: 2;
    border: 2px solid rgba(255,255,255,0.8);
}
.stl_Div_Not_Sec_img {
    position:relative;
    width: 50%;
    height: auto;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
    .stl_Div_Not_Sec_img > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
.stl_Div_Not_Sec_txt {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    text-align: start;
    /*text-align:end;*/
    gap: 10px;
    padding: 0 4%;
    width: 50%;
}
    .stl_Div_Not_Sec_txt h4 span {
        text-transform: uppercase;
        font-weight: 600;
    }

/*********************************************************************************************************/

.stl_Div_MetodoTrabj {
    position: relative;
    grid-column: span 2;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
}
.stl_Div_MetodoTrabj img{
    width:44px;
    height:44px;
    margin-right:20px;
}
.stl_Div_MetodoTrabj_txt {
    display: flex;
    flex-flow: column wrap;
}
/*********************************************** Descripcion ************************************************/
.stl_Div_txt_h {
    grid-column: span 6;
    padding: 0;
}

    .stl_Div_txt_h > h3 {
        color: #282828;
        font-weight: 500;
        padding:0;
    }
    .stl_Div_txt_h p {
        padding: 10px 0;
    }
    .stl_Div_txt_h img {
        width: 100%;
        height: auto;
        padding:20px 0;
    }
    /*********************************************** Descripcion ************************************************/
    .stl_Div_ul {
        grid-column: span 6;
        padding: 0;
    }
        .stl_Div_ul ul li {
            list-style: none;
        }
    /*********************************************** Descripcion ************************************************/
    .stl_Div_txt_p {
        grid-column: span 4;
        padding: 0;
    }
        .stl_Div_txt_p img {
            width: 100%;
            height: auto;
        }

@media ( max-width:1024px) {
    .stl_Div_txt_p {
        grid-column: span 6;
    }
    .stl_Div_banner_link {
        height: 100px;
        margin-top: -50px;
    }

        .stl_Div_banner_link > a {
            font-size: 24px;
            font-weight: 800;
            line-height: 100px;
        }

    .stl_Div_Nosotros > h1 {
        font-size: 26px;
    }

    .stl_Div_Not_Princ_txt a {
        width: 200px;
        padding: 12px;
    }

    /***************** NOTICIA SECUNDARIA ********************/
    .reverse {
        flex-direction: column !important;
    }

    .stl_Div_Not_Sec {
        flex-direction: column;
        padding: 1%;
    }

    .stl_Div_Not_Sec_img-mascara {
        width: 96%;
        height: 86%;
        margin: 1.9%;
    }

    .stl_Div_Not_Sec_img {
        width: 100%;
        height: 120px;
    }

    .stl_Div_Not_Sec_txt {
        display: flex;
        flex-flow: column wrap;
        justify-content: center;
        text-align: start;
        /*text-align:end;*/
        gap: 10px;
        padding: 1% 0;
        width: 100%;
    }
}

@media ( max-width:960px) {
    .stl_Div_banner_link {
        height: 80px;
        margin-top: -40px;
    }

        .stl_Div_banner_link > a {
            font-size: 22px;
            font-weight: 700;
            line-height: 80px;
        }
}
@media ( max-width:920px){
    .stl_Div_banner_link {
        height: 60px;
        margin-top: -30px;
    }

        .stl_Div_banner_link > a {
            font-size: 18px;
            font-weight: 700;
            line-height: 60px;
        }
    .stl_Div_Not_Princ{
        flex-direction:column;
    }
    .stl_Div_Not_Princ_img { /*div asociado con divJS Jquery*/
        width: 98%;
        height: 170px;
        border-radius: 48px 0px 48px 0px;
        -moz-border-radius: 48px 0px 48px 0px;
        -webkit-border-radius: 48px 0px 48px 0px;
    }

    .stl_Div_Not_Princ_img-mascara {
        width: 96%;
        height: 82%;
        margin: 1.9%;
        border-radius: 36px 0px 36px 0px;
        -moz-border-radius: 36px 0px 36px 0px;
        -webkit-border-radius: 36px 0px 36px 0px;
    }

    .stl_Div_Not_Princ_txt {
        width: 98%;
        height: auto;
        margin: 0 1%;
        padding: 0;
    }
}
@media ( max-width:800px) {
    .stl_Div_MetodoTrabj {
        grid-column: span 6;
    }
}
@media ( max-width:680px) {
    .stl_Div_banner_link {
        height: 50px;
        margin-top: -25px;
    }

        .stl_Div_banner_link > a {
            font-size: 16px;
            font-weight: 600;
            line-height: 50px;
        }
    .stl_Div_Not_Princ_img { /*div asociado con divJS Jquery*/
        width: 98%;
        height: 160px;
        border-radius: 42px 0px 42px 0px;
        -moz-border-radius: 42px 0px 42px 0px;
        -webkit-border-radius: 42px 0px 42px 0px;
    }

    .stl_Div_Not_Princ_img-mascara {
        width: 96%;
        height: 86%;
        margin: 1.9%;
        border-radius: 32px 0px 32px 0px;
        -moz-border-radius: 32px 0px 32px 0px;
        -webkit-border-radius: 32px 0px 32px 0px;
    }

}
@media ( max-width:600px){
    .stl_Div_banner_link {
        height: 40px;
        margin-top: -20px;
    }
        .stl_Div_banner_link > a {
            font-size: 14px;
            font-weight: 500;
            line-height: 40px;
        }
    .stl_Div_Not_Sec {
        width: 100%;
    }
}
@media ( max-width:500px) {
        .stl_Div_banner_link > a {
            font-size: 12px;
        }
}