﻿.caption div {
    box-shadow: 0 0 5px #C8C8C8;
    transition: all 0.3s ease 0s;
}

.img-circle {
    border-radius: 50%;
}

.img-circle {
    border-radius: 0;
}

.ratio {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    width: 100%;
}

.img-circle {
    border-radius: 50%;
}

a:hover {
    cursor: pointer;
}


.an1{
    background-image: url(../img/an1.jpg);
    background-size: 100%;
}
.re1{
    background-image: url(../img/re1.jpg);
    background-size: 100%;
}
.av1{
    background-image: url(../img/av1.jpg);
}
.inv1{
    background-image: url(../img/inv1.jpeg);
}
.ma1{
    background-image: url(../img/ma1.jpg);
}
.fu1{
    background-image: url(../img/fungiGaleria.jpg);
}
.pt1{
    background-image: url('https://multimedia20stg.blob.core.windows.net/especimenesreduced/IMG_20181008_144312.jpg');
}
.rn1{
    background-image: url('https://multimedia20stg.blob.core.windows.net/regiones/173130-3096_IMG.JPG');
}


.an1:hover{
    background-image: url(../img/an1.gif);
}
.re1:hover{
    background-image: url(../img/re1.gif);
}
.av1:hover{
    background-image: url(../img/av1.gif);
}
.ma1:hover{
    background-image: url(../img/ma1.gif);
}


.btn-primary {
    color: #fff;
    background-color: #006a8a;
    border-color: #2e6da4;
}

    .btn-primary:hover {
        color: #B3E5E3;
        background-color: var(--button-primary-color);
        border-color: var(--button-primary-color);
    }


.ficha h1, h2, h3 {
    margin-top: 10px;
    margin-bottom: 5px;
}

.buttonFicha {
    background: #003F60;
    padding: 10px;
    text-align: center;
}

    .buttonFicha a {
        color: white;
        text-decoration: none;
        cursor: pointer;
    }


    .buttonFicha:hover {
        background: #41521F;
    }

    .buttonFicha a:hover {
        color: white;
    }

.header-ficha {
    border-top-left-radius: 10px;
    background: ('../../../principal/img/bg1.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 300px;
}

.header-text-ficha {
    text-align: center;
    color: white;
}

    .header-text-ficha .texto {
        margin-top: 60px;
        margin-bottom: 30px;
    }

        .header-text-ficha .texto h3, .header-text-ficha .texto h5 {
            margin-top: -10px;
        }

.ficha-buttons {
    position: absolute;
    top: 300px;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    color: white;
    border-radius: 50%;
    text-align: center;
}

    .ficha-buttons a {
        color: white;
        line-height: 46px;
        font-size: 20px;
    }

        .ficha-buttons a:hover {
            color: white;
        }

.photos {
    left: 15%;
}

.cantos {
    right: 15%;
}

.fichaBusqueda {
    border-bottom: 1px solid #41521F;
    padding: 20px;
    margin-bottom: 10px;
}

.layer-background {
    background-color: rgba(0,0,0,0.0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.profile-picture {
    position: absolute;
    top: 250px;
    right: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -150px;
    height: 300px;
    width: 300px;
    background: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /* make it a circle */
    border-radius: 50%;
}

@media screen and (max-width: 767px) {
    .photos {
        left: 5%;
    }

    .cantos {
        right: 5%;
    }
}

/*fichas imagenes*/
.ficha-imagenes {
    min-height: 200px;
    background: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    margin-bottom: 30px;
    margin-top: 30px;
}

    .ficha-imagenes:hover {
        opacity: 0.2;
        transition: all 1s;
        -webkit-transition: all 1s;
    }

.ficha-imagenes-preview {
    background: #ddd;
    padding-bottom: 50px;
    padding-top: 50px;
}

.ficha-cerrar {
    position: absolute;
    color: white;
    right: 40px;
    top: 10px;
    font-size: 4em;
    cursor: pointer;
}

.angular-google-map-container {
    position: absolute;
    height: 100%;
    min-width: calc(100% - 200px);
    width: calc(100% - 200px);
}

#mapaBusqueda .angular-google-map-container {
    position: absolute;
    height: 100%;
    min-width: calc(100%);
    width: calc(100%);
}

#especimen .angular-google-map-container {
    position: absolute;
    height: 100%;
    min-width: 96%;
    width: 96%;
}

.datosMapa {
    position: fixed;
    top: 50px;
    min-height: 100px;
    background: #eee;
    min-width: calc(100% - 200px);
    width: calc(100% - 200px);
    padding-top: 20px;
}

    .datosMapa p {
        margin: 0px !important;
    }

.sinbanner {
    padding-top: 70px;
}

.clickable-row {
    cursor: pointer;
}

.datos .col-md-6 .row, .datos .col-xs-12 .row {
    padding: 8px;
    line-height: 1.42857143;
}

    .datos .col-md-6 .row:nth-of-type(odd), .datos .col-xs-12 .row:nth-of-type(odd) {
        background: #f9f9f9;
    }

@media (max-width: 767px) {
    .datosMapa {
        padding-top: 10px;
        min-height: 40px;
    }

        .datosMapa h3 {
            font-size: 16px;
        }

    .angular-google-map-container {
        min-width: 100%;
        width: 100%;
    }

    .datosMapa {
        min-width: 100%;
        width: 100%;
    }

    .sinbanner {
        padding-top: 70px;
    }
}

#nombreCorto {
    color: white !important;
}
/*pdf*/
#pdfMargins .titulosOrden {
    color: #49004C !important;
}

