/*--------------------
-----Main Styles------
----------------------*/
body,html{
    height:100%;
}


body{
    background:#000;
}

#home{
    display: table;
    height: 100%;
    width:100%;
}

body{
    font-family: Roboto, Arial, sans-serif;
    font-size:16px;
    color:#313131;
    font-weight:300;
    overflow-x:hidden;
}

h1,
h2,
h3,
h4,
h5,
h6{
    font-family: 'Raleway', sans-serif;
    font-weight:300;
    letter-spacing:0.02em;
    margin:0 0 20px;
}

p {
    font-size:16px;
    line-height:24px;
    font-weight:300;
    margin-bottom:20px;
}

.lead {
    font-size:20px;
    line-height:28px;
    font-weight:100;
    letter-spacing:0.02em;
    margin-top:40px;
    margin-bottom:40px;
}

a,
a:hover,
a:focus {
    outline:none !important;
    text-decoration:none;
}

a {
    color:#1C3772;
    text-decoration: none;
}

a:hover,
a:focus {
    color:#1C3772;
    text-decoration: underline;
}

a:focus,
.btn:focus {
    outline: none;
}

.color-bg a{
    color:#fff;
    text-decoration: underline;
}

.color-bg a:hover,
.color-bg a:focus {
    color:#fff;
    text-decoration: none;
}

.primary {
    color:#1C3772;
}

/*----------------------
---Main Layout Styles---
------------------------*/
.img-center{
    margin:0 auto;
}

.padding-top-bottom {
    padding: 2em 0;
}

.padding-top {
    padding:100px 0 0;
}

.margin-bottom{
    margin-bottom: 40px;
}

.navbar {
    margin:0;
    border-radius:0;
}

.section-title{
    position:relative;
    margin-bottom:40px;
    font-family: 'Raleway', sans-serif;
    font-size:64px;
    line-height:78px;
    font-weight:100;
    letter-spacing:0;
    text-align:center;
}

.section-title:after{
    display:block;
    content:"";
    width:100px;
    height:1px;
    position:absolute;
    left:50%;
    bottom:-15px;
    margin-left:-50px;
    background:#1C3772;
}

.section-description {
    text-align:center;
    font-size:18px;
    margin-bottom:60px;
}

.subsection-title{
    text-align:center;
    margin-top:80px;
}

.subsection-description {
    text-align:center;
    margin-bottom:60px;
}

.big-title{
    position:relative;
    margin-bottom:40px;
    font-family: 'Raleway', sans-serif;
    font-size:52px;
    line-height:1.05em;
    font-weight:100;
    letter-spacing:0;
}

.big-title:after{
    display:block;
    content:"";
    width:100px;
    height:1px;
    position:absolute;
    left:0;
    bottom:-20px;
    background:#1C3772;
}

.flexslider {
    margin:0;
    padding:0;
    background:transparent;
    border:none;
    box-shadow:none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index:1;
}

/*------------------
----- Buttons ------
--------------------*/

.btn-quattro,
.btn-quattro:focus {
    border: none;
    font-size: 18px;
    cursor: pointer;
    padding: 1em;
    display: inline-block;
    margin:20px 0;
    text-decoration: none;
    font-weight: 400;
    outline: none;
    position: relative;
    background: #215DA0;
    color: #fff;
    border-radius: 5px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.btn-quattro:hover,
.btn-quattro:active {
    color: #fff;
    background: #307CC8;
    text-decoration: none;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.btn-quattro.transparent,
.btn-quattro.transparent:focus {
    background: transparent;
    padding: 18px 38px;
    border:2px solid #fff;
    box-shadow: none;
    text-decoration: none;
    -webkit-transition:all .2s ease-out;
    transition:all .2s ease-out;
}

.btn-quattro.transparent:hover,
.btn-quattro.transparent:active {
    background: #fff;
    color:#1C3772;
    top:0;
    box-shadow:0 3px rgba(0,0,0,0.1);
    text-decoration: none;
}

.btn-quattro.white,
.btn-quattro.white:focus {
    background: #fff;
    color:#1C3772;
    box-shadow: none;
    text-decoration: none;
    -webkit-transition:all .2s ease-out;
    transition:all .2s ease-out;
}

.btn-quattro.white:hover,
.btn-quattro.white:active {
    color: #fff;
    background: #215DA0;
    top:0;
    text-decoration: none;
}


.btn-quattro [class*=fa]{
    margin-right:10px;
}

.btn + .btn {
    margin-left:10px;
}

/*----------------
----- Colors -----
------------------*/

.white-bg{
    background:#fff;
}

.gray-bg{
    background:#f3f3f3;
}

.color-bg{
    background:#1C3772;
}

.dark-bg{
    background:#4E5961;
}

.light-typo {
    color:#fff;
}

.color-bg.light-typo .section-title:after{
    background:#fff;
}

.white-bg + .gray-bg,
.gray-bg + .white-bg {
    border-top:1px solid #e5e5e5;
}

.parallax-bg{
    background-repeat:no-repeat;
    background-position: 96% 0;
    background-size:cover;
    background-attachment:fixed;
}

.touch .parallax-bg{
	background-attachment:scroll;
}

/*-----------------------
---- Preloader Styles ----
-------------------------*/
#page-loader{
    position: fixed;
    top:0;
    left:0;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: 99999;
}

#page-loader .page-loader-gif{
    display: block;
    width:100%;
    height:64px;
    position: absolute;
    top:50%;
    left:0;
    margin:-32px 0 0;
    font-size:21px;
    line-height:58px;
    font-family:Raleway;
    font-weight:400;
    text-align: center;
    color:#aaa;
    color:rgba(0,0,0,0.2);
    background: url('../images/preloader.gif') 50% 0 no-repeat;
}

