html{
    font-family: 'Roboto', sans-serif;
    font-size:1.2em;
    text-align: justify;
}
body{
    background-image: url('../img/fondo-propuesta.png');
    background-size: cover;

}
.tecnico{
    min-height: 80vh;
    background-image: url('../img/fondo_azul.jpg');
}

.modulos{
     background: linear-gradient(
        to left,
        rgba(10, 25, 80, 0.95) 0%,
        rgba(10, 25, 80, 0.85) 30%,
        rgba(10, 25, 80, 0.60) 55%,
        rgba(10, 25, 80, 0.30) 75%,
        rgba(10, 25, 80, 0.00) 100%
    );
    height: 100vh;
}

#menu{
    margin-top:30px; margin-left:30px; margin-right: 30px;border: 1px solid darkblue; border-radius: 10px;background-color: #FFFFFF;
}




.nav-border {
    border-radius: 10px;    
    }

.celda_logo{
  display: block;
  margin-left: auto;
  margin-right: auto;
  align-self: center;
  text-align: center;  
}

#logo_escuela{
  height: 40px;    
       
}
.footer {
    background: #303030;
    color: #f3f3f3;
    font-weight: 500;
}

.footer-section {
    padding: 20px 10px;
    text-align: center;
}

.footer-section p {
    margin: 0;
    line-height: 1.6;
}

.footer-icon {
    width: 40px;
    margin: 0 10px;
    transition: transform 0.2s ease;
}

.footer-icon:hover {
    transform: scale(1.1);
}
.facilitador {
    background: #f4f4f4;
    padding: 60px 20px 0 0;
    border-radius: 20px;
    margin: 40px 0 0 0;
    text-align: justify;
}
.pie_pagina{
    background-color: darkblue;
    color: #FFFFFF;
    font-size: 1em !important;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 50px;
}

.facilitador h2 {
    font-weight: 700;
    color: #333;
}

.facilitador-img {
    width: 200px;
    height: 180px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.facilitador-rol {
    font-size: 0.9rem;
    color: #555;
}

.facilitador p {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 15px;
}

.frase-final {
    font-style: italic;
    font-weight: 500;
    margin-top: 20px;
}
.whatsapp-float {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background-color: #25D366;
    color: white;
    font-size: 28px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    z-index: 999;
    transition: transform 0.2s ease;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    color: white;
}


.pie_pagina{
    background-color: darkblue;
    color: #FFFFFF;
    font-size: 1.12em !important;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 50px;
}

/* Animaciones */
.apper{
    opacity: 0;
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.apper.visible {
    opacity: 1;
}

.apper-scale{
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.apper-scale.visible{
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.7s ease, transform 0.7s ease;

}

/* igual o mas pequeña que 1200px */
@media (max-width: 1200px) {

    h1 {font-size: 2em;}
    h3 {font-size: 1.5em;}
    #objetivos {padding-right:0};
    #titulo-taller {margin-top: 1000px; padding-top: 1000px;};
    .apper, .apper-scale,.apper.visible, .apper-scale.visible {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
        animation: none !important;
    }

}
