html,
body {
    font-weight: 400
}

.clear {
    clear: both;
}

.azulo {
    color: #215177 !important;
}

.cursiva {
    font-style: italic;
}

.negrita {
    font-weight: bold
}

.homepage #header-wrapper {
    padding: 0 !important
}

.separacion40 {
    height: 40px;
}

.row {
    margin: 0;
}

.negrita {
    font-weight: bold !important
}

#header {
    position: static;
    width: 100%;
}


#nav {
    /*backgroundp rgba(26,65,94,0.8);*/
    background-color: #fff;
    position: static;
    width: 100%;
    height: auto;
    border-bottom: 4px solid #215177
}

#nav li a {
    font-size: 30px;
    font-weight: bold
}

#nav li a:hover {
    text-decoration: underline;
}

#nav img {
    vertical-align: middle;
}

#fondomapa {
    position: relative;
}

#fondomapa img {
    max-width: 100%;
}

#hero {
    padding: 30px;
    background: rgba(26, 65, 94, 0.7);
    border: 2px solid #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 25%;
    text-shadow: 2px 2px #000000;
}

#hero h1 {
    color: #fff;
    font-size: 3em;
    padding: 50px 20px 50px 20px;
}


#footer-wrapper {
    background-color: #215177;
    color: #fff;
}


#ftop {
    background-color: #215177;
    color: #fff !important;
    text-align: center;
    display: none;
    height: 50px;
    width: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: fixed;
    right: 10px;
    bottom: 30px;
    border: 1px solid #fff;

}

#ftop a {
    color: #fff !important;

}

#ftop i {
    margin-top: -3px
}

#ftop:hover a {
    color: #fff !important
}

#ftop:hover {
    cursor: pointer;
    background-color: #5389B3;
    color: #fff;
}


.btn {
    background-color: #3d7aac;
    color: white;
    border: none;
    margin-top: 20px
}

.btn:hover {
    background-color: #6daadd;
    color: white;
}

.feature {
    position: relative;
}

.mas_info {
    position: absolute;
    float: right;
}

.image-wrapper img {
    max-width: 100%;
    max-height: 200px
}

#productos header {
    margin-bottom: 10px;
}

#productos .row p {
    height: 150px
}

/* 
#productos .feature {
     height: 660px; 
} */

.wrapper section {
    z-index: 9999;
    border: 1px solid #215177;
}

.img_familia {
    max-width: 100%
}

#listadoproductos .prod {
    height: 300px;
}

.prod_tit {
    font-weight: bold;
    color: #215177;
    font-size: 1.2em;
}

.prod_lat {
    font-style: italic;
}

.prod_orig {
    text-decoration: underline;
}

.prod_det {
    text-align: center;
}

.prod_det th {
    font-weight: bold;
}

.prod_img {
    text-align: center;
}

.prod_img img {
    max-width: 100%
}

.feature p {
    text-align: justify;
}

.descripcion {
    font-size: 16px;
    text-align: justify;
    line-height: 20px
}

.procedencia {
    margin-left: 50px
}

.procedencia li {
    list-style: disc;
}

.prod_desc {
    font-size: 1.2em;
    margin-bottom: 0;
}

.prod_list {
    margin-left: 30px;
    margin-bottom: 0;
}

.sublista {
    margin-left: 20px;
    font-size: 14px
}

.fotorama__caption {
    text-align: center;
    background-color: #215177;
    color: white
}

.fotorama__caption__wrap {
    background-color: #215177
}

@media screen and (max-width: 1280px) {

    #listadoproductos .prod {
        height: 240px;
    }

    .prod {
        padding: 20px;
    }

    #productos .feature {
        padding: 20px;
    }
}


@media screen and (max-width: 1080px) {
    .row {
        margin: 0;
    }


}

@media screen and (max-width: 820px) {
    #listadoproductos .prod {
        height: auto;
    }

    #productos .feature {
        height: auto;
    }


    .row {
        margin-top: 50px;
    }

    .prod {
        margin-bottom: 0px !important;
        text-align: center;
        padding-bottom: 20px
    }
}