/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .navbar .navbar-brand {
        margin-left: 0px;
        height: auto;
        line-height: 0;
    }

    #menu_1 {
        display: none;
    }

    #menu_2 {
        display: block;
    }

    #pos_top {
        display: block;
    }

    #pos_bot {
        display: none;
    }

    #menu_2 .btn2 {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 2px;
    }

    .hero .hero-cotainer {
        margin-bottom: 0px;
    }

    .hero {
        padding-top: 220px;
    }

    .combo_selct {
        width: 100%;
    }

    .cont_num {
        width: 100%;
    }

    .mopb_btn {
        width: 100%;
        line-height: normal;
        padding: 12px 12px 11px 12px;
        margin-bottom: 20px;
    }

    .pdf_mc {
        width: 15%;
        position: relative;
        margin-left: 45%;
    }

    .btn_MB {
        line-height: 51px;
        padding: 0 0 0 0;
        width: 100%;
    }

    .txt_MB {
        text-transform: lowercase;
        font-size: 16px;
    }

    .mt-prop {
        margin-top: 0px !important;
    }

    .imgFLSC {
        width: 50%;
    }

    .imgFLSC2 {
        width: 30%;
    }

    .marg_mi {
        margin-top: 10px;
    }

    .cta {
        background-attachment: none;
        -webkit-background-size: cover;
    }

    .img_ch {
        background-image: url('assets/images/fondo_barr.svg') !important;
        background-position-y: -62px;
        background-color: #d7eabf;
    }

    .img_p1 {
        width: 100% !important;
    }

    .flag {
        left: 0%;
    }

    .icoHelp {
        width: 60%;
        margin: 0px 0 0 20%;
    }

    .cont_parallax {
        width: 100%;
        height: 170px;
        left: 7%;
    }

    .extpad {
        padding: 0px;
    }

    .bg_ps {
        background-position-y: -60px;
        background-color: #d7eabf;
    }
    #idioma_bt {
        display: block;
      }
      .post_bg{
          background-image: url(../images/fondo_barr.svg) !important;
        background-position-y: -120px;
        background-color: #d7eabf;
      }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    /* #menu_2 .btn2 {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 2px;
    }
    #menu_1 {
        display: none;
    }

    #menu_2 {
        display: block;
    } */
    .img_p1 {
        width: 100% !important;
    }

    .flag {
        left: 16%;
    }
    #idioma_bt {
        display: block;
      }
      .post_bg{
        background-image: url(../images/fondo_barr.svg) !important;
      background-position-y: -120px;
      background-color: #d7eabf;
    }
    #pos_top {
        display: block;
    }

    #pos_bot {
        display: none;
    }
    .sh_bottom::before {
        left: 28%;
    }
    .sh_bottom::after  {
        right: 26%;
    }
    


}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .img_p1 {
        width: 100% !important;
    }
    #idioma_bt {
        display: block;
      }
      .sh_bottom::before {
        left: 20%;
    }
    .sh_bottom::after  {
        right: 14%;
    }
    .post_bg{
        background-image: url(../images/base_2.svg) !important;
      background-position-y: -10px;
      background-color: #d7eabf;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .img_p1 {
        width: 100% !important;
    }
    #idioma_bt {
        display: none;
      }
      .post_bg{
        background-image: url(../images/base_2.svg) !important;
      background-position-y: -30px;
      background-color: #d7eabf;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}

@media only screen and (orientation: landscape) {
    /* body {
      background-color: lightblue;
    } */
}