/*
Theme Name: Forest Soluciones IOT
Author: Pablo Revetria
Description: WP Theme excusive for Forest Soluciones IOT
Version: 0.0.1
Tags: bootstrap
*/

@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600&display=swap');

html,
body {
  width: 100%;
  /*height: 100%;*/
}

body {
	background: #fcfcfc url('img/bg.jpg') no-repeat right top;
	color: #000000;
	font-family: 'Barlow', sans-serif;
	font-size: 14px;
}

@media (min-width:768px) {
  body {
  	font-size: 16px;
  }
}

html {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	-webkit-font-smoothing: antialiased !important;
	text-rendering: optimizeLegibility !important;
}

@media (min-width:576px) {
  .container {
    width:100%;
    max-width:100%;
  }
}

@media (min-width:980px) {
  .container {
    width:100%;
    max-width:100%;
  }
}

@media (min-width:1200px) {
  .container {
    width:1100px;
  }
}

/* =Titles + Texts
--------------------------------------------------------------------------------------------------------*/

h1 {
  opacity: 0;
  display: none;
}

@media (min-width: 768px) {
	h1 {
	}
}

h2 {
  color: #000;
  font-weight: 600;
  font-size: 26px;
  line-height: 30px;
}

@media (min-width: 768px) {
	h2 {
    font-size: 30px;
    line-height: 38px;
	}
}

h3 {
  color: #000;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
}

@media (min-width: 768px) {
	h3 {
    font-size: 22px;
    line-height: 28px;
	}
}

h4 {
}

@media (min-width: 768px) {
	h4 {
	}
}

p, li {
  font-size: 18px;
  line-height: 26px;
}

/*@media (min-width:768px) {
  p {
    font-size: 21px;
    line-height: 29px;
  }
}*/

a {
  color: #4BC864;
  font-weight: 600;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #000000;
  text-decoration: none;
}

/* =Header
--------------------------------------------------------------------------------------------------------*/

.navbar .navbar-brand .logo {
  height: 48px;
}

.navbar .navbar-brand .slogan {
  height: 38px;
}

@media (min-width:576px) {
  .navbar .navbar-brand .logo {
    height: 48px;
  }

  .navbar .navbar-brand .slogan {
    height: 38px;
  }
}

@media (min-width:768px) {
  .navbar .navbar-brand .logo {
    width: 211px;
    height: 78px;
  }

  .navbar .navbar-brand .slogan {
    width: 287px;
    height: 78px;
  }
}

.navbar .social a {
  height: 40px;
  width: 40px;
}

.navbar .social a.in {
  background: url('img/icons/linkedin.png') no-repeat center center;
  background-size: 40px 40px;
}

.navbar .social a.ig {
  background: url('img/icons/instagram.png') no-repeat center center;
  background-size: 40px 40px;
}

.navbar .social a.wa {
  background: url('img/icons/whatsapp.png') no-repeat center center;
  background-size: 40px 40px;
}

.navbar .social a.fb {
  background: url('img/icons/facebook.png') no-repeat center center;
  background-size: 40px 40px;
}

/* =Slider
--------------------------------------------------------------------------------------------------------*/

section.slider {
  /*background: #ECECEC url('img/slider/bg.png') no-repeat center center;*/
  background-size: cover;
}

section.slider .carousel {
  border-radius: 10px;
  overflow: hidden;
}

section.slider .carousel-control-next-icon {
  background-image: url('img/slider/next.svg') !important;
}

section.slider .carousel-control-prev-icon {
  background-image: url('img/slider/prev.svg') !important;
}

@media (min-width: 768px) {
  section.slider .carousel-control-next-icon,
  section.slider .carousel-control-prev-icon {
    width: 50px;
    height: 50px;
  }
}

/* =Tabs
--------------------------------------------------------------------------------------------------------*/

section.tabs .nav-tabs {
  border-bottom: 1px solid #979797;
  width: 100%;
}

@media (min-width: 768px) {
  section.tabs .nav-tabs {
    border-bottom: 1px solid #979797;
    width: calc(100% - 8px);
  }
}

section.tabs .nav-tabs .nav-item.show .nav-link,
section.tabs .nav-tabs .nav-link.active {
  border-color: #979797 #979797 #fff;
}

section.tabs .nav-tabs .nav-link {
  border: 1px solid transparent;
  padding: 12px;
}

