/*
Theme Name: Tecnoclima
Author: SC Studio
Author URI: http://www.scstudio.com.ar
Description: Theme
Version: 1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

/* CSS Document */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,a,em,img,strong,sub,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,tbody,tfoot,thead,tr,th,td {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-size: 14px;
}

html,
body {
    height: 100%;
}

ol,
ul {
    list-style: none;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none !important;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 600;
}

a,
button {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}

.form-control:focus,
.form-control:active {
    box-shadow: none;
    outline: none;
}

.container {
    position: relative;
}

.aligner {
    align-items: center;
    justify-content: center;
}

.button {
    background: #ee3030;
    display: inline-block;
    color: #FFF;
    padding: 8px 18px;
}

.button:hover {
    background: #FFF;
    color: #ee3030;
}

a.block-link {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}


/*############################# HEADER #############################*/

#header .top-bar {
    background: #22A9E0;
}

#header.active .top-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    background: #FFF;
}

#main-menu li {
    margin-right: 30px;
    display: inline-block;
}

#main-menu li:last-child {
    margin-right: 0;
}

#main-menu a {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
    padding: 0;
}

#main-menu a:hover {
    color: #333;
}

#header.active #main-menu a:hover {
    color: #ee3030;
}

#header .navbar-toggler {
    position: absolute;
    left: 0;
    top: -13px;
    width: 32px;
    outline: none;
    padding: 0;
    display: none;
    z-index: 99;
}

.navbar-toggler span {
    background: #22A9E0;
    display: block;
    width: 100%;
    height: 2px;
    margin: 0 0 4px;
    width: 20px;
}

#header .navbar-toggler span:last-child {
    margin: 0;
}

#header .animated-icon {
    width: 25px;
    height: 26px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#header .animated-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 0px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#header .animated-icon span {
    background: #FFF;
}

#header .animated-icon span:nth-child(1) {
    top: 5px;
}

#header .animated-icon span:nth-child(2) {
    top: 12px;
}

#header .animated-icon span:nth-child(3) {
    top: 19px;
}

#header .animated-icon.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#header .animated-icon.open span:nth-child(2) {
    opacity: 0;
    left: 50px;
}

#header .animated-icon.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

#header.active .navbar-toggler span {
    background: #22A9E0;
}

#header .large-button {
    background: #ee3030;
    display: inline-block;
    padding: 21px 30px;
    font-size: 18px;
    color: #FFF;
}

#header .large-button:hover {
    background: #FFF;
    color: #ee3030;
}

#header.active .large-button:hover {
    background: #22A9E0;
    ;
    color: #FFF;
}

#header .main {
    padding: 20px 0;
}

#header .main .right-align {
    display: flex;
    justify-content: flex-end;
}

#header .main .item {
    display: flex;
    align-items: center;
    padding-left: 30px;
}

#header .main .item i {
    font-size: 40px;
    color: #22A9E0;
    margin-right: 0;
}

#header .main .item h4 {
    font-size: 15px;
}

#header .main .item .text {
    padding-left: 12px;
}


/*############################# CONTENT #############################*/

#main-banner {
    width: 100%;
    height: 650px;
    background: url('img/main-banner-bg.jpg') center no-repeat;
    background-size: cover;
}

#main-banner .container.d-flex {
    height: 100%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

#main-banner h2 {
    font-size: 70px;
    color: #ffffff;
    line-height: 80px;
    font-weight: 700;
}

#main-banner p {
    color: #ffffff;
    font-size: 25px;
}

#main-banner .button {
    padding: 12px 22px;
    font-size: 18px;
    margin: 20px 0 0 0;
}

.inner-banner {
    text-align: center;
    background: url('img/inner-banner.jpg') center -5px no-repeat;
    background-size: cover;
    padding: 70px 0;
}

.inner-banner h1 {
    color: #FFF;
    font-size: 40px;
    text-align: center;
}

.breadcrumbs {
    padding-top: 10px;
}

.breadcrumbs li {
    display: inline-block;
    color: #FFF;
    font-size: 16px;
}

.breadcrumbs li a {
    color: #FFF;
}

.section {
    position: relative;
    clear: both;
    padding: 90px 0;
}

.section.bg1 {
    background: #f7f7f7;
}