/*----------------------
----Navigation Styles---
------------------------*/
.sticky-wrapper{
    background:#F3F3F3;
}

#main-nav{
    position:static;
    top:-70px;
    background:#fff;
    color:#4E5961;
    box-shadow:none;
    width:100%;
    border-bottom: 1px solid #e5e5e5;
    -webkit-transition:box-shadow .2s ease-out, top .3s ease-out .1s;
    transition:box-shadow .2s ease-out, top .3s ease-out .1s;
    z-index:999999;
}

#main-nav.stuck{
    position:fixed;
    top:0;
    left:0;
    border-bottom: 1px solid #fff;
    box-shadow:0 1px 3px rgba(0,0,0,0.3);
    z-index: 99998;
}

#main-nav .navbar-toggle{
    border:1px solid #4E5961;
    border-radius:0;
}

#main-nav .icon-bar {
    background:#4E5961;
}

.navbar-brand,
.navbar-brand:hover,
.navbar-brand:active,
.navbar-brand:focus {
    position:relative;
    padding:0 10px;
    margin:12px 0;
    font-size:28px;
    line-height:54px;
    height:40px;
    font-weight:600;
    color:#777;
    font-variant:small-caps;
    letter-spacing:0.02em;
    -webkit-transition:font-size .2s ease-out;
    transition:font-size .2s ease-out;
    overflow:hidden;
}

.site-logo{height:40px;margin:0;top:0;vertical-align:top;}

#main-nav .container{
    padding:0 20px;
    -webkit-transition:padding 0.3s ease-out;
    transition:padding 0.3s ease-out;
}

#main-nav .nav a{
    position:relative;
    z-index:1;
}

#main-nav .nav a,
#main-nav .nav a:active,
#main-nav .nav a:hover{
    padding:5px 10px;
    font-size:14px;
    line-height:54px;
    font-weight:400;
    letter-spacing:0.01em;
    text-transform:uppercase;
    background:transparent;
    color:#313131;
    opacity:0.5;
    -webkit-transition:opacity 0.2s ease-out;
    transition:opacity 0.2s ease-out;
}

#main-nav.stuck .nav .active > a,
#main-nav .nav a:hover,
.inner-page #main-nav .nav .active > a{
    opacity:1;
}

#main-nav .nav a:before {
    display:none;
    position:absolute;
    top:-1px;
    left:5%;
    content:"";
    width:90%;
    height:3px;
    background:#1C3772;
    z-index:-1;
    opacity:0;
    -webkit-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
}

#main-nav .nav .active > a:before {
    opacity:1;
}

#main-nav.stuck .nav .active > a:before {
    display:block;
}

#main-nav li{
    background:transparent;
    margin:0 5px;
}

.inner-page .sticky-wrapper{
    background:#fff;
}

/*V2 (Dropdown)*/

/*----------------------
-----Dropdown Styles----
------------------------*/

.dropdown > a:after{
    content:"\f0d7";
    font-size:14px;
    margin-left:5px;
    font-family:fontAwesome;
}

.dropdown .dropdown > a:after{
    position: absolute;
    right:10px;
    content:"\f0da";
    font-size:14px;
    line-height: 18px;
    margin-left:5px;
    font-family:fontAwesome;
}

.dropdown .left-side.dropdown > a:after{
    left:5px;
    right:auto;
    content:"\f0d9";
}

