.error-container .error {
    color: red;
    font-size: small;
}

.required {
    color: red;
    font-size: small;
}

.btn.btn-link {
    color: #0066c9;
!important;
}

.btn.btn-primary {
    background-color: #0066c9;
!important;
    border-color: #0066c9;
!important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important;
    border-radius: 50px;
}

.btn.btn-secondary {
    background-color: #eeeeee;
!important;
    border-color: #eeeeee;
!important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important;
    border-radius: 50px;
    color: #767676;
!important;
}

#nextBtn, #prevBtn {
    background-color: #eeeeee;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important;
}

a.btn-icon-only.btn.rounded-circle.btn-shared {
    background-color: #eeeeee !important;
}

a.btn-icon-only.btn.rounded-circle.btn-shared .fa {
    color: #767676 !important;
}



a.btn-icon-only.btn.rounded-circle.btn-shared:hover, a.btn-icon-only.btn.rounded-circle.btn-shared:hover .fa {
    background-color: #0066c9 !important;
    color: white !important;
}

/* color de vínculos iconos */
a > i.fa, a > span > i.fa {
    color: #0066c9 !important;
    font-size: 1.15rem;
}

a > i.fa-plus-circle, a > i.fa-search, .btn-buscar > i.fa-search{
    color: white !important;
    font-size: 1.3rem;
}

.lista-index {
    margin-left: 15px;
    margin-right: 15px;
}

.fa.fa-trash {
    color: red !important;
    cursor: pointer;
}

.error.hidden {
    color: #dd4b39;
}

.help-block {
    color: red;
    font-size: small;
}

.table td {
    border: none;
}

/* color de vínculos paginado */
.page-item.active .page-link {
    background-color: #0066c9;
    border-color: #0066c9;
}

.navbar-brand img {
    width: 130px;
    height: 52px;
}

/*color de los headers de los card*/
.card-header {
    background-color: #0066c9;
    color: white;
    font-size: 1.2rem;
}

.card-header > strong {
    line-height: 2.2;
}
/*Dando estilo a los botones adicionar y buscar de los card de la administración*/
.add-card-header {
    float: right;
    margin-top: 7px;
    margin-left: 10px;
}

.search-card-header{
    height: 2em;
    border: none;
    border-radius: 0;
    padding: 0 0.5em;
    background-color: #0066c9;
    color: white;
    font-size: 1.3rem;
}

.input-search-card-header {
    height: 2em;
    margin-right: 0 !important;
    border-radius: 50px;
    border: none;
}

/* Títulos */
h2{
    color: #0066c9 !important;
}

.titles {
    color: #0066c9 !important;
}

.shadow-front {
    box-shadow: 0 6px 6px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07) !important;
}

.recient:hover {
    box-shadow: 0 2px 12px 12px rgba(7, 118, 236, 0.09), 0 2px 10px 0 rgba(7, 173, 238, 0) !important;
}

.directivos {
    padding-right: 0;
    padding-left: 0;
    box-shadow: 0 2px 12px 12px rgba(7, 118, 236, 0.09), 0 2px 10px 0 rgba(7, 173, 238, 0) !important;
}

h6.titulo_peque, h5.titulo_peque{
    color: #0066c9;
    font-weight: bold;
    margin-top: 1em;
    word-wrap: break-word;
}

/* Botón buscar */
.btn-buscar{
    height: 2em;
    border-radius: 0.25rem !important;
    padding: 0 0.5em;
}

/* Color texto inputs */
input.form-control{
    color: #525f7f !important;
}

/* Imágenes grandes */
@media(max-width:767px) {
    .img_dim {
        height: auto;
        min-height: 210px;
        width: 100%;
        max-height: 500px;
    }
    .img_dim_map {
        height: auto;
        width: 100%;
        max-height: 500px;
    }
}

/* Borde redondeado */
.borde_redondeado{
    border-radius: 0.25rem !important;
}

/* Carrusel galerias */
img.carrusel_img,
video.carrusel_video{
    padding: 0.5em;
    height: 210px;
    border-radius: 6%;
}

