/*.colortitulo {
    background: rgba(59,80,87,1);
    background: -moz-linear-gradient(45deg, rgba(59,80,87,1) 0%, rgba(59,80,87,1) 0%, rgba(144,198,212,1) 50%, rgba(59,80,87,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(59,80,87,1)), color-stop(0%, rgba(59,80,87,1)), color-stop(50%, rgba(144,198,212,1)), color-stop(100%, rgba(59,80,87,1)));
    background: -webkit-linear-gradient(45deg, rgba(59,80,87,1) 0%, rgba(59,80,87,1) 0%, rgba(144,198,212,1) 50%, rgba(59,80,87,1) 100%);
    background: -o-linear-gradient(45deg, rgba(59,80,87,1) 0%, rgba(59,80,87,1) 0%, rgba(144,198,212,1) 50%, rgba(59,80,87,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(59,80,87,1) 0%, rgba(59,80,87,1) 0%, rgba(144,198,212,1) 50%, rgba(59,80,87,1) 100%);
    background: linear-gradient(45deg, rgba(59,80,87,1) 0%, rgba(59,80,87,1) 0%, rgba(144,198,212,1) 50%, rgba(59,80,87,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b5057', endColorstr='#3b5057', GradientType=1 );
}

.navbar-default .navbar-nav > li > a {
    color: #ffffff !important;
}
.navbar-nav li a:hover {
    color: #90c6d4 !important;
}*/

.tamimgsm{
    height: 150px !important;
    width: 150px !important;
}

body, html {
    height: 50%;
}

.parallax {
    /* The image used */
    background-image: url('img/fondo2.jpg');
    /* Full height */
    height: 30%;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


body, html {
    height: 60%;
}

.parallax1 {
    /* The image used */
    background-image: url('fondo.jpg');
    /* Full height */
    height: 40%;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

body, html {
    height: 60%;
}

.parallax2 {
    /* The image used */
    background-image: url('fondo3.jpg');
    /* Full height */
    height: 40%;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

footer {
    background-color: #2d2d30;
    color: #f5f5f5;
    padding: 32px;
}

    footer a {
        color: #f5f5f5;
    }

        footer a:hover {
            color: #777;
            text-decoration: none;
        }

.imgmov:hover {
    animation: shake 0.7s;
    animation-iteration-count: infinite;
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}