#header-section{
    width: 100%
}

#header-section2{
    display: none;
}

#logo-sv-img{
    /*content:url('../img/Logo.svg') !important;*/
}


*:focus {
    outline: none;
}

#row {
    stroke: white;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

.container2 {
  /*position: relative;*/
  text-align: center;
  color: white;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

#div-search-desktop{
    width : 15%; height: 25px;
    display : inline-flex;
    margin-right: 5px ;
    border: 1px solid white;
    border-radius: 20px;
}

#div-search-mobile{
    width : 80%; height: 35px;
    display : inline-flex;
    margin-top: 15px;
    border: 1px solid white;
    border-radius: 20px;
}

#search-input{
    color: white;
    background-color : transparent;
    border :1px solid transparent !important;
    margin-top: -7px;
}

#search-input:focus{
    outline: none;
}


#search-input-mobile{
    color: white;
    background-color : transparent;
    border :1px solid transparent !important;
    margin-top: -5px;
}

#result-search{
    background-color: white;
    width: 98%;
    max-height: 980%;
    overflow: auto;
    margin-left: 1%;
    margin-top: -1.5%;
    text-align: center;
    border-radius: 20px;
}

#result-search-mobile{
    background-color: white;
    width: 98%;
    max-height: 980%;
    overflow: auto;
    margin-left: 1%;
    margin-top: 1%;
    text-align: center;
    border-radius: 20px;
    z-index: 2000;
}

.div-img-search{
    margin-top: 10%;
    height: 60px;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    width: 90%;
    text-align: center;
    margin-left: 5%;
}

.div-img-search-mobile{
    margin-top: 10%;
    height: 90px;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    width: 90%;
    text-align: center;
    margin-left: 5%;
}

.line-separator-search{
    height: 1.2px;
    background-color: black;
    margin-bottom: 10px;
    width: 80%;
    text-align: center;
    margin-left: 10%;
}

.text-search{
    margin-left: 5%;
    margin-right: 5%;
    color: #313945;
    font-family: bemboStd;
    font-size: 90%;
}

.divitions-text{
    line-height: 16px;
}

.divitions-text:hover{
    color: white;
}

.div-item-instituciones{

}



@media(max-width: 767px) and (min-width: 1px){
    .div-item-instituciones{
        padding-left: 0px;
        padding-right: 0px;
        height: 35px;
    }

    #section-busqueda-mobile{
        margin-top: 50px !important;
    }

    #search-mobile-div{
        display: block !important;
    }

    #div-search-desktop{
        display: none !important;
    }

    #header-section{
        display: none;
    }

    #div-search-mobile{
        margin-left: 0px;
    }

    .centered {
        /*left: 60%;*/
        left: 0px !important;
        position: relative;
        transform: none;
    }

    #layout-blue{
        width: 100%;
    }

    #header-section2{
        display: block;
    }

    .centered{
        position: absolute;
        top: 50%;
        left: 50% !important;
        transform: translate(-50%, -50%);
    }

    #logo-sv-img{
        content:url('../img/Logo_vertical.svg') !important;
        height: 19%;
        width: auto;
        margin-top: -5%;
        margin-left: 0px;
    }

    .busqueda-desktop-div{
        display: none;
    }

    .col-lg-2{
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }


    #div-header{
        margin-top: 30px;
        /*margin-left: 40%;*/
    }

    .translatorTag{
        color: white !important;
        font-size: 80%;
        text-align: right;
    }

    .translatorTag:hover{
        color: white !important;
    }

    #institutions-logo-div{
        margin-left: 0px;
        margin-right: auto;
        margin-top: 150px;
        text-align: center;
    }

    #institutions-logo-img{
        width: 10%;
        height: auto
    }

    #font-institutions{
        letter-spacing: 6px;
        margin-top: 4px;
        font-size: 180%;
        font-family: bemboStd;
        margin-left: 1px;
    }

    #institutions-div{
        text-align: center;
        margin-top: 25px;
      /*  margin-left: 25%;
        margin-right: 25%;*/
    }

    .divitions-img{
        width: 25px;
        height: auto;
        position: absolute;
        bottom: 0px;
        left: 50%;
        right: 25%;
        margin-left: -8%;
    }

    .divitions-text{
        letter-spacing: 1px;
        font-size: 70%;
        font-family: bemboStd;
        /*margin-left: 4%;*/
        display: inline-block;
        margin-top: 1px;
    }

    .superior-margin-institutions{
        margin-top: -5px;
        padding-top: 5px;
        padding-bottom: 5px;
        max-width: 50% !important;
        flex: 0 0 50% !important;
        width: 100% !important;
        margin-bottom: 5px;
    }

    .row-indicator{
        margin-top: -55px;
        /*margin-left: 48%;*/
    }

    #row_down{
        width: 15% !important;
        margin-left: 5px !important;
    }
}