button.owl-prev > i:hover,
button.owl-next > i:hover{
    color: #0066c9 !important;
    filter: drop-shadow(1px 1px 3px #96c9ff);
}

button.owl-prev > i,
button.owl-next > i{
    color: #cccccc !important;
    filter: drop-shadow(1px 1px 3px #cccccc);
}

button.owl-prev.disabled > i,
button.owl-next.disabled > i{
    pointer-events: none;
}

button.owl-prev:hover,
button.owl-next:hover{
    background: unset !important;
}

button.owl-prev {
    position: absolute;
    top: 43%;
    margin-left: -45px !important;
    display: block !important;
}

button.owl-next {
    position: absolute;
    top: 43%;
    right: -50px !important;
    display: block !important;
}

/* Ajustando botones de navegación para pantallas pequeñas */
@media(max-width:767px){
    button.owl-prev {
        margin-left: -12px !important;
    }

    button.owl-next {
        right: -17px !important;
    }

    /* Carrusel de servicios */
    #galeria_servicios button.owl-prev {
        margin-left: 3px !important;
    }

    #galeria_servicios button.owl-next {
        right: -1px !important;
    }
}

/* Carrusel de servicios */

.item_gservicios {
    padding: 0.5em !important;
    height: 100%;
}

.descripcion_gservicios{
    color: rgb(255, 255, 255) !important;
    position: absolute;
    background-color: #0066c9;
    opacity: 80%;
    height: 210px;
    padding-block: 3.5em;
    padding-inline: 1.5em;
    width: -moz-available;
}

div.content_gservicios{
    min-height: auto;
    padding: 0.5em !important;
}

div.item_gservicios > div.card{
    box-shadow: 3px 3px 8px hsl(0, 0%, 70%);
}

div.item_gservicios > div.card:hover{
    cursor: pointer;
    box-shadow: 2px 2px 5px 5px rgba(0, 102, 200, .25), 0 2px 10px 0 rgba(0, 102, 200, .12) !important;
}

div.item_gservicios > div.card:hover h5.titulo_gservicios{
    color: #0066c9;
}

div.item_gservicios > div.card:hover div.descripcion_gservicios{
    display: block !important;
}

/* Footer */
.footer_eseo{
    height: auto;
    min-height: 60px;
    padding-top: 24px;
    padding-bottom: 24px;
    /*background: linear-gradient(45deg, #013396, #3394ff);*/
    /*!*background: linear-gradient(45deg, #0354a8, #33AEFF);*!*/
    color: white;
    background : -moz-radial-gradient(80.43% -38.19%, rgba(51, 150, 255, 1) 2.99%, rgba(38, 125, 229, 1) 24.63%, rgba(11, 72, 172, 1) 75.49%, rgba(0, 51, 150, 1) 100%);
    background : -webkit-radial-gradient(80.43% -38.19%, rgba(51, 150, 255, 1) 2.99%, rgba(38, 125, 229, 1) 24.63%, rgba(11, 72, 172, 1) 75.49%, rgba(0, 51, 150, 1) 100%);
    background : -webkit-gradient(radial,80.43% -38.19% ,35.02 , 80.43% -38.19%, 1171.85 ,color-stop(0.0299,rgba(51, 150, 255, 1) ),color-stop(0.2463,rgba(38, 125, 229, 1) ),color-stop(0.7549,rgba(11, 72, 172, 1) ),color-stop(1,rgba(0, 51, 150, 1) ));
    background : -o-radial-gradient(80.43% -38.19%, rgba(51, 150, 255, 1) 2.99%, rgba(38, 125, 229, 1) 24.63%, rgba(11, 72, 172, 1) 75.49%, rgba(0, 51, 150, 1) 100%);
    background : -ms-radial-gradient(80.43% -38.19%, rgba(51, 150, 255, 1) 2.99%, rgba(38, 125, 229, 1) 24.63%, rgba(11, 72, 172, 1) 75.49%, rgba(0, 51, 150, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Stlye=2);";
    background : radial-gradient(80.43% -38.19%, rgba(51, 150, 255, 1) 2.99%, rgba(38, 125, 229, 1) 24.63%, rgba(11, 72, 172, 1) 75.49%, rgba(0, 51, 150, 1) 100%);
}

.footer_final{
    height: auto;
    min-height: 60px;
    padding-top: 24px;
    padding-bottom: 24px;
    background-color: #212121;
    color: white;
}

.footer_eseo input.form-control, .footer_eseo textarea{
    background-color: #0b46aa;
    color: white !important;
    font-weight: bold;
    border: unset;
}

.footer_eseo textarea{
    min-height: 240px;
}

.footer_eseo input.form-control::placeholder{
    color: white !important;
}

.footer_eseo textarea.form-control::placeholder{
    color: white !important;
}

.footer_eseo input.form-control:focus, .footer_eseo textarea:focus{
    background-color: #003396;
}

#footer_nombre{
    float: left;
    padding-left: unset;
    padding-right: 10px;
}