#pdfMargins h3 {
    color: #333 !important;
}

#pdfMargins {
    margin: 70px 30px 70px 30px;
}

    #pdfMargins p {
        margin: 15px 0;
    }

#imagenes {
    page-break-before: always;
}

    #imagenes table {
        padding: 0 20px 0 20px;
        width: 100%;
    }

    #imagenes th {
        min-width: 50%;
    }

    #imagenes td {
        align-content: center;
        text-align: center;
    }

        #imagenes td span {
            text-align: center;
            color: #aaa;
            font-size: 8px;
        }

    #imagenes img {
        height: 170px;
        /*width: 255px;*/
        align-content: center;
    }

    #imagenes .col12 {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        float: none;
    }

.vertical-text {
    vertical-align: top;
    transform: rotate(-90deg);
    transform-origin: 100% 100%;
    -ms-transform: rotate(-90deg); /* IE 9 */
    -ms-transform-origin: 100% 100%; /* IE 9 */
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: 100% 100%;
    z-index: 100;
    margin-left: -75px;
    margin-top: 15px;
    display: inline-block;
    color: gray;
}

.vertical-text-rotated {
    vertical-align: top;
    transform: rotate(-90deg);
    transform-origin: 100% 100%;
    -ms-transform: rotate(-90deg); /* IE 9 */
    -ms-transform-origin: 100% 100%; /* IE 9 */
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: 100% 100%;
    z-index: 100;
    margin-right: -35px;
    margin-top: 15px;
    display: inline-block;
    color: gray;
}

.caption-img {
    display: inline-block;
}


#buttonImprimir {
    position: fixed;
    bottom: 10px;
    right: 40px;
}



#search-button {
    width: 97px;
    height: 63px;
    margin-left: -30px;
    margin-bottom: 10px;
}

#search-button-advanced {
    width: 97px;
    height: 63px;
}


#homesearch-button {
    width: 97px;
    height: 63px;
    margin-left: -8px;
    margin-bottom: 10px;
}

#advanced-search-button {
    width: 97px;
    height: 63px;
    margin-left: -179px;
    margin-bottom: -19px;
    margin-top: -5px;
}

#search-keywords-box {
    font-size: 30px;
}

#homesearch-keywords-box {
    /*box-shadow:none !important;*/
    outline: none;
    border: none !important;
    box-shadow: none !important;
    padding-left: 15px;
    border: none;
    width: 95%;
    /*line-height: 52px; */
    /*padding: 0px 0px 0px 0px;	*/ font-size: 30px;
    height: 50px;
    margin-bottom: 10px;
    font-weight: lighter;
    color: grey;
    padding-top: 7px;
    /*height: 50px;
	width: 1040px;
	font-size: 28px;
	line-height: 50px;
	border: none;*/
}

#search-keywords-box::-webkit-input-placeholder { /* WebKit browsers */
    color: #aaa;
}

#search-keywords-box:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #555;
}

#search-keywords-box::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #555;
}

#search-keywords-box:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #555;
}

.especieGaleria {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 290px;
    /*border: 1px solid #b3b3b3;*/
    border-radius: 15px;
    margin: 0 0 15px 0;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 4px 10px 0 10px;
    background: #eee;
}

    .especieGaleria img {
        max-height: 250px;
        margin: auto;
    }

    .especieGaleria p {
        margin: 5px 0 !important;
    }

    .especieGaleria .fotos {
        margin: auto;
    }

.especieGaleria2 {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 290px;
    /*border: 1px solid #b3b3b3;*/
    margin: 0 0 15px 0;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin: 0 0 0 0;
    padding: 4px 10px 0 10px;
    background: #eee;
}

    .especieGaleria2 img {
        max-height: 250px;
        margin: auto;
    }

    .especieGaleria2 p {
        margin: 5px 0 !important;
    }

    .especieGaleria2 .fotos {
        margin: auto;
    }

.buttonInformacion {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    /*border: 1px solid #b3b3b3;*/
    margin: 0 0 15px 0;
    padding: 4px 10px 0 10px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background: #006a8a;
    color: white;
}

    .buttonInformacion p {
        margin: 6px 0 !important;
    }

    .buttonInformacion a, .buttonInformacion a:hover {
        color: white;
    }

    .buttonInformacion:hover{
        background: #6db3db;
    }

.background-header-ficha {
    border-top-left-radius: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

/*magnifier*/
#noticias a {
    color: #337ab7!important;
    text-decoration: none
}