@media (min-width: 768px) {
  section.tabs .nav-tabs .nav-link {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
}

@media (min-width: 768px) {
  section.tabs .nav-tabs .nav-link {
    padding: 15px 50px;
  }
}

section.tabs .nav-tabs .nav-item .nav-link {
  font-size: 18px;
  color: #878787;
}

@media (min-width: 768px) {
  section.tabs .nav-tabs .nav-item .nav-link {
    padding: 15px 50px;
    font-size: 26px;
  }
}

section.tabs .nav-tabs .nav-item .nav-link:hover {
  color: #000000;
}

section.tabs .nav-tabs .nav-item .nav-link.active,
section.tabs .nav-tabs .nav-item .nav-link.active:hover {
  color: #4BC864;
}

section.tabs .tab-content .tab-pane div {
  background: #efefef;
}

@media (min-width: 768px) {
  section.tabs .tab-content .tab-pane div {
    border-radius: 8px;
  }
}

section.tabs .tab-content .tab-pane div .txt {
  float: left;
  width: 100%;
}

/*@media (min-width:768px) {
  section.tabs .tab-content .tab-pane div .txt {
    float: none;
    width: 68%;
  }
}*/

section.tabs .tab-content .tab-pane div .txt h3 {
  margin: 10px 0 20px;
}

/*section.tabs .tab-content .tab-pane div .txt p {
  width: 98%;
  margin-right: 2%;
}*/

section.tabs .tab-content .tab-pane div .txt p:first-child {
  margin-bottom: 0;
}

section.tabs .tab-content .tab-pane div .txt p:first-child {
  margin-bottom: 0;
}

section.tabs .tab-content .tab-pane div .txt li {
  margin-bottom: 10px;
}

section.tabs .tab-content .tab-pane div img {
  /*width: 30%;*/
  border-radius: 0 8px 8px 0;
}

@media (max-width:767px) {
  section.tabs .tab-content .tab-pane div img {
    margin-top: 20px;
    width: 100%;
    border-radius: 0;
  }
}

@media (min-width: 768px) {
  section.tabs .tab-content .tab-pane {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }
}

section.tabs .tab-content > .active {
  border: 1px solid #979797;
  border-top: 0;
}

/* =Contact
--------------------------------------------------------------------------------------------------------*/

section.contact {
  background: #F6F6F6;
}

section.contact .info,
section.contact .info a {
  font-size: 16px;
  line-height: 22px;
  color: #000;
  font-weight: 300;
}

section.contact .info a {
  display: block;
}

section.contact .info a:hover,
section.contact .info a:focus {
  color: #4BC864;
}

section.contact .info div {
  padding-left: 35px;
}

section.contact .info div.location {
  background: url('img/icons/location.svg') no-repeat top left;
  background-size: 25px 25px;
}

section.contact .info div.phone {
  background: url('img/icons/phone.svg') no-repeat top left;
  background-size: 25px 25px;
}

section.contact .info div.email {
  background: url('img/icons/email.svg') no-repeat top left;
  background-size: 25px 25px;
}

section.contact .extra {
  padding: 40px 0;
}

section.contact .extra p {
  color: #878787;
  font-size: 12px;
  line-height: 16px;
  margin: 30px 0 20px;
}

section.contact .extra hr {
  width: 20%;
  border-top: 1px solid #C8C8C8;
  background: transparent;
  margin: 0 80% 30px 0;
}

section.contact .extra img {
  margin: 0 20px 0 0;
}

/* =Clients
--------------------------------------------------------------------------------------------------------*/

section.clients {
	background: #fcfcfc url('img/bg-left.jpg') no-repeat left bottom;
}

section.clients img {
  max-width: 100px;
  mix-blend-mode: darken;
}

@media (min-width: 1040px) {
  section.clients img {
    max-width: 120px;
  }
}

/* Footer
--------------------------------------------------------------------------------------------------------*/

footer {
  background: #F6F6F6;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	padding: 8px 0;
  position: relative;
  z-index: 9998;
}

footer .lines {
  background: linear-gradient(90deg, rgba(245,156,0,1) 0%, rgba(245,156,0,1) 50%, rgba(75,200,100,1) 50%, rgba(75,200,100,1) 100%);
  height: 10px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
}

footer .copyright p {
  color: #999;
  font-size: 11px;
}

@media (min-width: 768px) {
  footer .copyright p {
    font-size: 12px;
  }
}

/* Form
--------------------------------------------------------------------------------------------------------*/

form label {
  display: none;
}

.form-control {
  border-color: #CCCCCC;
  border-radius: 0;
  height: calc(2.5em + .75rem + 2px);
}

::-webkit-input-placeholder {
	color: #000000 !important;
	opacity: 1 !important;
}

::-moz-placeholder {
	color: #000000 !important;
	opacity: 1 !important;
}

:-moz-placeholder {
	color: #000000 !important;
	opacity: 1 !important;
}

:-ms-input-placeholder {
	color: #000000 !important;
}

::placeholder {
  color: #000000 !important;
}

input::placeholder {
  color: #000000 !important;
}

textarea.form-control {
  min-height: 180px;
}

form .text-muted {
  color: #000000 !important;
  font-size: 12px;
  margin-left: calc(.75rem + 2px);
  margin-top: -10px;
}

form .btn {
  border: none;
  background-color: #4BC864;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 18px;
  padding: 12px 40px;
  text-transform: uppercase;
  border-radius: 0;
}

.help-block.with-errors li {
  color: #f44056;
  padding: .2rem .75rem;
  font-size: 12px;
  margin: 0;
}

.alert-success {
  color: #18792c;
  background-color: #abffe1;
  border-color: #4BC864;
}

.close {
  color: #18792c;
  outline: none;
}

/* WA Float
--------------------------------------------------------------------------------------------------------*/

.wa-float {
  background: url('img/icons/whatsapp-float.svg') no-repeat center center;
  background-size: 100%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
}

@media (min-width:768px) {
  .wa-float {
    width: 90px;
    height: 90px;
  }
}
