

/*
Author: Bootstrap Themes
Author URI: http://bootstrapthemes.co
*/

/*==========================================
 01.  PREDIFINEED (FROM 1 TO 780 )
 02.  PRELOADER - LINE NO 786
 03.  NAVIGATION - LINE NO 930
 04.  HOME - LINE NO 1150
 05.  THU FEATURE - LINE NO 1280
 06.  THU FLIDE - LINE NO 1355
 07.  THU SERVICE - LINE NO 1385
 08.  PORTFOLIO - LINE NO 1444
 09.  THU SOLUTION - LINE NO 1620
 10.  THU TEAM - LINE NO 1658
 11.  THU CLIENTS FEEDBACK - LINE NO 1730
 12. THU BLOG - LINE NO 1848
 13. THU SUBCRIBS - LINE NO 1935
 14. FOOTER - LINE NO 2020
==========================================*/


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html,
body {
    font-size: 14px;
    color: #797979;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-weight: 400;
    width:100%;
    font-family: 'Raleway', sans-serif;
}

/*------------------------------------------------------------------*/
/*   IE10 in Windows 8 and Windows Phone 8 Bug fix
/*-----------------------------------------------------------------*/

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

/*
    Page Content
------------------------------------------*/

.page-content, 
section { overflow: hidden; }

/*
    On Scroll Animations 
------------------------------------------*/

/*.animated { visibility: hidden; }
.visible { visibility: visible; }*/

/*
    Spacing & Alignment 
------------------------------------------*/

.roomy-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.roomy-80 {
    padding-top: 100px;
    padding-bottom: 80px;
}

.roomy-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.roomy-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.roomy-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.roomy-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}


/*text color*/