.dropdown-menu{
    padding:0;
    left:-10px !important;
    right:auto !important;
    display: block;
    border-radius: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity:0;
    -webkit-transition:opacity .2s ease-out,-webkit-transform .2s ease-out;
    transition:opacity .2s ease-out,transform .2s ease-out;
}

.dropdown-menu .dropdown-menu{
    top:-4px;
    left:100% !important;
    right:auto !important;
}

.dropdown-menu .left-side .dropdown-menu{
    top:-4px;
    left:auto !important;
    right:100% !important;
}

.dropdown:hover > .dropdown-menu{
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity:1;
}


#main-nav  .dropdown:hover > a{
    opacity: 1;
}

#main-nav .dropdown-menu li{
    padding:0;
    margin:0;
}

#main-nav .dropdown-menu a{
    padding:17px 50px 17px 30px;
    font-size:14px;
    font-weight: 300;
    line-height: 14px;
    color: #313131;
    text-transform: none;
    -webkit-transition:all .2s ease-out;
    transition:all .2s ease-out;
}

#main-nav .dropdown-menu a:hover{
    padding:17px 50px 17px 30px;
    font-size:14px;
    font-weight: 300;
    line-height: 14px;
    color: #313131;
    text-transform: none;
    background: #f9fbfc;
    -webkit-transition:all .2s ease-out;
    transition:all .2s ease-out;
}


#main-nav .dropdown-menu a:before{
    display: none !important;
}

/*end dropdown*/

/*----------------------
-----Header Styles------
------------------------*/

#home {
    color:#fff;
    padding:0;
    margin-bottom:0;
}

#home .header-content{
    position:relative;
    display:table-cell;
    text-align:center;
    vertical-align:middle;
}

#home .header-content.pattern-bg{
    background:url(../images/pattern-bg.png);
    background-color:rgba(0,0,0,0.5);
}

.header-logo{
    position: absolute;
    top:10%;
    left:50%;
    width:500px;
    margin-left:-250px;
}

.scroll-button{
    position:absolute;
    bottom:30px;
    left:50%;
    margin-left:-35px;
    color:#fff !important;
    padding:20px;
    font-size:48px;
    -webkit-animation: moving 2s ease-out infinite;
    animation: moving 2s ease-out infinite;
}

@-webkit-keyframes moving {
    0% 		{ bottom: 30px; }
    30% 	{ bottom: 10px; }
    60% 	{ bottom: 30px; }
}

@keyframes moving {
    0% 		{ bottom: 30px; }
    30% 	{ bottom: 10px; }
    60% 	{ bottom: 30px; }
}

#home h1{
    margin:0;
    font-size:63px;
}

#home p{
    margin:0;
}

#home .large-text{
    margin-bottom:10px;
    font-size:86px;
    line-height:92px;
    font-weight:900;
}

#home .bordered-text{
    display:inline-block;
    border:1px solid #fff;
    margin:0 50px 140px;--
    padding:5px 15px;
    font-family: 'Roboto', Arial, sans-serif;
    font-size:22px;
    font-style: italic;
    line-height:62px;
    font-weight:600;
    text-transform: uppercase;
    margin-top: 15%
}

.header-slider li{
    -webkit-transform:translateY(50px);
    transform:translateY(50px);
    -webkit-transition:-webkit-transform .4s ease-out;
    transition:transform .4s ease-out;
}

.header-slider li.flex-active-slide{
    -webkit-transform:translateY(0);
    transform:translateY(0);
    -webkit-transition:-webkit-transform .4s ease-out .1s;
    transition:transform .4s ease-out .1s;
}

/*end Inner Pages*/

/*-------------------------
------ About Styles -------
--------------------------*/
#about{
    padding-bottom: 80px;
}

#about img{
    margin-bottom:60px;
}
/*-------------------------
------Call to action-------
--------------------------*/
.cta {
    padding:50px 0 30px;
}

.cta .cta-message p {
    padding:15px 0 20px;
    font-size:22px;
    line-height:32px;
}

.cta .cta-message strong {
    font-size:24px;
    letter-spacing:0.02em;
}

.cta .cta-button{
    padding:0;
}
/*-----------------------
-----Services Styles-----
-------------------------*/
.services{
    margin-top:80px;
    margin-bottom:40px;
}

