body {
    width: 1280px;
    height: 100%;
    background-color:#ffffff;
    font-family: 'Source Sans Pro', sans-serif, Arial;
    color:#424242;
    font-size: 18px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
}
header {
    width: 100%;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
}
#navBar {
    display: grid;
    grid-template-areas: "espacio menuPrincipal";
    grid-template-columns: 35% 65%;
    grid-template-rows: 100px;
}
#espacio {
    grid-area: espacio;
    width: 100%;
    height: 100px;
    float: left;
}
#zonaLogo {
    width: 123px;
    height: 91px;
    background-image: url(../imagenes/MundosurAmbLogo.png);
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}
#menuPrincipal {
    grid-area: menuPrincipal;
    width: 95%;
    height: 50px;
    text-decoration: none;
    list-style-type: none;
    text-align: center;
    line-height: 110%;
    float: left;
    margin-top: 45px;
}
#menuPrincipal lu {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin: 0 5px;
    text-decoration: none;
    list-style-type: none;
}
#menuPrincipal li {
    text-decoration: none;
    list-style-type: none;
    padding: 10px 10px;
    font-size: 16px;
    color:#424242;
}
#menuPrincipal li a{
    text-decoration: none;
    list-style-type: none;
    color:#424242;
}
#menuPrincipal li a:hover {
    color:#0b4780;
    border-bottom: 2px solid  #0b4780;
}
#inicial {
    display: grid;
    grid-template-areas: "imagenesIndex imagenesIndex imagenesIndex" 
    "pieInicial pieInicial pieInicial";
    grid-template-columns: 34% 33% 33%;
    grid-template-rows: 400px 115px;
}
#imagenesIndex {
    grid-area: imagenesIndex;
    display: flex;
    margin-top: 0px;
    border: 1px solid #ffffff;
    margin-left: auto;
    margin-right: auto;
}
#imagenInicial {
    width: 852px;
    height: 400px;
    margin-top: 5px;
    border: 1px solid #ffffff;
}
#banner {
    width: 427px;
    height: 400px;
    background-image: url(../imagenes/InicioFacu.jpg);
    margin-top: 5px;
    border: 1px solid #ffffff;
}
#pieInicial {
    grid-area: pieInicial;
    display: flex;
    background-color: #E6E6E6;
    border: 2px solid #ffffff;
}
#servicios {
    width: 425px;
    height: 100px;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 20px;
    color: #ffffff;
}
#clientes {
    width: 425px;
    height: 100px;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 20px;
    color:#ffffff;
}
#quienesSomos {
    width: 425px;
    height: 10px;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 20px;
    color:#ffffff;
}
.tituloBotones {
    font-size: 18px;
    color:#2b3e50;
    float: left;
    margin-left: 30px;
    margin-top: 5px;
    margin-bottom: 10px;
}
#trans {
    width: 300px;
    height: 210px;
    background-color: rgba(9, 68, 107, 0.6); 
    position: absolute;
    margin-left: 60px;
 }