.section h2 {
    position: relative;
    color: #333;
    font-size: 36px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.section h2 span {
    color: #22A9E0;
}

.section h2:after {
    position: absolute;
    left: 0;
    bottom: -10px;
    content: "";
    width: 70px;
    height: 2px;
    background: #ee3030;
}

.section header {
    padding-bottom: 50px;
}

.section header p {
    font-size: 16px;
    line-height: 26px;
}

.about .box {
    position: relative;
    border: 10px solid #f1f1f1;
    margin-right: -120px;
    margin-top: 100px;
    padding: 70px 160px 70px 60px;
}

.about h2 {
    margin: -100px 0 0 0;
    position: absolute;
    background: #F7F7F7;
    right: 100px;
    padding: 8px 60px;
}

.about h2:after {
    display: none;
}

.about .image {
    position: relative;
}

.about .image img {
    position: relative;
    z-index: 3;
}

.about .image:before {
    position: absolute;
    width: 95%;
    height: 95%;
    top: 60px;
    left: -30px;
    background: #eee;
    content: "";
    z-index: 1;
}

.about h4 {
    font-size: 22px;
    font-style: italic;
    line-height: 30px;
    margin-bottom: 20px;
    color: #354b65;
}

.about p {
    padding-bottom: 20px;
    line-height: 23px;
}

.about .top-border,
.about .bottom-border {
    height: 70px;
    width: 10px;
    left: -10px;
    top: -10px;
    background: #22A9E0;
    content: "";
    position: absolute;
}

.about .top-border:after,
.about .bottom-border:after {
    height: 10px;
    width: 70px;
    left: 0;
    top: 0;
    background: #22A9E0;
    content: "";
    position: absolute;
}

.about .bottom-border {
    top: auto;
    left: auto;
    right: -10px;
    bottom: -10px;
}

.about .bottom-border:after {
    left: auto;
    top: auto;
    bottom: 0;
    right: 0;
}

.about .button,
.single-news article .button {
    border: 2px solid #ee3030;
}

.gallery {
    overflow: hidden;
}

.gallery ul {
    margin: 0 -10px 0 -10px;
}

.gallery li {
    position: relative;
    float: left;
    width: 25%;
    padding: 10px;
}

.gallery li img {
    display: block;
}

.gallery li a {
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    font-weight: 900;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: rgba(34, 169, 224, 0.6);
    color: #333;
    font-size: 25px;
    opacity: 0;
}

.gallery li:hover a {
    opacity: 1;
    transform: scale(0.9);
}

.news .box figure {
    margin: 0;
}

.news .inner {
    background: #FFF;
    padding: 20px 25px 25px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}

.news .box:hover .inner {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}

.news h4 {
    font-size: 20px;
    padding: 10px 0;
    margin-bottom: 0;
}

.news h4:after {
    display: none;
}

.news h4 a {
    color: #212529;
}

.news h4 a:hover {
    color: #22A9E0;
}

.news .date {
    color: #555;
}

.clients ul {
    padding-top: 40px;
}

.clients li {
    display: inline-block;
    margin: 0 20px 50px;
}

.clients li img {
    max-width: 213px;
    max-height: 74px;
}

.section.call {
    background: url('img/section-call-bg.jpg') center no-repeat;
    background-size: cover;
    padding: 45px 0;
}

.section.call h3 {
    color: #FFF;
    font-size: 40px;
    font-weight: 700;
}

.section.call p {
    color: #FFF;
    font-size: 18px;
    padding: 15px 0 25px;
}

.section.call .button {
    padding: 10px 20px;
}

.section.contact {
    padding-bottom: 0;
}

.contact h2 {
    font-size: 25px;
}

.contact form,
#contact-form{
    position: relative;
}

#contact-form label {
    text-align: left;
}

form input,
form textarea {
    border-radius: 0;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    font-size: 15px;
    padding: 15px;
}

form textarea {
    height: 200px;
    resize: none;
}

form .button {
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border: 2px solid #ee3030;
}

.contact li {
    padding-bottom: 25px;
}

h4 {
    position: relative;
    font-size: 22px;
    margin-bottom: 30px;
}

h4:after {
    position: absolute;
    left: 0;
    bottom: -10px;
    content: "";
    width: 30px;
    height: 2px;
    background: #ee3030;
}

.contact li a {
    color: #333;
}

.contact li a:hover {
    color: #22A9E0;
}

.contact li p {
    padding-bottom: 15px;
    font-size: 16px;
}

