body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    background-image: url(img/fondoo.jpg);
    background-size: cover;
    background-attachment: fixed;
}


header {
    width: 100%;
    height: 130px;
    display: flex;
    overflow: hidden;
    background:#29C13D;
    margin-right: auto;
    margin-left: auto;
    top:0;
    left:0;
    right:0;
}


header p{
    text-decoration: none;
      color: #1a2537;
    font-weight: 600;
}

header a{
    text-decoration: none;
}

header a:hover{
     color: #33DA00;
}

header .nav{
    font-family:monospace;
    width:500px;
    margin-top:5px;
    padding: 10px;
    display:flex;
    align-items:center;
    justify-content: space-between;
}

header nav a{
    border-radius: 2%;
    background-color:#29C13D;
    text-decoration: none;
    padding:6px 10px;
    margin-left: 5px;
    line-height: normal;
    font-size: 25px;
    font-weight: bold;
    -webkit-transition:all 300ms ease;
    -transition:all 300ms ease;
    transition:all 300ms ease;
    
}

header nav a:hover{
    background: #e6e6e6;
    border-radius: 50px;
}

.sesion{
    width:100px;
    margin-top:50px;
    margin-left: 70px;
    margin-right:10px;
    float:right;
    font-size:12px;
    text-align: center;
}

header h1{
    font-family:monospace;
    Color:#084D11;
    font-size: 50px;
}

.h1{
    width:300px;
    text-align: left;
    margin-left: 30px;
    margin-top:5px;
    margin-right:50px;
}

.banner{
    width:300px;
    height: 130px;
    padding:6px;
}

article{
    width: 95%;
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
    background-color:#D5F5E3;
    

}

.inicio{
    width: 95%;
    background-color:#D5F5E3;
    padding:20px;
}

.inicio img{
    float: right;
    padding-left: 10px;
    margin-left:10px;
}

.inicio p{
    text-align: justify;
}


.galeria{
    font-family: sans-serif;
}

.galeria h1{
    text-align: center;
    font-size:25px;
    font-weight: 300;
    padding: 20px;
}


.contenedor-imagenes{
    width: 100%;
    display:flex;
    margin: auto;
    justify-content: space-around;
    flex-wrap: wrap;
    border-radius:3px;
    padding: 5px;
}

.contenedor-imagenes .imagen{
    position: relative;
    margin-bottom:5px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .75)
}

.imagen img{
    object-fit: cover;
}


.overlay{
    position: absolute;
    bottom: 0;
    left: 0;
    background:rgba(0, 118, 140, 0.480) ;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: .5s ease;
}

.overlay h2{
    
    color: #fff;
    font-size:20px;
    position: absolute;
    top: 50%;
    left:50%;
    text-align: justify;
    transform: translate(-50%, -50%);
}

.imagen:hover .overlay{
    height:100%;
    cursor: pointer;
}



footer{
    width: 100%;
    height:200px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    background-color:#8C8C8C;
    color:white;
}

.container-footer-all{
    width: 98%;
}


.container-body{
    display:flex;
    padding: 5px;
}

.colum1{
    max-width: 400px;
}

.colum1 h1{
    font-size:20px;
    margin-top: 10px;
    margin-left:5px;
}

.row{
    display:flex;
    padding: 10px;
}

.row img{
    margin-left: 10px;
    margin-top: 10px;
}

.row label{
    margin-top:18px;
    margin-left:10px;
    color:blue;
    font-family:sans-serif;
    font-size:16px;
}

.row2{
    margin-top:1px;
    display:flex;
}

.row2 img{
    margin-left: 20px;
}

.row2 label{
    margin-top:12px;
    margin-left:10px;
    color:#FB00A4;
    font-family:sans-serif;
    font-size:16px;
}

.colum2{
    margin-top:5px;
    margin-left: auto;
    max-width: 400px;
}


.colum3{
    max-width: 400px;
    margin-left:100px;
    margin-right:100px;
}


.colum3 h1{
    font-size:20px;
    margin-top: 30px;
    margin-left:5px;
}


.row3{
    display:flex;
}

.row3 img{
    margin-left: 10px;
    margin-top: 10px;
}

.row3 label{
    max-width: 200px;
    margin-top:15px;
    margin-left:10px;
    color:white;
    font-family:sans-serif;
    font-size:16px;
}

.container-copyright{
    margin-left: auto;
    margin-right: auto;
    width: 1404px;
    background: #3D4D4C;
    display:flex;
    justify-content: space-between;
    font-size:10px;
}

.container-{
    font-size:12px;
    background: #3D4D4C;
    display: flex;
    justify-content: space-between;
}
.copyright{
    color:#C7C7C7;
}

.information a{
    text-decoration: none;
    color:#C7C7C7;
    margin-right: 10px;
    margin-left: 5px;
}