.services .icon {
    position:relative;
    width:150px;
    height:150px;
    margin:0 auto;
    text-align:center;
    line-height:150px;
    font-size:48px;
    color:#fff;
    background: #215DA0;
    border:1px solid #1C3772;
    border-radius:50%;
    box-shadow:0 0 0 0 rgba(0,0,0,0.0);
    margin-bottom:40px;
    -webkit-transition:all .3s ease-out;
    transition:all .3s ease-out;
}

.services .item:hover .icon {
    color:#1C3772;
    background: #fff;
    border:1px solid #ddd;
}

.services .item:hover [class*=fa]{
    -webkit-transform:scale(1.2);
    transform:scale(1.2);
    -webkit-transition:all .3s ease-out;
    transition:all .3s ease-out;
}

.services h3 {
    font-size:21px;
    font-weight:400;
    text-transform:uppercase;
    -webkit-transition:color .3s ease-out;
    transition:color .3s ease-out;
}

.services .item:hover h3 {
    color:#1C3772;
}

.services p {
    padding:0 20px;
    font-size:16px;
    line-height:21px;
}

/*----------------------
-----Contact Styles-----
------------------------*/
.contact-item h2{
    font-size:21px;
    font-weight:300;
    margin-bottom:10px;
}

.contact-item .icon{
    display:block;
    padding:10px 0;
    font-size:36px;
    color:#1C3772;
    -webkit-transition:all .2s ease-in;
    transition:all .2s ease-in;
}

.contact-item .icon:hover{
    color:#1C3772;
    -webkit-transform:scale(1.2) translateY(-5px);
    transform:scale(1.2) translateY(-5px);
}

#contact-form .form-group label{
    display:none;
    font-size:18px;
    line-height:24px;
    font-weight:100;
    text-transform:uppercase;
}

.no-placeholder #contact-form .form-group label{
    display:block;
}

#contact-form .controls {
    padding:0;
    margin-bottom:30px;
}

#contact-form.no-placeholder .controls {
    margin-top:0;
}

#contact-form .form-control {
    display:inline;
    background:transparent;
    border-radius:5px;
    border-color: #777;
    color:#fff;
    outline:none;
    height:52px;
    font-weight:300;
}

#contact-form .form-group{
    position:relative;
}

#contact-form textarea.form-control {
    height:auto;
    max-width:100%;
    min-width:100%;
    vertical-align:top;
}

#contact-form .form-control:focus {
    outline:none;
    box-shadow:none;
    border-color: #ddd;
}

#contact-form .error-message {
    padding:5px 0;
    position:absolute;
    top:-30px;
    right:0;
    font-size:14px;
    line-height:24px;
    font-weight:300;
    color:#ff3345;
    z-index:10;
}

#contact-form.no-placeholder .error-message {
    top:0;
}

/*V2 (Google map)*/

#contact{
	position: relative;
    z-index: 1;
}

#contact .container{
	position: relative;
    z-index: 99;
}

#gmap {
	display: block;
	height: 100%;
	width: 100%;
	left: 0;
	position: absolute !important;
	top: 0;
	z-index: 0 !important;
}

#gmap-overlay{
    display:block;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.92);
    z-index: 9 !important;
}

#toggle-map{
    display: block;
    position: absolute;
    padding:20px 0;
    width:100%;
    top:0;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .05em;
    text-align: center;
    color:#fff;
    background: #000;
    background: rgba(0,0,0,.4);
    z-index: 3;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.show-map #toggle-map{
    background: rgba(0,0,0,.85);
}

#toggle-map:hover{
    color:#1C3772;
    text-decoration: none;
}

#toggle-map:after{
    margin-left:10px;
    font-family: fontAwesome;
    font-size: 21px;
    line-height: 21px;
    content:'\f107';
    vertical-align: bottom;
}

#toggle-map .hide-map-text{
    display:none;
}

#gmap .infowin{
    padding:10px 20px;
}

#gmap .infowin p{
    margin-bottom:10px;
    font-family:Raleway, Arial, sans-serif;
    font-size:16px;
    line-height:24px;
    color:#777;
}

#gmap .infowin a:hover{
    text-decoration:underline;
}

/*end Google map*/

/*----------------------
-----Footer Styles------
------------------------*/

#main-footer {
    padding:40px 0 20px;
    background:#fff;
}

.social-links {
    list-style:none;
    margin:0;
    padding:0;
    margin-top:40px;
    margin-bottom:20px;
    padding-top:10px;
    padding-bottom:10px;
    border-bottom: 1px solid #c1c2c3;
}

.social-links li{
    display:inline-block;
    margin:0 5px 5px;
    -webkit-transition:all .3s ease-out;
    transition:all .3s ease-out;
}

