@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Roboto+Serif:opsz,wght@8..144,200&family=Roboto+Slab:wght@100&display=swap');
body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

.menu {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    background-color: #176B87;
    text-align: center;
    padding: 10px 0;
    z-index: 1002;
    display: block;
}

.menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.menu ul li {
    display: inline; 
}

.menu a {
    color: white;
    text-decoration: none;
    margin: 0 20px;
}

.menu a:hover {
    text-decoration: underline;
}

.inicio {
    height: 100vh;
    position: relative;
    text-align: center;
    color: white;
}

.fondo {
    background-size: calc(100% + 50px);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    transition: background-image 1s ease;
}

/* Define diferentes clases de movimiento */
/*.moveRight {
    animation: moveRight 3s linear infinite;
}

.moveLeft {
    animation: moveLeft 3s linear infinite;
}

.moveDiagonaluno {
    animation: moveDiagonaluno 4s linear infinite;
}

.moveDiagonaldos {
    animation: moveDiagonaldos 4s linear infinite;
}

.moveDiagonaltres {
    animation: moveDiagonaltres 4s linear infinite;
}
.moveDiagonalcuatro {
    animation: moveDiagonalcuatro 4s linear infinite;
}*/

/* Animaciones de movimiento */
/*@keyframes moveRight {
    0% {
        background-position: left center;
    }
    100% {
        background-position: right center;
    }
}

@keyframes moveLeft {
    0% {
        background-position: right center;
    }
    100% {
        background-position: left center;
    }
}

@keyframes moveDiagonaluno {
    0% {
        background-position: right bottom;
    }
    100% {
        background-position: left top;
    }
}

@keyframes moveDiagonaldos {
    0% {
        background-position: left bottom;
    }
    100% {
        background-position: right top;
    }
}

@keyframes moveDiagonaltres {
    0% {
        background-position: right top;
    }
    100% {
        background-position: left bottom;
    }
}

@keyframes moveDiagonalcuatro {
    0% {
        background-position: left top;
    }
    100% {
        background-position: right bottom;
    }
}*/

#contenido a{
    text-decoration:none;
    color: white;
    cursor: pointer;
}

#contenido a:hover{
    cursor: pointer;
    color: #fcfa9e;
    text-shadow: 
        -2px -2px 0 #053B50,  /* Sombra superior izquierda */
        2px -2px 0 #053B50,   /* Sombra superior derecha */
        -2px 2px 0 #053B50,   /* Sombra inferior izquierda */
        2px 2px 0 #053B50,    /* Sombra inferior derecha */
        -2px 0px 0 #053B50,   /* Sombra izquierda */
        2px 0px 0 #053B50,    /* Sombra derecha */
        0px -2px 0 #053B50,   /* Sombra arriba */
        0px 2Wpx 0 #053B50;    /* Sombra abajo */
}

.transparenciaNaranja {
    background-color: rgba(255, 165, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.contenido {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    z-index: 101;
    width: 85%;
}

#contenidoTitulo {
    font-size: xx-large;
}

#contenidoTexto {
    font-size:larger ;
}

.nosotros, .discipulado{
    min-height: 100vh;
    text-align: center;
    padding: 30px;
}

.contacto{
    text-align: center;
    background-color: #333;
    color: #fff;
    padding: 30px;
}

.nosotros {
    background-color: #ccc9c9;
    color: #333;
}

.botonCerrar {
    min-width: 20px;
    min-height: 20px;
    position: fixed;
    background-image: url("../imagenes/cerrar.png");
    background-size: cover;
    background-position: center;
    right: 10px;
    top: 10px;
}

.botonCerrar:hover {
    background-image: url("../imagenes/cerrarblanco.png");
    background-size: cover;
    background-position: center;
}

.doscolumnas {
    display: grid;
    grid-template-columns: 50% 50%;
    margin: auto;
}

form#contactoForm {
    display: flex;
    flex-direction: column;
    padding: 30px;
    width: 320px;
    margin: 0 auto;
    background: #fcfa9e;
    border-radius: 20px;
    color: #053B50;
}

form#contactoForm input, form#contactoForm select, form#contactoForm textarea {
    padding: 10px;
    display: block;
    border-radius: 20px;
    font-family: 'Montserrat', sans-serif;
    color: #053B50;
    font-size: 14px;
    width: calc(100% - 20px);
    margin: 0 auto;
    background: #b3cac3;
    border: #053B50;
    border-width: 2px;
    border-style: solid;
}

form#contactoForm label{
    text-align: left;
    padding-bottom: 5px;
}

