﻿/*Section 1*/
.separator-type, .title-type, .intro-type, .content-type .intro-type p {
    position: relative;
}

    .intro-type .container {
        padding: 107px 15px 102px 15px !important;
        height: 500px;
    }

.company-heading h1 {
    margin-bottom: 60px;
    padding-bottom: 50px;
    line-height: 80px;
    color: #fff;
    font-weight: 700 !important;
    text-align: center;
}

.jumbo {
    margin-top: 20px;
}

.display-4 {
    color: #fff;
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.5;
}

.seo-header, .product-header, .intro-type .container h1.white, .company-heading

.parallax {
    background-repeat: repeat;
    background-size: cover;
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 100%;
    z-index: -10;
    bb;
}

.ct-btn-scroll {
    width: 49px;
    height: 49px;
    position: absolute;
    bottom: 25%;
    left: 0;
    right: 0;
    margin: auto;
    padding-top: 200px;
    z-index: 10;
    border-radius: 50%;
    -webkit-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
}
/*Section 2*/
.content-item {
    padding: 10px 0;
    background-color: #FFFFFF;
}

    .content-item.grey {
        background-color: #fff;
        /*padding: 50px 0;*/

        height: 100%;
    }
    .padding-top{
        padding-top:50px;
    }
.padding-bottom {
    padding-bottom:50px;
}

.content-item h2 {
    font-weight: 700;
    font-size: 25px;
    line-height: 45px;
    color: #555555;
    text-transform: uppercase;
    margin: 20px 0;
}

    .content-item h3 {
        font-weight: 400;
        font-size: 20px;
        color: #555555;
        margin: 10px 0 15px;
        padding: 0;
    }
.content-item h4 {
    font-weight: 250;
    font-size: 15px;
    color: #555555;
    margin: 10px 0 15px;
    padding: 0;
}

.content-headline {
    height: 1px;
    text-align: center;
    margin: 20px 0 70px;
}

    .content-headline h2 {
        background-color: #FFFFFF;
        display: inline-block;
        margin: -20px auto 0;
        padding: 0 20px;
    }

.grey .content-headline h2 {
    background-color: #F0F0F0;
}

.content-headline h3 {
    font-size: 14px;
    color: #AAAAAA;
    display: block;
}

/* BOXES */

.box {
    background-color: #FFFFFF;
    padding: 10px 20px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

    .box h3 {
        margin: 30px 0 5px;
        font-weight: bold;
    }

    .box ul {
        margin: 0;
    }

        .box ul li {
            font-size: 13px;
            border-bottom: 1px dashed #DDDDDD;
            padding: 10px 0;
            font-weight: 600;
        }

            .box ul li:last-child {
                border-bottom: 0;
            }

            .box ul li i {
                font-size: 18px;
                margin-right: 20px;
            }

    .box.categories ul li i {
        color: #BBBBBB;
        position: relative;
        top: 2px;
        width: 20px;
    }

.posts ul li a {
    font-size: 11px;
    line-height: 23px;
}

    .posts ul li a:hover {
        color: #333333;
    }

.posts ul li div {
    font-size: 13px;
    color: #999999;
    font-weight: bold;
    text-align: right;
    margin-top: 5px;
}

.box.posts ul li i {
    color: #333333;
    font-size: 14px;
    margin-right: 10px;
}

.box.tags ul.blog-tags li {
    border: 0;
}

ul.blog-tags li {
    padding: 7px 0;
}

div ul.blog-tags li i,
div .box.tags ul li i {
    color: #FFFFFF;
    position: relative;
    top: 1px;
    font-size: 14px;
}

.pull-left {
    margin-right: 15px;
}
.pull-right {
    margin-left: 15px;
}

.blog p img {
    max-width: 150px;
   /*border: 3px solid #BBBBBB;*/
    padding: 5px;
}
.image {
    width: 300px;
    height: 200px;
}
/*Cards*/

.container_foto {
    background-color: rgba(57, 62, 93,0.7);
    padding: 0;
    overflow: hidden;
    max-width: 350px;
    margin: 5px;
}

    .container_foto article {
        padding: 0%;
        position: absolute;
        bottom: 0;
        z-index: 1;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .container_foto h2 {
        color: #fff;
        font-weight: 800;
        font-size: 25px;
        border-bottom: #fff solid 1px;
    }

    .container_foto h4 {
        font-weight: 300;
        color: #fff;
        font-size: 16px;
    }

    .container_foto img {
        width: 100%;
        top: 0;
        left: 0;
        opacity: 0.8;
        -webkit-transition: all 4s ease;
        -moz-transition: all 4s ease;
        -o-transition: all 4s ease;
        -ms-transition: all 4s ease;
        transition: all 4s ease;
    }

.ver_mas {
    background-color: #003399;
    position: absolute;
    width: 100%;
    height: 70px;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    transform: translate(0px, 70px);
    -webkit-transform: translate(0px, 70px);
    -moz-transform: translate(0px, 70px);
    -o-transform: translate(0px, 70px);
    -ms-transform: translate(0px, 70px);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .ver_mas span {
        font-size: 40px;
        color: #fff;
        position: relative;
        margin: 0 auto;
        width: 100%;
        top: 13px;
    }
.contenedor {
    height: 100%;
   
}


/*hovers*/

.container_foto:hover {
    cursor: pointer;
}

    .container_foto:hover img {
        opacity: 0.1;
        transform: scale(1.5);
    }

    .container_foto:hover article {
        transform: translate(2px, -69px);
        -webkit-transform: translate(2px, -69px);
        -moz-transform: translate(2px, -69px);
        -o-transform: translate(2px, -69px);
        -ms-transform: translate(2px, -69px);
    }

    .container_foto:hover .ver_mas {
        transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        -moz-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        opacity: 1;
    }
    
@media (max-width:991px){
    .ct-btn-scroll {
        
        bottom: 25%;
        padding-top: 250px;
        
    }
    .intro-type .container {
        padding: 107px 15px 102px 15px !important;
        height: 600px;
    }
}
@media (max-width:786px) {
    .ct-btn-scroll {
        bottom: 25%;
        padding-top: 300px;
    }

    .intro-type .container {
        
        height: 700px;
    }
}

@media (max-width:500px) {
    .ct-btn-scroll {
        bottom: 25%;
        padding-top: 350px;
    }

    .intro-type .container {
        height: 750px;
    }
}