﻿.caption div {
    box-shadow: 0 0 5px #c8c8c8;
    transition: all 0.3s ease 0;
}
.img-circle {
    border-radius: 50%;
    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;
}
.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: #fff;
    text-decoration: none;
    cursor: pointer;
}
.buttonFicha:hover {
    background: #41521f;
}
.buttonFicha a:hover {
    color: #fff;
}
.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: #fff;
}
.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: #fff;
    border-radius: 50%;
    text-align: center;
}
.ficha-buttons a {
    color: #fff;
    line-height: 46px;
    font-size: 20px;
}
.ficha-buttons a:hover {
    color: #fff;
}
.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);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.profile-picture {
    position: absolute;
    top: 250px;
    right: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -100px;
    height: 200px;
    width: 200px;
    background: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
}
@media screen and (max-width: 767px) {
    .photos {
        left: 5%;
    }
    .cantos {
        right: 5%;
    }
}
.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: #fff;
    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%;
}
#especiesRadio .angular-google-map-container {
    position: absolute;
    height: 100%;
    min-width: 100%;
    width: 100%;
}
.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: 0 !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: #fff !important;
}
#pdfMargins .titulosOrden {
    color: #49004c !important;
}
#pdfMargins h3 {
    color: #333 !important;
}
#pdfMargins {
    margin: 70px 30px;
}
#pdfMargins p {
    margin: 15px 0;
}
#imagenes {
    page-break-before: always;
}
#imagenes table {
    padding: 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;
    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);
    -ms-transform-origin: 100% 100%;
    -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);
    -ms-transform-origin: 100% 100%;
    -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;
}
#tutorial .modal-body {
    max-height: 400px;
    overflow-y: auto;
}
#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 {
    outline: none;
    border: none !important;
    box-shadow: none !important;
    padding-left: 15px;
    border: none;
    width: 95%;
    tfont-size: 30px;
    height: 50px;
    margin-bottom: 10px;
    font-weight: lighter;
    color: grey;
    padding-top: 7px;
}
#search-keywords-box::-webkit-input-placeholder {
    color: #aaa;
}
#search-keywords-box:-moz-placeholder {
    color: #555;
}
#search-keywords-box::-moz-placeholder {
    color: #555;
}
#search-keywords-box:-ms-input-placeholder {
    color: #555;
}
.form-control {
    color: #006a8a !important;
}
.plan {
    border-radius: 4px;
    box-shadow: 0 2px 5px 2px #d6d6d6;
    background-color: #fff;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}
.plan .wrapper {
    padding: 40px 15px;
}
#noticias a {
    color: #337ab7 !important;
    text-decoration: none;
}
