section .mapa {
    height: 100px;
}

section #section-top .datos-contacto > div{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}
section #section-top .datos-contacto > div + div{
    margin-top: 10px;
}
section #section-top .datos-contacto a{
    text-decoration: underline;
}

section #section-bottom{
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.img-svg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

#carouselAnimales .carousel-slide,
.carouselProductos .carousel-slide{
    -webkit-flex-basis: 300px;
    flex-basis: 300px;
}

@media(min-width: 1200px){
    section #section-top{
        padding: 40px 130px;
    }
}
@media(min-width: 992px) and (max-width: 1199px){
    section #section-top{
        padding: 40px 60px;
    }
}
@media(min-width: 992px){
    section{
        padding-top: 80px;
        padding-bottom: 120px;
    }
    section #section-bottom{
        overflow: hidden;
    }
    section #section-bottom img{
        margin-left: 30px;
        margin-bottom: 30px;
        float: right;
        max-width: 400px;
    }
}
@media(max-width: 991px){
    section{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    section #section-bottom img{
        margin-bottom: 40px;
    }
    #carouselAnimales .carousel-slide,
    .carouselProductos .carousel-slide{
        -webkit-flex-basis: 200px;
        flex-basis: 200px;
    }
}
@media(min-width: 768px) and (max-width: 991px){
    section #section-top{
        padding: 40px 130px;
    }
}
@media(min-width: 768px){
    section #section-top{
        background-image: url('../../images/tramas/trama-corp2.svg');
        background-repeat: repeat;
        background-position: center center;
        background-color: #c9e9fb;
        font-size: 20px;
        position: relative;
    }
    section #section-top > div{
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-start;
        justify-content: flex-start
    }
    section #section-top .datos-contacto span{
        width: 150px;
    }
    section #section-top .contacto-img img{
        position: absolute;
        right: -5px;
        top: -57px;
    }
    section #section-top h1{
        font-family: var(--font-secondary);
        font-size: 48px;
        /*text-transform: uppercase;*/
    }
    section #section-top h2{
        font-size: 28px;
    }
}
@media(max-width: 767px){
    section{
        padding-top: 0;
        padding-bottom: 10px;
    }
    section #section-top h1{
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 50px;
        padding: 15px;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.14);
        font-weight: bold;
        font-size: 24px;
        text-align: center;
    }
    section #section-top h2{
        font-family: var(--font-secondary);
        font-size: 28px;
        text-align: center;
    }
    section #section-top .datos-contacto > div{
        width: 260px;
        margin-left: auto;
        margin-right: auto;
    }
    section #section-top .datos-contacto span{
        margin-right: 30px;
    }
}



#animalesTop {
    margin-top: 40px;
}
#animalesTop .animal,
#animalesBot .animal{
    background-repeat: repeat;
    background-position: center center;
    display: block;
    position: relative;
}
#animalesTop .animal {
    border: 1px solid #e5e5e5;
}

#animalesBot .carousel-slide {
    -webkit-flex-basis: 230px;
    flex-basis: 230px;
    height: 230px;
    -webkit-filter: sepia(100%);
    filter: sepia(100%);
    transition: transform 0.4s, opacity 0.4s, filter 0.4s;
}
#animalesBot .duaCarousel-act {
    -webkit-filter: none;
    filter: none;
}
#animalesTop .animal,
#animalesBot .carousel-slide .animal{
    background-image: url('../../images/tramas/trama-corp2.svg');
    background-color: #F5F5F5;
}
#animalesTop .animal:nth-of-type(8){
    background-image: url('../../images/tramas/trama-corp.svg');
    background-color: #F5F5F5;
}

#animalesTop .animal > a,
#animalesBot .animal > a{
    display: block;
}
#animalesTop .animal .animal-hover,
#animalesTop .animal-tienda .animal-cont,
#animalesBot .animal .animal-name{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
#animalesTop .animal .animal-hover{
    display: none;
}
#animalesTop .animal:hover .animal-hover{
    display: block;
}
#animalesTop .animal .animal-hover > div,
#animalesTop .animal-tienda .animal-cont > div,
#animalesBot .animal .animal-name > div{
    width: 100%;
    height: 100%;
    display: table;
}
#animalesTop .animal .animal-hover > div > div{
    background-color: rgba(144, 216, 255, 0.35);
    color: white;
    font-family: var(--font-secondary);
    font-size: 32px;
    text-align: center;
    /*text-transform: uppercase;*/
    display: table-cell;
    vertical-align: middle;
}
#animalesBot .animal .animal-name > div > div{
    padding-top: 50px;
    color: white;
    font-family: var(--font-secondary);
    font-size: 24px;
    text-align: center;
    /*text-transform: uppercase;*/
    display: table-cell;
    vertical-align: middle;
}
#animalesBot .animal-tienda-xs .img-svg{
    margin-right: 30px;
}
@media(max-width: 1299px){
    #animalesTop .animal-tienda #animal-tienda-txt{
        display: none;
    }
    #animalesTop .animal-tienda .btn{
        padding: 8px 12px;
    }
    #animalesTop .animal .animal-hover > div > div {
        font-size: 20px;
    }
}
@media(min-width: 768px){
    #animalesTop .container > div{
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #animalesTop .container > div > div{
        width: 20%;
    }
    #animalesTop .animal-tienda .animal-cont > div > div{
        padding: 25px;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }
    #animalesTop .animal-tienda .animal-cont h2{
        font-family: var(--font-secondary);
        font-size: 24px;
        /*text-transform: uppercase;*/
    }
    #animalesTop .animal-tienda .animal-cont p{
        font-family: var(--font-main);
        font-size: 20px;
        text-transform: none;
    }
}
