html, body {
    background-color: white;
    font-size: 15px;
}
p{
    padding-bottom: 1em;
}

.table thead tr {
    background-color: #81bef7 !important;
    color: #222 !important;
    background-image: -webkit-linear-gradient(top,#81bef7 0,#81bef7 100%);
    vertical-align: middle !important;
    text-align: center !important;
}
.table th { font-size: 11px;vertical-align: middle !important;text-align: center !important;
    /*background-color: #81bef7;*/
    font-weight: bold;color: black;}
/*.table td { font-size: 10px; }*/
/*.table tr { font-size: 10px;vertical-align: middle;text-align: center;background-color: #81bef7;color: black;}*/

table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
    background-color: #81bef7 !important;
    color: #222 !important;
}

.form-label{
    font-weight: bold;
}
.ver{
    display: inherit;
    font-size: 15px;
}
.ver_mob{
    display: none;
}
.container-fluid_cuadritos{
    display: none;
}
.ver_mob_gr{
    display: none;
}
.ver_mob_peq{
    display: none;
}

.sticky-top{
    height: 10em;
}

.sticky-top2{
    position: -webkit-sticky;
    position: sticky;
    top:9.2em;
    z-index: 1030;
}
/*---------linea superior-------*/
.container-fluid1{
    height: 0.25em;
    background-color: #639C4F;
 }

/*-----color texto menu------*/
.nav-link{
    color:#ffffff !important;
}
.nav-link a, a:hover, a:link {
    text-decoration: none;
}

.container-fluid2{
    background-color: #639C4F;
    font-size: 16px;
    padding-left: 21%;
}
.nav-item{
    padding-right: 2em;
}
.nav-item .dropdown-toggle{
     color:#ffffff !important;
 }

.dropdown-menu a:hover{
    background-color: #D0E1CA;
}



/*----imagen tamaño logo-----*/
.d-inline-block{
    width: 100%;
    height: auto;
    filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.2));
}
/*--------texto -------------*/
.texto_logo{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 32px;
    text-align: right;
    text-rendering: optimizeLegibility;
    color: #639C4F;
    letter-spacing: .05em;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

/*-----------banner-------------*/
.carousel-control-next, .carousel-control-prev {
    opacity: 0;
    background-color: inherit;
    border: none;
}
.carousel-item img{
    width: 100%;
    height:47em;
}
.carousel{
    box-shadow: 2px 2px 10px #666;
}

/*--------------imagenes con bordes 3 medio-----------------------*/
.container-fluid_cuadros{
    padding-top: 1.5em;
    height: auto;
    padding-bottom: 2em;
}
.foto{
    padding: 10px;
    margin: 10px;
    border: 2px solid #c9cccf;
    float: left;
    width: 330px;
    height: 240px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.foto img{
    width: 220px;
    height: 180px;
}
.cuadros_botn {
    border:#639C4F 5px solid;
    background-color:#639C4F;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    width: 334px;
    margin-left: -14px;
}
/**----------usuario------------*/
.container-fluid_usuario{
     height: auto;
     padding-left: 25%;
     padding-bottom: 3em;
 }

.container-fluid_videos{
    height: auto;
    padding-bottom: 3em;
}

/**----------noticias--------------*/
.container-fluid_noticias{
    height: auto;
    padding: 1em;
}
.espacio{
    background: white;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .125);
    height: auto;
    padding: 0.5em;
}
.espacio img{
    float: left;
    width: 23em;
    min-height: 15em;
    height: 16em;
    border: 2px solid #c9cccf;
    padding: 3px;
}
.espacio_fecha{
    font-size: 13px;
    font-weight: bold;
    color: black;
    padding: 3px;
}
.espacio_titulo{
    text-align: left;
    font-weight: bold;
    color: black;
    font-size: 20px;
    text-transform: uppercase;
    padding: 5px;
}
.espacio_texto{
    text-align: justify;
    font-size: 15px;
    padding: 1em;
}

/*--------comunicados---------*/
.container-fluid_comunicados{
    height: auto;
    padding: 1em;
}


/*-------------rotativo-----------*/
.container-fluid_alianzas{
    height: 15em;
    padding-bottom: 1em;
}
/*-----------menu socios------------*/
.list-group-item.active{
    background-color: #8DBD7D;
    border-color:#8DBD7D;
}
/*-------------navbar adminis-----------*/
.container-fluid_nav_administrador{
    height: 4em;
    padding: 1em;
    background-color: #004C98;
}
.container-fluid_nav_administrador h4{
    color: #ffffff;
    font-size: 20px;
}
.list-group-administrador{
    border-color:#004C98;
    padding: 1em;
}
.tab_meu_der{
    background-color:#135BA4;
    height: 100%;
    position: absolute;
    width: 20%;
}
.profile-img-card {
    width: 180px;
    height: 180px;
    margin: 0 auto 10px;
    margin-top: 3px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-250px * 7));
    }
}
.slider {
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
}
.slider::before, .slider::after {
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100px;
    position: absolute;
    width: 160px;
    z-index: 2;
}
.slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}
.slider::before {
    left: 0;
    top: 0;
}
.slider .slide-track {
    animation: scroll 50s linear infinite;
    display: flex;
    width: calc(250px * 14);
}
.slider .slide {
    height: 100px;
    width: 250px;
    padding-left: 4em;
    margin-left: 4em;
}
.slider .slide img{
    height: 100px;
    width: 240px;
}

