



.video h1 {
    font-size: 3.5em;
    font-family: ubuntu, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 0.2em;
}



 .proposta h5 {
    color: #fff;
    font-size: 1.5em !important;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 0.5em;
    margin-bottom: 0 !important;
}

.brevemente{
    opacity: 0.8;
}


/* Common style */
figure {
    position: relative;
    float: left;
    overflow: hidden;
    /*     margin: 10px 1%; */
    /*     min-width: 320px;
    max-width: 480px;
    max-height: 360px; */
    width: 100%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

figure figcaption {
   /*
    padding: 2em;*/
    color: #fff;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure figcaption::before,
figure figcaption::after {
    pointer-events: none;
}

figure figcaption,
figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto!important;
    align-content: center !important;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

figure h2 span {
    font-weight: 800;
}

figure h2,
figure p {
    margin: 0;
}

figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

/*---------------*/
/***** Bubba *****/
/*---------------*/

figure.effect-bubba {
   /*background: #b7873c;*/
   background: linear-gradient(-220deg, #b7453c 50%, #fe84b6 100%) !important;
}

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

figure.effect-bubba:hover img {
    opacity: 0.2;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba 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;
    display: flex;
    justify-content: center;
}


figure.effect-bubba i {
    font-size: 2em;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    align-content: center;
    justify-content: center;
    margin:auto;
}


figure.effect-bubba p {
    
     font-size: 1.2em!important;
    padding: 10px 10px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
figure.effect-bubba:hover i,
figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*:::::::::::::::vertical::::::::::::::::::::*/
figure.effect-bubba_v {
    /*background: #b7873c;*/
    background: linear-gradient(-220deg, #b7873c 0%, #cdb486  100%) !important;
 }
 
 figure.effect-bubba_v img {
     opacity: 0.95;
     -webkit-transition: opacity 0.35s;
     transition: opacity 0.35s;
 }
 
 figure.effect-bubba_v:hover img {
     opacity: 0.2;
 }
 
 figure.effect-bubba_v figcaption::before,
 figure.effect-bubba_v 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-bubba figcaption::before {
    /* border-top: 1px solid #fff;
     border-bottom: 1px solid #fff;
     -webkit-transform: scale(0, 1);
     transform: scale(0, 1);*/
 }
 
 figure.effect-bubba figcaption::after {
     /*border-right: 1px solid #fff;
     border-left: 1px solid #fff;
     -webkit-transform: scale(1, 0);
     transform: scale(1, 0);*/
 }
 figure.effect-bubba_v i {
     padding-top: 45%;
     font-size: 2em;
     -webkit-transition: -webkit-transform 0.35s;
     transition: transform 0.35s;
     -webkit-transform: translate3d(0, 25px, 0);
     transform: translate3d(0, 25px, 0);
 }
 
 
 figure.effect-bubba_v p {
     font-family: 'BebasNeue-Regular', serif;
     font-size: 1.2em!important;
     padding: 10px 10px;
     opacity: 0;
     -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
     transition: opacity 0.35s, transform 0.35s;
     -webkit-transform: translate3d(0, 15px, 0);
     transform: translate3d(0, 15px, 0);
 }
 
 figure.effect-bubba_v:hover figcaption::before,
 figure.effect-bubba_v:hover figcaption::after {
     opacity: 1;
     -webkit-transform: scale(1);
     transform: scale(1);
 }
 figure.effect-bubba_v:hover i,
 figure.effect-bubba_v:hover h2,
 figure.effect-bubba_v:hover p {
     opacity: 1;
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
 }

@media screen and (min-width: 1261px) and (max-width: 1500px) {
    figure.effect-bubba i {
        padding-top: 5%;
        font-size: 2em;
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        -webkit-transform: translate3d(0, 15px, 0);
        transform: translate3d(0, 15px, 0);
    }
}
/*:::::::::::::::::::::::::::::::::::*/


@media screen and (min-width: 961px) and (max-width: 1260px) {
    figure.effect-bubba i {
        padding-top: 11% !important;
    }
    figure.effect-bubba_v i {
        padding-top: 42%;
    }


}

@media screen and (min-width: 641px) and (max-width: 960px) {
    figure.effect-bubba i {
        padding-top: 12% !important;
    }   
}

@media screen and (min-width: 321px) and (max-width: 640px) {
  
}

@media screen and (max-width: 320px) {
    figure.effect-bubba i {
        padding-top: 9% !important;
    }
}


figure.effect-chico img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
}

figure.effect-chico:hover img {
    opacity: 0.5;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-chico figcaption {
    padding: 3em;
}

figure.effect-chico figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: '';
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

figure.effect-chico figcaption::before,
figure.effect-chico p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-chico h2 {
    padding: 20% 0 20px 0;
}

figure.effect-chico p {
    margin: 0 auto;
    max-width: 200px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/*---------------*/
/***** Oscar *****/
/*---------------*/

figure.effect-oscar {
	background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
	background: linear-gradient(45deg, #22682a 0%,#9b4a1b 40%,#3a342a 100%);
}

figure.effect-oscar img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-oscar figcaption {
	padding: 1em;
	/*background-color: rgba(58,52,42,0.7);*/
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
}

figure.effect-oscar figcaption::before {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border: 1px solid #fff;
	content: '';
}

figure.effect-oscar h2 {
	margin: 20% 0 10px 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

figure.effect-oscar:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-oscar:hover figcaption {
	background-color: rgba(58,52,42,0);
}

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