html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 120px;
}
.absoluteCenter {
    margin: auto;
    left: 0;
    right: 0;
    max-width: 100%;
    position: relative; /* Se posiciona debajo del div anterior */
    padding: 10px;
}

.myfooter {
    position: fixed;
    bottom: 0;
    width: 100%;
    /*height: 70px;*/
    text-align: center;
    padding: 10px;
    line-height: 5px !important;
}

.contactocenter {
    /* Must manually set width/height */
    width: 600px;
    /* The magic centering code */
    margin: auto;
    position: absolute;
    /* Aligns Vertically - Remove for Horizontal Only */
    left: 0;
    right: 0; /* Aligns Horizontally - Remove for Vertical Only  */
    /* Prevent div from overflowing main window */
    max-width: 100%;
    /*max-height: 100%;*/
    overflow: auto;
}


:first-child+html .absoluteCenter,
* html .absoluteCenter {
 /* Place code here to override all above values, and add IE friendly centering */
}
.iconmenucontext {
    width: 400px;
    text-align: center;
}
.iconmenu {
    width: 180px;
    height: 180px;
    /* The magic centering code */
    /* Prevent div from overflowing main window */
    /*max-width: 60%;*/
    /*max-height: 100%;*/
}
.iconsize {
    font-size: 75px;
}
@media only screen and (max-width: 450px) {
    .iconsize {
        font-size: 50px;
    }

    .iconmenu {
        width: 140px;
        height: 140px;
    }

}

@media only screen and (max-width: 770px) {
    

    
}

.mybutton {
    position: relative;
    bottom: 0;
    right: 0;
    width: 7%;
    
}
.justifiedtext {
    text-align: justify;
    text-justify: inter-word;
}
.row-noindex {
    --bs-gutter-x: 0rem;
}
.iconescudo {
    /*width: 180px;*/
    height: 90px;
    /* The magic centering code */
    /* Prevent div from overflowing main window */
    /*max-width: 60%;*/
    /*max-height: 100%;*/
}
.nav-sm {
    height: 30px;
}

.xs-view {
    display: none;
}

.sm-view {
    display: none;
}

.md-view {
    display: none;
}

.lg-view {
    display: none;
}

@media (max-width: 575px) {
    .navbar-bendel {
        font-size: 19px;
    }

    .hidesmall {
        display: none;
    }

    .xs-view {
        display: inline-block;
    }

    myfooter {
        height: 110px;
    }
}

@media (min-width: 768px) {
    .html {
        font-size: 16px;
    }
}

@media (min-width: 556px) {
    body {
        margin-bottom: 70px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hidesm {
        display: none;
    }

    .sm-view {
        display: inline-block;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hidemd {
        display: none;
    }

    .md-view {
        display: inline-block;
    }
}

@media (min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 1040px;
    }

    .hidelg {
        display: none;
    }

    .lg-view {
        display: inline-block;
    }
}


a {
    color:#0077cc
}
.hide-accessible {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
    -webkit-transform: scale(0);
    -webkit-transform-origin-x: 0;
    -webkit-transform-origin-y: 0;
    _position: absolute !important;
}
fieldset {
    border: 0;
    margin: 0;
    min-width: 0;
    padding: 0;
}
.espaciado {
    display: block;
    margin-bottom: 1px; 
}


.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Fondo oscuro semitransparente */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
}