.text-muted{}
.text-primary{color: #00a885 !important;;}
.text-finence{color:#13A0B2 !important;;}
.text-mega{color:#00a885 !important;;}
.text-white{color:#fff !important;;}
.text-black{color:#000 !important;}
.text-warning{}
.text-danger{}
.disabled{
    cursor: not-allowed;
}

/*bacground color*/
.lightbg {
    background-color: #f2f2f2;
}
.bg-primary{background-color: #00a885;}
.bg-finence{background-color:#13A0B2;}
.bg-mega{background-color:#1b1b1b;}
.bg-grey{background-color: #f5f5f5;}
.bg-black{background-color: #222222;}
.bg-white{background-color: #fff;}

img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -user-select: none;
    -webkit-user-drag: none;
    -user-drag: none;
}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}
a,
button,
a span {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
a {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.btn:focus,
.btn:active {
    outline: inherit;
    background-color: transparent;
}
*,
*:before,
*:after {
    box-sizing: border-box;
    /*    direction: rtl;*/
}

p {
    margin: 0 0 15px;
}

.clear {
    clear: both;
}

img {
    width: 100%;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    outline: none;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: transparent;
    background-image: none;
    color: rgb(0, 0, 0);
}

.form-control{
    border-radius: 0px;
    border:1px solid #ccc;
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    width: 100%;
    height: 50px;
}

.form-control:focus {
    border-color: #bcefeb;
    outline: 0;
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075),0 0 0px rgba(102,175,233,.6);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Raleway', sans-serif;
    color:#1a1a1a;
    margin-bottom: 10px;
}

h1 {
    font-size: 3rem;
    line-height: 4rem;
}
h2 {
    font-size: 2.5rem;
    line-height: 3rem;
}
h3 {
    font-size: 1.500rem;
    line-height: 2rem;
}
h4 {
    font-size: 1.6rem;
    line-height: 2.2rem;
}
h5 {
    font-size: 1.125rem;
    line-height: 1.575rem
}
h6 {
    font-size: 1rem;
}



h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
p span{
    color:#00a885;
}

p {
    line-height: 1.5rem;
}
p:last-child {
    margin-bottom: 0px;
}
/*colors*/
.w100 {
    font-weight: 100;
}

.w200 {
    font-weight: 200;
}

.w300 {
    font-weight: 300;
}

.w400 {
    font-weight: 400;
}

.w500 {
    font-weight: 500;
}

.w600 {
    font-weight: 600;
}

.w700 {
    font-weight: 700;
}

.w800 {
    font-weight: 800;
}


/*
Section
*/

.parallax-section {
    max-width: 100%;
    color: #ffffff;
}

ul{
    margin:0;
    padding:0;
    list-style:none;
}

/*all overlay*/

.overlay {
    
    width: 100%;
    height:100%;
    position: absolute;
    left:0;
    top: 0;
}


.no-padding {
    padding: 0 !important;
    margin:0 !important;
}
.left-no-padding {
    padding-left: 0 !important;
}
.right-no-padding {
    padding-right: 0 !important;
}
.fluid-blocks-col {
    padding: 70px 40px 0 80px;
}
.fluid-blocks-col-right {
    padding: 70px 80px 0 40px;
}


/*
Separator
*/
.separator_left{
    width:85px;
    height:2px;
    margin:20px 0px;
    background: #00a885;
}
.separator_auto{
    width:85px;
    height:2px;
    margin:20px auto;
    background: #00a885;
}
.separator_small{
    width:30px;
    height:2px;
    margin:20px 0px;
    background: #00a885;
}

/*
Button
*/
.btn{
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    font-size:14px;
    font-weight: 600;
    border:1px solid;
    padding: 1rem 4rem;
}
.btn-primary{
    color: #fff;
    background-color: #00a885;
    border:1px solid;
    border-color: #00a885;

}
.btn-primary:hover{
    background-color: #eee;
    border-color: #eee;
    color:#00a885;
}

.btn-default{
    color: #fff;
    background-color: transparent;
    border:1px solid;
    border-color: #b6b6b6;
}
.btn-default:hover{
    color: #fff;
    background-color: #00a885;
    border-color: #00a885;
}


/*
socail icon
--------------------------------*/
/*
Extra height css
*/
.m-0{
    margin:0 !important;
}
.m-top-0{
    margin-top:0;
}
.m-r-0{
    margin-right: 0;
}
.m-l-0{
    margin-left: 0;
}
.m-b-0{
    margin-bottom: 0;
}

.m-r-15{
    margin-right: 15px;
}
.m-l-15{
    margin-left: 15px; 
}
.m-top-10 {
    margin-top: 10px;
}
.m-top-20 {
    margin-top: 20px;
}
.m-top-30 {
    margin-top: 30px;
}
.m-top-40 {
    margin-top: 40px;
}
.m-top-50 {
    margin-top: 50px;
}
.m-top-60 {
    margin-top: 60px;
}
.m-top-70 {
    margin-top: 70px;
}
.m-top-80 {
    margin-top: 80px;
}
.m-top-90 {
    margin-top: 90px;
}
.m-top-100 {
    margin-top: 100px;
}
.m-top-110 {
    margin-top: 110px;
}
.m-top-120 {
    margin-top: 120px;
}

.m-t-b-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}
.m-t-b-120 {
    margin-top: 120px;
    margin-bottom: 120px;
}

.m-bottom-10 {
    margin-top: 10px;
}

.m-bottom-20 {
    margin-bottom: 20px;
}
.m-bottom-30 {
    margin-bottom: 30px;
}

.m-bottom-40 {
    margin-bottom: 40px;
}

.m-bottom-60 {
    margin-bottom: 60px;
}

.m-bottom-70 {
    margin-bottom: 70px;
}

.m-bottom-80 {
    margin-bottom: 80px;
}

.m-bottom-90 {
    margin-bottom: 90px;
}

.m-bottom-100 {
    margin-bottom: 100px;
}

.m-bottom-110 {
    margin-bottom: 110px;
}

.m-bottom-120 {
    margin-bottom: 120px;
}

.m_t__b{
    margin: 14rem 0;
}
.p_t__b{
    padding: 6rem 0;
}

p-0{
    padding:0 !important;
}

.p-l-15{
    padding-left: 15px;
}

.p-r-15{
    padding-right: 15px;
}

.p-top-10 {
    padding-top: 10px;
}
.p-top-20 {
    padding-top: 1.33rem;
}

.p-bottom-20 {
    padding-bottom: 1.33rem;
}

.p-top-30 {
    padding-top: 1.875rem;
}

.p-bottom-30 {
    padding-bottom: 1.875rem;
}

.p-top-40 {
    padding-top: 2.66rem;
}

.p-bottom-40 {
    padding-bottom: 2.66rem;
}

.p-top-60 {
    padding-top: 5rem;
}

.p-bottom-60 {
    padding-bottom: 5rem;
}

.p-top-80 {
    padding-top: 5.714rem;
}

.p-bottom-80 {
    padding-bottom: 5.714rem;
}

.p-top-90 {
    padding-top: 6.429rem;
}

.p-bottom-90 {
    padding-bottom: 6.429rem;
}
.p-top-100 {
    padding-top: 100px;
}

.p-bottom-100 {
    padding-bottom: 100px;
}
.p-top-110 {
    padding-top: 110px;
}

.p-bottom-110 {
    padding-bottom: 110px;
}

.p-bottom-0 {
    padding-bottom: 0;
}

.p_l_r{
    padding-left: 5.714rem;
    padding-right: 5.714rem;
}

/*padding*/
.padding-twenty {
    padding: 10px 0;
}
.padding-fourty {
    padding: 20px 0;
}
.padding-sixty {
    padding: 30px 0;
}
.padding-eighty {
    padding: 40px 0;
}

/*border*/
.no-border-top{
    border-top:0px solid transparent !important;
}
.no-border-rigth{
    border-right:0px solid transparent !important;
}

/*for placeholder changes*/

input[type="email"].form-control::-webkit-input-placeholder {
    color: #797979;
    background-color: transparent;
}

input::-webkit-input-placeholder ,
input::-moz-placeholder ,
input:-ms-input-placeholder ,
input::placeholder ,
input::-webkit-input-placeholder ,
input::-moz-placeholder ,
input::-ms-input-placeholder {
    color: #cdcdcd;
}
textarea::-webkit-input-placeholder,
textarea::-moz-input-placeholder,
textarea::-ms-input-placeholder{
    color: #cdcdcd;
    padding: 5px;
}

.transform_scal_rotate:hover img{ 
    -webkit-transform: scale(1.1) rotate(4deg); 
    transform: scale(1.1) rotate(4deg); 
}

.culmn{
    width:100%;
    overflow: hidden;
}
.fix{
    overflow: hidden;
}
/*heading title all area*/
.head_title{
    padding-bottom: 2.143rem;
    overflow: hidden;
}
.head_title h2{
    font-weight: 700;
    font-size:2.250rem;
}
.head_title h5{
    font-weight: 400;
    font-size:1.125rem;
    color:#999999;
}

/*End off pridifain css*/



/*Preloader*/
#loading{
    background-color: #12314b;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
    left:0;
    z-index: 999999999;
}
#loading-center{
    width: 100%;
    height: 100%;
}
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 50px;
    margin-top: -25px;
    margin-left: -25px;
    -ms-transform: rotate(45deg); 
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); 
    -webkit-animation: loading-center-absolute 1.5s infinite;
    animation: loading-center-absolute 1.5s infinite;

}
.object{
    width: 25px;
    height: 25px;
    background-color: #FFF;
    float: left;

}


#object_one {
    -webkit-animation: object_one 1.5s infinite;
    animation: object_one 1.5s infinite;
}
#object_two {
    -webkit-animation: object_two 1.5s infinite;
    animation: object_two 1.5s infinite;
}
#object_three {
    -webkit-animation: object_three 1.5s infinite;
    animation: object_three 1.5s infinite;
}
#object_four {
    -webkit-animation: object_four 1.5s infinite;
    animation: object_four 1.5s infinite;
}


@-webkit-keyframes loading-center-absolute {
    100% { -webkit-transform: rotate(-45deg); }

}

@keyframes loading-center-absolute {
    100% { 
        transform:  rotate(-45deg);
        -webkit-transform:  rotate(-45deg);
    }
}



@-webkit-keyframes object_one {
    25% { -webkit-transform: translate(0,-50px) rotate(-180deg); }
    100% { -webkit-transform: translate(0,0) rotate(-180deg); }

}

@keyframes object_one {
    25% { 
        transform: translate(0,-50px) rotate(-180deg);
        -webkit-transform: translate(0,-50px) rotate(-180deg);
    } 
    100% { 
        transform: translate(0,0) rotate(-180deg);
        -webkit-transform: translate(0,0) rotate(-180deg);
    }
}


@-webkit-keyframes object_two {
    25% { -webkit-transform: translate(50px,0) rotate(-180deg); }
    100% { -webkit-transform: translate(0,0) rotate(-180deg); }
}

@keyframes object_two {
    25% { 
        transform: translate(50px,0) rotate(-180deg);
        -webkit-transform: translate(50px,0) rotate(-180deg);
    } 
    100% { 
        transform: translate(0,0) rotate(-180deg);
        -webkit-transform: translate(0,0) rotate(-180deg);
    }
}

@-webkit-keyframes object_three {
    25% { -webkit-transform: translate(-50px,0) rotate(-180deg); }
    100% { -webkit-transform: translate(0,0) rotate(-180deg); }
}

@keyframes object_three {
    25% { 
        transform:  translate(-50px,0) rotate(-180deg);
        -webkit-transform:  translate(-50px,0) rotate(-180deg);
    } 
    100% { 
        transform: translate(0,0) rotate(-180deg);
        -webkit-transform: rtranslate(0,0) rotate(-180deg);
    }
}


@-webkit-keyframes object_four {
    25% { -webkit-transform: translate(0,50px) rotate(-180deg); }
    100% { -webkit-transform: translate(0,0) rotate(-180deg); }
}

@keyframes object_four {
    25% { 
        transform: translate(0,50px) rotate(-180deg); 
        -webkit-transform: translate(0,50px) rotate(-180deg);  
    } 
    100% { 
        transform: translate(0,0) rotate(-180deg);
        -webkit-transform: translate(0,0) rotate(-180deg);
    }
}
/*End off Preloader*/


/*
Nav Menu style
==================*/

.navbar-brand {
    padding: 25px 15px;
}
.navbar-brand > img {
    display: block;
    width: 80%;
}

.navbar-callus li a{
    font-size:14px;
    padding: 10px;
    color:#444444;
    display: inline-block;
}
.navbar-callus li a i{
    font-size:13px;
    color:#1abc9c;
    margin-right: 5px;
}
.navbar-socail li a{
    font-size:16px;
    padding: 10px;
    color:#aaaaaa;
    display: inline-block;
}
.navbar-socail li a:hover{
    background-color: #3765a3;
    color:#fff;
}


/*
Home Section style
==================*/

.home{
    
    background-size: cover;
    position: relative;
    
    width:100%;
	
}
.main_home .home_text h2{
    font-size:36px;
    font-weight: 400;
}
.main_home .home_text h1{
    font-size:48px;
    font-weight: 700;
}
.main_home .home_text h3{
    font-size:24px;
    font-weight: 400;
}
.main_home .slick-dots li button::before {
    font-family: slick;
    font-size: 8px;
    line-height: 7px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 10px;
    height: 10px;
    content: "";
    text-align: center;
    opacity: 0.9;
    color: white;
    border:1px solid #fff;
    border-radius: 50%;
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
}
.main_home .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
}
.main_home .slick-dots li.slick-active button:before{
    opacity: 1;
    background-color: #00a885;
}
.main_home .slick-dots{
    bottom: -200px;
}