#lema {
    width: 250px;
    height: 250px;
    font-size: 24px;
    color: #ffffff; 
    text-align: center;
    margin-left: 30px;
    margin-top: 90px;
}
.textoResumen {
    width: 350px;
    height: 60px;
    font-size: 16px;
    color: #0b4780;
    float: left;
    margin-top: -5px;
    margin-left: 30px;
}
#inicialClientes {
    display: grid;
    grid-template-areas: "zonaClientes" "logoClientes" "panoramica"; 
    grid-template-columns: 100%;
    grid-template-rows: 400px 120px 330px;
}
#zonaClientes {
    grid-area: zonaClientes;
    margin-top: 10px;
    font-size: 22px;
    color: #ffffff;
}
#tipoCliente {
    width: 425px;
    height: 430px;
    background-image: url(../imagenes/alternativaAgua.jpg);
    float: left;
}
#bannerCliente {
    width: 425px;
    height: 420px;
    float: left;
}
#tecnicaCliente {
    display: flex;
    width: 855px;
	height:430px;
	background-color: #E6E6E6;
}
.slider {
    display: flex;
    position: absolute;
    transition: .5s;
    margin: auto;
    list-style: none;
    padding: 0;
}
.slider li {
    display: inline;
    list-style: none;
    position: absolute;
    left: 0;
    margin: 0;
}
.slider input[type="radio"] {
    position: absolute;
    z-index: 50;
    margin: 10px;
}
.slider input[type="radio"]:checked ~ div {
    opacity: 1;
}
#sbutton1 {
    float: left;
    margin-top: 360px;
    margin-left: 180px;
}
#sbutton2 {
    margin-top: 360px;
    margin-left: 200px;
}
#sbutton3 {
    margin-top: 360px;
    margin-left: 220px;
}
#sbutton4 {
    margin-top: 360px;
    margin-left: 240px;
}
#sbutton5 {
    margin-top: 360px;
    margin-left: 260px;
}
.ficha {
    display: inline;
    width: 370px;
    height: 350px;
    margin-top: 10px;
    margin-left: 20px;
    font-size: 15px;
    color: #0b4780;
    float: left;
    margin-top: 10px;
    opacity: 0;
}
#fotoFichaUno {
    width: 425px;
    height: 275px;
    position: absolute ;
    background-image: url(../imagenes/proyectSimplot.jpg);          
    margin-left: 390px;
    margin-top: 50px;
}
#fotoFichaDos {
    width: 425px;
    height: 275px;
    position: absolute;
    background-image: url(../imagenes/proyectoTereos.jpg);
    margin-left: 390px;
    margin-top: 50px;
}
#fotoFichaTres {
    width: 425px;
    height: 275px;
    position: absolute;
    background-image: url(../imagenes/proyectoSierrasChicas.jpg);
    margin-left: 390px;
    margin-top: 50px;
}
#fotoFichaCuatro {
    width: 425px;
    height: 275px;
    position: absolute;
    background-image: url(../imagenes/fichaUno.jpg);
    margin-left: 390px;
    margin-top: 50px;
}
#fotoFichaCinco {
    width: 425px;
    height: 275px;
    position: absolute;
    background-image: url(../imagenes/proyectoSanLuis.jpg);
    margin-left: 390px;
    margin-top: 50px;
}
#tituloFicha {
    font-size: 18px;
    color: #28282b;
}
#tituloClientes {
    margin-top: 10px;
    margin-left: 30px;
}
#menuClientes {
    margin-left: 10px ;
}
#menuClientes ul {
    list-style-type: none;
    margin-bottom: 0;
}
#miniMenu {
    margin-left: 150px;
    margin-bottom: 40px;
    font-size: 18px;
    list-style-type: none;
}
#panoramica{
    grid-area: panoramica;
    margin-top: 30px;
    background-image: url(../imagenes/panoramicaSudoeste.jpg);
}
#inicialServicios {
    display: grid;
    grid-template-areas: "tituloServicios contenedorServicios";
    grid-template-columns: 425px 855px;
    grid-template-rows: 100%;
    margin-right: auto;
    margin-left: auto;
}
#tituloServicios {
    grid-area: tituloServicios;
    background-image: url(../imagenes/alternativaAgua.jpg);
    border: 1px solid #ffffff;
}
#tituloServicios:hover {
    background-color: rgba(48, 74, 95, 0.9);
}
#textoTituloServicios {
    width: 360px;
    height: 200px;
    font-size: 20px;
    color: #ffffff;
    margin-top: 70px;
    text-align: right;
}
#encabezadoServicios {
    width: 350px;
    height: 60px;
    font-size: 27px;
    color: #ffffff;
    margin-top: 50px;
    margin-left: 40px;
}
#contenedorServicios {
    grid-area: contenedorServicios;
    width: 100%;
    display: flex;
}
.contenedorImagen {
    width: 25%;
    height: 530px;
    border: 1px solid #ffffff;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}    
.contenedorImagen:hover  img {
    filter: blur(1.5px);
    transform: scale(1.3) ;
    transition: all .3s;
}
img {
    width: 213Px;
    height: 100%;
    border: 1px solid #ffffff;
    transition: all .3s;
}
.contenedorImagen::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all .3s;
} 
.contenedorImagen:hover:before {
    background-color: rgba(47, 53, 58, 0.9);
    z-index: 3;
    transition: all .3s;
}  
.textoServicios {
    position: absolute;
    color: #ffffff;
    width: 90%;
    height: 100%;
    top: 0;
    margin-top: 10px;
    margin-left: 15px;
    z-index: 5;
    display: flex;
    flex-direction: column;
}  
.tituloContenedor {
    font-size: 20px;
    color: #ffffff;
    margin-top: 10px;
    margin-left: 10px;
    border-bottom: solid 2px #ffffff;
}
.parrafoContenedor {
    font-size: 14px;
    color:#ffffff;
    margin-top: 10px;
    padding: 5px;
}
.contenedorImagen:hover.tituloContenedor {
    left: 0;
    animation-delay: .3s;
    transition: all .5s;
}
.parrafoContainer {
    position: relative;
    right: 150%;
    margin-top: 15px;
    transition: all .3s;
}
.contenedorImagen:hover .parrafoContainer {
    right: 0;
    animation-delay: .3s;
    transition: all .5s;
}
#inicialSomos {
    display: grid;
    grid-template-areas: "bannerQuienes fondoContainer fondoContainer" "pieQuienes pieQuienes pieQuienes"; 
    grid-template-columns: 34% 33% 33%;
    grid-template-rows: 410px 145px;
    margin-right: auto;
    margin-left: auto;
}
#bannerQuienes {
    grid-area: bannerQuienes;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 6px;
    border: 1px solid #ffffff;
}
#textoUnoQuienes {
    width: 240px;
    height: 350px;
    font-size: 15px;
    color: #ffffff;
    text-align: center;
    float: left;
    margin-left: 35px;
    margin-top: 70px;
}
#textoDosQuienes {
    width: 350px;
    height: 310px;
    font-size: 15px;
    color: #ffffff;
    text-align: center; 
    float: left;
    margin-top: 20px;
    margin-left: 30px;
}
#fondoContainer {
    grid-area: fondoContainer;
    margin-top: 5px;
    background-image: url(../imagenes/alternativaAgua.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border: 2px solid #ffffff;
}
#containerUno {
    width: 280px;
    height: 300px;
    float: left;
    margin-top: 5px;
    cursor: pointer;
}
#containerDos {
    width: 530px;
    height: 400px;
    background-color: rgba(48, 74, 95, 0.7);
    float: right;
}
#cuadros {
    width: 120px;
    height: 390px;
    float: left;
}
#dosCatorce {
    width: 120px;
    height: 60px;
}
#yearCatorce {
    color: #45cdf3;
    font-size: 30px;
    margin-left: 15px;
}
#yearAmbiental {
    color: #ffffff;
    font-size: 18px;
    margin-top: 10px;
    margin-left: 15px;
}
#dosmilTres {
    width: 120px;
    height: 145px;
    margin-top: 10px;
}
#yearTres {
    color: #45cdf3;
    font-size: 25px;
    margin-left: 15px;
}
#yearKeppel {
    color: #ffffff;
    font-size: 17px;
    margin-left: 15px;
}
#milNoventa {
    width: 120px;
    height: 95px;
}
#yearCuatro {
    color: #45cdf3;
    font-size: 30px;
    margin-top: 10px;
    margin-left: 15px;
}
#yearBiotecma {
    color: #ffffff;
    font-size: 18px;
    margin-left: 15px;
    margin-top: 10px;
}
#pieQuienes {
    grid-area: pieQuienes;
    background-color: #E6E6E6;
    margin-top: 2px;
    border: 1px solid #ffffff;
}
#pieFondo {
    width: 845px;
    height: 120px;
    background-color: burlywood;
    float: right;
    border: 1px solid #8b4949;
}
#aguaLimpia {
    width: 425px;
    height: 140px;
    float: left;
}
#imagenAguaLimpia {
    width: 130px;
    height: 140px;
    background-image: url(../imagenes/Goal6.jpg);
    background-size: cover;
    float: left;
    margin-left: 40px;
}
#textoAguaLimpia {
    width: 300px;
    height: 100px;
    font-size: 16px;
    color: #0b4780;
    margin-left: 200px;
    margin-top: 20px;
}
#textoExperiencia {
    display: inline-block;
    margin: 0;
    width: 710px;
    height: 140px;
    font-size: 16px;
    color: #28282b;
    float: left;
}
#otroTexto {
    width: 410px;
    height: 100px;
    color: #0b4780;
    float: left;
    margin-left: 50px;
    margin-top: 20px;
    margin-bottom: 0px;
}
#parrafoUno {
    width: 380px;
    height: 30px;
    float: left;
}
#parrafoDos {
    width: 350px;
    height: 30px;
    float: left;
}
#zonaOnu {
    width: 250px;
    height: 140px;
    margin-left: 450px;
}
#onu {
    width: 122px;
    height: 85px;
    background-image: url(../imagenes/OnuSustentable.png);
    background-size: cover;
    margin-left: 80px;
    margin-top: 20px;
}
#logoClientes {
    grid-area: logoClientes;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    overflow: hidden;
    margin-top: 5px;
}
#inicialContacto {
    display: grid;
    grid-template-areas: "fondoFormulario fotoXavi fotoVero" "fondoFormulario datosDos datosUno"
    ;  
    grid-template-columns: 37% 31% 32%;
    grid-template-rows: 215px 330px; 
    margin-right: auto;
    margin-left: auto
}
#fotoVero {
    grid-area: fotoVero;
    background-image: url(../imagenes/retratoVero.jpg);
    border: 2px solid #ffffff;
    margin-top: 5px;
}
#datosUno {
    grid-area: datosUno;
    background-color:#F2F2F2;
    margin-top: 5px;
    border: 2px solid #ffffff;
}
#datosVero {
    font-size: 16px;
    color:#0b4780;
    margin-top: 20px;
    margin-left: 60px;
}
#fotoXavi {
    background-image: url(../imagenes/Xavi.jpg);
    border: 2px solid #ffffff;
    margin-top: 5px;
}
#datosDos {
    grid-area: datosDos;
    background-color:#F2F2F2;
    margin-top: 5px;
    border: 2px solid #ffffff;
}
#datosXavi {
    font-size: 16px;
    color:#0b4780;
    margin-top: 20px;
    margin-left: 60px;
}
#fondoFormulario {
    grid-area: fondoFormulario;
    background-color:#F2F2F2;
    margin-top: 5px;
    font-size: 15px;
    color:#424242;
    border: 2px solid #ffffff;
}
#zonaRedes {
    width: 450px;
    height: 150px;
}
#direccion {
    width: 400px;
    height: 30px;
    color:#0b4780;
    font-size: 14px;
    text-align: center;
}
#iconosRedes {
    width: 80px;
    height: 30px;
    float: right;
    
}
#iconoLink {
    width: 30px;
    height: 30px;
    font-size: 28px;
    color:#848688;
    float: left;
}    
#iconoWass {
    width: 30px;
    height: 30px;
    font-size: 28px;
    color:#0b4780;
    float: left;
    margin-left: 5px;
}
#formulario {
    width: 420px;
    height: 370px;
    background-color: #BDBDBD;
    padding: 10px;
    margin-left: 20px;
    border: 2px solid #ffffff;
}
.celdas {
    width: 80%;
    background: #ffffff;
    padding: 7px;
    margin-bottom: 8px;
    margin-left: 40px;
}
#botonEnvio {
    background-color: #3373af;
}
#respuesta {
    width: 300px;
    height: 60px;
    float: left;
    margin-left: 30px;
}
#textoRedes{
    width: 380px;
    height: 50px;
    color: #0b4780;
    margin-top: 5px;
    margin-left: 30px;
}