.social-links li a {
    display:block;
    color:#313131;
    font-size:28px;
    width:50px;
    height:50px;
    line-height:50px;
    border-radius:50%;
    text-align:center;
    -webkit-transition:all .3s ease-out;
    transition:all .3s ease-out;
}

.social-links li:hover{
    background:#fff;
}

.social-links li:hover a{
    color:#1C3772;
}


/*-----------------------
-----Scrollimations------
------------------------*/
.scrollimation.fade-in{
    opacity:0;
    -webkit-transition:opacity 0.6s ease-out;
    transition:opacity 0.6s ease-out;
}

.scrollimation.fade-in.in{
    opacity:1;
}

.scrollimation.scale-in{
    opacity:0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform:scale(0.5);
    -webkit-transition: -webkit-transform .6s cubic-bezier(.17,.89,.67,1.57), opacity .6s ease-out;
    transition: transform .6s cubic-bezier(.17,.89,.67,1.57), opacity .6s ease-out;
}

.scrollimation.scale-in.in{
    opacity:1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform:scale(1);
}

.scrollimation.fade-right{
    opacity:0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform:translateX(-100px);
    -webkit-transition: -webkit-transform .4s ease-out,opacity .4s ease-out;
    transition: transform .4s ease-out,opacity .4s ease-out;
}

.scrollimation.fade-right.in{
    opacity:1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform:translateX(0px);
}

.scrollimation.fade-left{
    opacity:0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform:translateX(100px);
    -webkit-transition: -webkit-transform .4s ease-out,opacity .4s ease-out;
    transition: transform .4s ease-out,opacity .4s ease-out;
}

.scrollimation.fade-left.in{
    opacity:1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform:translateX(0px);
}

.scrollimation.fade-up{
    opacity:0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform:translateY(100px);
    -webkit-transition: -webkit-transform .4s ease-out,opacity .4s ease-in;
    transition: transform .4s ease-out,opacity .4s ease-in-out;
}

.scrollimation.fade-up.in{
    opacity:1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform:translateY(0px);
}

.scrollimation.d1{
    transition-delay:.2s;
}

.scrollimation.d2{
    transition-delay:.4s;
}

.scrollimation.d3{
    transition-delay:.6s;
}

.scrollimation.d4{
    transition-delay:.8s;
}

.touch .scrollimation.fade-in{
    opacity:1;
}

.touch .scrollimation.scale-in{
    opacity:1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform:scale(1);
}

.touch .scrollimation.fade-right{
    opacity:1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform:translateX(0px);
}

.touch .scrollimation.fade-left{
    opacity:1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform:translateX(0px);
}

.touch .scrollimation.fade-up{
    opacity:1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform:translateY(0px);
}

.post-comments .btn{
    width: 100%;
}

/*----------------------
-----Media Queries------
------------------------*/


/*-----------nuevos cambios-----------*/

.services .icon-blue {
    position:relative;
    width:150px;
    height:150px;
    margin:0 auto;
    text-align:center;
    line-height:150px;
    font-size:48px;
    color:#fff;
    background: #123F7D;
    border:1px solid #123F7D;
    border-radius:50%;
    box-shadow:0 0 0 0 rgba(0,0,0,0.0);
    margin-bottom:40px;
    -webkit-transition:all .3s ease-out;
    transition:all .3s ease-out;
}

.services .item:hover .icon-blue {
    color:#123F7D;
    background: #fff;
    border:1px solid #ddd;
}

.alinear {
    display: flex;
    align-items: flex-end;
}

.flex-video{
    text-align: center;
}

.inputstyle {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 14px;
    margin: 0 0 20px 0;
    padding: 0;
    box-shadow: none;
    box-sizing: content-box;
    transition: all 0.3s;
}

#credito-btn{
    display: block;
    position: fixed;
    bottom: 1em;
    right: 1em;
    background-color: #FFA800;
    height: 4em;
    width: 4em;
    border-radius: 50%;
    z-index: 999;
    color: white;
    cursor: pointer;
    transition: all 0.5s ease-in;
    webkit-transition: all 0.5s ease-in;
    -webkit-box-shadow: 0 4px 11px 0 #474747;
    box-shadow: 0 4px 11px 0 #474747;
}

#img-credito-btn{
    max-width: 50% !important;
    margin-left: 25%;
    margin-top: 25%;
}

#credito-btn:hover{
    background-color: #E5B300;
}

#credito-btn > span{
    position: relative;
    top: 0.8em;
    left: 0.8em;
}