.work_container .slick-arrow ,
.main_home .slick-arrow{
    font-size:3rem;
    color:#fff;
    top:50%;
    position: absolute;
    z-index: 90;
    cursor: pointer;  
}
.main_home .nextprevleft{
    left:0%;
}
.main_home .nextprevright{
    right:0%;
}
.home_btns{
    margin-left:-10px;
}
.home_btns a{
    margin-left:10px;
}


/*
Featured section style
========================*/

.features_item .f_item_icon{
    float: left;
    width:15%;
    display: inline-block;
    margin-right: 15px;
}
.features_item .f_item_icon i{
    font-size:4rem;
    color:#00a885;
}
.features_item .f_item_text{
    display: inline-block;
    width:75%;
}
.features_item .f_item_text p{
    font-size:14px;
}

/*Business Section*/
.main_business{}
.business_item{}
.business_item h2{
    font-size:26px;
    font-weight: 800;
}
.business_item li{
    font-size:18px;
    font-weight: 300;
    line-height: 2rem;
}
.business_item li i{
    font-size:12px;
    margin-right: 5px;

}
.business_item p{
    color:#333333;
    line-height: 2rem;
    font-size:14px;
    font-weight: 500;
}
.business_item .business_btn{
    margin-left:-10px;
}
.business_item .business_btn a{
    margin-left:10px;
}
.business_item .business_btn .btn-default{
    color:#444444;
}


.slid_shap{
    height: 40px;
    border-radius: 4px 4px 0px 0px;
    width:100%;
}
.business_slid {
    box-shadow: 0px 0px 8px -1px;
    border-radius: 4px 4px 0px 0px;
}

.business_slid .business_items{
    background-color: #fff;
    margin: 0;
}

.business_slid .slick-arrow{
    position: absolute;
    top:29%;
    z-index: 1;
    cursor:pointer;
    width:30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size:20px;
    transition: all 0.6s;
    color:#fff;
}
.business_slid .nextprevleft{
    left:5.9%;
}
.business_slid .nextprevright{
    right:6%;
}
.business_slid .nextprevleft:hover,
.business_slid .nextprevright:hover{
    /*    width:25px;
        height: 25px;
        line-height: 25px;*/
    /*text-align: center;*/
    background-color: #ddd;
    border-radius: 50%;
}

.business_slid .slick-dots {
    position: absolute;
    top: -36px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}



/*
work Section style
=====================*/

/*.slides{
    width:100%;
    height: auto;
}*/
/*#owl-demo .item{
    width:350px;
    height:350px;
}
#owl-demo .item img{
    display: block;
    width: 100%;
    height: 300px;
}*/



.main_product .carousel-control{
    background-color: #fff;
    color:#333;
    border-radius: 50%;
    width:50px;
    height: 50px;
    line-height: 50px;
    font-size:1rem;
    text-align: center;
    top:30%;
}
.main_product .carousel-control:hover{
    background-color: #00a885;
    color:#fff;
}
.main_product .carousel-control.left{
    left:-1.4%;
    box-shadow: -1px 0px 0px 0px;
}
.main_product .carousel-control.right {
    right:-1.4%;
    box-shadow: 1px 0px 0px 0px;
}

.main_product .port_img{
    position: relative;
    overflow: hidden;
}

.main_product .port_img img{
    width:100%;
}
.main_product .port_overlay{
    width:100%;
    height: 100%;
    background-color: rgba(0,168,133,0.60);
    position: absolute;
    left:0;
    top:0;
    padding-top: 35%;
    opacity: 0;
    transition: all 0.2s;
}
.main_product .port_overlay a{
    width:40px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    color:#fff;
    border:1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    font-size:2rem;
    bottom: -150px;
    position: relative;
}
.main_product .port_img:hover .port_overlay a{
    bottom:0;
}
.main_product .port_img:hover .port_overlay{
    opacity: 1;
}




