@import url('https://fonts.googleapis.com/css?family=Oxygen:700');
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@media (min-width: 768px) {
	section {
	    padding: 150px 0;
	}
}

section {
    padding: 1px 0;
    font-family: 'Roboto', sans-serif;
    line-height: 35;
}

#botonegro{
	color: black;
}

.lineas{
	display: inline-block;
	position: relative;
}

.lineas::after,.lineas::before{
	content:'';
	position: absolute;
	width: 120px;
	height: 3px;
	background-color: black;
	top:0.6em;
}

.lineas::before{
	left: -140px;
}

.lineas::after{
	right: -140px;
}

@media (max-width: 991px) {
	.lineas::after,.lineas::before{
	content:'';
	position: absolute;
	width: 90px;
	height: 3px;
	background-color: black;
	top:0.6em;
}

.lineas::before{
	left: -100px;
}

.lineas::after{
	right: -100px;
}

}

/*--------------------
Secciones
--------------------*/

.section-title h2 {
     margin: 25px 0 0 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 700;
    color:#000;
}

.section-title p {
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    margin: 20px 100px 60px 100px;
    font-family: 'Roboto', sans-serif;
}

.section-title2 p {
    font-size: 15px;
    font-weight: 300;
    line-height: 2px;
    margin: 20px 100px 60px 100px;
    font-family: 'Roboto', sans-serif;
}


/*--------------------
Para sección
--------------------*/

figure {
	position: relative;
    overflow: hidden;
    margin: -20px 1%;
    text-align: center;
    cursor: pointer;	
}

figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;	
}

.ot-portfolio-item figure figcaption > a {
    z-index: 9;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.ot-portfolio-item figure figcaption, .ot-portfolio-item figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figure.effect-bubba {
	background: #fff;
	margin-bottom: 30px;
}

figure.effect-bubba img {
	opacity: 0.5;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
	opacity: 1;
	 -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
	transition: all .7s ease 0s;
}

.effect-bubba{
	overflow: hidden;
	position: relative;
}






figure.effect-bubba2 {
	background: #000;
	margin-bottom: 30px;
}

figure.effect-bubba2 img {
	opacity: 0.5;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-bubba2:hover img {
	opacity: 0.4;
}

figure.effect-bubba2 figcaption::before,
figure.effect-bubba2 figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba2 figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba2 figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba2 h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
	padding-top: 30%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

figure.effect-bubba2 p {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-bubba2:hover figcaption::before,
figure.effect-bubba2:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1.12);
}

figure.effect-bubba2:hover h2,
figure.effect-bubba2:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/*--------------------
Modales
--------------------*/

.modal-content {
	border-radius: 0;	
}
.modal-header .close {
	font-size: 30px;	
}
.modal-title {    
	text-transform: uppercase;
	font-size: 23px;
}

.modal-body {
	padding: 0;
}

.modal-body p {
	margin: 30px 20px;
	color: #2D2D2D;		
}

.modal-works {
font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    margin: 25px 20px;
}

.modal-works span {
	background-color: #FED136;
    margin-right: 15px;
    padding: 5px 10px;
}

/*--------------------
boton
--------------------*/

.btn:hover, .btn:focus, .btn:active, .btn.active, .open .dropdown-toggle.btn {
    color: #fff;
    background-color: #fec503;
    border-color: #f6bf01;
    transition-duration: 1s, 1s, 1s, 1s;
}