.clip img {
    display: flex;
    padding: 5px;
    width: 95px;
    object-fit: cover;
    justify-content: space-between;
    margin-top: 20px;
}
.clip2 img {
    display: flex;
    padding: 5px;
    width: 95px;
    object-fit: cover;
    justify-content: space-between;
    margin-top: 5px;
}
.clip3 img {
    display: flex;
    padding: 5px;
    width: 100px;
    object-fit: cover;
    justify-content: space-between;
    margin-top: 40px;
}
#unitank {
    display: grid;
    grid-template-areas: "fondoUnitank imagenUnitank";
    grid-template-columns: 425px 855px;
    grid-template-rows:528px;
    margin-right: auto;
    margin-left: auto;
}
#fondoUnitank {
    grid-area: fondoUnitank;
    background-image: url(../imagenes/alternativaAgua.jpg);
        
}
#tituloUnitank {
    color: #ffffff;
    font-size: 28px;
    margin-top: 20px;
    margin-left: 50px;
}
#textoUnitank {
    width: 350px;
    color: #ffffff;
    font-size: 16px;
    margin-top: 20px;
    margin-left: 50px;
}
#imagenUnitank {
    background-color: #E6E6E6;
}
#unitankUno {
    width: 400px;
    height: 250px;
    background-image: url(../imagenes/unitankUno.jpg);
    float: left;
    margin-top: 10px;
    margin-left: 20px;
    border-bottom: 5px  solid #E6E6E6;
}
#unitankDos {
    width: 400px;
    height: 250px;
    background-image: url(../imagenes/unitankDos.jpg);
    float: left;
    margin-left: 20px;
    border-top: 5px  solid #E6E6E6;
}
#unitankTres {
    width: 400px;
    height: 500px;
    background-image: url(../imagenes/unitankTres.jpg);
    float: right;
    margin-top: 10px;
    margin-right: 20px;
}
@media all and (min-width: 600px) and (max-width: 1060px) {
    header {
        width: 95%;
        height: 100%;
    }
    #espacio {
        float: left;
        width: 100%;
        height: 100px;
        margin-left: auto;
        margin-right: auto;
    }
    #zonaLogo {
        width: 123px;
        height: 91px;
        background-image: url(../imagenes/MundosurAmbLogo.png);
        margin-left: auto;
        margin-right: auto;
        margin-top: 5px;
    }
    #iconosRedes {
        width: 80px;
        height: 30px;
        float: right;
        margin-right: 35px;
    }
    #menuPrincipal {
        background-color: rgba(255, 255, 255, 0.4);
        max-width: 100%;
        padding: 0px;
        width: 95%;
        height: 30px;
        text-decoration: none;
        list-style-type: none;
        line-height: 110%;
        text-align: center;
        margin-left: 0px;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
    }
    .nav-item {
        color:#424242;
        padding: 0px;
        text-decoration: none;
        transition: 0.3s;
        margin: 0 6px;
        z-index: 1;
        font-family: 'Source Sans Pro', sans-serif, Arial;
        font-size: 15px;
        font-weight: 500;
        position: relative;
    }
    .nav-item:before {
        content: "";
        position: absolute;
        text-decoration: none;
        bottom: -6px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #3373af;
        opacity: 0;
        transition: 0.2s;
    }
    .nav-item:not(.is-active):hover:before {
        opacity: 1;
        bottom: 0;
        text-decoration: none;
        list-style-type: none;
    }
    .nav-item:not(.is-active):hover {
        color: #3373af;
        text-decoration: none;
        list-style-type: none;
    }
    .nav-indicator {
        background-color: #3373af;
        text-decoration: none;
        list-style-type: none;
        left: 0;
        position: absolute;
        bottom: 1145px;
        height: 4px;
        transition: 0.01s;
        height: 3px;
        z-index: 1;
    }
    .nav-item {
        text-decoration: none;
        list-style-type: none;
    }
    .nav-item.is-active {
        text-decoration: none;
        list-style-type: none;
    }
    #inicial {
        display: block;
        width: 100%;
        height: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    #imagenesIndex {
        display: flex;
        width: 100%;
        height: 100%;
        margin-top: 5px;
        border: 2px solid #ffffff;
    }
    #imagenInicial {
        display: block;
        width: 100%;
        height: auto;
        margin-top: 0px;
        border: 2px solid #ffffff;
    }
    #banner {
        display: block;
        width: 75%;
        height: auto;
        background-image: url(../imagenes/fondoInicio.jpg);
        background-size: cover;
        margin-top: 0px;
        border: 2px solid #ffffff;
    }
    #trans {
        width: 30%;
        height: auto;
        background-color: rgba(9, 68, 107, 0.6); 
        margin-left: 30px;
     }
    #lema {
        width: 90%;
        height: 100%;
        font-size: 20px;
        color: #ffffff; 
        text-align: center;
        margin-left: 10px;
        margin-top: 20px;
    }
    #pieInicial {
        display: flex;
        width: 100%;
        height: 300px;
        margin: 0;
        background-color: #E6E6E6;
        border: 2px solid #ffffff;
    }
    #servicios {
        display: block;
        width: 33%;
        height: 60px;
        margin-top: 5px;
        font-size: 20px;
        color: #ffffff;
    }
    #clientes {
        display: block;
        width: 33%;
        height: 60px;
        margin-top: 5px;
        font-size: 20px;
        color:#ffffff;
    }
    #quienesSomos {
        display: block;
        width:33%;
        height: 60px;
        margin-top: 5px;
        font-size: 20px;
        color:#ffffff;
    }
    .tituloBotones {
        display: block;
        font-size: 18px;
        color:#2b3e50;
        margin-left: 30px;
        margin-top: 10px;
    }
    .textoResumen {
        display: block;
        width: 80%;
        height: 100%;
        font-size: 16px;
        color: #0b4780;
        margin-top: -5px;
        margin-left: 30px;
    }
    #inicialClientes {
        width: 100%;
        height: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    #zonaClientes {
        display: block;
        width: 100%;
        height: 100%;
        margin-top: 10px;
        font-size: 22px;
        color: #ffffff;
    }
    #tipoCliente {
        display:block;
        width: 100%;
        height: auto;
        background-image: url(../imagenes/alternativaAgua.jpg);
        background-size: cover;
    }
    #bannerCliente {
        display: flex;
        width: 100%;
        height: 100%;
    }
    #tecnicaCliente {
        width: 100%;
        height: 100%;
        background-color: #E6E6E6;
        background-size: cover;
    }
    .slider {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        transition: .5s;
        margin: auto;
        list-style: none;
        padding: 0;
    }
    .slider li {
        width: 70%;
        height: auto;
        list-style: none;
        position: absolute;
        left: 0;
        margin: 0;
    }
    .slider input[type="radio"] {
        position: absolute;
        z-index: 50;
        margin: 10px;
    }
    .slider input[type="radio"]:checked ~ div {
        opacity: 1;
    }
    #sbutton1 {
        float: left;
        margin-top: 350px;
        margin-left: 140px;
    }
    #sbutton2 {
        margin-top: 350px;
        margin-left: 160px;
    }
    #sbutton3 {
        margin-top: 350px;
        margin-left: 180px;
    }
    #sbutton4 {
        margin-top: 350px;
        margin-left: 200px;
    }
    #sbutton5 {
        margin-top: 350px;
        margin-left: 220px;
    }
    .ficha {
        display: block;
        width: 70%;
        height: 100%;
        margin-top: 10px;
        margin-left: 20px;
        font-size: 15px;
        color: #0b4780;
        float: left;
        margin-top: 10px;
        opacity: 0;
    }
    #fotoFichaUno {
        width: 60%;
        height: 70%;
        position: absolute ;
        background-image: url(../imagenes/fichaCuatro.JPG);  
        background-size: cover;        
        margin-left: 400px;
        margin-top: 50px;
    }
    #fotoFichaDos {
        width: 60%;
        height: 70%;
        position: absolute;
        background-image: url(../imagenes/fichaUno.jpg);
        background-size: cover;
        margin-left: 400px;
        margin-top: 50px;
    }
    #fotoFichaTres {
        width: 60%;
        height: 70%;
        position: absolute;
        background-image: url(../imagenes/fichaDos.jpg);
        background-size: cover;
        margin-left: 400px;
        margin-top: 50px;
    }
    #fotoFichaCuatro {
        width: 60%;
        height: 70%;
        position: absolute;
        background-image: url(../imagenes/fichaTres.JPG);
        background-size: cover;
        margin-left: 400px;
        margin-top: 50px;
    }
    #fotoFichaCinco {
        width: 60%;
        height: 70%px;
        position: absolute;
        background-image: url(../imagenes/proyectoSan.png);
        background-size: cover;
        margin-left: 400px;
        margin-top: 50px;
    }
    #tituloFicha {
        font-size: 18px;
        color: #28282b;
    }
    #tituloClientes {
        margin-top: 10px;
        margin-left: 30px;
    }
    #menuClientes {
        width: 70%;
        height: 100%;
        margin-left: 10px ;
    }
    #menuClientes ul {
        list-style-type: none;
        margin-bottom: 0;
    }
    #miniMenu {
        width: 100%;
        height: auto;
        margin-left: 100px;
        margin-top: 20px;
        font-size: 18px;
        list-style-type: none;
    }
    #logoClientes {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
        overflow: hidden;
        margin-top: 5px;
    }
    #inicialServicios {
        display: inline-block;
        width: 100%;
        height: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    #tituloServicios {
        width: 100%;
        height: 100%;
        background-image: url(../imagenes/alternativaAgua.jpg);
        background-size: cover;
        border: 1px solid #ffffff;
    }
    #textoTituloServicios {
        width: 70%;
        height: 100%;
        font-size: 20px;
        color: #ffffff;
        margin-top: 30px;
    }
    #encabezadoServicios {
        width: 100%;
        height: auto;
        font-size: 27px;
        color: #ffffff;
        margin-top: 50px;
        margin-left: 40px;
    }
    #contenedorServicios {
        width: 100%;
        display: flex;
    }
    .contenedorImagen {
        width: 25%;
        height: 530px;
        border: 1px solid #ffffff;
        overflow: hidden;
        position: relative;
        cursor: pointer;
    }    
    .contenedorImagen:hover  img {
        filter: blur(1.5px);
        transform: scale(1.3) ;
        transition: all .3s;
    }
    img {
        width: 213Px;
        height: 100%;
        border: 1px solid #ffffff;
        transition: all .3s;
    }
    .contenedorImagen::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        transition: all .3s;
    } 
    .contenedorImagen:hover:before {
        background-color: rgba(47, 53, 58, 0.9);
        z-index: 3;
        transition: all .3s;
    }  
    .textoServicios {
        position: absolute;
        color: #ffffff;
        width: 90%;
        height: 100%;
        top: 0;
        margin-top: 10px;
        margin-left: 15px;
        z-index: 5;
        display: flex;
        flex-direction: column;
    }  
    .tituloContenedor {
        font-size: 20px;
        color: #ffffff;
        margin-top: 10px;
        margin-left: 10px;
        border-bottom: solid 2px #ffffff;
    }
    .parrafoContenedor {
        font-size: 14px;
        color:#ffffff;
        margin-top: 10px;
        padding: 5px;
    }
    .contenedorImagen:hover .tituloContenedor {
        left: 0;
        animation-delay: .3s;
        transition: all .5s;
    }
    .parrafoContainer {
        position: relative;
        right: 150%;
        margin-top: 15px;
        transition: all .3s;
    }
    .contenedorImagen:hover .parrafoContainer {
        right: 0;
        animation-delay: .3s;
        transition: all .5s;
    }
    #inicialSomos {
        display: inline-block;
        width: 100%;
        height: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    #bannerQuienes {
        width: 30%;
        height: auto;
        float: left;
        margin-top: 6px;
        border: 1px solid #ffffff;
    }
    #textoUnoQuienes {
        width: 90%;
        height: 100%;
        font-size: 14px;
        color: #ffffff;
        text-align: center;
        float: left;
        margin-left: 10px;
        margin-top: 20px;
    }
    #textoDosQuienes {
        width: 70%;
        height: auto;
        font-size: 10px;
        color: #ffffff;
        text-align: center; 
        float: left;
        margin-top: 20px;
        margin-left: 10px;
    }
    #fondoContainer {
        display: inline-block;
        width: 70%;
        height: auto;
        margin-top: 5px;
        background-image: url(../imagenes/alternativaAgua.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        border: 2px solid #ffffff;
    }
    #containerUno {
        display: flex;
        width: 40%;
        height: 100%;
        float: left;
        margin-top: 5px;
        cursor: pointer;
    }
    #containerDos {
        display: flex;
        width: 60%;
        height: 100%;
        background-color: rgba(48, 74, 95, 0.7);
        float: right;
    }
    #cuadros {
        width: 25%;
        height: auto;
        float: left;
        margin-top: 10px;
    }
    #dosCatorce {
        width: 100%;
        height: auto;
        margin-top: 10px;
    }
    #yearCatorce {
        color: #45cdf3;
        font-size: 20px;
        margin-top: 0px;
        margin-left: 10px;
    }
    #yearAmbiental {
        width: 100%;
        color: #ffffff;
        font-size: 15px;
        margin-left: 10px;
    }
    #dosmilTres {
        width: 100%;
        height: auto;
        margin-top: 0px;
    }
    #yearTres {
        color: #45cdf3;
        font-size: 20px;
        margin-top: 10px;
        margin-left: 10px;
    }
    #yearKeppel {
        color: #ffffff;
        font-size: 15px;
        margin-left: 10px;
    }
    #milNoventa {
        width: 100%;
        height: auto;
        margin-top: 0px;
    }
    #yearCuatro {
        color: #45cdf3;
        font-size: 20px;
        margin-top: 0px;
        margin-left: 10px;
    }
    #yearBiotecma {
        color: #ffffff;
        font-size: 15px;
        margin-left: 10px;
        margin-top: 0px;
    }
    #pieQuienes {
        display: inline-block;
        width: 100%;
        height: auto;
        background-color: #E6E6E6;
        margin-top: 2px;
        border: 1px solid #ffffff;
    }
    #pieFondo {
        width: 845px;
        height: 120px;
        background-color: burlywood;
        float: right;
        border: 1px solid #8b4949;
    }
    #aguaLimpia {
        width: 30%;
        height: auto;
        float: left;
        margin-left: 200px;
    }
    #imagenAguaLimpia {
        width: 130px;
        height: 140px;
        background-image: url(../imagenes/Goal6.jpg);
        background-size: cover;
        margin-top: 10px;
        float: left;
    }
    #textoAguaLimpia {
        width: 70%;
        height: auto;
        font-size: 15px;
        color: #0b4780;
        margin-left: 150px;
        margin-top: 20px;
    }
    #textoExperiencia {
        width: 30%;
        height:auto;
        font-size: 16px;
        color: #28282b;
        float: left;
    }
    #otroTexto {
        width: 100%;
        height: auto;
        float: left;
        color: #0b4780;
        margin-left: 50px;
        margin-top: 20px;
        margin-bottom: 0px;
    }
    #parrafoUno {
        width: 380px;
        height: 30px;
        float: left;
    }
    #parrafoDos {
        width: 350px;
        height: 30px;
        float: left;
    }
    #zonaOnu {
        width: 40%;
        height: auto;
        margin-left: 290px;
    }
    #onu {
        width: 122px;
        height: 85px;
        background-image: url(../imagenes/OnuSustentable.png);
        background-size: cover;
        margin-left: auto;
        margin-right: auto;
    }
    #inicialContacto {
        display: inline-block;
        width: 100%;
        height: auto;
        margin-right: auto;
        margin-left: auto
    }
    #fotoVero {
        width: 100%;
        height: 300px;
        background-image: url(../imagenes/Vero.jpg);
        background-size: cover;
        border: 2px solid #ffffff;
        margin-top: 5px;
    }
    #datosUno {
        background-color:#F2F2F2;
        margin-top: 5px;
        border: 2px solid #ffffff;
    }
    #datosVero {
        font-size: 16px;
        color:#0b4780;
        margin-top: 20px;
        margin-left: 60px;
    }
    #fotoXavi {
        width: 100%;
        height: 300px;
        background-image: url(../imagenes/xaviJordana.jpg);
        background-size: cover;
        border: 2px solid #ffffff;
        margin-top: 5px;
    }
    #datosDos {
        background-color:#F2F2F2;
        margin-top: 5px;
        border: 2px solid #ffffff;
    }
    #datosXavi {
        font-size: 16px;
        color:#0b4780;
        margin-top: 20px;
        margin-left: 60px;
    }
    #zonaFormulario {
        
        background-color:#F2F2F2;
        margin-top: 5px;
        font-size: 15px;
        color:#424242;
        border: 2px solid #ffffff;
    }
    #iconoLink {
        width: 30px;
        height: 30px;
        font-size: 28px;
        color:#0b4780;
        float: left;
    }    
    #iconoWass {
        width: 30px;
        height: 30px;
        font-size: 28px;
        color:#0b4780;
        float: left;
        margin-left: 5px;
    }
    #formulario {
        width: 465px;
        height: 420px;
        background-color: #BDBDBD;
        padding: 30px;
        margin-top: 40px;
        margin-left: 60px;
        border: 2px solid #ffffff;
    }
    .celdas {
        width: 80%;
        background: #ffffff;
        padding: 6px;
        margin-bottom: 8px;
        margin-left: 40px;
    }
    #botonEnvio {
        background-color: #3373af;
    }
    #textoRedes{
        width: 470px;
        height: 50px;
        color: #0b4780;
        margin-top: 15px;
        margin-left: 65px;
    }
    .clip img {
        display: flex;
        padding: 5px;
        width: 95px;
        object-fit: cover;
        justify-content: space-between;
        margin-top: 20px;
    }
    .clip2 img {
        display: flex;
        padding: 5px;
        width: 95px;
        object-fit: cover;
        justify-content: space-between;
        margin-top: 5px;
    }
    .clip3 img {
        display: flex;
        padding: 5px;
        width: 100px;
        object-fit: cover;
        justify-content: space-between;
        margin-top: 40px;
    }
    #unitank {
        display: inline-block;
        width: 100%;
        height: 100%;
        margin: 0;
        margin-right: auto;
        margin-left: auto;
    }
    #fondoUnitank {
        width: 100%;
        height: auto;
        margin: 0;
        background-image: url(../imagenes/alternativaAgua.jpg);
        background-size: cover;
    }
    #tituloUnitank {
        color: #ffffff;
        font-size: 28px;
        margin-top: 0px;
        margin-left: 50px;
    }
    #textoUnitank {
        width: 90%;
        color: #ffffff;
        font-size: 16px;
        margin-top: 20px;
        margin-left: 30px;
    }
    #imagenUnitank {
        display: block;
        width: 100%;
        height: 100%;
        background-color: #E6E6E6;
    }
    #unitankUno {
        width: 100%;
        height: 400px;
        background-image: url(../imagenes/unitankUno.jpg);
        background-size: cover;
        float: left;
        margin-top: 10px;
        margin-left: 0px;
        border-bottom: 5px  solid #E6E6E6;
    }
    #unitankDos {
        width: 100%;
        height: 250px;
        background-image: url(../imagenes/unitankDos.jpg);
        background-size: cover;
        float: left;
        margin-top: 10px;
        margin-left: 10px;
        border-top: 5px  solid #E6E6E6;
    }
    #unitankTres {
        width: 100%;
        height: 500px;
        background-image: url(../imagenes/unitankTres.jpg);
        background-size: cover;
        float: right;
        margin-top: 10px;
        margin-right: 0px;
    } 
} 