/*---------footer------------*/
.container-footer1{
    background-color: #589130;
    font-size: 16px;
    height: auto;
    color: #fff0f0;
    padding-top: 2em;
    padding-bottom: 1em;
    overflow: hidden;
    align-items: center;
}
.container-footer2{
    background-color: #4B4B4D;
    font-size: 12px;
    height: auto;
    padding: 1em;
    color: #fff0f0;
    overflow: hidden;
}
/*-----------otros--------------*/
.div_mapa{
     height: auto;
     padding: 0 3em 2em 3em;
     align-items: center;
 }
.div_correo{
    height: auto;
    padding: 0 5em 3em 5em;
    align-items: center;
}

/*-----------------------------*/
.img_responsivas {
    width: 100%;
    height: auto;
    border: 2px solid #c9cccf;
    padding: 3px;
}


@media screen and (max-width: 1440px) {
    .container-fluid2{
        font-size: 15px;
        padding-left: 14%;
    }
    .nav-item{
        padding-right: 1.3em;
    }
    .texto_logo{
        font-size: 29px;
    }
    .slider::after {
        right: -2px;
    }
    .slider::before {
        left: -2px;
    }
}
@media  screen and (max-width: 1280px) {
    .texto_logo{
        font-size: 25px;
    }
    .d-inline-block{
        width: 135%;
    }
    .container-fluid2{
        font-size: 13px;
        padding-left: 15%;
    }
    .nav-item{
        padding-right: 1.2em;
    }
    .carousel-item img{
        height:530px;
    }
    .sticky-top{
        height: 8.2em;
    }
}

@media screen and (max-width: 1024px) {
    .ver{
        font-size: 13px;
    }
    .texto_logo{
        font-size: 18px;
    }
    .d-inline-block {
        width: 160%;
    }
    .container-fluid2{
        font-size: 12px;
        padding-left: 9%;
    }
    .nav-item{
        padding-right: 1.1em;
    }
    .carousel-item img{
        height:510px;
    }

    .foto{
        width: 290px;
        height: 230px;
        float: left;
    }
    .foto img{
        width: 225px;
        height: 170px;
    }
    .cuadros_botn {
        width: 294px;
    }
}
@media screen and (max-width: 768px) {
    .ver_normal{
        display: none;
    }
    .ver_mob{
        display: inherit;
    }
    .d-inline-block{
        width: 100%;
    }
     .texto_logo{
       font-size: 18px;
    }
    .container-fluid2{
        padding-left: 1%;
    }
    .carousel-item img{
        height:480px;
    }
    .container-fluid_cuadros{
        display: none;
    }
    .container-fluid_cuadritos{
        display: inherit;
        padding-left: 25%;
    }
    .ver_mob_gr{
        display: inherit;
    }

    .slider .slide {
        padding-left: 1em;
        height: 90px;
        width: 200px;
    }
    .slider .slide img{
        height: 90px;
        width: 200px;
    }
    .slider::after {
        right: -2px;
    }
    .slider::before {
        left: -2px;
    }
    .espacio img{
        width: 16em;
        min-height: 14em;
    }
    .espacio_titulo{
        font-size: 16px;
    }
    .container-footer1{
        padding: 1em 3em;
    }
}

@media screen and (max-width: 540px) {
    .sticky-top{
        height: 6em;
    }
    .ver_normal {
        display: none;
    }
    .ver_mob {
        display: inherit;
    }
    .d-inline-block {
        width: 120%;
    }
    .texto_logo {
        font-size: 16px;
    }
    .ver{
        font-size: 10px;
    }

    .container-fluid2 {
        padding-left: 1%;
    }

    .carousel-item img {
        height: 358px;
    }

    .container-fluid_cuadros {
        display: none;
    }

    .container-fluid_cuadritos {
        display: inherit;
        padding-left: 18%;
    }

    .sticky-top2 {
        top: 7em;
    }
    .ver_mob_gr{
        display: inherit;
    }

    .slider .slide {
        padding-left: 1em;
        height: 80px;
        width: 180px;
    }
    .slider .slide img{
        height: 80px;
        width: 180px;
    }
    .slider::after {
        right: -2px;
    }
    .slider::before {
        left: -2px;
    }
    .div_mapa{
        padding: 0 2em 1em 2em;
    }
    .div_correo{
        padding: 0 2em 2em 2em;
    }

    .espacio img{
        width: 16em;
        min-height: 14em;
    }
      .espacio_titulo{
        font-size: 15px;
    }
    .container-footer1{
        padding: 1em 2em;
    }
}

