*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Roboto', sans-serif;;
}

.cuadrado {
    border:2px solid #ffff;
    width: 150px;
    margin: 0 auto;
    -webkit-box-shadow: 10px 10px 19px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 19px -5px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 19px -5px rgba(0,0,0,0.75);
}

/********FOOTER**********/
.header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.logo{
    width: 50px;
}



.telefono, .menu a{ 
    color: #ffff;
}



.menu{
    position: fixed;
    top: 0;
    right: 0;
    height:100vh;
    background-color: rgba(0, 0, 0, 0.877);
     transform: translateX(400px);
     transition: transform 500ms ease;
     z-index: 1;
     width: 350px;
}


.menu a{
    text-decoration: none;
    letter-spacing: 3px;
    margin: 0 10px;
}

.mostrar{
    transform: translateX(0);
}

.hamburguesa{
    width: 40px;
    cursor: pointer;
}

.menu ul{
    list-style: none;
    display: flex;
    flex-direction: column;

}
.portafolio{
    position: relative;
}
/* .portafolio:hover > .portafolio-list{
    opacity: 1;
} */

.portafolio-list{
    display: none;
    position: absolute;
    opacity: 0;
    transition: all 500ms;
    color: #000;
    background-color:rgba(255, 255, 255, 0.616);
    list-style: none;
    width: 200px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    padding: 5px;

}

.mostrar-portafolio{
    position: relative;
    display: block;
    opacity: 1;
}
.portafolio a{
    margin:0;
    margin-left: 5px;
    
}




