* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
:before {
    box-sizing: inherit
}

body {
    font-family: BentonSansBBVA-Book;
    padding: 0;
    margin: 0
}
.main_section_ {
    margin-top: 0px;
    display: block;
}
.text_section{
        max-width: 768px;
        margin: auto;
        padding: 60px 0 30px 0;
        z-index: 2;
        -webkit-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
}
.text_down_content_{
    margin: 30px 0 0 0;
    width: 100%;
    color: #666;
    display: flex;
    font-size: 14px;
}
.text_context_area_ {
    margin: 0;
    padding: 0;
    font-family: BentonSansBBVA-Bold;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.1em;
}
.text_down_content_>span {
    margin: 0 30px 0 0;
    display: flex;
    align-items: center;
}
.text_down_content_>div {
    text-transform: uppercase;
}
.blues {
    color: #1973b8;
}
.text_down_content_>span:before {
    content: "";
    top: -2px;
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 7.5px 0 0;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("https://www.bbva.ch/wp-content/themes/bbva-suiza-2021/assets/dist/img/bbva-ico-reloj.svg");
}

/*image css*/
.color_navy_blue_ {
    color: #072146;
}
.single_img_section_ {
    background-color: #e9e9e9;
    height: 400px;
    width: 100%;
    max-width: 1300px;
    overflow: hidden;
    margin: 30px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.single_img_section_ img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

/*new css for submission*/
.img-container {
    /* Specify the background image URL */
    background-image: url('./images/potriaya.jpg');
    
    /* Set background size to cover the entire container */
    background-size: cover;
    
    /* Center the background image */
    background-position: center;
    
    /* Set height of the container */
    height: 100vh; /* Adjust as needed */
    
    opacity: 0.3;
}
.msg-text{
    text-align: center;
    /* margin-block: 500px; */
    font-size: 36px;
    line-height: 44px;
    color: white;
    padding: 100px;
    font-weight: 700;
}



/*single jurnalist css*/
.single_jurnalist_section_{
    margin: 0 auto;
    width: 100%;
    max-width: 768px;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #e9e9e9;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.single_autor_section{
    display: flex;
    align-items: center;
}
.single_autor_section>div:nth-of-type(1) {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 10px 0 0;
}
a {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
.single_autor_section>div:nth-of-type(1) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.single_autor_section>div:nth-of-type(2) {
    font-size: 16px;
    color: #666;
}
.single_autor_section>div:nth-of-type(2) p {
    margin: 7.5px 0;
}
.single_autor_section>div:nth-of-type(2) strong {
    color: #121212;
}
.single_jurnalist_section_>div:last-of-type {
    display: flex;
    align-items: center;
}
.notice_single_redes_section {
    margin: 0 0 0 15px;
}
.notice_single_redes_section>span {
    background-image: url("https://www.bbva.ch/wp-content/themes/bbva-suiza-2021/assets/dist/img/bbva-ico-share.svg");
}
.notice_single_redes_section>span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    border: 0;
    cursor: pointer;
}
/* .notice_single_redes_section>input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin: 0;
} */

/* notice text css*/
.block_notice_single_cont {
    max-width: 768px !important;
    position: relative;
    padding: 30px 0;
    width: 100%;
    margin: auto;
    max-width: 1300px;
    font-size: 17px;
    line-height: 28px;
}
.block_notice_single_cont p, .block_notice_single_cont ul {
    color: #666;
    font-size: 17px;
    line-height: 28px;
}
.block_notice_single_cont p, .block_notice_single_cont h2, .block_notice_single_cont h3, .block_notice_single_cont h4 {
    margin: 20px 0;
}
.block_notice_single_cont p, .block_notice_single_cont ul {
    color: #666;
    font-size: 17px;
    line-height: 28px;
}
.block_notice_single_cont a {
    text-decoration: none;
    color: #1973b8;
}
.block_notice_single_cont p, .block_notice_single_cont h2, .block_notice_single_cont h3, .block_notice_single_cont h4 {
    margin: 20px 0;
}
.block_notice_single_cont .notice-rel-interior{
    border: 1px solid #e9e9e9;
    float: left;
    width: 300px;
    height: 275px;
    overflow: hidden;
    margin: 0 30px 20px 0;
    padding: 20px;
}
.block_notice_single_cont .notice-rel-interior a {
    width: 100%;
}
.block_notice_single_cont .notice-rel-interior div {
    overflow: hidden;
    height: 99%;
}
.block_notice_single_cont .notice-rel-interior .title_section {
    margin: 0 0 10px 0;
    font-size: 16px;
    text-align: left;
    color: #121212;
}
.block_notice_single_cont .notice-rel-interior .title_section a {
    font-family: BentonSansBBVA-Bold;
    text-decoration: none;
    color: #121212;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.block_notice_single_cont .notice-rel-interior p {
    margin: 0 0 10px 0;
}
.fond_in_globales {
    background-color: #f4f4f4;
}
.block_notice_single_banner {
    display: flex;
    align-items: flex-start;
    padding: 20px;
}
.block_notice_single_banner img {
    display: block;
    max-width: 130px;
    margin: 0 30px 30px 0;
}
.block_notice_single_cont img, .block_notice_single_cont video {
    /* max-width: 100%; */
    width: 100%;
    height: auto;
    margin: 30px 0;
}
.block_notice_single_banner>div {
    width: calc(100% - 160px);
}
.bloque__noticia-single--banner>div a {
    color: #fff;
    margin: 15px 0 0 0;
}
.block_notice_single_cont .notice-text {
    color: #666;
    font-size: 17px;
    line-height: 28px;
}
.block-single-rel {
    background-color: #f4f4f4;
    padding: 30px 0;
}
.container-single-rel {
    max-width: 768px;
    margin: auto;
}
.element_sutitle {
    margin: 0;
    padding: 0;
    font-weight: 300;
    font-size: 32px;
}
.notice_list{
    padding: 0;
    margin: 30px 0 0 0;
    /* margin: auto; */
}
.notice_list li{
        display: flex;
        align-items: flex-start;
        border-bottom: 1px solid #ececec;
        padding: 0 0 30px 0;
        margin: 0 0 30px 0;
    
}
.notice_list li figure {
    width: 100%;
    max-width: 300px;
    height: 200px;
    overflow: hidden;
    margin: 0 20px 0 0;
}
.notice_list li figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.popular_comodities{
    width: calc(100% - 100px);
    color: #9a9a9a;
}
.text_des{
    font-size: 24px;
    max-width: 100%;
    margin: 0 0 15px 0;
    color: #121212;
}
.decoration{
    color: #121212;
    text-decoration: none;
}

/*footer css*/
.footer_color_ {
    background-color: #072146;
}
footer .footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: calc(100% - 2rem);
    font-size: 1rem;
    margin-left: 1rem; /* Margin on the left side */
    margin-right: 1rem; /* Margin on the right side */
}
footer .footer_image_sec {
    width: 35%;
    padding: 0 0 0 40px;
    margin-top: 40px;
}
.google-play img{
    margin-right: 125px;
}
.footer_image {
    width: 100%;
    max-width: 150px;
}
.footer_image_sec_lang {
    margin: 40px 0 7.5px 0;
}
footer .footer_image_sec_logos a img {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background: #8f7ae5;
}
.footer_image_sec_lang a.active {
    opacity: 1;
    font-family: "BentonSansBBVA-Medium";
}
.footer_image_sec_lang a {
    text-decoration: none;
    margin: 0 10px 0 0;
    color: #fff;
    opacity: .5;
    font-family: "BentonSansBBVA-Bold";
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.optunnity {
    color: #fff;
}
.footer_image_sec_logos{
    margin: 15px 0 0 0;
}

.footer_image_sec_logos a {
    cursor: pointer;
    color: #fff !important;
    font-family: "BentonSansBBVA-Medium";
    text-decoration: none;
    margin: 0 10px 0 0;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
footer .footer_right {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 40px;
    padding: 0 40px 0 40px;
}
footer .footer_right_item {
    width: 100%;
}
.app-store img{
    height: 42px;
}
.right_nav{
    width: 100%;
    column-count: 2;
}
.right_nav a{
    display: block;
    margin: 0 0 15px 0;
    text-decoration: none;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    color: #fff;
}
.app_store_icons {
    margin-top: 21%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
}
.google-play {
    margin-left: 4%;
}
footer .footer_bottom_sec_ {
    width: calc(100% - 2rem);
    padding: 0px 0 70px 0px;
    display: flex;
    margin-left: 1rem; /* Margin on the left side */
    margin-right: 1rem; /* Margin on the right side */
}
footer .footer_image_sec {
    width: 35%;
    padding: 0 0 0 40px;
    margin-top: 40px;
    color: #fff;
}
footer .footer_bottom_sec_ nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
footer .footer_bottom_sec_ nav a {
    text-decoration: none;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    color: #fff;
}
/* media query here*/
@media only screen and (max-width: 1200px){
.main_section_  {
    margin-top: 99px;
}
footer .footer {
    flex-wrap: wrap;
}
.footer_image_sec, footer .footer_right {
    /* padding: 0; */
}
.container-single-rel {
    max-width: 992px;
}
}
@media only screen and (max-width: 576px){
.container_sec {
    padding: 0 30px;
}
}
@media only screen and (max-width: 768px) and (max-width: 576px){
footer .footer {
    flex-wrap: wrap;
}

.app_store_icons {
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.main_div_text_section_ h1 {
    font-size: 24px;
}
.element_sutitle {
    font-size: 32px;
}
.block_notice_single_banner>div {
    text-align: center;
    width: 100%;
}
.block_notice_single_banner>div a {
    margin: 7.5px 0;
}
.container-single-rel {
    max-width: 576px;
}
.container-single-rel .container-single-rel ul li figure{
        height: 200px;
}
.footer_right_item_newsletter {
    display: none;
}

/* .footer_image_sec nav {
    flex-direction: column;
    justify-content: center;
    line-height: 150%;
} */
}

@media only screen and (max-width: 768px){
    .element_sutitle {
        font-size: 42px;
    }
.text_down_content_{
        flex-wrap: wrap;
        -webkit-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
}
.text_down_content_>span {
    width: 100%;
    margin: 0 0 20px 0;
}
.notice-rel-interior {
    width: 100% !important;
    margin: 20px 0 !important;
}
.block_notice_single_banner {
    flex-wrap: wrap;
}
.block_notice_single_banner img {
    max-width: 90px;
    margin: 0 auto 15px auto;
}
.block_notice_single_banner>div p {
    text-align: left;
}
.block_notice_single_banner>div {
    font-size: 16px;
    line-height: 1.1em;
    margin: 15px 0;
}
.block_notice_single_banner>div h2 {
    font-size: 18px;
    margin: 0;
}
.block_notice_single_banner>div a {
        margin: 0 auto;
        font-size: 16px;
        padding: 10px;
        text-align: center;
    
}
.container-single-rel {
    max-width: 768px;
    padding: 0 12px;
}
.container-single-rel .container-single-rel ul li {
    flex-wrap: wrap;
    max-width: 350px;
    width: 100%;
    margin: auto;
}
.container-single-rel .container-single-rel ul li figure{
    flex-wrap: wrap;
    max-width: 350px;
    width: 100%;
    margin: auto;
}
.notice_list li {
    display: flex;
    flex-direction: column;
}
.popular_comodities{
    width: 100%;
}
.element_sutitle{
    font-size: 18px !important;
    text-align: center;
}
.notice_list li figure {
    width: 100% !important;
     max-width: 100%;
    overflow: hidden;
    /* margin: 0 20px 0 0; */
}
footer .footer_image_sec, footer .footer_right {
    width: 100%;
    /* margin: 7.5px 0; */
}
footer .footer_image_sec_lang {
   text-align: center;
}
footer .footer_image_sec p {
    text-align: center;
}
.footer_image_sec_logos {
    justify-content: center;
    display: flex;
}
footer .footer_image_sec {
    padding: 0 !important;
   
}
footer .footer_right {
    flex-wrap: wrap;
}
 .footer_right_item {
    width: 100%;
    margin: 0;
    text-align: center;
}
 .right_nav {
    margin: 0 auto 30px auto;
    display: flex;
    /* text-align: left; */
    flex-direction: column;
}

.footer_image_sec {
    width: 100%;
    margin: 7.5px 0;
}
footer .footer_image {
    display: block;
    margin: auto;
}
footer .footer_bottom_sec_ {
    /* display: flex; */
    flex-direction: column;
    /* justify-content: center; */
    text-align: center;
    /* align-items: center;*/
}
footer .footer_bottom_sec_ nav {
 width: 100%;
 display: flex;
 flex-direction: column;
 /* justify-content: space-between; */
}
.msg-text{
    text-align: center;
    /* margin-block: 500px; */
    font-size: 1rem;
    color: white;
    padding: 3rem;
    font-weight: 700;
}

}

@media only screen and (max-width: 992px){
.main_div_text_section_ {
    padding: 0 20px;
}
.element_sutitle {
    font-size: 52px;
}
.social_images{
        top: 25px;
        right: 0;
}
.block_notice_single_cont {
    margin-bottom: 120px;
}
.block_notice_single_banner {
    display: none;
}
.container-single-rel {
    max-width: 992px;
}
}