/*Test Section
======================*/
.main_test{
    width: 100%;
    display: block;
}
.test_item{
    padding: 40px;
    transition: all 0.6s;
    border:1px solid transparent;
}
.test_item:hover{
    border:1px solid #ddd;
    background-color: #fff;
}
.test_item:hover .item_img i{
    color:#fff;
    background-color: #00a885;
}

.main_test .item_img{
    float: left;
    display: inline-block;
    width:20%;
    margin-right: 10%;
}
.main_test .item_text{
    display: inline-block;
    width:70%;
}
.item_img{
    position: relative;
}
.item_img i{
    background-color: #fff;
    position: absolute;
    right: -25%;
    top: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ddd;
    border-radius: 50%;
    box-shadow: 1px 0px 0px 0px #ddd;
}

/*Brand Section
=========================*/
.brand_item img{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: all 0.6s;
    height: 30px;
}
.brand_item img:hover{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}




/*call to action
=========================*/

.action_btn .btn-default:hover{
    background-color: #fff;
    color:#00a885;
}
.action-lage{
    /*position: relative;*/
    width:100%;

}
.action-lage:before{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #00a885;
    left:50%;
    top:0%;
    z-index: 3;
    margin-left:-15px;

}



/*Footer section*/
.divider{
    width:100%;
    height: 1px;
    background-color: #434769;
    display: inline-block;
}
.widget_ab_item_text h6{
    margin-bottom:5px;
}
.widget_item h5{
    font-weight: 700;
}
.widget_item .btn:hover{
    background-color: #0ec9a2;
}
.widget_item li a{
    color:#aaa;
}
.widget_item li a:hover{
    color:#fff;
}

.widget_latst_item_text p{
    margin-bottom: 0px;
    color:#aaaaaa;
}
.widget_service li i,
.widget_latst_item_text a{
    font-size:12px;
    color:#aaaaaa;
}
.widget_service li i{
    margin-right: 5px;
}
.widget_service li{
    font-size:13px;
    border-bottom: 1px dashed #aaa;
    padding-bottom: 10px;
}
.widget_newsletter li a:hover i,
.widget_latst_item_text:hover p,
.widget_service li:hover,
.widget_service li:hover i{
    color:#fff;
}

.widget_ab_item .item_icon,
.widget_latst_item .item_icon{
    float: left;
    width: 20%;
    display: inline-block;
    margin-right: 15px;
}
.widget_ab_item .widget_ab_item_text,
.widget_latst_item .widget_latst_item_text {
    display: inline-block;
    width: 70%;
}
.widget_ab_item .item_icon{
    float: left;
    width: 10%;
    display: inline-block;
    margin-right: 15px;
}
.widget_ab_item .widget_ab_item_text {
    display: inline-block;
    width: 80%;
}
.widget_newsletter .form-inline .form-group{
    display: block;
}
.widget_newsletter .form-control{
    width:80%;
    height: 40px;
    background-color: #1a1a1a;
    border-color:#333333;
    display: inline-block;
}
.widget_newsletter .btn{
    width: 20%;
    padding: 0.65rem 1.2rem;
    background-color: #00a885;
    border-color:#00a885;
    color:#fff;
    border-radius: 0;
    margin-left:-4px;
    display: inline-block;
}
.widget_brand a{
    font-size:30px;
    font-weight: 800;
    color:#aaa;
}
.widget_newsletter li a i{
    color:#aaa;
}


.main_footer i {
    padding: 0px 5px;
    color: #ff0000;
}

.main_footer a {
    color: #ddd;
    padding: 5px;
}



#principal {
	margin-top: 110px;
}

nav li {
	width: 15%;
}

p, h2, h3 {
	text-align: center;
}

#logos_amenidades img {
	width: 50%;
	display:block;
	margin:auto;
}

#depto_angelite, #depto_opal, #depto_lapis, #depto_turquoise, #depto_aquamarine, #depto_jade, #depto_ametyst, #depto_agate, #depto_quartz, #depto_amazonite, #depto_moonstone {
	background: url(../images/marco_deptos1.png) no-repeat scroll center center;
	color: #858382;
	padding: 30px;	
}

#depto_citrine{
    background: url(../images/marco_deptos1_vendido.png) no-repeat scroll center center;
    color: #858382;
    padding: 30px;
}

#depto_citrine_ing{
    background: url(../images/marco_deptos1_sold.png) no-repeat scroll center center;
    color: #858382;
    padding: 30px;
}

#depto_citrine_fra{
    background: url(../images/marco_deptos1_vendu.png) no-repeat scroll center center;
    color: #858382;
    padding: 30px;
}

@media (max-width: 1184px){
    #depto_angelite, #depto_opal, #depto_lapis, #depto_turquoise, #depto_aquamarine, #depto_jade, #depto_ametyst, #depto_agate, #depto_quartz, #depto_amazonite, #depto_moonstone {
    background: url(../images/marco_deptos3.png) no-repeat scroll center center;     
}

    #depto_citrine{
    background: url(../images/marco_deptos3_vendido.png) no-repeat scroll center center;
}
    #depto_citrine_ing{
    background: url(../images/marco_deptos3_sold.png) no-repeat scroll center center;
}

    #depto_citrine_fra{
    background: url(../images/marco_deptos3_vendu.png) no-repeat scroll center center;
}

}

@media (max-width: 768px){
    #depto_angelite, #depto_opal, #depto_citrine, #depto_lapis, #depto_turquoise, #depto_aquamarine, #depto_jade, #depto_ametyst, #depto_agate, #depto_quartz, #depto_amazonite, #depto_moonstone {
    background: url(../images/marco_deptos2.png) no-repeat scroll center center;     
}
    #depto_citrine{
    background: url(../images/marco_deptos2_vendido.png) no-repeat scroll center center;
}
    #depto_citrine_ing{
    background: url(../images/marco_deptos2_sold.png) no-repeat scroll center center;
}
    #depto_citrine_fra{
    background: url(../images/marco_deptos2_vendu.png) no-repeat scroll center center;
}

}

