*{
 box-sizing: border-box;
}
body{
    font-family: "Roboto";
    font-size: 13px;
    /*background-image: url(img/saniclean/SaniCleanfondo.svg)*/
}
a{
    display: inline-block;
    text-decoration: none;
}
p{
    color: #353d85;
    text-shadow: 2px 2px 4px rgba(3, 0, 0, 0.3);
}

/*para que el herader sea fijo y te acompañe donde vayas debes colocales posicion,top,left,width*/
header{
    padding: 15px 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    background-color:#353d85;
    width: 100%;
}

/* el container que esté dento del herader*/
header .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .container .logo{
    width: 100px;
}

header .container nav a{
    color: white;
    margin: 0 15px;
    text-shadow: 2px 2px 4px rgba(3, 0, 0, 0.5);
    font-weight: bold;
}

header .container .hamb{
    display: none;
    position: relative;
}

footer.seccion {
    background-color: black;
    color: white;
    padding-bottom: 0;
}

footer .barra-footer{
    background-color: gray;
    text-align: center;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
}

footer .logo-footer {
    width: 100%;
}

footer p {
    color: white;
    margin-bottom: 30px;
}
footer a {
    color: white;
}

footer .redes{
    font-size: 30px;
    display: flex;
}

footer .redes a{
    margin: 0 7.5px;
}

footer ul{
    padding-left: 0;
    list-style: none;
    margin: 0;
}

footer ul li{
    margin-bottom: 5px;
}

footer ul.temas-relacionados{
    list-style: circle;
}

.boton{
    text-align: center;
    text-decoration: none;
    padding: 15px 20px;
    border: none;
}

.boton.boton-rojo{
    color: white;
    background-color: #353d85;
    font-size: 20px;
    border-radius: 15px;
    text-shadow: 2px 2px 4px rgba(3, 0, 0, 0.5);
    
}

.boton.boton-negro{
    width: 100%;
    color: #353d85;
    cursor: pointer;
    background-color: #8ccff1;
    font-size: 20px;
    font-weight: bold;
    border-radius: 15px;
    box-shadow: 2px 2px 4px rgba(3, 0, 0, 0.5);
}

.boton.boton-negro:hover{
    color: #353d85;
    background-color: white
}

.boton.boton-blanco{
    color: white;
    background-color: #353d85;
    font-size: 16px;
    border-radius: 15px;
    text-shadow: 2px 2px 4px rgba(3, 0, 0, 0.5);
}

.seccion{
    padding-top: 60px;
    padding-bottom: 60px;
}
/*generamos un cuadarso perfecto para que cualquier imagen agregada sea del tamaño que sea, se convierta en un cuadrado*/
.cuadrado-perfecto{
    width: 100%;
    padding-bottom: 100%;
    position: relative;
}
.cuadrado-perfecto img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

.container{
    width: 1140px;
    margin: 0 auto 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.row{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.container-fluid{
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.columna{
    padding-right: 15px;
    padding-left: 15px;
}
.columna-25{
    width: 25%;
}
.columna-33{
    width: 33.33%;
}

.columna-41{
    width: 41.66%;
}

.columna-50{
    width: 50%;
}

.empujar-50{
    margin-left: 50%;
}

.empujar-58{
    margin-left: 58.33%;
}

.empujar-66{
    margin-left: 66.66%;
}

.empujar-0{
    margin-left: 0;
}

#inicio{
    position: relative;
}

#inicio img{
    width: 100%;
    display: block;
}

#inicio .bloque-inicio{
    position: absolute;
    top: 40%;
    left: 50%;
    width: 400px;
    text-align: center;
    margin-left: -200px;
}
#inicio h1 {
    color: white;
    font-size: 36px;
    width: 100%;
    text-shadow: 2px 2px 4px rgba(100, 100, 100, 0.9);
}

#inicio p {
    color: white;
    font-size: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
}

#nosotros{
    background-image: url(img/saniclean/Ultravioleta.svg);
    background-size: cover;
    color: white;
}

#nosotros p {
    color: white;
    text-align: center;
    font-size: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
    /*margin: 0;*/
}
#servicios .bloque-servicio{
    border: 1px solid gray;
    border-radius: 15px;
    box-shadow: 2px 2px 4px rgba(100, 100, 100, 0.5);
}

