* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'open sans';
}

.contenedor {
    padding: 0px 0;
    width: 90%;
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    /* background: #f2f2f2; */
}

.titulo {
    color: black;
    font-size: 30px;
    text-align: center;
    margin-top: 30px;
    
}

/* Header */

header {
    width: 100%;
    height: 800px;
    /* height: 80vh; */
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    background-image: url(../enlazando_clientes/renta_de_bodegas_en_toluca.jpg);
}

nav{
    width: 100%;
    /* position: fixed; */
    /* box-shadow: 0 0 10px 0 rgba(0,0,0,.5); */
}

.renta_de_bodegas_en_toluca{
    height: 200px;    
}

.contenedor-nav{
    display: flex;
    margin: auto;
    height: 200px;
    width: 90%;
    justify-content: space-between;
    align-items: center;
    max-width:1000px;
    /* height:inherit; */
    /* background-color: #ccc; */
    overflow: hidden;
}

  .renta_de_bodegas_industriales_en_toluca img{
       height:120px;
       box-shadow: 0 0 10px 0 rgba(228, 222, 222, 0.2);
       /* background-color: #d0d7f562; */
       background: rgba(226, 228, 231, 0.7);
       border-radius: 20px;
       /* color: #fff; */
       
    }

header .textos-header{
    display: flex;
    margin-top: 50px;
    height: 50vh;
    width: 100%;
    /* background-color: #20d33e; */
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.textos-header h1{
    font-size: 50px;
    /* color: #000; */
    color:#fff;
    margin-bottom: 30px;
    /* color: #22406b; */
    background: rgba(34, 64, 107, 0.75);
    padding: 20px;
    border-radius: 15px;
    font-weight: 400;

    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);

}

.renta_de_bodegas222 {
    display: flex;
    flex-direction: column;
    text-align: center;
    background: rgba(34, 64, 107, 0.75);
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);

}

.renta_de_bodegas222 h2{
    font-size: 30px;
    font-weight: 400;
    /* color: #000; */
    color:#fff;
    /* color: #965a25; */
}

.renta_de_bodegas222 h3{
    font-size: 30px;
    font-weight: 400;
    color:#fff;
}


/* About us */

main .sobre-nosotros{
    padding: 30px 0 60px 0;
}
.contenedor-sobre-nosotros{
    display: flex;
    justify-content: space-evenly;
}

.imagen-about-us{
    width: 48%;
}

.sobre-nosotros .contenido-textos{
    width: 48%;
}

.contenido-textos h3{
    margin-bottom: 15px;
}

.contenido-textos h3 span{
    background: #4d0686;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    padding: 2px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);
    margin-right: 5px;
}

.contenido-textos p{
    padding: 0px 0px 30px 15px;
    font-weight: 300;
    text-align: justify;
}

/* Galeria */


.portafolio{
    background: #f2f2f2;
}

.galeria-port{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.imagen-port{
    width: 24%;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);
}

.imagen-port > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hover-galeria{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    transform: scale(0);
    background: hsla(273,91%,27%, 0.7);
    transition: transform .5s;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.hover-galeria img{
    width: 50px;
}

.hover-galeria p{
    color: #fff;
}

.imagen-port:hover .hover-galeria{
    transform: scale(1);
}


/*  Our team */

.about-services{
    background: #f2f2f2;
    padding-bottom: 30px;
}

.about-services2{
    /* background: #f2f2f2; */
    padding-bottom: 30px;
}
 
.servicio-cont{
    display:flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    /* background-color: aqua; */
}

.precio{
    display:flex;
    margin: 10px 20px 10px 20px;
    /* justify-content: space-evenly; */
    justify-content: space-between;
    /* justify-content: space-around; */
    align-items: center;
    /* background-color: aqua; */
}


.servicio-ind{
    width: 33%;
    text-align: center;
    overflow: hidden;
    height: 350px;
    /* padding: 5px; */
    border: 1px solid black;    
    margin-top: 30px;
}

.servicio-ind img{
    width: 90%;
    /* height: 200px; */
    object-fit: cover;
    transition: transform 0.3s;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);
    margin: auto;
}

.servicio-ind .imagen_logueada img{
    width: 70%;
    /* height: 200px; */
    object-fit: cover;
    transition: transform 0.3s;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);
    margin-top: 15px;
}

.servicio-ind a:hover img{
    /* filter: blur(1px); */
    transform: rotate(10deg) scale(1.1);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}

.servicio-ind h3{
    margin: 13px 0;
    font-size: 17px;
}

.servicio-ind h4{
    margin: 10px 10px 10px 20px;
    color: seagreen;
    text-align: left;
    
}

