
/* app css stylesheet */
@import 'https://fonts.googleapis.com/css?family=Amaranth';
@import 'https://fonts.googleapis.com/css?family=Rubik';
@import 'https://fonts.googleapis.com/css?family=Baloo+Da';
@import 'https://fonts.googleapis.com/css?family=Kalam';
@import 'https://fonts.googleapis.com/css?family=Lato';
@import 'https://fonts.googleapis.com/css?family=Bitter';
@import 'https://fonts.googleapis.com/css?family=Volkhov';
@import 'https://fonts.googleapis.com/css?family=Rancho';
@import 'https://fonts.googleapis.com/css?family=Quicksand';

body{
    width: 100%;
    height: 100%;
    font-family: Rubik;
    padding-top: 80px; /*this is for the navbar-fixed-top*/
    overflow-x: hidden;
}
html {
    width: 100%;
    height: 100%;
}

.navbar{
    margin-bottom: 10px;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3),0 0 40px rgba(0, 0, 0, 0.0) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.0) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.0) inset;
}
.navbar-default .navbar-brand{
    text-align: center;
    font-family: Amaranth;
    font-size: 300%;
    padding-bottom: 25%;
    color: #339fcd;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus{
    color: #339fcd;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:active{
    color: #339fcd;
}

.navbar-default .navbar-toggle {
    border-color: #339fcd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    border-color: #339fcd;
    background-color: white;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #339fcd;
}

.navbar-default .navbar-nav > li > a{
    color: #000;
    border: 2px solid transparent;

}
.navbar-default .navbar-nav > li > a:hover {
    border-bottom: 2px solid #339fcd;
    -webkit-transition: background-color 1000ms linear;
    -moz-transition: background-color 1000ms linear;
    -o-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus {
    color: #000;
    background: transparent;
    border: 2px solid #339fcd;
}
.navbar-default .navbar-nav > .active > a:hover{
    color: white;
    background: #339fcd;
    border: 2px solid #339fcd;
    -webkit-transition: background-color 1000ms linear;
    -moz-transition: background-color 1000ms linear;
    -o-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}

.navbar-brand small {
    padding-top: 4%;
    text-align: center;
    display:block;
    font-size:20px;
}
.page-header{
    padding-top: 2%;
    text-align: center;
    font-family: 'Volkhov', Italic;

    border-bottom: 1px solid #339fcd;
    background-color: #339fcd;
    background-image: url(../images/background/footer-bk.png);
    color: white;
    padding: 5%;
    text-align: center;

    -webkit-box-shadow: 4px 3px 4px 4px #999;
    -moz-box-shadow: 4px 3px 4px 4px #999;
    box-shadow: 4px 3px 5px 4px #999;
}

.page-header img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 10%;
}


.about h2{
    color: #f58232;
    text-align: center;
    font-family: 'Baloo Da', cursive;
}
.about {
    text-align: justify;
    height: 100%;
}

footer {
    font-family: Rubik;
    background-image: url(../images/background/footer-bk.png);
}
footer h1 {
    font-family: Amaranth;
}


.paddingtop-bottom {
    padding-top: 5%;
    font-size: 1.1em;
}