#credito-btn > span > i{
    font-size: 2.5em;
    color: white;
}

#credito-btn > span > b{
    display: none;
}

.item .collapse-block i{
    display: none;
}

.item .collapse-block .collapsable-section{
    padding-top: 1em;
}

.videoP{
    width: 100%;
    max-width: 520px;
    height: 300px;
    margin: 0; 
    text-align: center;
}

#social{
    padding: 0;
}

#social li{
    opacity: 0.5;
    transition: opacity 0.2s ease-out;
}

#social li:hover{
    opacity: 1;
}

#social > li{
    display: inline-block;
    margin: 0 1em;
}

@media (max-width: 991px) {


    #home .bordered-text{
        border:1px solid #fff;
        padding:5px 15px;
        font-size:25px;
        line-height:62px;
        margin-top: 12%
    }

    .cta-image{
        padding-bottom:60px;
    }

    #projects-container .project-item{
        width: 49.98%;
    }

    .team-member{
        margin-bottom:60px;
    }

    .team-member .member-thumb,
    .team-member .member-details{
        max-width: 300px;
        margin-left:auto;
        margin-right:auto;
    }

    #project-slider{
        min-height:0;
    }

    #inner-page-header .bordered-text{
        border:1px solid #fff;
        padding:15px 30px;
        font-size:38px;
    }

    #main-sidebar{
        padding-left: 35px;
    }

    #main-sidebar.left-sidebar{
        padding-right: 35px;
    }

    .post-comments .media-body p{
        font-size: 14px;
    }

    .post-comments .media-list .media{
        padding:20px 10px;
    }

    .post-comments .media .img-circle{
        max-width: 60px;
    }
}

@media (min-width: 768px) {
    .dropdown-menu{
        display: block !important;
        height:auto !important;
    }
    #home .bordered-text{
        margin-top: 50%;
    }
}


@media (max-width: 767px) {

    body, p{
        font-size:16px;
        line-height:21px;
    }

    h1, .skills h2{
        font-size:24px;
        line-height:28px;
    }

    h2,
    #blog-list .post-title,
    #single-post .post-title{
        font-size:21px;
        line-height:24px;
    }

    .section-title{
        font-size:32px;
        line-height:36px;
    }

    .section-description{
        font-size:16px;
    }

    .big-title{
        font-size:32px;
    }

    .header-logo{
        width:350px;
        top:10%;
        margin-left:-175px;
    }
    .header-slider{
        margin-top:40px;
    }

    #home .bordered-text{
        border:1px solid #fff;
        margin:0 20px 10px;
        padding:5px 10px;
        font-size:20px;
        font-style: italic;
        line-height:24px;
        margin-top: 32%;
    }

    .counter{
        font-size:68px;
    }

    .cta .cta-message p,
    .cta .cta-message strong{
        font-size:18px;
        line-height:24px;
    }

    #main-nav .navbar-toggle{
        margin-top:14px;
    }

    #main-nav .nav a {
        line-height:42px !important;
        text-align:center;
        border-bottom:1px solid #f5f5f5;
    }

    #main-nav .nav a:before {
        display:none !important;
    }

    #main-nav.stuck .nav .active > a,
    #main-nav .nav a:hover{
        opacity:1;
        color:#1C3772;
    }

    #main-nav li{
        clear: both;
        position: static !important;
    }

    .cta .cta-message {
        text-align:center;
    }

    .services .item{
        margin-bottom:60px;
    }

    #project-title{
        font-size:32px;
    }

    .team-member{
        margin-bottom:60px;
    }

    .team-member .member-thumb,
    .team-member .member-details{
        max-width: 300px;
        margin-left:auto;
        margin-right:auto;
    }

    #testimonials .pull-left{
        display: block;
        float:none;
        width:100%;
        margin-bottom:10px;
    }

    #testimonials .testimonial{
        font-size:18px;
        line-height:28px;
    }

    .project-item .project-thumb{
        max-width:400px;
        margin:0 auto;
    }

    .pricing .item{
        top:0;
        margin:0 auto 40px;
        max-width:400px;
    }

    #main-sidebar{
        display: none;
    }

    #site-nav{
        max-height:400px;
    }

    .dropdown .left-side.dropdown > a:after,
    .dropdown .dropdown > a:after{
        position: static;
        content:"\f0d7";
        font-size:14px;
        margin-left:5px;
        font-family: fontAwesome;
    }

    .dropdown-menu .dropdown-menu,
    .dropdown-menu{
        position: static;
        top:0 !important;
        left:0 !important;
        right:auto !important;
        padding:0;
        display: none;
        width: 100% !important;
        visibility: visible;
        box-shadow: none !important;
        border:none !important;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity:1;
    }

    #main-nav .dropdown-menu li{
        position: static;
        display: block;
        width: 100%;
        padding:0;
        margin:0;
    }

    #main-nav .dropdown-menu a{
        clear: none;
        padding:5px 0;
        font-size:14px;
        line-height: 46px !important;
    }

    #main-nav .dropdown-menu a:hover{
        padding:5px 0;
        font-size:14px;
        line-height: 14px;
        color: #1C3772;
        background: none;
    }

    #inner-page-header .bordered-text{
        margin-left:30px;
        margin-right:30px;
        padding:15px;
        font-size:21px;
        line-height: 32px;
    }

    .padding-top-bottom #single-post{
        margin-top:-50px;
    }

    .features .media .pull-right{
        float: left !important;
        margin-left:0;
        margin-right:10px;
    }

    .features .media .pull-right+.text-right{
        text-align: left;
    }

    #testimonials .pull-left{
        float:none!important;
    }

    .post-comments .media .media,
    .post-comments .media .replies{
        margin-left: -50px;
    }
}

