* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    min-height: 100%;
    position: relative;

}
/******************** OVERLAY IMAGENES ************************************/

#expo .contenedor-expo {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    
}

#expo article {
    margin: 15px;

}

#expo img {
    width: 100%;
    max-width: 286px;
    top: 58px;


}

#expo h3 {
    text-align: center;
    color: dimgrey;
}

#expo h4 {
    text-align: left;

}

#expo .contenedor-expo a {
    text-decoration: none;
    color: dimgrey;
}
.galeria {
    padding-bottom: 2em;
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
}

.galeria h3 {
    width: 100%;
    padding: 1em;
}

.galeria figure {
    width: 45vmin;
    margin: .125em;
    position: relative;
    overflow: hidden;
}

.galeria img {
    display: block;
}

.galeria figcaption {
    background-color: rgba(0,0,0,.5);
    color: white;
    padding: .5em;
    line-height: 1em;
    position: absolute;
    height: 100%;
    top: calc(100% - 1.65em);
    transition: all .5s ease;
    
}

.galeria figure:hover figcaption {
    background-color: rgba(0,60,60,.5);
    top:35%;
    transition: all .5s ease;
}

.galeria figcaption span {
    display: block;
    font-size: .75em;
    color: #ddd;
}

.galeria figcaption > a{
    color: greenyellow;
    text-decoration: none;
}

.textos {
    padding: 1em;
    max-width: 40em;/
    margin-left: auto;
    margin-right: auto;
}

.textos > * {
    margin-bottom: 1em;
}

.textos > div h4 {
    background-color: rgba(150,200,150,.75);
    padding: .25em;
    margin-bottom: .5em;
    position: sticky;
    top: 0;
} 

.subir {
    text-decoration: none;
    color: darkcyan;
    font-weight: bold;
}

.subir:hover {
    text-decoration: underline;
}
.galeria h4{
     color: darkseagreen;
    
}

/********************* FIN OVERLAY ***********************************/

body {
    font-family: "Roboto", Monserrat, sans-serif;
    min-height: 100vh;
}

header {
    width: 100%;
    height: 58px;
    background: #008e5c;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.contenedor {
    width: 87%;
    margin: auto;
}

#menu-bar {
    display: none;
}

header label {
    float: left;
    font-size: 28px;
    margin: 6px 0;
    cursor: pointer;
}

.menu {


    position: absolute;
    left: 0;
    width: 42%;
    right: -50vw;
    height: 100vh;
    background: rgba(51, 51, 51, 0.9);
    transition: all .6s ease;
    transform: translateX(-100%);
}

.menu li {
    list-style: none;
}

.menu a {
    display: block;
    color: #fff;
    height: 50px;
    text-decoration: none;
    padding: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.menu a:hover {
    background: #008e5c;
}


.desplegable {
    display: none;
    position: absolute;
    background-color: rgba(51, 51, 51, 0.9);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    display: none;
}

.desplegable li a {
    color: #fff;
    padding: 12px 16px;
    text-decoration: none;
    text-align: left;
}

.desplegable a:hover {
    background-color: #008e5c;
}

.menu li:hover .desplegable {
    display: block;

}

#menu-bar:checked ~ .menu {
    transform: translateX(0%);
}

header.contenedor {
    display: table;
}

section {
    margin-bottom: 25px;
    width: 100%;

}
.contenedor-banner {
    bottom: 0;
    left: 0;
    color: #fff;
    position: absolute;
    padding: 20px;
}
#banner {
    margin-top: 58px;
    color: #fff;
    background: url(../imagenes/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    max-width: 100%;
    height: 160px;
    position: relative;

}
#banner h2{
    font-size:22px;
}





#sindicato {
    top: 60px;
    position: relative;
    width: 100%;
    align-items: center;

}

#sindicato img {
    top: 60px;
    width: 100px;
    float: left;
    margin: 0 10px 10px 0;



}

#sindicato .contenedor-sindicato {
    position: absolute;
    top: 50%;
    color: #fff;
    width: 80%;
    justify-content: center;

}

#sindicato .sindicato-baner {
    width: 100%;
    padding: 20px;
    top: 60px;
    color: dimgray;

}


#Bienvenidos {
    width: 100%;
    text-align: center;
    color: dimgray;
    padding: 20px;
}

#proyecto {
    width: 100%;
    text-align: center;
    color: dimgray;
    padding-bottom: 70px;
    
    
}

#proyecto .contenedor-proyecto {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    margin-top: 70px;
    justify-content: center;
}

#proyecto h4 {
    color: #494747;
    text-align: left;

}
#proyecto h6{
    color: #008e5c;
}
.datos p{
    font-size: 14px;
}

#proyecto a {
    display: block;
    width: 100px;
    color: #494747;
    text-decoration: none;
    font-size: 15px;
    border: 3pxs solid #fff;
}

#proyecto a:hover {
    background: rgba(51, 51, 51, 0.5);
    text-align: center;
}

button{
   
   align-items: center;
    
}

button{
    background-color: darkgray;
    color: #fff;
    width: 120px;
    height: 25px;
    border: 1px solid #338033;
    font-size: 14px;
    border-radius:6px;
    transition: .6s ease;
    overflow: hidden;
    align-items: center;
}