.contact .map {
    margin-top: 40px;
}

.contact .map,
.contact .map iframe {
    width: 100%;
    height: 400px;
    border: none;
}

.plain-text p {
    font-size: 16px;
    line-height: 27px;
    padding-bottom: 20px;
    text-align: justify;
}

.services .boxes {
    text-align: center;
    margin-top: 70px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.services .box {
    background: #FFF;
    padding: 30px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    width: 48%;
    margin: 0 2% 40px;
    display: -webkit-flex;
    display: flex;
    text-align: left;
    flex-direction: column;
}

.services .box:hover {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}

.services .box:nth-child(odd) {
    margin-left: 0;
}

.services .box:nth-child(even) {
    margin-right: 0;
}

.services .box h3 {
    position: relative;
    font-size: 18px;
    margin-bottom: 25px;
    text-align: center;
}

.services .box h3:after {
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: -10px;
    content: "";
    width: 40px;
    height: 2px;
    background: #22A9E0;
}

.services .box i {
    display: table;
    margin: 0 auto 20px;
    font-size: 75px;
    color: #22A9E0;
}

.logos {
    margin-top: 40px;
}

.logos img {
    display: inline-block;
    max-width: 271px;
    max-height: 50px;
    margin: 0 40px 30px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}

.logos img.main {
    display: block;
    margin: 0 auto 50px !important;
    max-width: 300px;
    max-height: 70px;
    border: none;
}

.logos img:hover {
    opacity: 0.7;
}

#sidebar h4 {
    text-transform: uppercase;
    font-size: 17px;
}

.products-page hr {
    margin: 30px 0;
}

#sidebar .items li {
    border-top: 1px solid #DDD;
    padding: 10px 0;
}

#sidebar .items li:first-child {
    border: none;
}

#sidebar .items li:last-child {
    padding-bottom: 0;
}

#sidebar .items li a {
    color: #555;
}

#sidebar .block li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

#sidebar .block li figure {
    margin: 0 10px 0 0;
}

#sidebar .block li figure img {
    max-width: 100%;
}

#sidebar .block h5 {
    font-weight: 400;
    font-size: 15px;
}

#sidebar .block h5 a {
    color: #333;
}

#sidebar .block h5 :hover {
    color: #22A9E0;
}

.products-page .logos img {
    margin: 0 20px 30px;
}

.small-banner {
    display: flex;
    align-items: center;
    height: 298px;
    background: url('img/products-page-banner.jpg') center no-repeat;
    margin-bottom: 90px;
}

.small-banner h3 {
    font-size: 41px;
    font-weight: 700;
    width: 51%;
    padding: 0 0 0 30px;
    line-height: 44px;
}

.products-page .company-logo {
    margin: 0 auto;
    display: block;
    max-width: 80%;
}

.products-page .inner {
    padding: 30px 0;
    text-align: center;
}

.products-page .inner p,
.products-page .inner li {
    font-size: 16px;
    line-height: 27px;
    text-align: left;
}

.products-page .inner ul {
    padding-top: 20px;
}

.products-page .inner li {
    position: relative;
    padding-left: 17px;
}

.products-page .inner li:before {
    position: absolute;
    top: 9px;
    left: 0;
    width: 10px;
    height: 10px;
    content: "";
    background: #22A9E0;
    border-radius: 100%;
}

.products-page .item {
    margin-top: 40px;
}

.products-page .item h5 {
    font-weight: 500;
    font-size: 17px;
}

.products-page .main {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 30px;
}

.products-page .main.dinamic .item {
    position: relative;
    margin-top: 40px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}

.products-page .main.dinamic .item:hover {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}

.products-page .main.dinamic .item figure {
    margin: 0;
}

.products-page .main.dinamic .item h5 {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px 0 15px;
    margin: 0 15px 0;
}

.products-page .main.dinamic .inner p {
    padding-bottom: 20px;
}

.products-page .main.dinamic .accordion {}

#accordion .line {
    margin-bottom: 30px;
}

#accordion .line h4 {
    text-align: left;
    cursor: pointer;
}

#accordion .line h5 {
    text-align: left;
    cursor: pointer;
    margin-bottom: 20px;
}

#single-gallery {
    position: relative;
    margin: 0 auto;
    max-width: 580px;
}

#single-gallery .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -20px;
}