#footer_email{
    float: right;
    padding-right: unset;
    padding-left: 10px;
}

#footer_btn_enviar:hover{
    background-color: #003396;
    border-color: #003396;
}

@media(max-width:767px) {
    #footer_nombre, #footer_email {
        padding-right: unset;
        padding-left: unset;
    }
}

.footer_eseo h4, .footer_eseo h6, .footer_eseo a, .footer_eseo i.fa, .footer_eseo span{
    color: white !important;
}

.footer_eseo a:hover, .footer_eseo .footer_redes>i.fa:hover, .footer_eseo i.fa-download:hover, .docinf:hover i,.footer_eseo .footer_redes>span:hover{
    color: #96c9ff !important;
}

@media (max-width: 575.98px) {
    .divfooter {
        padding-right: unset  !important;
        padding-left: unset !important;
    }
}

/*  Medium devices (tablets, 768px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .divfooter {
        padding-right: unset  !important;
        padding-left: unset !important;
    }
}

/*  Large devices (desktops, 992px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .divfooter {
        padding-right: unset  !important;
        padding-left: unset !important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .divfooter {
        padding-right: unset  !important;
        padding-left: unset !important;
    }
}

/*  Extra large devices (large desktops, 1200px and up) */
/*@media (min-width: 1200px) {
    .divfooter {
        padding-right: 6rem  !important;
        padding-left: 6rem !important;
    }
}*/


/* Carousel */

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 575.98px) {
    .h-eseo-vh {
        height: 38vh !important;
    }
}

/*  Medium devices (tablets, 768px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .h-eseo-vh {
        height: 42vh !important;
    }
}

/*  Large devices (desktops, 992px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .h-eseo-vh {
        height: 47vh !important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .h-eseo-vh {
        height: 52vh !important;
    }
}

/*  Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .h-eseo-vh {
        height: 85vh !important;
    }
}


/* Nombre de la Empresa*/
.empresa-eso {
    height: 20%;
    position: relative;
    top: 5%;
    text-align: left;
}

.empresa-eso h5 {
    position: relative;
    height: auto;
    font-size: xx-large;
    color: white;
}

/*  Medium devices (tablets, 768px and up) */
@media (max-width: 767.98px) {
    .empresa-eso h5 {
        font-size: x-large;
    }
}


/*Texto de la diapositiva*/

.carusel-texto-alternativo {
    background-color: rgba(41, 112, 187, 0.65) !important;
    bottom: 0 !important;
    height: 100%;
    padding: 15px;
    text-align: left;
    font-size: large;
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 575.98px) {
    .carusel-texto-alternativo {
        padding: 10px;
        font-size: xx-small;
    }
}

/*  Medium devices (tablets, 768px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .carusel-texto-alternativo {
        padding: 10px;
        font-size: smaller;
    }
}

/*  Large devices (desktops, 992px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .carusel-texto-alternativo {
        padding: 10px;
        font-size: medium;
    }
}

/*Noticias y Novedades*/

@media (max-width: 576px) {
    .novelty-details, .notice-details {
        margin: 25px;
    }
}

#list-novelties, #list-notices {
    border: none;
    margin: 15px;
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 575.98px) {
    #list-novelties, #list-notices {
        width: 100% !important;
    }
}