@media (max-width: 360px){
    #depto_angelite, #depto_opal, #depto_citrine, #depto_lapis, #depto_turquoise, #depto_aquamarine, #depto_jade, #depto_ametyst, #depto_agate, #depto_quartz, #depto_amazonite, #depto_moonstone {
    background: url(../images/marco_deptos4.png) no-repeat scroll center center;     
}
    #depto_citrine{
    background: url(../images/marco_deptos4_vendido.png) no-repeat scroll center center;
}
    #depto_citrine_ing{
    background: url(../images/marco_deptos4_sold.png) no-repeat scroll center center;
}
    #depto_citrine_fra{
    background: url(../images/marco_deptos4_vendu.png) no-repeat scroll center center;
}

}



#contacto {
    background-image: url(../images/fondo_contacto.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 700px;
	margin-top: 150px;
}

#contacto .container{
    margin-top: 200px;
    background-color: #12314b;
    opacity: 0.9;
    padding: 40px 15px;
}

#contacto h2{
    font-family: Lato;
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    margin: 40px;
}

#contacto .container .col-md-1 + .col-md-10{
    padding-top: 40px;
}

#contacto .container .col-md-10 .col-md-1{
    padding: 0;
}

#contacto .container p{
    margin-top: 0;
    text-align: left;
    font-family: Lato;
    font-size: 13px;
    color: #fff;
    line-height: 20px;
}

#contacto .container img{
    padding-top: 0px;
}

#contacto input, #contacto textarea {
	width: 100%;
	border: 1px solid #7fc4be;
	margin-bottom: 15px;
}

#boton_contacto {
	background-color: #7fc4be;
	border: none;
	color: #ffffff;
	width: 120px !important;
	float: right;
}

#contacto label input {
	width: auto;
	margin-right: 5px;
}


.galeria_negra .slick-arrow {
	color: #000;
}

#tex_espacio {
	margin-top: 50px;
    margin-bottom: 25px;
}

#tex_espacio h2{
	color: #ceab6a;
}

h3{
	font-size: 35px;	
	margin-top: 25px
}

@media (max-width: 360px){
    #departamentos h3{
        font-size: 28px;
    }
}

p{
	margin-top: 30px;
	margin-bottom: 30px !important;
	font-size: 20px;
    line-height: 40px;
}

.padding_img, #principal img, #video img, #amenidades img, #img_cocina {
	padding: 0;
	margin-bottom: 30px;
}

#cortes {
	margin-bottom: 40px;
}

#tipologias {
	margin-top: 80px;
}

#tipologias h2 {
	margin-bottom: 60px;
    margin-top: 30px;
    font-size: 50px;
}

#video {
	margin-bottom: 40px;
}

.pie_pagina {
	background-color: #e1e2e5;
	margin: 0;
	padding-top: 30px;
	padding-bottom: 30px;
}

.pie_pagina p{
	text-align: right;
	margin: 0;
}

hr {
	background-color: #7bc4c8;
	width: 100px;
	height: 3px;
}

#onix {
	margin-bottom: 40px;
}

@media (max-width: 992px){
	
	#navbar-menu li{
		width: 100%;
	}
	#logo_home{
		display: none;
	}
	#principal, #contacto, #amenidades, #condominios {
    margin-top: 50px;
}
	.padding_img2{
		margin-bottom: 30px;
	}
}

.video-responsive {
position: relative;
padding-bottom: 40%; /* 16/9 ratio */
padding-top: 30px; /* IE6 workaround*/
height: 0;
overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

#departamentos{
	margin-top: 40px;
	margin-bottom: 40px;
}
#departamentos p{
	margin: 0!important;
}

#caracteristicas .col-md-8 .col-md-3 img{
	width: 50%;
	display: block;
    margin: auto;
	margin-bottom: 8px;
	margin-top: 20px;
}

#caracteristicas p{
	margin: 0!important;
	line-height: 25px;
	font-size: 17px;
}

#caracteristicas {
	margin-top: 220px;
}


#fb{
	width: 30px;
	
}

#insta{
	width: 30px;
	
}

.main_footer {
	background-color: #12314b;
	padding: 30px;
}

.pie {
	color: #fff;
	margin: 0!important;
	padding: 0;
	font-size: 16px;
	line-height: 20px;
}

/*#politicas {
	margin-top: 20px;
}*/

.logo_black{
	width: 40%;
}

#politicas .col-md-6{
	margin-top: 15px;
}

#hamburguesa {
	color: #000;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}



#banner_angelite, #banner_lapis, #banner_jade, #banner_quartz, #banner_opal, #banner_turquoise, #banner_ametyst, #banner_amazonite, #banner_citrine, #banner_aquamarine, #banner_agate, #banner_moonstone {
	background-image: url("../images/banner_deptos.png");
}

/*#banner_lapis {
	background-image: url("../images/portada_depto4.jpg");
	
}

#banner_jade {
	background-image: url("../images/portada_depto7.jpg");
	
}

#banner_quartz {
	background-image: url("../images/portada_depto10.jpg");
	
}

#banner_opal {
	background-image: url("../images/portada_depto2.jpg");
	
}

#banner_turquoise {
	background-image: url("../images/portada_depto5.jpg");
	
}

#banner_ametyst {
	background-image: url("../images/portada_depto8.jpg");
	
}

#banner_amazonite {
	background-image: url("../images/portada_depto11.jpg");
	
}

#banner_citrine {
	background-image: url("../images/portada_depto3.jpg");
	
}

#banner_aquamarine {
	background-image: url("../images/portada_depto6.jpg");
	
}

#banner_agate {
	background-image: url("../images/portada_depto9.jpg");
	
}

#banner_moonstone {
	background-image: url("../images/portada_depto12.jpg");
	
}*/

#banner_angelite, #banner_lapis, #banner_jade, #banner_quartz, #banner_opal, #banner_turquoise, #banner_ametyst, #banner_amazonite, #banner_citrine, #banner_aquamarine, #banner_agate, #banner_moonstone {	
	background-position: center;
    background-size: contain;
    padding: 100px;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}

#info_deptos h3 {
	font-size: 40px;
	margin: 10px;
	margin-bottom: 0;
	line-height: 1;
}

#info_deptos p {
	font-size: 25px;
	
}

#banner_principal {
    background-position: center;
    background-size: cover;    
    background-repeat: no-repeat;
    /* padding-top: 250px; */
	height: 700px;
    align-items: center!important;
    display: inline-block;
    padding:0;
}

.mb-2{
    margin-bottom: 10px;
}