button:focus {
    outline: none;
}

button:before {
    content: ;
    display: block;
    position: absolute;
    background: rgba(255,255,255,.5);
    width:auto;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .5s;
    filter: blur(30px);
    transform: translateX(-130px) skewX(-15deg);
    
}

button:after{
    content: ;
    display: block;
    position: absolute;
    background: rgba(255;255;255;.3s);
    width: 30px;
    height: 100%;
    left: 30px;
    top: 0;
    opacity: 0;
    filter: blur(30px);
    transform: translate(-100px) scaleX(-15deg);
    
}
button:hover{
    background: #338033;
    cursor: pointer;
    
}
button:hover:before {
    transform: translateX(80px) skewX(15deg);
    opacity: .6;
    transition: .7s ease;
    position: relative
}
button:hover:after {
    transform: translateX(80px) skewX(15deg);
    opacity: .1;
    transition: .7s ease;
}
.btn{
    width: 100%;
    height: 50px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    
}

.btn der{
    
}
.btn izq{
    
}
.btn a{
    text-align: center;
    text-decoration: none;
}
.video-youtube {
    position: relative;
    margin: 0;
    height: 0;
    padding-bottom: 56.25%;
    justify-content: center;


}

.video-youtube iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.gracias {
    width: 100%;
    position: absolute;
    top: 20%;
    text-align: center;
    color: dimgray;
    padding: 20px;
}

#info {

    color: dimgray;
    text-align: center;

    justify-content: flex-start
}

.contenedor-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;


}

.info-acuerdos {
    margin: 12px;
    bottom: 30%;
}

.info-acuerdos img {
    width: 170px;
    height: 170px;
    padding: 10px;

}

#bienvenidos-expo {
    width: 100%;
    align-content: center;
    color: dimgray;
    padding: 20px;
}

#bienvenidos-expo . h2 {
    color: #494747,
}

#presentes {
    margin-bottom: 10%;
    position: relative;

    width: 100%;
}

#presentes img {
    width: 100%;
    height: 100%;
    padding: 20px;
}

#presentes .contenedor- presentes {
    position: absolute;
}



.container {
    width: 80%;
    margin: 0 auto;
    margin-top: 58px;
    padding: 0;
}

input[type=text],
input[type=email],
input[type=number],
input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

textarea {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;

}

input[type=submit] {
    width: 100%;
    background-color: #008219;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;

}

input[type=submit]:hover {
    background-color: rgba(51, 51, 51, 0.9);
}

div.form {
    border-radius: 5px;
    /*    background-color: #f2f2f2;*/
    padding: 20px;
    margin-top: 20px;
}

.contenedor-login {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    margin-bottom: 15%;

}

.contenedor-login input[type=submit] {
    width: 35%;
    background-color: #008219;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;

    text-align: center;
    justify-content: center;

}

.contenedor-login input[type=submit]:hover {
    background-color: rgba(51, 51, 51, 0.9);
}

.contenedor-cursos{
     display: flex;
    justify-content: center;
    flex-wrap: wrap;
  
}

#cursos{
    width: 100%;
    padding: 20px;
    
    
}

#cursos img{
    width: 100%;
    max-width: 286px;
    top: 58px;
    padding: 20px;

}




footer .contenedor-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    bottom: 0;
    width: 100%;
    background-color: #008219;
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding: 1rem;
}

footer {
    background-color: #008219;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    color: white;

}

.img_inti{
    background: url(../imagenes/inti.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: auto;
}
.pie-obligatorio {
    font-size: 12px;
    text-align: center;


}

.redes {
    width: 100%;
    text-align: center;
    font-size: 18px;
}

.redes a {
    color: #fff;
    text-decoration: none;

}

@media (min-width:1024px) {
    .menu {
        position: static;
        width: auto;
        height: 58px;
        transform: translateX(0%);
        float: right;
        display: flex;
        background: #008e5c;
    }
    header label {
        display: none;
    }

    .menu a {
        border: none;
    }
    .menu a:hover {
        background: rgba(51, 51, 51, 0.9);
        height: 58px;
    }

    .desplegable {
        background: rgba(51, 51, 51, 0.4);

    }
    .desplegable li a {
        margin-top: 58px;
    }
}

@media (min-width:1024) {
    .contenedor: 1000 px;
}

@media (min-width:480px) {
    .flex-container h2 {
        font-size: 38px;
    }
    .flex-container a {
        margin-top: 25px;
    }
}
/* CELULAR */
@media (max-width:480px) { 
   .flex-container {
        margin-top: 58px;
        color: #fff;
        background: url(../imagenes/banner.jpg);
        background-repeat: round;
        background-size: cover;
        width: 100%;
        height: 160px;
        position: relative;
    }
    
    #menu-bar:checked ~ .menu {
        width: 100%;
    }
}
/* FIN CELULAR */

@media (min-width:768) {
    .flex-container {

        height 300px;
        overflow: hidden;
    }
    .flex-container img {
        height: auto;
        margin-top: -100px;

    }
}

@media (min-width:1024) {
    .flex-container img {
        margin-top: 200px;
    }
}