@media(max-width: 1023px) and (min-width: 768px){

    .divitions-img{
        position: absolute;
        bottom: 0px;
        left: 50%;
        right: 25%;
        margin-left: -20px;
    }

    #search-mobile-div{
        display: none !important;
    }

    #div-header{
        margin-top: 20px;
    }

    #logo-sv-img{
        width: 32%;
        height: auto;
        /*margin-top: -3.2%;*/
    }

    .translatorTag{
        color: white !important;
        font-size: 100%;
        text-align: right;
    }

    .translatorTag:hover{
        color: white !important;
    }

    #institutions-logo-div{
        margin-left: auto;
        margin-right: auto;
        margin-top: 90px;
        text-align: center;
    }

    #institutions-logo-img{
        width: 8%;
        height: auto
    }

    #font-institutions{
        letter-spacing: 11px;
        margin-top: 4px;
        font-size: 175%;
        font-family: bemboStd;
    }

    #institutions-div{
        text-align: center;
        margin-top: 55px;
        margin-left: auto;
        margin-right: auto;
    }

    .divitions-img{
        width: 25px;
        height: auto;
        display: inline-block;
    }

    .divitions-text{
        letter-spacing: 1px;
        font-size: 82%;
        font-family: bemboStd;
        /*margin-left: 4%;*/
        display: inline-block;
        margin-top: 1px;
    }

    .superior-margin-institutions{
        margin-top: 8px;
    }

    .row-indicator{
        margin-top: -75px;
    }
}

@media(max-width: 1279px) and (min-width: 1024px){
    #search-mobile-div{
        display: none !important;
    }
    .divitions-img{
        position: absolute;
        bottom: 0px;
        left: 50%;
        right: 25%;
        margin-left: -20px;
    }
    #div-header{
        margin-top: 0px;
    }

    #logo-sv-img{
        width: 32%;
        height: auto;
       /* margin-top: -3.6%;*/
    }

    .translatorTag{
        color: white !important;
        font-size: 110%;
        text-align: right;
    }

    .translatorTag:hover{
        color: white !important;
    }

    #institutions-logo-div{
        margin-left: auto;
        margin-right: auto;
        margin-top: 110px;
        text-align: center;
    }

    #institutions-logo-img{
        width: 8%;
        height: auto
    }

    #font-institutions{
        letter-spacing: 11px;
        margin-top: 4px;
        font-size: 200%;
        font-family: bemboStd;
    }

    #institutions-div{
        text-align: center;
        margin-top: 75px;
        margin-left: auto;
        margin-right: auto;
    }

    .divitions-img{
        width: 25px;
        height: auto;
        display: inline-block;
    }

    .divitions-text{
        letter-spacing: 1px;
        font-size: 82%;
        font-family: bemboStd;
        /*margin-left: 4%;*/
        display: inline-block;
        margin-top: 1px;
    }

    .superior-margin-institutions{
        margin-top: 8px;
    }

    .row-indicator{
        margin-top: -75px;
        margin-left: 11%;
    }
}

@media(max-width: 1439px) and (min-width: 1280px){
    #search-mobile-div{
        display: none !important;
    }
    .divitions-img{
        position: absolute;
        bottom: 0px;
        left: 50%;
        right: 25%;
        margin-left: -20px;
    }
    #div-header{
        margin-top: 0px;
    }

    #logo-sv-img{
        width: 32%;
        height: auto;
        /*margin-top: -3.6%;*/
    }

    .translatorTag{
        color: white !important;
        font-size: 120%;
        text-align: right;
    }

    .translatorTag:hover{
        color: white !important;
    }

    #institutions-logo-div{
        margin-left: auto;
        margin-right: auto;
        margin-top: 110px;
        text-align: center;
    }

    #institutions-logo-img{
        width: 8%;
        height: auto
    }

    #font-institutions{
        letter-spacing: 11px;
        margin-top: 4px;
        font-size: 275%;
        font-family: bemboStd;
    }

    #institutions-div{
        text-align: center;
        margin-top: 120px;
        margin-left: auto;
        margin-right: auto;
    }

    .divitions-img{
        width: 30px;
        height: auto;
        display: inline-block;
    }

    .divitions-text{
        letter-spacing: 1px;
        font-size: 97%;
        font-family: bemboStd;
        /*margin-left: 6%;*/
        display: inline-block;
        margin-top: 1px;
    }

    .superior-margin-institutions{
        margin-top: 15px;
    }

    .row-indicator{
        margin-top: -65px;
        margin-left: 22%;
    }
}

@media(max-width: 1700px) and (min-width: 1440px){
    #search-mobile-div{
        display: none !important;
    }
    .divitions-img{
        position: absolute;
        bottom: 0px;
        left: 50%;
        right: 25%;
        margin-left: -20px;
    }
    #div-header{
        margin-top: 0px;
    }

    #logo-sv-img{
        width: 32%;
        height: auto;
        /*margin-top: -3.2%;*/
    }

    .translatorTag{
        color: white !important;
        font-size: 140%;
        text-align: right;
    }

    .translatorTag:hover{
        color: white !important;
    }

    #institutions-logo-div{
        margin-left: auto;
        margin-right: auto;
        margin-top: 150px;
        text-align: center;
    }

    #institutions-logo-img{
        width: 8%;
        height: auto
    }

    #font-institutions{
        letter-spacing: 11px;
        margin-top: 4px;
        font-size: 295%;
        font-family: bemboStd;
    }

    #institutions-div{
        text-align: center;
        margin-top: 120px;
        margin-left: auto;
        margin-right: auto;
    }

    .divitions-img{
        width: 35px;
        height: auto;
        display: inline-block;
    }

    .divitions-text{
        letter-spacing: 1px;
        font-size: 107%;
        font-family: bemboStd;
        /*margin-left: 6%;*/
        display: inline-block;
        margin-top: 1px;
    }

    .superior-margin-institutions{
        margin-top: 25px;
    }

    .row-indicator{
        margin-top: -65px;
        margin-left: 25%;
    }
}

