@import "bootstrap.min.css";
@import "agency-l&m.css"; 
@import "../font-awesome/css/font-awesome.min.css";

    /* Custom fonts for this template */
@import 'https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700';


body, html {
    height: 100%;
    font-family: 'Source Sans Pro';
}

li.dropdown:hover > .dropdown-menu {
    display: block;
}

a {
    color: #a9a9a9;
}

a:hover {
    text-decoration: none;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0 0.5rem;
    margin: 0;
    font-size: 0.9rem;
    text-align: left;
    list-style: none;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border-radius: .25rem;
}

.dropdown-menu li{
padding:.5rem;
/*background-color: #212529;*/
border-bottom: 0px solid white;
margin-bottom:2px;
}

.dropdown:hover .nav-link {
color: white;
}

section.showcase {
padding:0;
}

.showcase .showcase-img {
    width: 100%;
    height:20rem;
    background-size: cover;
    background-position: 50% 50%;
}

section.showcase .showcase-text {
    padding: 2rem 2rem;
}

.showcase-text a {
color:#404040;
text-transform:capitalize;
}
.showcase-text a:hover {
color:#000;
}

.mt-auto, .my-auto {
    margin-top: auto!important;
}

.mt-auto, .my-auto {
    margin-bottom: auto!important;
}

.text-muted {
font-weight:100;
color: #A9A9A9 !important;
}

.clearfix {
clear:both;
}

#columna {
column-count: 1;
column-gap: 20px; 
column-rule: 0px solid #000;
}

.intro-box {
text-align:center;
margin:50px auto;
max-width: 900px;
}

.featured-text {
    padding: 0 0 0 2rem;
    border-left: .5rem solid #64a19d;
}

.text-white-50 {
    color: rgba(255,255,255,.5)!important;
}

.bg-black {
    background-color: #161616!important;
}

.h-100 {
    height: 100%!important;
}

.project-text {
    padding: 3rem;
}

.project-text h4 a:hover{
    color:white;
}

/* -- portfolio item -- */


.portfolio-item {
    display: block;
    position: relative;
    overflow: hidden;
    max-width: 530px;
    margin: auto auto 1rem;
}
	
.portfolio-item .caption {
    display: flex;
    height: 100%;
    width: 100%;
    background-color: rgba(33,37,41,.2);
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    text-align:left;
}
	
.portfolio-item .caption .caption-content {
    color: #fff;
    margin: auto 2rem 2rem;
}


/* -- Contact -- */

	#sendMessageButton{
	margin-top:30px;
	}
	
	.mensaje{
	margin-bottom:30px;
	}
	
	.whatsapp {
	color: #e8e8e8;
	font-weight: 100;
	margin-bottom: 0;
	}
	
	.instagram-color {
    color: #bc2a8d;
	}
	
	.facebook-color {
    color: #3b5998;
	}
	.wordpress-color {
    color: #0F74A8;
	}
	.whatsapp-color {
    color: #55C862;
	}
	ul.social-buttons li a {
	color: white;
	background-color: #282828;
	}

	ul.social-buttons li a:hover {
	color: white;
	background-color:black;
	}

/* buttons */

.btn-top{
margin-bottom: 40px;
}


.btn-black {
background-color: #212529;
border-radius: 300px;
color:white;
}

.btnTop a:hover{
color:white;
}
.btn.focus, .btn:focus {
    box-shadow: 0 0 0 0rem rgba(0,123,255,.25);
}

/* cookies */

#barraaceptacion {
    display: none;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding-bottom: 20px;
    width: 100%;
    text-align: center;
    min-height: 60px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #ccc;
    z-index: 99999;
}

.inner {
    width: 100%;
    position: absolute;
    padding-left: 5px;
    font-size: 10px;
    padding:20px 5px 20px;
}

.inner a.info {
    padding-left: 5px;
    text-decoration: none;
    color: #fff;
}

.politicapriv a{
color:#d3d3d3;
}
.politicapriv a:hover{
color:white;
}

.alert-success {
    color: #ccc;
    background-color: #212529 !important;
    border-color: #555;
}

.close {
    color: #ccc;
    text-shadow: 0;
    opacity: .7;
}

@media (min-width: 600px) {

.photoswipe, .container {
 padding-left: 15px;
 padding-right: 15px;
}

.inner {
    font-size: 14px;
}

.okButton {
padding:2px 8px;
}

 .rwd-break { display: none; }

}

@media (min-width: 768px) {

section.showcase .showcase-text {
    padding: 4rem 4rem;
}

.showcase .showcase-img {
    height:30rem;
}

.member {
text-align:left;
}

.member li a{
text-align:center;
}

.member-img{
margin-bottom:0px;
text-align:right;
}

.member-img img{
margin-top:50px;
margin-bottom:0px;
text-align:right;
width:100%;
height:100%;
max-width:300px;
max-height:300px;
}
}

@media (min-width: 992px) {  

.dropdown-menu {
    position: absolute;
    top: 40%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 15rem;
    padding: .9rem;
    margin: .390rem 0 0;
    font-size: .9rem;
    text-align: left;
    list-style: none;
    background-color: transparent;
    background-clip: padding-box;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 0rem;
}


.dropdown-menu li a{
padding-left:.5rem;
color: #D3D3D3;
/*text-shadow: -0.5px 0.5px 1px black;*/
}

.dropdown-menu li a:hover{
color:white;
}
	
.member-img img {
margin-top:0px;
}

#columna {
column-count: 2;
column-gap: 50px; 
column-rule: 1px solid #ccc;
}

.showcase .showcase-text {
    padding: 2rem 4 rem;
}

.project-text hr {
    border-color: #c0c0c0;
    border-width: .25rem;
    width: 30%;
}

.portfolio-item {
    max-width: none;
    margin: 0;
}

  .portfolio-item .caption {
    -webkit-transition: -webkit-clip-path 0.25s ease-out, background-color 0.7s;
    -webkit-clip-path: inset(0px);
    clip-path: inset(0px);
  }
  .portfolio-item .caption .caption-content {
    transition: opacity 0.25s;
    margin-left: 5rem;
    margin-right: 5rem;
    margin-bottom: 5rem;
  }

  .portfolio-item .caption .caption-content h2{
    font-size: .9rem;
  }

  .portfolio-item .caption .caption-content p{
    font-size: .9rem;
    font-weight: 300;
  }
      
  .portfolio-item img {
    -webkit-transition: -webkit-clip-path 0.25s ease-out;
    -webkit-clip-path: inset(-1px);
    clip-path: inset(-1px);
  }
  .portfolio-item:hover img {
    -webkit-clip-path: inset(1rem);
    clip-path: inset(1rem);
  }
  .portfolio-item:hover .caption {
    background-color: transparent;
    -webkit-clip-path: inset(1rem);
    clip-path: inset(1rem);
  }
.no-gutters>.col, .no-gutters>[class*=col-] {
    padding: 2px;
}
}

@media (min-width: 1200px) { 

section.showcase .showcase-text {
    padding: 4rem 6rem;
}
 
.project-text {
    padding: 5rem;
}
}