@media all and (max-width: 599px) {
    
    header {
        width: 95%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    #espacio {
        margin: 0;
        width: 100%;
        height: 100%;
    }
    #zonaLogo {
        margin: 0;
        width: 123px;
        height: 91px;
        background-image: url(../imagenes/MundosurAmbLogo.png);
        margin-top: 5px;
        margin-left: auto;
        margin-right: auto;
    }
    #iconosRedes {
        width: 70px;
        height: 30px;
        float: right;
        margin-right: 0px;
    }
    #iconoLink {
        width: 30px;
        height: 30px;
        font-size: 28px;
        color:#0b4780;
        float: left;
    }    
    #iconoWass {
        width: 30px;
        height: 30px;
        font-size: 28px;
        color:#0b4780;
        float: left;
        margin-left: 5px;
    }
    #menuPrincipal {
        display: block;
        background-color: rgba(255, 255, 255, 0.4);
        max-width: 100%;
        padding: 5 20px;
        width: 100%;
        height: auto;
        text-decoration: none;
        list-style-type: none;
        line-height: 100%;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
    }
   
    .nav-item {
        display: block;
        color:#424242;
        padding: 12px;
        text-decoration: none;
        transition: 0.3s;
        margin: 0 6px;
        z-index: 1;
        font-family: 'Source Sans Pro', sans-serif, Arial;
        font-size: 15px;
        font-weight: 500;
        position: relative;
    }
    .nav-item:before {
        display: block;
        content: "";
        position: absolute;
        text-decoration: none;
        bottom: -6px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #3373af;
        opacity: 0;
        transition: 0.2s;
    }
    .nav-item:not(.is-active):hover:before {
        opacity: 1;
        bottom: 0;
        text-decoration: none;
        list-style-type: none;
    }
    .nav-item:not(.is-active):hover {
        color: #3373af;
        text-decoration: none;
        list-style-type: none;
    }
    .nav-indicator {
        background-color: #3373af;
        text-decoration: none;
        list-style-type: none;
        margin: 0;
        position: absolute;
        bottom: 580px;
        height: 4px;
        transition: 0.01s;
        height: 0px;
        z-index: 1;
    } 
    #inicial {
        display: inline-block;
        width: 100%;
        height: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    #imagenesIndex {
        display: block;
        width: 100%;
        height: 100%;
    }
    #imagenInicial {
        display: block;
        width: 100%;
        height: auto;
        margin-top: 5px;
        border: 2px solid #ffffff;
    }
    #banner {
        display: block;
        width: 100%;
        height: 400px;
        background-image: url(../imagenes/fondoInicio.jpg);
        margin-top: 5px;
        background-size: cover;
        border: 1px solid #ffffff;
    }
    #pieInicial {
        display: block;
        width: 100%;
        height: 450px;
    }
    #servicios {
        width: 100%;
        height: 100px;
    }
    #clientes {
        width: 100%;
        height: 100px;
    }
    #quienesSomos {
        width: 100%;
        height: 10px;
        margin-top: 5px;
        font-size: 20px;
        color:#ffffff;
    }
    .tituloBotones {
        font-size: 18px;
        color:#2b3e50;
        float: left;
        margin-left: 30px;
        margin-top: 10px;
    }
    #trans {
        width: 60%;
        height: auto;
        background-color: rgba(9, 68, 107, 0.6); 
        position: absolute;
        margin-left: 50px;
     }
    #lema {
        width: 80%;
        height: 100%;
        font-size: 20px;
        color: #ffffff; 
        text-align: center;
        margin-left: 20px;
        margin-top: 50px;
    }
    .textoResumen {
        width: 80%;
        height: 60px;
        font-size: 16px;
        color: #0b4780;
        float: left;
        margin-top: -5px;
        margin-left: 30px;
    }
    #inicialClientes {
        width: 100%;
        height: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    #zonaClientes {
        display: inline-block;
        width: 100%;
        height: 100%;
        margin-top: 10px;
        font-size: 22px;
        color: #ffffff;
    }
    #tipoCliente {
        width: 95%;
        height: 100%;
        background-image: url(../imagenes/alternativaAgua.jpg);
        background-size: cover;
    }
    #bannerCliente {
        width: 100%;
        height: 100%;
        float: left;
    }
    #tecnicaCliente {
        display: inline-block;
        width: 100%;
        height: 850px;
        background-color: #E6E6E6;
        background-size: cover;
    }
    .slider {
        display: block;
        width: 70%;
        height: 100%;
        position: absolute;
        transition: .5s;
        margin: auto;
        list-style: none;
        padding: 0;
    }
    .slider li {
        width: 100%;
        height: auto;
        list-style: none;
        position: absolute;
        left: 0;
        margin: 0;
    }
    .slider input[type="radio"] {
        position: absolute;
        z-index: 50;
        margin: 10px;
    }
    .slider input[type="radio"]:checked ~ div {
        opacity: 1;
    }
    #sbutton1 {
        float: left;
        margin-top: 800px;
        margin-left: 100px;
    }
    #sbutton2 {
        margin-top: 800px;
        margin-left: 120px;
    }
    #sbutton3 {
        margin-top: 800px;
        margin-left: 140px;
    }
    #sbutton4 {
        margin-top: 800px;
        margin-left: 160px;
    }
    #sbutton5 {
        margin-top: 800px;
        margin-left: 180px;
    }
    .ficha {
        display: block;
        width: 120%;
        height: 100%;
        margin-top: 10px;
        margin-left: 20px;
        font-size: 15px;
        color: #0b4780;
        float: left;
        opacity: 0;
    }
    #fotoFichaUno {
        width:100%;
        height: 40%;
        position: absolute ;
        background-image: url(../imagenes/fichaCuatro.JPG);  
        background-size: cover;        
        margin-left: 30px;
        margin-top: 450px;
    }
    #fotoFichaDos {
        width: 100%;
        height: 40%;
        position: absolute;
        background-image: url(../imagenes/fichaUno.jpg);
        background-size: cover;
        margin-left: 30px;
        margin-top: 450px;
    }
    #fotoFichaTres {
        width: 100%;
        height: 40%;
        position: absolute;
        background-image: url(../imagenes/fichaDos.jpg);
        background-size: cover;
        margin-left: 30px;
        margin-top: 520px;
    }
    #fotoFichaCuatro {
        width: 100%;
        height: 40%;
        position: absolute;
        background-image: url(../imagenes/fichaTres.JPG);
        background-size: cover;
        margin-left: 30px;
        margin-top: 450px;
    }
    #fotoFichaCinco {
        display: block;
        width: 100%;
        height: 40%;
        position: absolute;
        background-image: url(../imagenes/proyectoSan.png);
        background-size: cover;
        margin-left: 30px;
        margin-top: 500px;
    }
    #tituloFicha {
        width:250px;
        height: 100px;
        text-align: center;
        margin-left: 20px;
        margin-bottom: 20px;
        font-size: 18px;
        color: #28282b;
    }
    #tituloClientes {
        margin-top: 10px;
        margin-left: 30px;
    }
    #menuClientes {
        width: 300px;
        height: 100%;
    }
    #menuClientes ul {
        list-style-type: none;
        margin-bottom: 0;
    }
    #miniMenu {
        width: 100%;
        height: auto;
        font-size: 16px;
        list-style-type: none;
        margin: 0;
    }
    #inicialServicios {
        display: inline-block;
        width: 100%;
        height: auto;
        margin-right: auto;
        margin-left: auto;
    }
    #tituloServicios {
        width: 100%;
        height: auto;
        background-image: url(../imagenes/alternativaAgua.jpg);
        border: 1px solid #ffffff;
        background-size: cover;
    }
    #textoTituloServicios {
        width: 90%;
        height: 80%;
        font-size: 20px;
        color: #ffffff;
        margin-top: 30px;
        text-align: right;
    }
    #encabezadoServicios {
        width: 80%;
        height: 100%;
        font-size: 27px;
        color: #ffffff;
        margin-top: 50px;
        margin-left: 40px;
    }
    #contenedorServicios {
        width: 100%;
        display: block;
    }
    .contenedorImagen {
        width: 100%;
        height: 530px;
        border: 1px solid #ffffff;
        overflow: hidden;
        position: relative;
        cursor: pointer;
    }    
    .contenedorImagen:hover  img {
        filter: blur(1.5px);
        transform: scale(1.3) ;
        transition: all .3s;
    }
    img {
        width: 100%;
        height: 100%;
        border: 1px solid #ffffff;
        transition: all .3s;
    }
    #logoClientes {
        display: inline;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
        overflow: hidden;
        margin-top: 5px;
    }
    .clip img {
        display: flex;
        padding: 5px;
        width: 95px;
        object-fit: cover;
        justify-content: space-between;
        margin-top: 20px;
    }
    .clip3 img {
        display: flex;
        padding: 5px;
        width: 100px;
        object-fit: cover;
        justify-content: space-between;
        margin-top: 40px;
    }
    .contenedorImagen::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        transition: all .3s;
    } 
    .contenedorImagen:hover:before {
        background-color: rgba(47, 53, 58, 0.9);
        z-index: 3;
        transition: all .3s;
    }  
    .textoServicios {
        position: absolute;
        color: #ffffff;
        width: 90%;
        height: 100%;
        top: 0;
        margin-top: 10px;
        margin-left: 15px;
        z-index: 5;
        display: flex;
        flex-direction: column;
    }  
    .tituloContenedor {
        font-size: 20px;
        color: #ffffff;
        margin-top: 10px;
        margin-left: 10px;
        border-bottom: solid 2px #ffffff;
    }
    .parrafoContenedor {
        font-size: 14px;
        color:#ffffff;
        margin-top: 10px;
        padding: 5px;
    }
    .contenedorImagen:hover .tituloContenedor {
        left: 0;
        animation-delay: .3s;
        transition: all .5s;
    }
    .parrafoContainer {
        position: relative;
        right: 150%;
        margin-top: 15px;
        transition: all .3s;
    }
    .contenedorImagen:hover .parrafoContainer {
        right: 0;
        animation-delay: .3s;
        transition: all .5s;
    }
    #inicialSomos {
        display: block;
        width: 100%;
        height: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    #bannerQuienes {
        display: block;
        margin-top: 20px;
        border: 1px solid #ffffff;
    }
    #textoUnoQuienes {
        width: 80%;
        height: 310px;
        font-size: 15px;
        color: #ffffff;
        text-align: center;
        float: left;
        margin-left: 30px;
        margin-top: 50px;
    }
    #textoDosQuienes {
        width: 50%;
        height: 410px;
        font-size: 15px;
        color: #ffffff;
        text-align: center; 
        float: left;
        margin-top: 20px;
        margin-left: 70px;
    }
    #fondoContainer {
        width: 100%;
        height: 1100px;
        margin-top: 5px;
        background-image: url(../imagenes/alternativaAgua.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        border: 2px solid #ffffff;
    }
    #containerUno {
        width: 100%;
        height: 300px;
        float: left;
        margin-top: 5px;
        cursor: pointer;
    }
    #containerDos {
        display: inline;
        width: 100%;
        height: 760px;
        background-color: rgba(48, 74, 95, 0.7);
        float: right;
    }
    #cuadros {
        width: 20%;
        height: 500px;
        float: left;
        margin-top: 10px;
    }
    #dosCatorce {
        width: 120px;
        height: 100px;
        margin-top: 10px;
    }
    #yearCatorce {
        color: #45cdf3;
        font-size: 30px;
        margin-top: 10px;
        margin-left: 20px;
    }
    #yearAmbiental {
        color: #ffffff;
        font-size: 18px;
        margin-left: 20px;
    }
    #dosmilTres {
        width: 120px;
        height: 100px;
        margin-top: 120px;
    }
    #yearTres {
        color: #45cdf3;
        font-size: 30px;
        margin-top: 10px;
        margin-left: 20px;
    }
    #yearKeppel {
        color: #ffffff;
        font-size: 17px;
        margin-left: 20px;
    }
    #milNoventa {
        width: 120px;
        height: 100px;
        margin-top: 200px;
    }
    #yearCuatro {
        color: #45cdf3;
        font-size: 30px;
        margin-top: 10px;
        margin-left: 20px;
    }
    #yearBiotecma {
        color: #ffffff;
        font-size: 18px;
        margin-left: 20px;
        margin-top: 50px;
    }
    #pieQuienes {
        display: block;
        width: 100%;
        height: 500px;
        background-color: #E6E6E6;
        margin-top: 2px;
        border: 1px solid #ffffff;
    }
    #pieFondo {
        width: 100%;
        height: 200px;
        background-color: burlywood;
        float: right;
        border: 1px solid #8b4949;
    }
    #aguaLimpia {
        width: 100%;
        height: 140px;
    }
    #imagenAguaLimpia {
        width: 130px;
        height: 140px;
        background-image: url(../imagenes/Goal6.jpg);
        background-size: cover;
        float: left;
    }
    #textoAguaLimpia {
        width: 50%;
        height: 100%;
        font-size: 15px;
        color: #0b4780;
        float: left;
        margin-left: 20px;
        margin-top: 20px;
    }
    #textoExperiencia {
        display: inline-block;
        width: 90%;
        height: auto;
        font-size: 16px;
        color: #28282b;
    }
    #otroTexto {
        display: block;
        width: 100%;
        height: auto;
        float: left;
        color: #0b4780;
        margin-left: 20px;
        margin-top: 20px;
    }
    #parrafoUno {
        width: 380px;
        height: 30px;
        float: left;
    }
    #parrafoDos {
        width: 350px;
        height: 30px;
        float: left;
    }
    #zonaOnu {
        display: inline-block;
        width: 100%;
        height: auto;
       margin-right: auto;
       margin-left: auto;
    }
    #onu {
        width: 122px;
        height: 85px;
        background-image: url(../imagenes/OnuSustentable.png);
        background-size: cover;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }
    #inicialContacto {
        display: inline-block;
        width: 100%;
        height: 100%;
        margin-right: auto;
        margin-left: auto
    }
    #fotoVero {
        width: 100%;
        height: 200px;
        background-image: url(../imagenes/VeronicaGonzalez.jpg);
        background-size: cover;
        border: 2px solid #ffffff;
        margin-top: 5px;
    }
    #datosUno {
        grid-area: datosUno;
        background-color:#F2F2F2;
        margin-top: 5px;
        border: 2px solid #ffffff;
    }
    #datosVero {
        font-size: 16px;
        color:#0b4780;
        margin-top: 20px;
        margin-left: 60px;
    }
    #fotoXavi {
        width: 100%;
        height: 200px;
        background-size: cover;
        background-image: url(../imagenes/xaviJordana.jpg);
        border: 2px solid #ffffff;
        margin-top: 5px;
    }
    #datosDos {
        background-color:#F2F2F2;
        margin-top: 5px;
        border: 2px solid #ffffff;
    }
    #datosXavi {
        font-size: 16px;
        color:#0b4780;
        margin-top: 20px;
        margin-left: 60px;
    }
    #zonaFormulario {
        width: 100%;
        height: 100%;
        background-color:#F2F2F2;
        margin-top: 5px;
        font-size: 15px;
        color:#424242;
        border: 2px solid #ffffff;
    }
    #formulario {
        width: 100%;
        height: 100%;
        background-color: #BDBDBD;
        padding: 30px;
        margin-top: 40px;
        margin-left: 0px;
        border: 2px solid #ffffff;
    }
    #textoRedes{
        width: 90%;
        height: 100%;
        color: #0b4780;
        margin-top: 15px;
        margin-left: 20px;
    }
    #unitank {
        display: inline-block;
        width: 100%;
        height: 900px;
        grid-template-columns: 425px 855px;
        grid-template-rows:528px;
        margin-right: auto;
        margin-left: auto;
    }
    #fondoUnitank {
        width: 100%;
        height: auto;
        background-image: url(/imagenes/alternativaAgua.jpg);
        background-size: cover;
    }
    #tituloUnitank {
        color: #ffffff;
        font-size: 28px;
        margin-top: 20px;
        text-align: center;
    }
    #textoUnitank {
        width: 90%;
        color: #ffffff;
        font-size: 16px;
        margin-top: 20px;
        margin-left: 20px;
    }
    #imagenUnitank {
        display: block;
        background-color: #E6E6E6;
    }
    #unitankUno {
        width: 100%;
        height: 250px;
        background-image: url(/imagenes/unitankUno.jpg);
        background-size: cover;
        float: left;
        margin-top: 10px;
        margin-left: 0px;
        border-bottom: 5px  solid #E6E6E6;
    }
    #unitankDos {
        width: 100%;
        height: 250px;
        background-image: url(/imagenes/unitankDos.jpg);
        background-size: cover;
        float: left;
        margin-left: 0px;
    }
    #unitankTres {
        width: 100%;
        height: 500px;
        background-image: url(/imagenes/unitankTres.jpg);
        background-size: cover;
        float: right;
        margin-top: 10px;
        margin-right: 0px;
    }
}