@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700|Muli:400,600,700');

body {
    font-family: 'Muli', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Muli', sans-serif;
}

p {
    font-size: 16px;
}

.btn,
.btn:focus,
button,
button:focus {
    outline: none !important;
}

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

.back-to-top {
    width: 30px;
    height: 30px;
    position: fixed;
    bottom: 10px;
    right: 20px;
    display: none;
    text-align: center;
    z-index: 10000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #3c3c3c;
    transition: all 0.5s;
}

.back-to-top i {
    color: #fff;
    font-size: 12px;
    display: block;
    line-height: 30px;
}


/*****************
    1.HELPER
*****************/

.section {
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
    background-color: #fff;
}

.title {
    text-transform: uppercase;
    font-size: 28px;
	font-weight: 600;
	color: #114A85 !important;
}

.title-subtitle {
    max-width: 600px;
}

.title-icon {
    font-size: 32px;
    margin-bottom: 30px;
    display: block;
}

.btn {
    padding: 12px 34px;
    font-size: 12px;
    transition: all 0.5s;
    letter-spacing: 0.6px;
    color: #fff;
    box-shadow: none !important;
    text-transform: uppercase;
    outline: none !important;
    font-weight: 700;
}

.btn-custom{
    border:1px solid;
}

.btn-round {
    border-radius: 30px;
}

.vertical-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
}

.home-center {
    display: table;
    width: 100%;
    height: 100%;
}

.home-desc-center {
    display: table-cell;
    vertical-align: middle;
}