@media(max-width: 1920px) and (min-width: 1701px){
    #search-mobile-div{
        display: none !important;
    }
    .divitions-img{
        position: absolute;
        bottom: 0px;
        left: 50%;
        right: 25%;
        margin-left: -20px;
    }
    #div-header{
        margin-top: 0px;
    }

    #logo-sv-img{
        width: 32%;
        height: auto;
        /*margin-top: -3.2%;*/
    }

    .translatorTag{
        color: white !important;
        font-size: 140%;
        text-align: right;
    }

    .translatorTag:hover{
        color: white !important;
    }

    #institutions-logo-div{
        margin-left: auto;
        margin-right: auto;
        margin-top: 160px;
        text-align: center;
    }

    #institutions-logo-img{
        width: 9%;
        height: auto
    }

    #font-institutions{
        letter-spacing: 11px;
        margin-top: 4px;
        font-size: 385%;
        font-family: bemboStd;
    }

    #institutions-div{
        text-align: center;
        margin-top: 160px;
        margin-left: auto;
        margin-right: auto;
    }

    .divitions-img{
        width: 40px;
        height: auto;
        display: inline-block;
    }

    .divitions-text{
        letter-spacing: 1px;
        font-size: 117%;
        font-family: bemboStd;
        /*margin-left: 6%;*/
        display: inline-block;
        margin-top: 1px;
    }

    .superior-margin-institutions{
        margin-top: 35px;
    }

    .row-indicator{
        margin-top: -65px;
        margin-left: 32%;
    }
}

@media(max-width: 2559px) and (min-width: 1921px){
    #search-mobile-div{
        display: none !important;
    }
    .divitions-img{
        position: absolute;
        bottom: 0px;
        left: 50%;
        right: 25%;
        margin-left: -20px;
    }
    #div-header{
        margin-top: 0px;
    }

    #logo-sv-img{
        width: 32%;
        height: auto;
        /*margin-top: -3.2%;*/
    }

    .translatorTag{
        color: white !important;
        font-size: 140%;
        text-align: right;
    }

    .translatorTag:hover{
        color: white !important;
    }

    #institutions-logo-div{
        margin-left: auto;
        margin-right: auto;
        margin-top: 160px;
        text-align: center;
    }

    #institutions-logo-img{
        width: 9%;
        height: auto
    }

    #font-institutions{
        letter-spacing: 11px;
        margin-top: 4px;
        font-size: 525%;
        font-family: bemboStd;
    }

    #institutions-div{
        text-align: center;
        margin-top: 160px;
        margin-left: auto;
        margin-right: auto;
    }

    .divitions-img{
        width: 50px;
        height: auto;
        display: inline-block;
    }

    .divitions-text{
        letter-spacing: 1px;
        font-size: 167%;
        font-family: bemboStd;
        /*margin-left: 6%;*/
        display: inline-block;
        margin-top: 1px;
    }

    .superior-margin-institutions{
        margin-top: 45px;
    }

    .row-indicator{
        margin-top: -65px;
        margin-left: 35%;
    }
}

@media(min-width: 2560px){
    #search-mobile-div{
        display: none !important;
    }
    .divitions-img{
        position: absolute;
        bottom: 0px;
        left: 50%;
        right: 25%;
        margin-left: -20px;
    }
    #div-header{
        margin-top: 0px;
    }

    #logo-sv-img{
        width: 32%;
        height: auto;
        /*margin-top: -3.2%;*/
    }

    .translatorTag{
        color: white !important;
        font-size: 160%;
        text-align: right;
    }

    .translatorTag:hover{
        color: white !important;
    }

    #institutions-logo-div{
        margin-left: auto;
        margin-right: auto;
        margin-top: 160px;
        text-align: center;
    }

    #institutions-logo-img{
        width: 9%;
        height: auto
    }

    #font-institutions{
        letter-spacing: 11px;
        margin-top: 4px;
        font-size: 555%;
        font-family: bemboStd;
    }

    #institutions-div{
        text-align: center;
        margin-top: 160px;
        margin-left: auto;
        margin-right: auto;
    }

    .divitions-img{
        width: 60px;
        height: auto;
        display: inline-block;
    }

    .divitions-text{
        letter-spacing: 1px;
        font-size: 197%;
        font-family: bemboStd;
        /*margin-left: 6%;*/
        display: inline-block;
        margin-top: 1px;
    }

    .superior-margin-institutions{
        margin-top: 75px;
    }

    .row-indicator{
        margin-top: -25px;
        margin-left: 40%;
    }
}