.servicio-ind h5{
    font-size: 18px;    
}

.servicio-ind p{
    font-weight: 300;
    text-align: justify;
    margin: 0px 20px;
}



/* Clients */

.clientes{
    /* background: #f2f2f2; */
    background: #414141;
    
}

.cards{
    display: flex;
    justify-content: space-evenly;
    margin-top: 30px;
}

.cards .card{
    background: #a2a1eb1e;
    display: flex;
    width: 49%;
    height: 250px;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 5px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.6);
}

.cards .card img{
    width: 100px;
    height: 100px;
    object-fit: cover;
    /* border: 3px solid #fff; */
    border-radius: 5px;
    display: block;
}

.cards .card > .contenido-texto-card{
    width: 60%;
    color: #fff;
}

.contenido-texto-card li{
    font-weight: 300;
    padding-top: 15px;
    font-size: 17px;
    /* text-decoration: none; */
    /* text-decoration-line: none; */
    text-decoration-style: none;
}


/* footer */

footer{
    background: #414141;
    padding: 10px 0 30px 0;
    margin: auto;
    overflow: hidden;
}


.renta_bodega_toluca333 a{
    color: #414141;
    text-decoration: none;
}

.contenedor-footer{
    display: flex;
    width: 90%;
    justify-content: space-evenly;
    margin: auto;
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
}

.content-foo{
    text-align: center;
}

.content-foo h4{
    color: #fff;
    
    border-bottom: 3px solid #f5bb3d;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.content-foo p{
    color: #ccc;
    font-size: 22px;
}

.titulo-final{
    text-align: center;
    font-size: 24px;
    margin: 20px 0 0 0;
    color: #9e9797;
}

@media screen and (max-width:900px){
    header{
        background-position: center;
    }

    .contenedor-sobre-nosotros{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }


    .textos-header h1{
        font-size: 40px;
        padding: 10px;
    }

    .renta_de_bodegas222 h2{
        font-size: 25px;

    }
    
    .renta_de_bodegas222 h3{
        font-size: 22px;
  
    }


    .sobre-nosotros .contenido-textos{
        width: 90%;
    }

    .imagen-about-us{
        width: 90%;
    }

    /* Galeria */

    .imagen-port{
        width: 44%;
    }

    /* Clientes */

    .cards{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .cards .card{
        width: 100%;
    }

    .cards .card:first-child{
        margin-bottom: 30px;
    }

    /* servicios */

    .servicio-cont{
        justify-content: center;
        flex-direction: column;
    }

    .servicio-ind{
        width: 100%;
        text-align: center;
        height: auto;
    }

    .servicio-ind:nth-child(1), .servicio-ind:nth-child(2){
        margin-bottom: 20px;
    }

    .servicio-ind img{
        width: 95%;
        /* height: 80%; */
    }
    /* Footer */

    .contenedor-footer{
        flex-direction: column;
        border: none;
        padding-bottom: 1px;
    }

    .content-foo{
        margin-bottom: 20px;
        text-align: center;
    }

    .content-foo h4{
        border: none;
    }

    .content-foo p{
        color: #ccc;
        font-size: 18px;
        border-bottom: 1px solid #f2f2f2;
        padding-bottom: 20px;
    }

    .titulo-final{
        font-size: 20px;
        margin: 0 0 0 0;
    }
}

@media screen and (max-width:800px){

    .servicio-ind{
        height: auto;
    }

}

@media screen and (max-width:700px){

    .servicio-ind{
        height: auto;
    }

}

@media screen and (max-width:600px){

    .servicio-ind{
        height: auto;
    }

}

@media screen and (max-width:500px){
    .contenedor-nav{
  
        height: 150px;
  
    }

    nav{
        text-align: center;
        /* padding: 30px 0 0 0; */
    }

    .servicio-ind{
        height: auto;
    }


    .renta_de_bodegas_industriales_en_toluca img{
        height:90px;}
    nav > a{
        margin-right: 5px;
    }

    .textos-header h1{
        font-size: 30px;
    }

    .renta_de_bodegas222 h2{
        font-size: 25px;
    }

    /* ABOUT US */

    .imagen-about-us{
        margin-bottom: 60px;
        width: 99%;
    }

    .sobre-nosotros .contenido-textos{
        width: 95%;
    }

    /* Galeria */

    .imagen-port{
        width: 95%;
    }

    /* Clients */

    .cards .card{
        height: 300px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .cards .card img{
        width: 90px;
        height: 90px;
    }

    .cards .card > .contenido-texto-card{
        width: 83%;
        
    }
    
}


@media screen and (max-width:400px){
    .renta_de_bodegas_industriales_en_toluca img{
        height:80px;}
        
}