.copyright {background-color:#000000;}
.copyright p { text-align:center; color:#FFF; padding:1% 0; margin-bottom:0px;}
.heading7 { font-size:21px; font-weight:700; color:#d9d6d6; margin-bottom:22px;}
.post p { font-size:12px; color:#FFF; line-height:20px;}
.post p span { display:block; color:#8f8f8f;}
.bottom_ul { list-style-type:none; float:right; margin-bottom:0px;}
.bottom_ul li { float:left; line-height:40px;}
.bottom_ul li:after { content:"/"; color:#FFF; margin-right:8px; margin-left:8px;}
.bottom_ul li a { color:#FFF;  font-size:12px;}

/*esto es para el color de los iconos de servicio*/
.text-primary {
    color: #339fcd;
}

.jumbotron {
    color: black;
    text-align: center;
    background-color: transparent;
}
.jumbotron{
    line-height: 1.5em;
    color:#339fcd;
    /**  border-top: 2px solid #339fcd;
      border-bottom: 2px solid #339fcd;**/
    background-color: transparent;
    font-family: 'Volkhov', Italic;
}


.dynamic-grid{
    position: relative;
    display: none;
}

.dynamic-grid.angular-grid{
    display: block;
}

.grid {
    border: 1px solid #cccccc;
    position: absolute;
    list-style: none;
    background: #ffffff;
    box-sizing: border-box;
    -moz-box-sizing : border-box;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    overflow: hidden;
}
.grid-img {
    width: 100%;
    vertical-align: middle;
    -webkit-transition: opacity 0.6s ease-out;
    transition: opacity 0.6s ease-out;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
}

.grid-img.img-loaded{
    visibility: visible;
    opacity: 1;
}
.services {
    background: #339fcd; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(white 80%, #339fcd); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(white 80%, #339fcd); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(white 80%, #339fcd); /* For Firefox 3.6 to 15 */
    background: linear-gradient(white 80%, #339fcd); /* Standard syntax */

}
.serviceDetail{
    -webkit-box-shadow: 2px 2px 5px #999;
    -moz-box-shadow: 2px 2px 5px #999;
}

.services .fa-stack:hover {
    top: -10px;
}

#myTab{
    font-size: larger;
}

.cover {

    background: #339fcd  center center;
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
    box-shadow: 2px 2px 10px #666;          /* Sombra normal */
    box-shadow: 5px -5px 0 2px #444;        /* Sombra superior sin desenfoque */
    box-shadow: 5px 5px 25px #222 inset;    /* Sombra interior */
}

.cover img{

    float: right;
    width: 30%;
}

/*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    padding-top: 1%;
    position: relative;
    height: 50vh;
}
.fade-carousel .carousel-inner .item {
    height: 50vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 0px;
    background-color: #f58232;
    border-color: #f58232;
    opacity: .5;
}
.fade-carousel .carousel-indicators > li.active {
    width: 15px;
    height: 15px;
    opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 6em;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: 0;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
    background-position: center;
    background-image: url(../images/background/parque-bk.jpg);
}
.fade-carousel .slides .slide-2 {
    background-image: url(../images/fiestaEspuma/espuma.jpg);
}
.fade-carousel .slides .slide-3 {
    background-image: url(../images/background/toro-bk.png);
    background-position: center;
    background-size: 50%;
    background-color: #C19A6B;
}


/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }

}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 3em; }
    .fade-carousel .slides .slide-3 {
        background-size: 100%;}

    .page-header img{
        width: 25%;
    }
}

@media(min-width:767px) {
    .navbar {
        padding: 10px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }

}

@media(max-width:767px){
    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        color: #000;
        background: transparent;
        border: 0px solid #339fcd;
    }
    .navbar-default .navbar-nav > .active > a:hover{
        border-bottom: 2px solid #339fcd;
    }

    .navbar-default .navbar-brand{
        padding-top: 0.5em;
        padding-bottom: 15%;
        width: 80%;
    }
    .navbar-default .navbar-brand small{
        padding-top: 3%;
        font-size: 15px;

    }
    .fade-carousel {
        padding-top: 0%;
    }
}
/** hover img effect **/
.hovereffect {
    width:100%;
    height:100%;
    float:left;
    overflow:hidden;
    position:relative;
    text-align:center;
    cursor:default;
}

.hovereffect .overlay {
    width:100%;
    height:100%;
    position:absolute;
    overflow:hidden;
    top:0;
    left:0;
    opacity:0;
    background-color:rgba(0,0,0,0.5);
    -webkit-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out
}

.hovereffect img {
    display:block;
    position:relative;
    -webkit-transition:all .4s linear;
    transition:all .4s linear;
}

.hovereffect h2 {
    text-transform:uppercase;
    color:#fff;
    text-align:center;
    position:relative;
    font-size:17px;
    background:#f58232;
    -webkit-transform:translatey(-100px);
    -ms-transform:translatey(-100px);
    transform:translatey(-100px);
    -webkit-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    padding:10px;
}

.hovereffect a.info {
    text-decoration:none;
    display:inline-block;
    text-transform:uppercase;
    color:#fff;
    border:1px solid white;
    background-color:transparent;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    margin:5% 0 0;
    padding:7px 14px;
}

.hovereffect a.info:hover {
    box-shadow:0 0 5px #fff;
}

.hovereffect:hover img {
    -ms-transform:scale(1.2);
    -webkit-transform:scale(1.2);
    transform:scale(1.2);
}

.hovereffect:hover .overlay {
    opacity:1;
    filter:alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
    opacity:1;
    filter:alpha(opacity=100);
    -ms-transform:translatey(0);
    -webkit-transform:translatey(0);
    transform:translatey(0);
}

.hovereffect:hover a.info {
    -webkit-transition-delay:.2s;
    transition-delay:.2s;
}
/** email **/

.well {

    background-color: transparent;
    border: 0px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .05);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .05);
}

/**menu fotos **/

a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus{
    background-color: white;
}

.thumbnail img {
    width: 100%;
    padding-bottom: 2%;
}

.thumbnail {
    padding: 2%;
    border: 2px solid #339fcd;
}

.thumbnail .caption-full{
    padding: 5%;
}
.portofolioMenu{
    padding-bottom: 10%;
}

.portofolioMenu h3{
    font-family: 'Baloo Da', cursive;
    color: #f58232;
    text-align: center;
}

.portfolio-item {
    margin-bottom: 25px;
}

nav.vertical{
    background-color: white;
    border: 2px solid #339fcd;
    position:relative;


}

/* ALL UL */
nav.vertical ul{

    list-style: none;

}
/* ALL LI */
nav.vertical li{
    position:relative;



}
/**
nav.vertical a{
    text-align: center;
    display:block;
    background-color: red;
    text-decoration:none;
    padding:10px 15px;
    transition:0.2s;
}**/

/* INNER UL HIDE */
nav.vertical ul ul{
    padding-left:30px;
    transition: max-height 0.2s ease-out;
    max-height:0;
    overflow:hidden;
}
/* INNER UL SHOW */
nav.vertical li:hover > ul{
    max-height:500px;
    transition: max-height 0.25s ease-in;
}


a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus{
    color: #339fcd;
}
.list-group-item{
    border: 0;
}

/**angular grid**/
.dynamic-grid {
    text-align: center;
    position: relative;
    display: none;
}
.dynamic-grid.angular-grid {
    display: block;
}
.grid {
    border: 0px;
    border-bottom: 1px solid #339fcd;
    position: absolute;
    list-style: none;
    background: white;;
    /**box-sizing: padding-box;**/
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    overflow: hidden;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.grid.ng-leave {
    -webkit-transition: all ease 400ms;
    transition: all ease 400ms;
}
.grid.ng-leave.ng-leave-active {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
}
.grid.ng-enter {
    -webkit-transition: all ease 400ms;
    transition: all ease 400ms;
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
}
.grid.ng-enter.ng-enter-active {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.grid-img {
    width: 100%;
    vertical-align: middle;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
}
.grid-img.img-loaded {
    visibility: visible;
    opacity: 1;
}

/** **/
a {
    color: white;
}

.portofolio-background{
    padding-top: 10%;
    background-image: url(../images/portofolio-bk.png);
}
.about-background{
    padding-top: 5%;
    padding-bottom: 5%;
    background-image: url(../images/portofolio-bk.png);
}
