@import url("https://fonts.googleapis.com/css2?family=Grape+Nuts&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pacifico&display=swap");
* {
    font-family: "Grape Nuts", cursive;
}
body {
    font-size: 1.6em;
}
li,
address,
h2,
h3,
h4,
h5,
h6,
span {
    font-family: "Grape Nuts";
}
span {
    font-size: 1.5em;
}
.dropdown-menu li {
    font-size: 1.3em;
}
footer a {
    text-decoration: none;
    list-style-type: none;
}
.emailbold,
address a {
    font-weight: bold;
    text-decoration: none;
    list-style-type: none;
}
.ajustarCard,
.titleBody,
footer {
    margin-top: 5px;
}

h4 {
    font-size: 1.5em;
}

.styleh2 {
    font-weight: bold;
    text-underline-position: auto;
    font-size: 1.5em;
}
footer h4 {
    font-size: 1em;
}

.inputForm {
    border: 1px solid black;
    padding: 8px;
    border-radius: 15px;
    font-size: 0.8em;
}
.typesurf {
    font-size: 0.7em;
}
.typesurforg {
    font-size: 1.3em;
}
.card {
    margin: 10px;
    width: 200px;
}
/*Elimina de los input type=number las flechas de incrmento*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

#guia:hover {
    filter: opacity(0.5);
}
span:hover {
    filter: opacity(0.5);
}

.lettercolor h4,
.lettercolor p {
    color: cornflowerblue;
}

.lettercolor a:link {
    color: cornflowerblue;
}

.orgtapiaformat p {
    color: darkgray;
    font-size: 1.5em;
    font-weight: bold;
}

.typesurforgvisit {
    color: darkgray;
    font-size: 1.5em;
}

.pConsejosSurf p {
    font-size: 1em;
}

.typesurforgvisit span {
    color: black;
    font-size: 1.1em;
}

.imgRutas {
    height: auto;
    width: 100%;
    cursor: zoom-in;
}

.accordion-item button {
    font-size: 0.7em;
}
.boton-subir {
    position: fixed;
    right: 0%;
    bottom: 5px;
    background-color: #17181c;
    background-color: white;
    padding: 0px;
    display: none;
    opacity: 0.9;
}

.boton-subir a {
    font-size: 24px;
    color: #fff;
}
.tipslifontsize {
    font-size: 24px;
}

.spanblacktext {
    font-weight: bold;
    color: black;
    font-size: 1em;
}

.pquienessomos p {
    font-size: 1em;
}

.h4quienessomos h4 {
    text-decoration: underline;
    text-align: center;
}
.imgappmoviles {
    width: 50%;
    height: 50%;
    margin-top: 15px;
    padding: 15px;
}
.divappmoviles {
    margin-top: 10px;
}
.logogoogleplay {
    width: 70%;
}
.imgsurffooter {
    opacity: 0.7;
    height: 80%;
    width: 70%;
    margin-top: 25px;
}
.imgorganigrama:hover {
    filter: opacity(0.5);
}

.video-trigger {
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.video-trigger:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.video-title {
    font-size: 1rem;
    font-weight: 500;
    margin-top: 0.5rem;
    color: #333;
}

.video-container {
    padding: 1rem;
    text-align: center;
}

.rounded-circle {
    object-fit: cover;
    width: 100%;
    height: 220px;
}

body {
    font-family: "Segoe UI", sans-serif;
    font-size: 1.5rem;
    line-height: 1.6;
    padding-top: 56px;
}
h1,
h2,
h3,
h4 {
    font-family: "Pacifico", cursive;
    text-align: center;
    margin-bottom: 1rem;
}

.w3-modal-content {
    max-width: 500px; /* o el ancho que quieras */
    margin: auto; /* para centrar */
}
.modal-foto {
    border: 6px solid #444; /* color gris oscuro */
    border-radius: 8px; /* esquinas ligeramente redondeadas */
    background-color: #f8f8f8; /* un fondo gris muy claro, tipo papel */
    padding: 5px; /* espacio entre la foto y el borde */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4); /* sombra discreta */
}
.marco-foto {
    display: inline-block;
    padding: 8px;
    border: 6px solid #444;
    border-radius: 12px; /* marco redondeado */
    background-color: #f8f8f8; /* paspartú claro */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    max-width: 700px;
}

.marco-foto img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0; /* ✅ foto recta */
}

@media screen and (max-width: 400px) {
    .tamano {
        width: 100%;
    }
    #imgescuelasurf {
        width: 100%;
        height: 100%;
    }
    #video {
        width: 100%;
        height: 100%;
    }
}

@media all and (min-width: 992px) {
    .dropdown-menu li {
        position: relative;
    }
    .dropdown-menu .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }
    .dropdown-menu .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu > li:hover {
        background-color: #f1f1f1;
    }
    .dropdown-menu > li:hover > .submenu {
        display: block;
    }
}
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: 0.5rem;
    }
}