#banner_principal h1{
	width: 100%;
    text-align: center;
    font-size: 70px;	
    text-shadow:3px 2px 3px rgba(255,255,255,0.3);
}

#banner_principal span{
    font-size: 30px;
}

#banner_principal .col-md-12{
    text-align: center;
    margin-top: 100px;
    position: absolute;
    bottom: 80px;
}

#banner_principal img{
    width: 60px;
    margin:0 auto;
}

#logo_home a{
    padding-top: 30px;
}

#principal_equipo{
    padding: 50px 0px 50px;
}

#principal_equipo .col-md-4 div{
    background-color: #efefef;
    padding: 30px 20px 35px;
}

#principal_equipo .col-md-4 div p{
    margin: 0!important;    
    padding-bottom: 10px;
    font-family: Lato;
    font-size: 32px;
    text-align: left;
    color: #4a4a4a;
    width: 69px;
    border-bottom: solid 2px #292929;
}

#sliders{    
    background-position:center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: animate 30s ease-in-out infinite;
}

@keyframes animate{
    0%, 100%{
        background-image: url('../images/slider1.jpg');
    }
    20%{
        background-image: url('../images/slider2.jpg');
    }
    40%{
        background-image: url('../images/slider3.jpg');
    }
    60%{
        background-image: url('../images/slider4.jpg');
    }
    80%{
        background-image: url('../images/slider5.jpg');
    }
}

#seccion_equipo{
    padding: 50px 0px 50px;
}

#seccion_equipo .col-md-3 div{
    background-color: #efefef;
    padding: 15px 20px 30px;
}

#seccion_equipo .col-md-3 div p{
    font-family: Lato;
    margin: 0!important;    
    padding-bottom: 10px;
    font-size: 32px;
    text-align: left;
    color: #4a4a4a;
    width: 69px;
    border-bottom: solid 2px #292929;
}

#seccion_equipo ul{
    list-style: disc;
    padding: 30px;
}

#seccion_equipo li{
  font-family: Lato;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  line-height: 3;
  letter-spacing: normal;
  color: #4a4a4a;
}

.boton{
    padding-left: 60px;
    padding-right: 60px;
}


#banner_condominios {
	background-image: url("../images/img_condominios.jpg");
    background-position: center;
    background-size: cover;    
    background-repeat: no-repeat;
	height: 1000px;
    margin-bottom: 30px;
	padding: 0;
}

#banner_condominios h2{
	
    color: #ffffff;
    font-size: 50px;
}

#banner_amenidades {
	background-image: url("../images/banner_amenidades.jpg");
    background-position: center;
    background-size: cover;    
    background-repeat: no-repeat;
	height: 1000px;
    margin-bottom: 30px;
	padding: 0;
}

#banner_amenidades h2{
    color: #ffffff;
    font-size: 50px;
	font-family: Regencie-Light;
}

#idiomas {
	padding-left: 1080px;
    margin-bottom: -180px;
    margin-top: 20px;
}

#pleca {
	background-image: url("../images/fondo_condominios.png");
	padding: 30px;
    position: absolute;
    bottom: 20px;
	width: 100%;
}

#pleca_amenidades {
	background-image: url("../images/fondo_amenidades.png");
	padding: 30px;
    position: absolute;
    bottom: 0px;
	width: 100%;
}

#idiomas p{
	margin: 0!important;
    color: #ffffff;
    font-size: 15px;
    line-height: 20px;
}

#contacto iframe{
	width:100%; 
	height:500px;
}

#caracteristicas .col-md-12 .col-md-8 p+p{
	font-family: Gabriel-Thin;
}

@media (max-width: 1024px){
	
	#idiomas {
		padding-left: 890px;
	}
	#idiomas p{	
    font-size: 13px;    
	}
	#banner_principal p{
		font-size: 15px;
	}
	#principal{
		margin-top: 100px;
	}
	#banner_angelite, #banner_lapis, #banner_jade, #banner_quartz, #banner_opal, #banner_turquoise, #banner_ametyst, #banner_amazonite, #banner_citrine, #banner_aquamarine, #banner_agate, #banner_moonstone{
		padding: 50px;
		margin-bottom: 0;
	}
	#caracteristicas p{
		font-size: 15px;
	}
	#info_deptos p {
	font-size: 25px;
	
}
	
}

@media (max-width: 768px){
#caracteristicas {
    margin-top: 100px;
}

#banner_principal h1 {
    line-height: 2rem;
    margin-top: -40px;
}

#banner_principal img {
    width: 15px;
}

#banner_principal .col-md-12 {    
    bottom: 70px;
}

#banner_angelite, #banner_lapis, #banner_jade, #banner_quartz, #banner_opal, #banner_turquoise, #banner_ametyst, #banner_amazonite, #banner_citrine, #banner_aquamarine, #banner_agate, #banner_moonstone{
	
	background-position: center;
    background-size: contain;
    padding: 10px;
    background-repeat: no-repeat;
    font-size: 20px;
}
#info_deptos h3 {
	font-size: 20px;
	margin: 10px;
	margin-bottom: 0;
	line-height: 1;
}

#caracteristicas p {
	font-size: 12px;
	margin: 10px;
}
	
#banner_principal{
	height: 300px;
	margin-bottom: -50px;
}
#banner_principal p{    
    font-size: 8px;
	padding-right: 0;
	line-height: 1.5rem;
}
	
#banner_condominios{
	
	height: 200px;
}
#banner_condominios h2{
	
    color: #ffffff;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 0;
}
	
#banner_amenidades{
	height: 200px;	
}
#banner_amenidades h2{
	
    color: #ffffff;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0;
}
	
#idiomas {
	
    margin-bottom: 0px;
    margin-top: 0px;
	float: right;
}
	

#pleca {
	padding: 10px;
	bottom: 10px;
	}
	
#pleca_amenidades {
	padding: 10px;
	bottom: 0;
	}
#principal{
		margin-top: 0;
	}
#contacto iframe{	 
	height:300px;
}
#caracteristicas hr{
	display: none;
}
#politicas{
	margin-top: 0;
}
#departamentos a>div{
    margin-top: 10px;
}

}

@media (max-width: 350px){
    #info_deptos h3 {
    font-size: 18px;
    
}

}

#info_deptos h3, #info_deptos p{
	color: #87868a;
}