#single-gallery .owl-prev,
#single-gallery .owl-next {
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
    display: block;
    font-size: 30px;
    background: rgba(0, 0, 0, 0.4);
    color: #FFF;
    outline: none;
    overflow: hidden;
}

#single-gallery .owl-prev span,
#single-gallery .owl-next span {
    margin-top: -7px;
    display: block;
}

#single-gallery .owl-prev {
    left: 0;
}

#single-gallery .owl-next {
    right: 0;
}

.products-page .main.single {
    padding: 0;
    border: none;
}

.products-page .main.single .text {
    padding-bottom: 40px;
}

.products-page .main.single .text h3 {
    font-size: 28px;
    text-transform: uppercase;
    padding-bottom: 25px;
    font-weight: 700;
}

.products-page .main.single .text p {
    padding-bottom: 20px;
}

.products-page .main.single .download-link {
    color: #ee3030;
    font-size: 15px;
}

.products-page .main.single .download-link i {
    color: #000;
    font-size: 22px;
}

.products-page .data-table table {
    width: 100%;
    max-width: 500px;
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.products-page .data-table table td,
.products-page .data-table table th {
    padding: 10px;
}

.products-page .data-table table th,
.products-page .data-table table td {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

#single-gallery .item {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0;
}

.section.single-news {
    padding-bottom: 90px;
}

.single-news .text {
    padding-top: 20px;
}

.single-news .text p {
    padding-bottom: 20px;
    text-align: justify;
}

.section.single-news .separator:after {
    position: absolute;
    right: -75px;
    top: 0;
    bottom: 0;
    width: 1px;
    content: "";
    background: rgba(0, 0, 0, 0.1);
}

.section.single-news ul.social li {
    padding: 0;
    float: left;
    margin: 0 5px 5px 0;
}

.section.single-news ul.social li a {
    font-size: 18px;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
    text-align: center;
    background: #f3f3f3;
    color: #37404d;
    transition: none;
}

.section.single-news ul.social li.facebook:hover a {
    background: #3b589e;
    color: #FFF;
}

.section.single-news ul.social li.twitter:hover a {
    background: #56d7fe;
    color: #FFF;
}

#news-sidebar h4 {
    font-size: 19px;
}

#news-sidebar .widget {
    padding-bottom: 25px;
}

.single-news article {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.single-news article h3 {
    font-size: 25px;
    padding-bottom: 20px;
}

.single-news article h3 a {
    color: #333;
}

.single-news .contact-item {
    margin-bottom: 0;
}

.searchform {
    position: relative;
}

.searchform label {
    display: none;
}

.searchform input {
    width: 100%;
    padding-right: 45px;
}

.searchform input[type="submit"],
.searchform button {
    position: absolute;
    top: 14px;
    right: 9px;
    border: none;
    background: none;
    cursor: pointer;
    font-size: 20px;
    outline: none;
}

.contact-item {
    margin: 90px 0;
    border-top: 1px solid #22A9E0;
    padding-top: 30px;
    text-align: left;
}

.contact-item h4 {
    text-align: left;
}

.messagebox {
	position: absolute;
	width: 95%;
	left: 0;
	bottom: -30px;
	font-size: 13px;
	text-align: left;
	color: #000;
}

.messageboxok {
	color: #22A9E0;
}

.messageboxerror {
	color: #ee3030;
}


/*############################# FOOTER #############################*/

#footer {
    background: #0C090D;
    padding: 4px 0 0 0;
}

#footer .d-flex {
    justify-content: space-between;
}

#footer p,
#footer li {
    color: #FFF;
}

#footer a {
    color: #FFF;
}

#footer a:hover {
    color: #ee3030;
}

#footer .top {
    padding: 40px 0;
    background: #313E50;
}

#footer .top p {
    padding: 0 30px 15px 0;
}

#footer .top h3 {
    font-size: 18px;
    color: #FFF;
    padding-bottom: 20px;
}

#footer .top li {
    display: block;
    padding-bottom: 10px;
}

#footer .top li:last-child {
    padding-bottom: 0;
}

#footer .top .contact h5 {
    font-size: 14px;
    text-transform: uppercase;
    color: #FFF;
}

#footer .top .contact p {
    padding: 0;
    line-height: 20px;
    font-size: 14px;
}

#footer .bottom {
    padding: 20px 0;
}