form#contactoForm button{
    align-self: flex-end;
    width: 50%;
    padding: 10px;
    font-size: 17px;
    font-weight: 700;
    color: #F5F5F5;
    border-radius: 20px;
    background-color: #053B50;
    cursor: pointer;
    border: #053B50;
    border-width: 2px;
    border-style: solid;
}

form#contactoForm button:hover {
    background-color: #F99417;
	color: #053B50;
}

.plantillaHorizontal{
width: 1200px;
}

ch {
    font-size: 12px;
}

.derecha {
    float: right;
}

.izquierda {
    float: left;
}

.navegacion {
    position: absolute;
    top: 50%;
    width: 50px;
    text-align: center;
    z-index: 1001;
}

.navegacion button {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    cursor: pointer;
    padding: 10px;
    font-size: 18px;
}

.navegacion button:hover {
    background-color: rgba(230, 230, 230, 0.5);
    color: black;
}

.navizquierda {
    left: 0;
}

.navderecha {
    right: 0;
}

.nosotrosDivs{
    display: grid;
    grid-template-columns: 45% 45%;
    margin: auto;
    justify-content: center;
}

.nosotrosDivs div{
    padding: 0px 10px;
}

.nosotrosDivs div div img{
    width: 100%;
}

.imgdiscipulado {
    background-image: url("../../imagenes/info/discipulado.jpg");
    background-size: cover;
    background-position: center;
    min-width: 50%;
    min-height: 100%;
}

.discipulado::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-image: url("../../imagenes/info/discipulado.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1; /* Para que el pseudo-elemento esté detrás del contenido */
}

.logo{
    margin-left: 20px;
    width: 120px;
    height: 120px;
    background-image: url("../imagenes/logo.jpg");
    background-size: cover;
    border-radius: 64px;
    -moz-border-radius: 64px;
    -webkit-border-radius: 64px;
    border-width: 4px;
    border-style: solid;
    border-color: #EEEEEE;
    position: absolute;
    top: 30px;
    z-index: 1002;
    display: block;
}

.logoch{
    width: 70px;
    height: 70px;
    background-image: url("../imagenes/logo.jpg");
    background-size: cover;
    border-radius: 64px;
    -moz-border-radius: 64px;
    -webkit-border-radius: 64px;
    border-width: 2px;
    border-style: solid;
    border-color: #EEEEEE;
    position:fixed;
    top: 10px;
    left: 30px;
    z-index: 1002;
    display: none;
}

#mapa{
    width: 100%;
    height: 300px;
    border: 0;
}

#menuch{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background-color: #176B87;
    text-align: center;
    padding: 10px 0;
    z-index: 1002;
    display: none;
}

.menuIcono {
    position: absolute;
    top: 15px;
    right: 30px;
    width: 35px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}

.menuIcono div {
    width: 100%;
    height: 5px;
    background-color: #ffffff; /* Color de las barras */
    border-radius: 4px; /* Bordes redondeados opcional */
}

@media (max-width: 1250px) {
    .plantillaHorizontal{
        width: 950px;
    }

    #contenidoTitulo {
        font-size: x-large;
    }
    
    #contenidoTexto {
        font-size:large ;
    }
}

@media (max-width: 1000px) {
    .plantillaHorizontal{
        width: 750px;
    }
    .logo{
        display: none;
    }
    .menu{
        width: 180px;
        background-color: #176B87;
        color: white;
        position: fixed !important;
        top: 50px !important;
        left: 100%;
        transition: 0.3s;
        padding: 20px 0 10px 0;
        border-radius: 0 0 0 20px;
        -moz-border-radius: 0 0 0 20px;
        -webkit-border-radius: 0 0 0 20px;
    }

    .menu-visible {
        left: calc(100% - 180px); 
    }

    .menu ul li {
        padding: 15px 0;
        display:block; 
    }

    #menuch{
        display: block;
    }

    .logoch {
        display: block;
    }
    .doscolumnas {
        grid-template-columns: 100%;
    }
    #contenidoTitulo {
        font-size: larger;
    }
    
    #contenidoTexto {
        font-size:smaller ;
    }

    .nosotrosDivs{
        grid-template-columns: 80%;
    }
}

@media (max-width: 800px) {  
    .plantillaHorizontal{
        width: 550px;
    }
    .nosotrosDivs{
        grid-template-columns: 90%;
    }
    form#contactoForm {
        width: 80%;
    }
}

@media (max-width: 600px) {  
    .plantillaHorizontal{
        width: 300px;
    }

    #contenidoTitulo {
        font-size:medium;
    }
    
    #contenidoTexto {
        font-size:small ;
    }

    .nosotrosDivs{
        grid-template-columns: 100%;
    }
}



