html, body {
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "verdana", sans-serif;
    overflow-x: hidden;
}




.nombre {
    left: -9999px;
    position: absolute;
}

.logos{

    padding: 20px 0;
    margin-bottom: 20px;
}


.logo-plexi {
    width: 183px;
    margin: 0 auto;
    text-align: center;
}

.cont-logo-icfes {
    margin: 0 auto;
    width: 352px
    
}

.logo-icfes{
    background: url("../fonts/logo-icfes-big.svg") no-repeat;
    width: 362px;
    height: 51px;
}


.info-1 {
    border-bottom: 1px dashed #9b9a9a;
    border-top: 1px dashed #9b9a9a;
    text-align: center;
    font-size: 0.9em;
    line-height: 20px;
    padding: 10px 30px;
}

.entidad_item {
    margin-top: 30px;
    padding-left: 2px;
    padding-right: 2px;
    margin-bottom: 30px;
}

.entidad_item > a {
    display: block;
    padding: 2px 6px 2px 2px;
    border: 1px solid #cccccc;
}


.franja {
    background: #004F87;
    height: 11px;
    width: 100%;
}


.titulo-1 {
    color: #212120;
    margin: 0 0 20px 0;
    padding: 4px 0 10px;
    font-size: 1em;
    font-weight: bold;
    border-bottom: solid 1px #9C9A9A;
}


.logo-principal h1 {
    margin: 0;
    padding: 0;
    font-size: 1em;
}
.logo-img {
    background: url("../images/logo-plexi.svg") no-repeat;
    height: 63px;
    width: 613px;
}

.my-custom-container{
    width:640px;
}


.links-usuario{

    margin:5% auto; 
    width:70%
}



@media only screen and (max-width: 1024px) {
   

    .logo-img {
    background: url("../images/logo-plexi-small.svg") no-repeat;
    height: 63px;
    width: 239px;
}


.videos-insor{
        width:600px;
        margin:0 0 20px -5px;
    }

   
}

@media only screen and (max-width: 930px) {

 .my-custom-container{
    width:620px;
}
 
.logo-img {
    background: url("../images/logo-plexi-small.svg") no-repeat;
    height: 63px;
    width: 239px;
}
    



    
}

@media only screen and (max-width: 768px) {
    .my-custom-container{
    width:500px;
}


    .logo-img {
    background: url("../images/logo-plexi-small.svg") no-repeat;
    height: 63px;
    width: 239px;
}



   

}

@media only screen and (max-width: 640px) {
    .my-custom-container{
    width:300px;
}

    .ajuste-contenido {
        margin-top: 150px;
    }
    .btn-md,
    .btn-group-md > .btn {
        padding: 5px 10px;
        font-size: 0.9em;
        line-height: 1.5;
        border-radius: 0px;
        color: #ffffff;
    }

    .links-usuario{

    margin:5% auto; 
    width:100%
}

.logo-icfes{
    background: url("../fonts/logo-icfes.svg") no-repeat;
    width: 260px;
    height: 37px;
}

.logos{

    padding: 20px 0;
    margin-bottom: 10px;
}

}
