body {
    background-color: #d3d6dc;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin: 0;
}

header {
    display: flex;
    background-color: #fdfeff !important;
    min-height: 65px;
    justify-content: space-around;
    padding-left: 45px;
    padding-right: 45px;
    align-items: center;
}

.logo{
    display: flex;
    align-items: center;
}

header img {
    max-width: 65px;
}

header h1{
    padding-left: 17px;
    font-size: 20px;
    cursor: pointer;
}

header a{
    text-decoration: none;
    color: rgb(0, 136, 255);
}

.nav-link:hover{
    color: rgb(255, 217, 0);
    font-size: 15.1px;
}

nav a{
    cursor: pointer;
    font-size: 15px;
}



.fixed-bar{
    display: flex;
    flex-flow: row;
    /*align-items: center;*/ /*CSS para letras*/
    justify-content: space-evenly;
    width: 500px;
    position: fixed;
    z-index: 999;
    transform: rotate(270deg);
    transform-origin: 0% 0%;
    top: 600px;
    flex-direction: row-reverse;
}

.fixed-bar button {
    display: flex;
    flex-flow: row;
    justify-content: center;
    padding: .3rem 1rem;
    /*font-weight: var(--mb2-pb-fwmedium); color: #fff; font-size: .85rem; align-items: center;*/ /*CSS para letras*/
    border: 0;
    background-color: #2b5563;
    border-radius: 0px 0px 15px 15px;
    box-shadow: -3px 1px 7px 1px #162e51;
}
.fixed-bar button span {
    display: inline-flex;
}

.imgredes{
    margin-inline: 5px;
    width: 33px;
    transform: rotate(45deg);
  }

.imglaces{
    margin-inline: 5px;
    width: 33px;
    transform: rotate(45deg);
    text-decoration: none;
    color: #ffffff;
    font-size: 35px;
}



.BIENVENIDA{
    position: relative;
    display: flex;
    overflow: hidden; /*propiedad para que nada se pueda salir de ese cuadro, en este caso del section*/
    justify-content: space-around;
    background-color: rgb(19, 82, 153); 
    max-height: 300px;
}



.BANNER-BIENVENIDOS{
    display: flex;
    align-items: center;
}
.imglesia{
    max-width: 320px;
    margin-right: 20px;
}
.LETRA-BN{
    display: flex;
    flex-direction: column;
    align-items: center;
}




.SUBT{
    display: flex;
    background-color: #fdfeff !important;
    color: rgb(0, 136, 255);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    justify-content: center;
    margin: 0;
    font-size: 60px;
    position: relative;
}


.MOVEMAGEN{
    background-color: rgba(19, 82, 153);
    position: relative;
}

.slide{
    margin-right: 15px;
}

.slider{
    background-color:rgb(19, 82, 153);
    width: 85vw;
    height: auto;
    margin: auto;
    overflow: hidden;
    padding-block: 0.3rem;
}

.slider .slide-track {
    display: flex;
    align-items: center;
    animation: scroll 45s linear infinite;
    -webkit-animation: scroll 45s linear infinite;
    width: calc(250px * 14);
}

.slider .slide {
    width: 250px;
}

.slider .slide img {
    width: 100%;
    border-radius: 14px;
    box-shadow: 5px 5px 15px;
    /*aqui puedes cambiar las propiedades de las imagenes*/
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(calc(-250px * 7));
        transform: translateX(calc(-250px * 7));
    }
}


.MAPA{
    display: flex;
    padding-block: 10px;
    background-color: rgb(19, 82, 153);  
}

.mapadro{
    display: flex;
    background-color: #5e457b;
    width: 80vw;
    max-width: 1100px;
    height: 250px;
    min-width: 320px;
    margin: auto;
}
footer{
    background-color: #262626;
    color: #fff;
}

.cero{
    display: flex;
    justify-content: center;
}
.uno{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: 0;
}
.dos{}

.DOWN-IMG{
    width: 7vh;
    padding: 3vh;
}