/*  Medium devices (tablets, 768px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    #list-novelties, #list-notices {
        width: 40% !important;
    }
}

/*  Large devices (desktops, 992px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    #list-novelties, #list-notices {
        width: 40% !important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    #list-novelties, #list-notices {
        width: 30% !important;
    }
}

/*  Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    #list-novelties, #list-notices {
        width: 30% !important;
    }
}

/*Indicadores del carrusel de Directivos*/
.indicators-eseo {
    color: #fff;
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    width: 1rem;
    height: 1rem;
    padding: 0;
    margin-left: 15px;
    margin-right: 15px;
    cursor: default !important;

}

.indicators-eseo.active {
    background-color: #0066c9;
    border-color: #0066c9;
    box-shadow: 0 2px 5px 5px rgba(7, 118, 236, 0.15), 0 2px 10px 0 rgba(7, 173, 238, 0) !important;
}

.page-item .page-link, .page-item span {
    border-radius: 0.25rem !important;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08) !important;
}

/* Página principal de Administración */
.item-menu-admin{
    border-radius: 0.25rem;
    background-color: #0066c9;
    font-weight: bold;
    color: white;
}

.item-menu-admin:hover{
    background-color: white !important;
    color: #0066c9 !important;
    border-color: #0066c9;
    box-shadow: 0 2px 5px 5px rgba(7, 118, 236, 0.15), 0 2px 10px 0 rgba(7, 173, 238, 0) !important;
}

#directivo {
    color: #525f7f !important;
}

#directivo > i.fa.fa-envelope {
    color: #525f7f !important;
}

#directivo:hover .fa.fa-envelope, #directivo:hover{
    color: #0066c9 !important;
}


/* Imágenes de Noticias y Novedades */

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 575.98px) {
    .recient-notice-img, .recient-novelty-img {
        height: 200px;
    }

    .directivos-img {
        height: 100px;
    }
}

/*  Medium devices (tablets, 768px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .recient-notice-img, .recient-novelty-img {
        height: 200px;
    }

    .recient-notice-body, .recient-novelty-body {
        height: 675px;
    }

    .directivos-img {
        height: 100px;
    }
}

/*  Large devices (desktops, 992px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .recient-notice-img, .recient-novelty-img {
        height: 236px;
    }

    .recient-notice-body, .recient-novelty-body {
        height: 450px;
    }

    .directivos-img {
        height: 150px;
    }
}

@media (min-width: 992px) {
    .recient-notice-img, .recient-novelty-img {
        height: 355px;
    }

    .recient-notice-body, .recient-novelty-body {
        height: 338px;
    }

    .directivos-img {
        height: 250px;
    }
}

/* Animaciones */
/* Barra de Navegación */
#barra_nav{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    animation-duration: 2s;
    animation-name: mov-barra;
}
@keyframes mov-barra {
    0% {
        top: -100px;
    }
    100% {
        top: 0px;
    }
}

/* Botón Subir */
#btnsubir {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    background-color: #96c9ff !important;
    color: white !important;
    cursor: pointer;
    border-radius: 40px;
    filter: drop-shadow(1px 1px 3px #96c9ff);
}

#btnsubir:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 5px 5px rgba(7, 118, 236, 0.15), 0 2px 10px 0 rgba(7, 173, 238, 0) !important;
}

/* Ajustar padding del menú */
.dropdown-menu .dropdown-item {
    padding: 0.7rem;
}


/* Margen main */
#front_main{
    margin-top: 100px;
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 575.98px) {
    #front_main{
        margin-top: 5px;
    }
}

/*  Medium devices (tablets, 768px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    #front_main{
        margin-top: 100px;
    }
}

/*  Large devices (desktops, 992px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    #front_main{
        margin-top: 100px;
    }
}


/* Form buscar listado de Admin */
/* Small devices (landscape phones, 576px and up) */
@media (max-width: 575.98px) {
    .admin_buscar_form{
        float: left !important;
    }
    .admin_buscar_button{
        position: absolute;
        margin-left: 175px;
    }
    .admin_buscar_button_notice_novelties {
        width: 150px !important;

    }

}

/*Form buscargeneral */
/* Small devices (landscape phones, 576px and up) */
@media (max-width: 575.98px) {
    #input-buscargeneral{
        width: 80% !important;
    }
}