@font-face {
    font-family: 'Gotham Book';
    src: url('../fonts/Gotham-Book.eot');
    src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Book.woff2') format('woff2'),
        url('../fonts/Gotham-Book.woff') format('woff'),
        url('../fonts/Gotham-Book.ttf') format('truetype'),
        url('../fonts/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gabriel Sans-Light';
    src: url('../fonts/Gabriel-Sans-Light.eot');
    src: url('../fonts/Gabriel-Sans-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gabriel-Sans-Light.woff2') format('woff2'),
        url('../fonts/Gabriel-Sans-Light.woff') format('woff'),
        url('../fonts/Gabriel-Sans-Light.ttf') format('truetype'),
        url('../fonts/Gabriel-Sans-Light.svg#Gabriel-Sans-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham cursiva';
    src: url('../fonts/Gotham-LightItalic.eot');
    src: url('../fonts/Gotham-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-LightItalic.woff2') format('woff2'),
        url('../fonts/Gotham-LightItalic.woff') format('woff'),
        url('../fonts/Gotham-LightItalic.ttf') format('truetype'),
        url('../fonts/Gotham-LightItalic.svg#Gotham-LightItalic') format('svg');
    font-weight: 300;
    
}

@font-face {
    font-family: 'Regencie-Light';
    src: url('../fonts/RegencieLight.eot');
    src: url('../fonts/RegencieLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RegencieLight.woff2') format('woff2'),
        url('../fonts/RegencieLight.woff') format('woff'),
        url('../fonts/RegencieLight.ttf') format('truetype'),
        url('../fonts/RegencieLight.svg#RegencieLight') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Ultra';
    src: url('../fonts/Gotham-Ultra.eot');
    src: url('../fonts/Gotham-Ultra.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Ultra.woff2') format('woff2'),
        url('../fonts/Gotham-Ultra.woff') format('woff'),
        url('../fonts/Gotham-Ultra.ttf') format('truetype'),
        url('../fonts/Gotham-Ultra.svg#Gotham-Ultra') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gabriel-Sans-Bold';
    src: url('../fonts/Gabriel-Sans-Bold.eot');
    src: url('../fonts/Gabriel-Sans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gabriel-Sans-Bold.woff2') format('woff2'),
        url('../fonts/Gabriel-Sans-Bold.woff') format('woff'),
        url('../fonts/Gabriel-Sans-Bold.ttf') format('truetype'),
        url('../fonts/Gabriel-Sans-Bold.svg#Gabriel-Sans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gabriel-Thin';
    src: url('../fonts/Gabriel-Sans-Thin.eot');
    src: url('../fonts/Gabriel-Sans-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gabriel-Sans-Thin.woff2') format('woff2'),
        url('../fonts/Gabriel-Sans-Thin.woff') format('woff'),
        url('../fonts/Gabriel-Sans-Thin.ttf') format('truetype'),
        url('../fonts/Gabriel-Sans-Thin.svg#Gabriel-Sans-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.eot');
    src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-Regular.woff2') format('woff2'),
        url('../fonts/Lato-Regular.woff') format('woff'),
        url('../fonts/Lato-Regular.ttf') format('truetype'),
        url('../fonts/Lato-Regular.svg#Lato-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

h2, h3{
  font-family: Gabriel Sans-Light;
}

p{
 font-family: Gotham Book;
}

#departamentos p+p{
 font-family: Gotham Ultra;
 font-size: 30px;
 position:relative; 
 z-index:-1;
}

#departamentos div>p{ 
 font-size: 28px;
 position:relative; 
 z-index:-1;
}

@media (max-width: 350px){
    #departamentos div>p{ 
     font-size: 22px;
}

}

#caracteristicas h3{
 font-family: Gotham Book;	
}

#caracteristicas h3>span{
 font-family: Gotham Ultra;	
 color: #87868a;
}

#caracteristicas p{
 font-family: Gabriel-Sans-Bold;	
}

#caracteristicas h3+p{
 font-family: Gotham Book;	
}

#caracteristicas hr{
	background-color: #ffffff;
	width: 130px;
}

#banner_principal .principal_titulo2{
	font-family: lato;
	color: #000;
}

#banner_principal .principal_titulo1{
    font-size: 70px;
    font-weight: 900;
    color: #000;
}

.btns_descarga {
    font-size: 22px;
    
    background-color: #7bc4c8;
    color: #fff;
    padding: 8px;
}

#departamentos hr{
    background-color: #ccb471;
}

.datos_moonstone h3{
    color: #797979;
}

.cuadros_deptos{
    padding-left: 0;
    padding-right: 0;
}

nav.navbar.bootsnav ul.nav > li > a{
    margin-top: 0;
}

#logo_home {
    width: 24%;
    margin-top: -20px;
    
}

#principal_quienes{
    background-color: #12314b;
    padding: 50px 0px 50px;
}

#principal_quienes .container{
    padding: 100px 15px;
}

#principal_quienes img{
    width: 85%;
}

#principal_quienes h3{
    color: #fff;
    text-align: left;
    font-family: Lato;
    font-size: 60px;  
}

#principal_quienes p{
    color: #fff;
    text-align: left;
    font-family: Lato;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 10px !important;
}

#principal_quienes p+p{
    margin-top: 10px !important;
    margin-bottom: 20px !important;
}


#principal_quienes h4{
    color: #fff;
}

#principal_quienes div div > div{
    background-color: #3d76a4;
    text-align: center;
    padding: 15px;
}

#principal_quienes div div > div h4{
    margin: 0;
}

#principal_equipo h2{
    font-family: Lato;
    font-size: 60px;
    font-weight: bold;
}

#principal_equipo p{
    font-family: Lato;
    font-size: 18px;
    font-weight: normal;
}

#btn_ver_mas{
    color: #fff;
    font-size: 20px!important;
    background: #3d76a4;
    margin-top: 95px;
    padding: 10px;
}

#galeria h2{
  font-family: Lato;
  font-size: 60px;
  font-weight: bold;  
  color: #3d76a4;
  margin-top: 100px;
  margin-bottom: 70px;
}

#galeria .col-md-4, #galeria .col-md-8{
    padding: 2px;
}

.principal{
    margin-top: 110px;
}

#banner_quienes{
    background-image: url(../images/fondo_quienes.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0;    
}

#banner_quienes h2{
    font-family: Lato;
    font-size: 60px;
}

#banner_quienes p{
    font-size: 20px;
    font-weight: normal;
}
  

#banner_quienes h2, #banner_quienes p{
    text-align: left;
    color: #fff;
}

#banner_quienes .col-md-6+.col-md-6{
    background-color: #12314b;
    opacity: 0.7;
    padding: 100px 40px 50px;
}