@media screen and (max-width: 400px) {
    .ver_normal{
        display: none;
    }
    .ver_mob{
        display: inherit;
    }
    .ver{
       font-size: 10px;
    }
    .d-inline-block{
        width: 185%;
    }
    .texto_logo{
        font-size: 17px;
        padding-top: -2em;
    }
    .container-fluid2{
        padding-left: 1%;
    }
    .carousel-item img{
        height:250px;
    }
    .container-fluid_cuadros{
        display: none;
    }
    .container-fluid_cuadritos{
        display: inherit;
        padding-left: 1em;
    }
    .sticky-top{
        height:7em;
    }
    .sticky-top2{
         top:7.7em;
     }

    .foto{
        width: 270px;
        height: 210px;
        float: left;
    }
    .foto img{
        width: 205px;
        height: 160px;
    }
    .cuadros_botn {
        width: 274px;
    }
    .container-fluid_usuario{
        padding-left: 2%;
    }
    .espacio img{
        width: 14em;
        height: 13em;
    }
    .ver_mob_gr{
        display: none;
    }
    .ver_mob_peq{
        display: inherit;
    }
    .slider .slide {
        padding-left: 1em;
        height: 70px;
        width: 160px;
    }
    .slider .slide img{
        height: 70px;
        width: 160px;
    }
    .slider::after {
        right: -2px;
    }
    .slider::before {
        left: -2px;
    }
    .div_mapa{
        padding: 0;
    }
    .div_correo{
        padding: 0 0 2em 0;
    }
    .container-footer1{
        padding: 1em 2em;
    }
}

@media screen and (max-width: 320px) {
    .ver_normal{
        display: none;
    }
    .ver_mob{
        display: inherit;
    }
    .ver{
        display: none;
    }
    .d-inline-block{
        width: 200%;
    }
    .texto_logo{
        display: none;
    }
    .container-fluid2{
        padding-left: 1%;
    }
    .carousel-item img{
        height:250px;
    }
    .container-fluid_cuadros{
        display: none;
    }
    .container-fluid_cuadritos{
        display: inherit;
        padding-left:0;
    }
    .sticky-top{
        height:4.5em;
    }
    .sticky-top2{
        top:5.6em;
    }
    .foto{
        width: 250px;
        height: 220px;
        float: left;
    }
    .foto img{
        width: 205px;
        height: 160px;
    }
    .cuadros_botn {
        width: 254px;
    }
    .container-fluid_usuario{
        padding-left: 0;
    }
    .espacio img{
        width: 14em;
        height: 13em;
    }
    .ver_mob_gr{
        display: none;
    }
    .ver_mob_peq{
        display: inherit;
    }
    .container-fluid_alianzas{
        height: 18em;
        padding-bottom: 1em;
    }
    .slider .slide {
        padding-left: 1em;
        height: 60px;
        width: 150px;
    }
    .slider .slide img{
        height: 60px;
        width: 150px;
    }
    .slider::after {
        right: -1px;
    }
    .slider::before {
        left: -1px;
    }
    .div_mapa{
        padding: 0;
    }
    .div_correo{
        padding: 0 0 2em 0;
    }
    .container-footer1{
        padding: 1em 2em;
    }
}


/*----------redes sociales---------------*/
.texto_titulo{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 23px;
    text-align: left;
    text-rendering: optimizeLegibility;
    color: #639C4F;
    letter-spacing: .05em;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.sticky-container{
    padding:0;
    margin:0;
    position:fixed;
    right:-125px;
    top:230px;
    width:210px;
    z-index: 1100;
}
.sticky li{
    list-style-type:none;
    color:#efefef;
    height:48px;
    padding: 0.5em 0.5em 0.5em 0;
    margin:0 0 1px 0;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    cursor:pointer;
}
.sticky li:hover{
    margin-left:-25px;

}
.sticky li img{
    float:left;
    margin:8px 4px;
}
/* .sticky li a, a:hover, a:link{
    color: #ffffff;
} */

.div_relleno{
    height: 40em;
    padding: 3em;
}

/*--------------------------------------------*/
.staticas ul {
    list-style: none;
}
.staticas li {
    list-style: none;
    padding-left: 1.5em;
}
.staticas li:before {
    content: "\f0da"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.5em;
    width: 1.5em;
    font-weight: bold;
}
/* .staticas ul li a,a:link{
    color: black !important;
} */
.staticas ul li a:hover{
    color: #004C98 !important;
}

ol li {
    font-weight:bold;
}
li > * {
    font-weight:normal;
    padding: 1em;
    color: black;
}
/*--------------------*/
.float{
    position:fixed;
    width:70px;
    height:70px;
    bottom:50px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
}
.float:hover {
    text-decoration: none;
    color: #25d366;
    background-color:#fff;
}
.my-float{
    margin-top:8px;
}














