.efecto-terr{
    /* border: 2px solid black; */
    height: auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.efecto-terr .uno{
    /* border: 2px solid black; */
    /* width: 100%; */
    margin-bottom: 2rem;
}

.efecto-terr .uno img{
    /* border: 12px solid black; */
    width: 65%;
}

.efecto-terr .uno .imagenpeq{
    /* border: 2px solid black; */
    margin-top: 1rem;
    width: 10%;
}



.efecto-terr .tres{
    /* border: 2px solid black; */
    margin-bottom: 2rem;
}



.tres .dos-guia{
    /* border: 2px solid black; */
    display: flex;
    position: relative;
}


.efecto-terr .uno-1{
    /* border: 1px solid black; */
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(15.2rem, 1fr));
    grid-auto-rows: auto;
    gap: 2rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.uno-1 .articulo{
    /* border: 1px solid black; */
    margin: auto;
}

.uno-1 img{
    /* border: 2px solid black; */
    width: 45%;
    object-fit: contain;
    text-align: center;
    margin: auto;
}


.dos-guia img{
    /* border: 10px solid black; */
    width: 65%;
    text-align: center;
    margin: auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.dos-guia .overlay1 {
    /* border: 1px solid black; */
    position: absolute;
    top: 29%;
    left: 29%;
    /* left: 18.7rem; */
    width: 13%;
    height: 7%;
}

.dos-guia .overlay2 {
    /* border: 1px solid black; */
    position: absolute;
    top: 47%;
    left: 53.5%;
    /* left: 15em; */
    width: 10.5%;
    height: 4.5%;
}

.dos-guia .overlay3 {
    /* border: 1px solid black; */
    position: absolute;
    top: 65%;
    left: 38%;
    /* left: 15em; */
    width: 12%;
    height: 7%;
}


.dos-guia .overlay4 {
    /* border: 1px solid black; */
    position: absolute;
    top: 69%;
    left: 53.5%;
    /* left: 15em; */
    width: 11.5%;
    height: 4.5%;
}

.dos-guia .overlay5 {
    /* border: 1px solid black; */
    position: absolute;
    top: 82%;
    left: 69.5%;
    /* left: 15em; */
    width: 12.5%;
    height: 4.5%;
}

.efecto-terr .dos-1{
    /* border: 1px solid black; */
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(11.2rem, 1fr));
    grid-auto-rows: auto;
    gap: 2rem;
    margin-bottom: 2rem;
}

.dos-1 .articulo{
    /* border: 1px solid black; */
    margin: auto;
}

.dos-1 .imgLideresR{
    /* border: 2px solid black; */
    width: 35%;
    text-align: center;
    margin: auto;
}

.dos-1 .imgTematicas{
    /* border: 2px solid black; */
    width: 70%;
    text-align: center;
    margin: auto;
}


.efecto-terr .tres-1{
    /* border: 1px solid black; */
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(11.9rem, 1fr));
    grid-auto-rows: auto;
    gap: 1rem;
    place-items: center;
    margin-bottom: 2rem;
}

.tres-1 .articulo{
    /* border: 1px solid black; */
    margin: auto;
}

.tres-1 img{
    /* border: 2px solid black; */
    width: 30%;
    object-fit: contain;
    text-align: left;
    margin: auto;
}


.efecto-terr .cuatro{
    border: 12px solid black;
    margin-bottom: 2rem;
}

.efecto-terr .cuatro img{
    width: 100%;
    margin: auto;
}



@media screen and (max-width:991px){
    .uno-1 img{
        /* border: 2px solid black; */
        width: 55%;
    }


    .efecto-terr .cuatro img{
        /* border: 12px solid black; */
        width: 75%;
    }

    .dos-guia .overlay1 {
        /* border: 1px solid black; */
        top: 30.5%;
    }

    .dos-guia .overlay2 {
        top: 47%;
    }

    .dos-guia .overlay3 {
        top: 64%;
    }
    
    .dos-guia .overlay4 {
        top: 67.5%;
    }

    .dos-guia .overlay5 {
        top: 79.5%;
        left: 69.5%;
    }


}


@media screen and (max-width:621px){
    .efecto-terr .uno-1{
        /* border: 1px solid black; */
        grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
    }
    

    .efecto-terr .uno img{
        width: 100%;
    }    
    
    .efecto-terr .uno .imagenpeq{
        width: 25%;
        margin: auto;
    }
    
    .uno-1 img{
        /* border: 2px solid black; */
        width: 38%;
    }



    .dos-guia img{
        /* border: 1px solid black; */
        width: 100%;
    }

    .efecto-terr .cuatro img{
        width: 45%;
    }


    .efecto-terr .cinco img{
        width: 100%;
    }


    .dos-guia .overlay1 {
            /* border: 1px solid black; */
        /* top: 30.5%; */
        left: 17%;
        width: 21%;
        height: 8%;        
    }

    .dos-guia .overlay2 {
            /* border: 1px solid black; */
        width: 21%;
        height: 5%;
    }

    .dos-guia .overlay3 {
            /* border: 1px solid black; */
        top: 62%;
        left: 30%;
        width: 21%;
        height: 10%;
    }

    .dos-guia .overlay4 {
        /* border: 1px solid black; */
        top: 66.5%;
        width: 21%;
        height: 8%;
    }

    .dos-guia .overlay5 {
        /* border: 1px solid black; */
        top: 76.5%;        
        left: 78%;
        width: 23%;
        height: 8%;
    }

}