/********FOOTER**********/
.footer{
    background-color: black;;
    padding: 10px 20px;
}
.footer span{
    color: white;
}
/*******************************SERVICIOS************************************************/
.cabecera-servicios{
    width: 100%;
    height: 100vh;
    background-image: url(../img/contacto.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}


.servicio-img{
    width: 100%;
    transition: transform 1s;
}

.servicio-img:hover{
    transform: scale(1.1);
}



.servicios1 h3{
    font-size: 19px;
    font-weight: 400;
}
ul {
    list-style: square;
}

ul li{
    font-size: 19px;
    font-weight: 300;
    margin-top: 25px;
}



/*******************************NUESTRO ESTUDIO************************************************/
.header2{
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
}
.cabecera{
    width: 100%;
    background-image: url(../img/nuestroestudio.jpg);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.cabecera h1, .cabecera-servicios h1{
    font-size: 26px;
    color: #ffff;
    font-weight: 300;
    
}

.linea{
    width: 5%;
    height: 5px;
    background-color: rgb(92, 86, 86);
}

.historia{
    padding: 50px 0;
    background-image: url(../img/historia2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.titulos h2, .arquitectos h2{
    color: #383838;
    font-weight: 400;
}

.colorParrafo{
    color: #525252;
    font-size: 18px;
}

.imgEstudio{
    width: 100%;
}

.arquitecto{
    font-size: 21px;
    margin-top: 50px;
}
.año{
    font-size: 18px; 
    color: #1a6195;
}
.emailTop{
    margin-left: 15px;
}

.emailTop2{
    margin-left: 15px;
}
.equipo{
    margin-top: 50px;
}

.admin{
    font-size: 18px;
}

/*******************************contacto************************************************/
.cabecera-contacto{
    width: 100%;
    background-image: url(../img/contacto.jpg);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.linea-contacto{
    width: 80px;
    height: 2px;
    background-color: #1a6195;
}

.contacto{
    padding: 50px 0;
    background-image: url(../img/contactoFondo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.contacto img{
    width: 30%;
}
.contacto p{
    font-size: 22px;
}


input, textarea{
    width: 95%;
    background:none;
    border:1px solid rgb(185, 185, 185);
    border-radius: 5px;
    padding: 5px 10px;
    outline-color: #1a6195;
}
input:hover, textarea:hover {
    border:1px solid #1a6195; 
}

.contacto-btn{
    width: 40%;
    background-color: #1a6195;
    color: white;
    padding: 5px 30px;
    border-radius: 1px;
    border:none;
}
.cont-maps{
    height: 500px;
    border-radius: 1px;
    -webkit-box-shadow: 11px 13px 32px -23px rgba(0,0,0,0.67);
    -moz-box-shadow: 11px 13px 32px -23px rgba(0,0,0,0.67);
    box-shadow: 11px 13px 32px -23px rgba(0,0,0,0.67);
}
/*************************comercial*******************************/
.cabecera-comercial{
    width: 100%;
}
.cabecera-comercial img{
    width: 100%;
}

.contenedor-imagen{
    height: 300px;
    overflow: hidden;

}
.contenedor-imagen img{
    width: 100%;
}
.contenedor-meta{
    opacity: 0;
    transition: all 500ms;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color:#fff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
/*     background-color: rgba(0, 0, 0, 0.267); */
}
.contenedor-meta a{
    color: #fff;
    text-decoration: none;
    font-size: 28px;
    font-weight: 300;
}
.contenedor-meta p{
    font-size: 16px;
}

.contenedor-imagen:hover {

}
.contenedor-imagen:hover > .contenedor-meta{
    opacity:1;
    background-color: rgba(0, 0, 0, 0.7);


    
}


.btn:focus, .btn:active, button:focus, button:active {
    outline: none !important;
    box-shadow: none !important;
  }
  
  #image-gallery .modal-footer{
    display: block;
  }
  
  .thumb{
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .img-thumbnail{
      border: none;
      padding: 0;
      border-radius: 0;
  }
  .modal-content{
      background-color: rgba(0, 0, 0, 0.459);
  }
  .modal-header,
  .modal-footer {
      border: none;
  }
  .modal-lg{
    max-width: 900px;
  }
  .cerrar{
      color: #fff;
  }

  .thumb{
      height: 480px;
      overflow: hidden;
  }




@media (min-width: 768px) { 
    
    .menu{
        position: static;
        height:auto;
        background-color: transparent;
        transform: none;
        transition: none;
    }

    .menu a{
        font-size: 14px;
    }

    .exit{
        display: none;
    }
    /*servicios*/
    .cont-servicio1{
        height: 500px;
    }

    .servicio-img{
        width: 100%;
    }
    .servicios1 h3{
        font-size: 20px;
    }

    ul li{
        font-size: 20px;
        font-weight: 300;
        margin-top: 25px;
    }
    
    

    /*nuestro estudio*/
    .cabecera, .cabecera-contacto, .cabecera-servicios{
        height: 400px;
    }


    }
    .imgEstudio{
        width:80%;
    }
    .cont-arquitecto{
        border: 2px solid transparent ;
        transition: all 500ms ease-in;
    }
    .cont-arquitecto:hover{
        border: 2px solid #1a6195 ;
    }
    .arquitecto{
        font-size: 21px;
        margin-top: 20px;
    }
    .emailTop{
        margin-left: 60px;
    }
    .emailTop p, .emailTop2 p{
        font-size: 16px;
    }
    .emailTop2{
        margin-left: 10px;
    }

    .admin{
        font-size: 21px;
    }
    
    /*contacto*/

    form{
        padding: 0 20px;
    }





@media (min-width: 1200px) { 
    .logo{
        width: 70px;
        display: flex;
        align-items: flex-start;
    }

    
    form{
        padding: 0 70px;
    }
    .emailTop p, .emailTop2 p{
        font-size: 18px;
    }
    .contacto-btn{
        width: 30%;
    }

    .menu ul{
    list-style: none;
    display: flex;
    }

    .menu{
         width: 650px;
         height: 300px;
        
    }

    .menu > ul{
        display: flex;
        flex-direction: row;
    }

    .portafolio-list{
        z-index: 10;
        list-style: none;
        display: flex;
        flex-direction: column;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.548);
        width: 150px;
        
    }
    .eslogan{
        width: 1000px;
        position: absolute;
        top: 85%; 
        left: 50%;
        transform: translate(-50%,-85%);
    }
    .eslogan p{
         color: #fff;
         font-size: 22px;
         letter-spacing: 5px;
         font-weight: 300;
    }




    
 }