@media (max-width: 479px) {
    #projects-container .project-item{
        width: 100%;
    }
}

@media (max-width: 900px) and (min-width: 768px){
    #main-nav .container {
        padding: 0 10px;
        -webkit-transition: padding 0.3s ease-out;
        transition: padding 0.3s ease-out;
    }
    .navbar-brand, .navbar-brand:hover, .navbar-brand:active, .navbar-brand:focus {
        position: relative;
        padding: 0 5px;
        margin: 10px 0;
        font-size: 28px;
        line-height: 54px;
        height: 40px;
        font-weight: 600;
        color: #777;
        font-variant: small-caps;
        letter-spacing: 0.02em;
        -webkit-transition: font-size .2s ease-out;
        transition: font-size .2s ease-out;
        overflow: hidden;
    }
    #main-nav .nav a, #main-nav .nav a:active, #main-nav .nav a:hover {
        padding: 5px 0px;
        font-size: 12px;
        line-height: 45px;
        font-weight: 400;
        letter-spacing: 0.01em;
        text-transform: uppercase;
        background: transparent;
        color: #313131;
        opacity: 0.5;
        -webkit-transition: opacity 0.2s ease-out;
        transition: opacity 0.2s ease-out;
    }
    .navbar-right {
        float: right!important;
        margin-right: -10px;
    }
    .navbar-nav {
        margin: 7.5px -10px;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 5px;
    }
    #home .bordered-text{
        display:inline-block;
        border:0px solid #fff;
        margin:0 50px 10px;
        padding:5px 15px;
        font-family: 'Roboto', Arial, sans-serif;
        font-size:20px;
        font-style: italic;
        line-height:52px;
        font-weight:600;
        text-transform: uppercase;
        margin-top: 20%;
    }

    .header-logo{
        position: absolute;
        top:10%;
        left:50%;
        width:500px;
        margin-left:-250px;
    }
    .parallax-bg {
        background-repeat: no-repeat;
        background-position: 70% 0;
        background-size: cover;
        background-attachment: fixed;
    }
}

@media (max-width: 991px) and (min-width: 901px){
    #main-nav .container {
        padding: 0 10px;
        -webkit-transition: padding 0.3s ease-out;
        transition: padding 0.3s ease-out;
    }
    .navbar-brand, .navbar-brand:hover, .navbar-brand:active, .navbar-brand:focus {
        position: relative;
        padding: 0 5px;
        margin: 10px 0;
        font-size: 28px;
        line-height: 54px;
        height: 40px;
        font-weight: 600;
        color: #777;
        font-variant: small-caps;
        letter-spacing: 0.02em;
        -webkit-transition: font-size .2s ease-out;
        transition: font-size .2s ease-out;
        overflow: hidden;
    }

    #main-nav .nav a, #main-nav .nav a:active, #main-nav .nav a:hover {
        padding: 5px 0px;
        font-size: 12px;
        line-height: 45px;
        font-weight: 400;
        letter-spacing: 0.01em;
        text-transform: uppercase;
        background: transparent;
        color: #313131;
        opacity: 0.5;
        -webkit-transition: opacity 0.2s ease-out;
        transition: opacity 0.2s ease-out;
    }

    .navbar-right {
        float: right !important;
        margin-right: -10px;
    }

    .navbar-nav {
        margin: 7.5px -10px;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 5px;
    }
     #home .bordered-text{
        display:inline-block;
        border:0px solid #fff;
        margin:0 50px 10px;
        padding:5px 15px;
        font-family: 'Roboto', Arial, sans-serif;
        font-size:20px;
        font-style: italic;
        line-height:42px;
        font-weight:600;
        text-transform: uppercase;
        margin-top: 15%;
    }
    
    .header-logo{
        position: absolute;
        top:10%;
        left:50%;
        width:500px;
        margin-left:-250px;
    }
    .parallax-bg {
        background-repeat: no-repeat;
        background-position: 40% 0;
        background-size: cover;
        background-attachment: fixed;
    }
}

