/* 
    Author     : nhuanquiri
*/
a {
    text-overflow: ellipsis;
    word-break: break-all;
}

.navbar-default{
    border-radius: 0px !important;
}

.header3 {
    background-image: url(/images/cabecera\ fondo_lapaz_2022-1536x864-1.jpg);
    background-color:#fff;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    color:#fff;
    height:120px;
    overflow: hidden;    
}

.logo-bicentenario {
    background-image: url(/images/logo-bicentenario-colibri.png);
    background-repeat: no-repeat;
    background-position: top 0px left 0px;
    background-size: 100%;
    width: 196px;
    /* clip-path: xywh(0px 1px 200px 90% round 0 0); */
    height: 120px;
    /* border: 1px solid yellow; */
}

.logo-gamlp {
    background-image: url(/images/HEADER_ACM-1.png);
    background-repeat: no-repeat;
    background-position: top 15px left -180px; 
    background-size: 150%;
    clip-path: xywh(0px 0px 245px 90% round 0 0);
    width: 262px;
    height: 114px;
    /* border: 1px solid yellow; */
}

.pie-de-pagina {
    background-image: url(/images/footer_f5_lpz.jpg);
    height: 87px;
    border: none;
    background-position: bottom;
    margin: 0px;
    color:#fff;
    text-align: center;
}


footer {
    background-color: #333333 !important;
    color: #d3d3d3 !important;
    font-size: 16px;
    padding: 15px;
}
.logo {
    color: #f4511e;
    font-size: 200px;
}
.logo-small {
    color: #00d2c9;
    font-size: 35px;
}

.cata-titulo b {
    color: #d57ee6;
}

.my-jumbotron {
    padding-top: 5px;
    padding-bottom: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.bg-grey {
    background-color: #f6f6f6;
}
.slideanim {visibility:hidden;}
.slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}

.affix {
    top: 0;
    width: 100%;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.affix-top {
    position: static;
    top: -35px;
}
.affix + .container{
    padding-top: 70px;
}

div.my-search-ext > ul.autocomplete {
    position: absolute;
    background-color: #FFFFF0;
    z-index: 1000;
    max-height: 180px;
    overflow: auto;
}

div.my-search-ext > input.search {
    padding: 0.5em 0.5em 0.5em 0.5em;
    border: thin solid lightgrey;
    font-size: 1.125em;
    height: 1.8em;
    border-radius: 5px;
}

.modal-content {
    top: 24px;
}

/* Selecciona cualquier <div> que se muestre en modo de pantalla completa */
/* Implementado en Firefox, WebKit/Chrome, y Edge/IE usando prefijos;
   Edge también es compatible con la versión sin prefijo */
div:-moz-full-screen {
  background-color: #fff;
}

div:-webkit-full-screen {
  background-color: #fff;
}

div:fullscreen {
  background-color: #fff;
}

.social-icons{
    width: 250px;    
    padding: 40px 20px;
    margin: 0px auto;
}
.social-icons a{
    
    background: #fff;
    padding: 20px 10px 10px 10px;
    height: 30px;
}



.footer{
    text-align: center;
}