.cuerpo {
    overflow-x: hidden;
}

.container_borde {
    border-bottom: 5px solid #8a9597;
}

.titulo_seccion {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 40px;
    color: rgb(0, 0, 0);
}

.txt_3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: rgb(0, 0, 0);
    text-align: justify;
}

.sombra {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    background-color: white;
}

.img_sucur_pc {
    width: 100%;
    display: block;
}

.img_sucur_mob {
    width: 100%;
    display: none;
}

.description {
    font-size: 18px;
    text-align: center;
}

.map {
    height: 400px; 
    width: 100%;
}
.andf_img{
    width: 100%;
}
.card_area{
    background-color: #494b4d !important;
}

.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .5s ease-in-out, transform 1s ease-in-out;
}

.fade-in-active {
    opacity: 1;
    transform: translateY(0);
}

@media screen and (min-width: 1650px) {
    .description {
        font-size: 22px;
    }
    .map {
        height: 600px; 
        width: 100%;
    }
    .full-image-cont{
        height: 1000px; 
    }
    
}

@media screen and (max-width: 576px) {
    .titulo_seccion {
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        font-size: 24px;
        color: rgb(0, 0, 0);
    }

    .txt_3 {
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-size: 16px;
        color: rgb(0, 0, 0);
        text-align: center;
    }

    .img_sucur_pc {
        width: 100%;
        display: none;
    }

    .img_sucur_mob {
        width: 100%;
        display: block;
    }
}




/*ESTILO DE CARRUSEL*/





/*jssor slider loading skin spin css*/
.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/*jssor slider arrow skin 106 css*/
.jssora106 {
    display: block;
    position: absolute;
    cursor: pointer;
}

.jssora106 .c {
    fill: #fff;
    opacity: .3;
}

.jssora106 .a {
    fill: none;
    stroke: #000;
    stroke-width: 350;
    stroke-miterlimit: 10;
}

.jssora106:hover .c {
    opacity: .5;
}

.jssora106:hover .a {
    opacity: .8;
}

.jssora106.jssora106dn .c {
    opacity: .2;
}

.jssora106.jssora106dn .a {
    opacity: 1;
}

.jssora106.jssora106ds {
    opacity: .3;
    pointer-events: none;
}

/*jssor slider thumbnail skin 101 css*/
.jssort101 .p {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    background: #000;
}

.jssort101 .p .cv {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #000;
    box-sizing: border-box;
    z-index: 1;
}

.jssort101 .a {
    fill: none;
    stroke: #fff;
    stroke-width: 400;
    stroke-miterlimit: 10;
    visibility: hidden;
}

.jssort101 .p:hover .cv,
.jssort101 .p.pdn .cv {
    border: none;
    border-color: transparent;
}

.jssort101 .p:hover {
    padding: 2px;
}

.jssort101 .p:hover .cv {
    background-color: rgba(0, 0, 0, 6);
    opacity: .35;
}

.jssort101 .p:hover.pdn {
    padding: 0;
}

.jssort101 .p:hover.pdn .cv {
    border: 2px solid #fff;
    background: none;
    opacity: .35;
}

.jssort101 .pav .cv {
    border-color: #fff;
    opacity: .35;
}

.jssort101 .pav .a,
.jssort101 .p:hover .a {
    visibility: visible;
}

.jssort101 .t {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    opacity: .6;
}

.jssort101 .pav .t,
.jssort101 .p:hover .t {
    opacity: 1;
}