#banner_equipo{
    background-image: url(../images/fondo_equipo.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0;    
}

#banner_equipo .col-md-6+.col-md-6{
    background-color: #12314b;
    opacity: 0.7;
    padding: 100px 40px 50px;
}

#banner_equipo h2, #banner_equipo p{
    font-family: lato;
    text-align: left;
    color: #fff;
}

#banner_equipo h2{
    font-size: 60px;
}

#banner_equipo p{
    font-size: 20px;
}



#banner_soluciones{
    background-image: url(../images/fondo_soluciones.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0;    
}

#banner_soluciones h2, #banner_soluciones p{
    font-family: Lato;    
    text-align: left;
    color: #fff;
}

#banner_soluciones h2{
    font-size: 60px;
}

#banner_soluciones p{
    font-size: 20px;
}

#banner_soluciones .col-md-6+.col-md-6{
    background-color: #12314b;
    opacity: 0.7;
    padding: 100px 40px 50px;
}

#section_soluciones{
    background: #e8ebed;
    padding-bottom: 40px;
}

#section_soluciones .container > .col-md-6{
    margin-top: 40px;
}

#section_soluciones .col-md-12 > .col-md-6{
    padding: 0;
}

#section_soluciones .col-md-12 > .col-md-6+.col-md-6{
    padding-right: 15px;
    padding-left: 15px;
}

    

#section_soluciones .container .col-md-6 > .col-md-12{
    background: #fff;
    padding: 0;
}

#section_soluciones h3{
  font-family: lato;
  font-size: 32px;  
  color: #4a4a4a;
  text-align: left;
}

#section_soluciones p{
  font-family: lato;
  font-size: 13px;
  line-height: 1.79em;
  color: #4a4a4a;
  text-align: left;
}

nav.navbar.bootsnav ul.nav > li > a{
    font-family: lato;
}

nav.navbar.bootsnav.navbar-fixed{
    padding-bottom: 10px;
    border: none;
}

@media (min-width: 1025px){
    nav.navbar.bootsnav.navbar-fixed{
        background: none;
        border: none;
    }
}

#premios{
    background: #e8ebed;
}

#fondo_presentacion_quienes{
    background-image: url(../images/fondo_presentacion_quienes.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 70px;
}

.inovacion .col-md-6, .offset .col-md-6, .flexo .col-md-6{
    padding-right: 5px;
    padding-left: 5px;
}

.aviso_privacidad{
    margin-top: 230px;
    margin-bottom: 50px;
}

.aviso_privacidad h2{
    font-family: Lato;
    text-align: left;
    font-size: 32px;  
    color: #4a4a4a;
}

.aviso_privacidad ul{
    list-style: disc;
    padding-left: 40px;
}

.aviso_privacidad p, .aviso_privacidad li{
    font-family: Lato;
    text-align: left;
    font-size: 18px;  
    line-height: 1.39;
    color: #4a4a4a;
}

#clientes{
    margin: 100px 0px;
}

#clientes h2{
    font-family: Lato;
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 100px;
}

#premios{
    padding: 100px 0px;
}

#premios .container{
    display: flex;
    align-items: center;
}

#premios h2{
    text-align: left;
    font-family: Lato;
    font-size: 60px;
    font-weight: bold;
    color: #000;
}

#premios p{
    text-align: left;
    font-family: Lato;
    font-size: 18px;
    color: #000;
}

#premios span{
    font-weight: 900;
    color: #000;
}

#certificados{
    margin: 60px 0px;
}

#certificados h2{
    font-family: Lato;
    font-size: 60px;
    font-weight: bold;
    color: #000;
}

#certificados p{
    font-family: Lato;
    font-size: 18px;
    color: #000;
    padding: 40px 0;
}



#principal_quienes .container .col-md-6+.col-md-6{
    text-align: center;
}

#fondo_presentacion_quienes p{
    font-family: Lato;
    font-size: 22px;
    color: #000;
    padding-bottom: 100px!important;
}

.aviso_privacidad div{
    width: 69px;
    border-bottom: solid 2px #292929;
}

@media (min-width: 800px){
    .borde_menu{
    border-bottom: solid 3px #292929;
    }
}


@media (max-width: 768px){
    #banner_principal h1 {
    width: 100%;
    text-align: center;
    font-size: 30px;
    }
    .principal {
    margin-top: 0px;
    }

    .principal_titulo1 {
    font-size: 30px!important;
    }
    #banner_principal .principal_titulo2{
    font-size: 20px;
    }
    #banner_principal{
        padding-top: 50px;
        display: block;
    }
    #principal_quienes .container {
    padding: 20px 15px;
    }
    #principal_quienes h3{
        font-size: 40px;
    }
    #principal_quienes .container .col-md-6+.col-md-6{
    margin-top: 50px;
    }
    #principal_equipo h2 {
    font-size: 40px;
    }
    #principal_equipo p {
    font-size: 16px;
    }
    #galeria h2 {    
    margin-top: 60px;
    margin-bottom: 60px;
    font-size: 40px;
    }
    #contacto .container {
    margin-top: 150px;
    }
    #contacto h2 {
    font-size: 40px;
    }
    .pie {    
    font-size: 11px;
    }
    #premios .container{
        display: block;
    }
    #banner_quienes h2{
        font-size: 40px;
    }
    #banner_quienes p {
    font-size: 16px;
    }
    #fondo_presentacion_quienes p {
    font-size: 16px;
    }
    #clientes h2{
        font-size: 40px;
    }
    #premios h2 {
    text-align: center;
    font-size: 40px;
    }
    #premios p {
    text-align: center;        
    font-size: 16px;
    }
    #certificados h2 {
    font-size: 40px;
    }
    #certificados p {        
    font-size: 16px;
    }
    #banner_soluciones h2 {
    font-size: 40px;
    }
    #banner_soluciones p {
    font-size: 16px;
    }
    #section_soluciones .col-md-12{
        padding-bottom: 20px!important;
    }
    #banner_equipo h2 {
    font-size: 40px;
    }
    #banner_equipo p{
        font-size: 16px;
    }
    #seccion_equipo li{
        font-size: 16px;
    }
    .aviso_privacidad {
    margin-top: 80px;
    }    
    #logo_home{
        display: block;
    }
    #logo_home a{
        text-align: center;
    }
    .nav > li > a > img{
        width: 20%;
    }

}