.btn-custom {
    transition: all 0.5s;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open > .dropdown-toggle.btn-custom {
    color: #f3f3f3;
}

.btn-outline-custom {
    border: 2px solid #f5f5f5;
}

.btn-outline-custom:hover,
.btn-outline-custom:focus,
.btn-outline-custom:active,
.btn-outline-custom.active,
.btn-outline-custom.focus,
.btn-outline-custom:active,
.btn-outline-custom:focus,
.btn-outline-custom:hover,
.open > .dropdown-toggle.btn-outline-custom {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

.bg-overlay {
    background-color: rgba(7, 64, 155, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
}


/*********************
    2.NAVBAR-CUSTOM
**********************/

.navbar-custom {
    background-color: transparent;
    padding: 20px 0px;
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    margin-bottom: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.navbar-custom .navbar-nav li a {
    color: white !important;
    font-size: 14px;
    background-color: transparent !important;
    margin: 0 7px;
    letter-spacing: 0.05em;
    line-height: 24px;
    transition: all 0.5s;
}

.navbar-custom .navbar-brand {
    color: #fff !important;
    text-transform: uppercase;
}

.navbar-custom .nav-social li a {
    color: #fff !important;
}

.navbar-custom .navbar-toggler {
    color: #fff;
    font-size: 35px;
    padding: 0px;
}

.navbar-custom .navbar-nav li a:hover,
.navbar-custom .navbar-nav li a:active,
.navbar-custom .navbar-nav li.active a {
    color: #fff !important;
}

.navbar-custom.nav-sticky {
    background-color: #114a82 !important;
    padding: 15px 0px;
}

.nav-social .nav-number span {
    font-size: 13px;
}

.nav-social .nav-number i {
    position: relative;
    top: 3px;
    font-size: 18px;
}

.bg-home {
    background-image: url('../images/estudios-de-calidad-de-energia.jpg');
	background-size: cover!important;
    position: relative;
	background-position: center !important;
    padding: 190px 0;
}

.home-title {
    font-size: 45px;
	font-weight: 900 !important;
    line-height: 1.4;
}

.home-subtitle {
    font-size: 16px;
    line-height: 2.0;
}

.ctablanco {
    outline: none !important;
    border-radius: 30px;
	border-color: white;
	border-style: solid;
    font-size: 17px;
    padding: 9px 30px;
}

.cta{
	min-height: 170px !important;
	background-color: #114a82 !important;
	color:  white !important;
	padding: 50px 0px 50px 0px;
}

.back-slide {
    height: 100vh;
}

.search-form input {
    padding: 15px 20px;
    width: 100%;
    font-size: 17px;
    color: #4c5667 !important;
    border: none;
    outline: none !important;
    padding-right: 160px;
    padding-left: 30px;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 30px;
}

.search-form button {
    position: absolute;
    top: 5px;
    right: 6px;
    outline: none !important;
    border-radius: 30px;
    font-size: 17px;
    padding: 9px 30px;
}

.search-form form {
    position: relative;
    max-width: 600px;
    margin: 0px auto;
}

/*********************
    4.SERVICES-BOX
**********************/

.services-box {
    padding: 30px;
}

.services-box .services-icon i {
    font-size: 36px;
}

.services-box .services-title {
    font-size: 18px;
}


/*********************
    5.FEATURES
**********************/

.features-desc h2 {
    font-size: 28px;
    line-height: 1.6;
}

.features-desc p {
    line-height: 1.8;
}


/*********************
    6.CLIENTS
**********************/

.bg-client {
    position: relative;
}

.testi-user {
    width: 85px !important;
    margin-right: 15px;
    color: #A2A2A2;
    margin-top: 20px;
}

.user-review {
    font-size: 20px;
    line-height: 36px;
    font-style: italic;
    color: rgba(255, 255, 255, 0.65);
}

.testi-user-name {
    font-size: 16px;
}

.test_nav_left {
    left: 0px;
}

.test_nav_right {
    right: 0px;
}

.test_nav_left,
.test_nav_right {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #a7a7a7;
    font-size: 24px;
    z-index: 5;
    cursor: pointer;
    padding: 15px;
}

.testi-icon {
    font-size: 30px;
}


/*********************
    7.TEAM
**********************/

.team-social li a {
    color: #808083;
    border: 1px solid #f1f1f1;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    display: inline-block;
    transition: all 0.5s;
}

.team-social li a:hover {
    color: #fff;
}

.team-box.active {
    box-shadow: 0px 0px 20px -4px #e8e8e8;
}


/*********************
    8.FAQ
**********************/

.faq-que {
    font-size: 18px;
    font-weight: 600;
    color: #000 !important;
}

.faq-que {
    padding: 15px 0px;
}


/*********************
    9.PRICING BOX
**********************/

.price-box {
    padding: 50px 20px;
}

.plan-features p {
    font-size: 14px;
}

.price-box.active {
    box-shadow: 0px 0px 20px -4px #e8e8e8;
}


/*********************
    10.CONTACT
**********************/

.form-control {
    margin-bottom: 25px;
    box-shadow: none !important;
    height: 50px;
    border: 1px solid #e0e0e0;
}

.contact-border {
    width: 60px;
    height: 3px;
    margin: 20px 0px;
}

textarea.form-control {
    height: auto;
}

.error {
    margin: 8px 0px;
    display: none;
    color: red;
}

#ajaxsuccess {
    font-size: 16px;
    width: 100%;
    display: none;
    clear: both;
    margin: 8px 0px;
}

.error_message {
    padding: 10px;
    background-color: rgba(244, 35, 103, 0.2);
    margin-bottom: 20px;
    text-align: center;
}

.contact-loader {
    display: none;
}

#success_page {
    text-align: center;
    margin-bottom: 50px;
}

#success_page h3 {
    color: #0dba26;
    font-size: 22px;
}


/*********************
    11.FOOTER
**********************/

.social .social-icon {
    border: 2px solid white;
    border-radius: 50%;
    transition: all 0.5s;
    width: 42px;
    height: 42px;
    display: block;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
}

.footer a{
	color: white !important;
}

.footer a:hover {
	color: lightgray !important;
	transition: all 0.5s;
}

.footer-terms li a:hover {
    color: lightgray !important;
    transition: all 0.5s;
}

.footer-terms li::after {
    content: "|";
    margin: 0 20px;
    color: #757575
}

.footer-terms li:last-child:after {
    content: "";
}

.footer {
    position: relative;
}


/*********************
    12.RESPONSIVE
**********************/

@media (min-width: 200px) and (max-width: 768px) {
    .navbar-custom {
        background-color: #000;
        padding: 10px 0px !important;
    }
    .navbar-custom .container {
        width: 85%;
    }
    .about-border-left {
        border: none;
    }
    .bg-home {
        padding: 120px 0px;
    }
    .home-title {
        font-size: 28px;
        line-height: 1.2;
    }
    .user-review {
        font-size: 16px;
        line-height: 24px;
    }
    .team-box.active {
        transform: scale(1.0);
    }
    .bg-home-full,
    .back-slide,
    .bg-login {
        height: auto;
        padding: 100px 0px;
    }
    .navbar-custom .navbar-toggler {
        color: #fff;
        font-size: 26px;
        border: none;
    }
    .navbar-light .navbar-toggler {
        color: #000;
        font-size: 26px;
        border: none;
    }
    .half-home {
        padding: 120px 0 70px;
    }
    .navbar-light.small {
        min-height: auto;
    }
}

@media (max-width: 1023px) {
    .navbar-custom .nav-social {
        display: none;
    }
}