#servicios .bloque-servicio .bloque-img-servicio img{
    width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

#servicios .bloque-servicio .bloque-img-servicio.cuadrado-perfecto{
    padding-bottom: 56.25%;
}

#servicios .bloque-servicio .bloque-contenido-servicio{
    padding: 15px;
}

#servicios .bloque-servicio .bloque-contenido-servicio h3{
    color: #353d85;
    margin-top: 0;
    font-size: 25px;
    text-shadow: 2px 2px 4px rgba(3, 0, 0, 0.3);
}

#galeria h2{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
    position: relative;
    color: #353d85;
    font-size: 55px;
    margin: 10px 0;
}

#galeria h4{
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
    position: absolute;
    top: 40%;
    color: white;
    font-size: 40px;
    width: 100%;
    text-shadow: 2px 2px 4px rgba(3, 0, 0, 0.3);
}
/* colocar las imagenes en blanco y negro*/
#galeria img{
filter: grayscale(1);
}
/*cuando coloque el mouse arriba del cuadrado perfecto quiero que me regrese el color*/
#galeria .cuadrado-perfecto:hover img{
    filter: grayscale(0);
}
/*cuando coloque el mouse arriba del cuadrado perfecto quiero que se oculte el texto*/
    #galeria .cuadrado-perfecto:hover h4{
        display: none;
}

/*ubicamos el mapa para que se vea de fondo para eso el padre queda en posicion relativa y el map en absoluta */
#contactenos{
    position: relative;
}

#contactenos iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*filter: grayscale(1);*/
}
#contactenos form{
    padding: 60px;
    background-color: #353d85;
    border-radius: 15px;
}
#contactenos form .form-block{
    width: 100%;
    margin-bottom: 15px;
}

#contactenos form .form-block .form-control{
    display: block;
    height: 40px;
    font-size: 16px;
    border: 1px solid grey;
    width: 100%;
    padding: 5px 10px;
}

#contactenos form .form-block textarea{
    display: block;
    height: 100px;
    font-size: 16px;
    border: 1px solid grey;
    width: 100%;
    padding: 5px 10px;
}
#contactenos form .form-block.bloque-ultimo{
    margin-bottom: 0;
}

@media(max-width:767px){

body{
    font-size: 15px;
}

header .container nav{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: white;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 15px;
    padding-right: 15px;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    transition: all 0.4s ease;
    transform: translateX(100%);
}
header .container nav.open{
    transform: translateX(0);
}
header .container nav a{
    color: #353d85;
    font-size: 20px;
    margin: 5px 0;
}

header .container .hamb{
    display: block;
    font-size: 40px;
    color: white;

}

header .container .hamb .fa-times{
    display: block;
    font-size: 40px;
    color: #353d85
}
form .boton.boton-negro{
    width: 100%;
}
footer{
    text-align: center;
}
footer .logo-footer{
    width: 50%;
}
footer .redes{
    justify-content: center;
}
.container{
    width: 100%;
}
.columna-mobile-100{
    width: 100%;
    margin: columna-mobile-100;
}
.columna-mobile-50{
    width: 50%;
}
.empujar-mobile-0{
    margin-left: 0;
}
.sinpadding-mobile{
    padding: 0;
}
#inicio{
    height: 100vh;
}
#inicio img{
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#inicio h1 {
    font-size: 28px;
}

#inicio p {
    font-size: 11px;
}

#galeria h2{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
    position: relative;
    color: #353d85;
    font-size: 30px;
    margin: 0 0 10px 0;
}

#galeria h4 {
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
    position: absolute;
    top: 40%;
    color: white;
    font-size: 20px;
    width: 100%;
    text-shadow: 2px 2px 4px rgba(3, 0, 0, 0.3);
    margin-top: 10px;
}

#servicios .bloque-servicio{
    margin-bottom: 15px;
}
#contactenos {
    padding: 0;
}
#contactenos iframe{
    position: relative;
    height: 50vh;
}
.seccion-mobile {
    padding-top: 20px;
    padding-bottom: 20px;
}
}