@media (min-width: 768px) {
    #credito-btn{
        display: block;
        position: fixed;
        bottom: 1em;
        right: 1em;
        height: 5em;
        width: 5em;
        border-radius: 50%;
        z-index: 999;
        color: white;
        cursor: pointer;
    }

    #credito-btn > span {
        top: 1.4em;
        left: 1.4em;
    }

}

@media (min-width: 992px) {
    .fade-btn{
        /*opacity: 0;*/
        transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
    }

    .item:hover .fade-btn{
        opacity: 1;
        display: inline-block;
    }

    .collapse-block{
        margin: 0;
    }

    .flex-video{
        text-align: left;
        padding: 2em;
    }

    .collapse-block .collapsable-section{
        height: 0;
        overflow: hidden;
        transition: height 2s ease-in;
        -webkit-transition: height 2s ease-in;
    }

    .item:hover .collapse-block .collapsable-section{
        height: inherit;
    }

    .item .collapse-block i{
        display: inline;
    }

    .item:hover .collapse-block i{
        display: none;
    }
    #home .bordered-text{
        display:inline-block;
        border:0px solid #fff;
        margin:0 50px 10px;
        padding:5px 15px;
        font-family: 'Roboto', Arial, sans-serif;
        font-size:18px;
        font-style: italic;
        line-height:42px;
        font-weight:600;
        text-transform: uppercase;
        margin-top: 15%
    }
}

.media-body{
    vertical-align: middle !important;
}

.thumbnail{
    -webkit-box-shadow: 0 5px 10px 0 #474747;
    box-shadow: 0 5px 10px 0 #474747;
}


/*-------modificacion de imagen------------
#home .bordered-text{

}
.header-logo{

}
.parallax-bg {

}
-------------------------*/
.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;

}
.img-responsiveL {
    display: block;
    max-width: 100%;
    height: auto;
}
    video::-webkit-media-controls-fullscreen-button {
        display: none;
    }

@media (min-width: 768px) {
    .img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
        display: block;
        max-width: 100%;
        height: auto;

    }
    .img-responsiveL {
        display: block;
        max-width: 30%;
        height: auto;
    }
    
    #social{
        margin: 7.5px;
        padding-top: 0.2em;
    }

    #social li{
        margin: 0;
        width: 2.5em;
    }
    video::-webkit-media-controls-fullscreen-button {
        display: none;
    }
}
@media (min-width: 992px) {
    .img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
        display: block;
        max-width: 100%;
        height: auto;

    }
    .img-responsiveL {
        display: block;
        max-width: 100%;
        height: auto;

    }
    video::-webkit-media-controls-fullscreen-button {
        display: none;
    }
}
@media (max-width: 991px) and (min-width: 901px){
    .img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
        display: block;
        max-width: 100%;
        height: auto;

    }
    .img-responsiveL {
        display: block;
        max-width: 30%;
        height: auto;

    }
    video::-webkit-media-controls-fullscreen-button {
        display: none;
    }
     #social{
        margin: 7.5px;
        padding-top: 0.2em;
    }

    #social li{
        margin: 0;
        width: 2.5em;
    }
}
@media (max-width: 479px) {
    .header-logo {
        width: 300px;
        top: 10%;
        margin-left: -150px;
    }   
    .img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
        display: block;
        max-width: 100%;
        height: auto;

    }
    .img-responsiveL {
        display: block;
        max-width: 100%;
        height: auto;

    }
    video::-webkit-media-controls-fullscreen-button {
        display: none;
    }
}
@media (max-width: 767px) {
    .header-logo {
        width: 300px;
        top: 12%;
        margin-left: -150px;
    }   
    .img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
        display: block;
        max-width: 100%;
        height: auto;

    }
    .img-responsiveL {
        display: block;
        max-width: 30%;
        height: auto;

    }
    video::-webkit-media-controls-fullscreen-button {
        display: none;
    }
}