@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,300,600,700,800);

body {
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    background: url(../img/bg.jpg);
    background-attachment: fixed;
    background-size: cover;
}

.slogan {
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 800;
}

header {
    min-height: 400px;
}

header .caption {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    width: 50% !important;
    border-radius: 0 10px 10px 0;
    text-align: center;
    margin: 0 auto !important;
}

header .caption h3 {
    font-weight: 600;
    letter-spacing: -1.5px;
    text-transform: uppercase;
}

header .caption h5 {
    font-weight: 600;
    letter-spacing: 1px;
}

a {
    text-decoration: none;
    background-color: transparent;
    color: #fff;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #fff;
    text-decoration: none;
}

a:active {
    text-decoration: none;
    background-color: transparent;
    color: #fff;
    text-decoration: none;
}

nav {
    min-height: 150px;
    height: auto;
}

nav .navbar-brand {
    margin-top: -20px;
}

nav .navbar-brand img {
    margin: 0 auto;
}

nav ol li a {
    text-transform: uppercase;
    color: #fff !important;
    font-size: 1.2rem;
    transition: all .3s ease-in;
}

nav ol li a:hover {
    color: #000 !important;
    transition: all .3s ease-in;
}

nav ol li.active a {
    color: #000 !important;
    transition: all .3s ease-out;
    font-weight: 600;
}

.logo{
    width: 250px;
}

footer {
    margin-top: 0 !important
}

.footer {
    background-color: #000;
    min-height: 200px;
}


/* ============= section css ============= */
/*titulos*/
h1 {
    font-size: 3rem;
    margin-bottom: 0;
}

.divider {
    margin-bottom: 10px;
    margin-top: 10px;
}

p strong {
    font-weight: 600;
}

/*titulos*/
section {
    padding: 20px 0;
    min-height: 100px;
    background-color: rgba(255, 255, 255, 0.9) !important;
}

section#contacto #map-canvas {
    height: 200px;
}

section#contacto input[type="button"] {
    border: none !important;
    background: none;
}

section#contacto input[type="reset"] {
    border: none !important;
    background: none;
}

#map-canvas {
    height: 300px;
}

.boxi-XD img:first-child {
    margin-top: 160px;
}

.img-center {
    margin: 0 auto !important;
}

.img-intro {
    display: block;
    margin: 0 auto;
    transition: all 0.3s ease;
}

/* ============= section css ============= */

.fade {
    opacity: 0.5;
}

.fade:hover {
    opacity: 1;
}

.footer-copyright {
    height: auto !important;
}

.redes-1 {
    float: right;
}

.redes-1 li {
    float: left;
    margin-right: 5px;
}

.caption-5 {
    background-color: #B71C1C;
    color: #fff;
    position: absolute;
    z-index: 3;
    text-align: center;
}


/* Medias Querries */
@media screen and (max-width: 1059px) {
    .navbar-header {
        float: none !important;
        margin: 0 auto !important;
        height: 120px;
        text-align: center;
        transition: all .9s ease;
    }

    .navbar-brand {
        display: inline;
        margin: 0 auto !important;
        text-align: center;
        transition: all .3s ease;
    }

    .navbar-text {
        float: none;
        display: inline-block;
        transition: all .9s ease;
    }

    .navbar-brand img {
        text-align: center;
        transition: all .9s ease;
    }

    .breadcrumb {
        float: none !important;
        margin: 0 auto !important;
        text-align: center !important;
        transition: all .9s ease;
    }
}

@media screen and (max-width: 992px) {
    .visitanos {
        margin-top: -120px;
    }

    .redes-1 {
        margin-top: -80px;
    }

    .slider .slides li .caption {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .slogan {
        font-size: 1.4rem;
        text-transform: uppercase;
        font-weight: 800;
    }

    ol {
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
    }

    .breadcrumb {
        margin-top: 80px !important;
    }

    .container {
        width: 100% !important;
    }
}

@media screen and (max-width: 800px) {
    .breadcrumb {
        margin-top: 80px !important;
    }

    .container {
        width: 100% !important;
    }
}

@media screen and (max-width: 481px) {
    .logo {
        margin-bottom: 100px !important;
    }

    .breadcrumb {
        margin-top: 80px !important;
    }

    .container {
        width: 100% !important;
    }

    .caption {
        width: 100% !important;
    }

    .slider .indicators {
        display: none;
    }

    header {
        min-height: 300px !important;
    }

    .slider {
        height: 200px !important;
    }

    .slides {
        height: 200px !important;
    }

    .visitanos {
        margin-top: 0px;
        text-align: center;
    }

    .redes-1 {
        float: none;
        text-align: center;
        margin: 0 auto;
    }

    .redes-1 li {
        float: none;
        margin-right: 5px;
        display: inline-block;
    }

    footer h5 {
        font-size: 1.3em;
    }

    footer h5,
    p {
        text-align: center;
    }

    .card-1 {
        margin: 0 auto;
    }

    nav ol li a {
        font-size: 14px !important;
    }

    .cont-g ul li a img {
        width: 120px !important;
    }

    h1 {
        text-align: center;
    }

    p span {
        display: block;
    }
}


/*================ Formulario ================*/

#comments-1 {
    height: 88px;
    width: 99%;
    margin: 0 0.5%;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #ccc;
}

.contact_us_row-1 {
    width: 32.3%;
    float: left;
    margin: 0 0.5%;
}

#contact_us_aremandatory {
    font-size: 11px;
    color: #555;
    margin: 14px 0px 0px 10px;
    font-weight: lighter;
    float: left;
}

.text_field {
    margin: 10px 0;
}

#contact_us_buttons {
    margin-right: 23px;
    float: right;
}

.btn {
    color: #333;
    font-weight: bold;
    background-color: none !important;
}

.info_contacto {
    float: left;
    width: 300px;
    height: 300px;
    margin: 40px 0px 0px 15px;
    background: #888;
}

.list-inline {
    text-align: center;
}

input[type="button"] {
    background-color: none;
    background: none;
    border: none;
}

input[type="reset"] {
    background-color: none;
    background: none;
    border: none;
}

/*================ Formulario ================*/

/*================ Galeria ================*/
.cont-g {

    width: 100%;
    height: auto;
    margin: 0 auto 25px auto;
    overflow: hidden;
    padding: 0px 15px
}

.cont-g ul {
    margin: 0;
    padding: 0;
}

.cont-g ul li {
    float: left;
    list-style: none;
    background: #ffffff;
    margin: 0px 5px 10px 5px;
}

.cont-g ul li a img {
    transition: opacity 0.4s ease 0s;
    -webkit-transition: opacity 0.4s ease 0s;
    width: 140px
}

.cont-g ul li a img:hover {
    opacity: 0.7;
    transition: opacity 0.4s ease 0s;
    -webkit-transition: opacity 0.4s ease 0s;
}

.cont-g ul li.cont-d {
    padding: 3px 3px 9px 3px;
}

.axesa {
    width: 47px;
}