/*----------------------------------------------------
@File: Default Styles
@Author: SPONDON IT

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.
---------------------------------------------------- */
/*=====================================================================
@Template Name: HostHub Construction 
@Developed By: Naim Lasker
Author E-mail: naimlasker@gmail.com

=====================================================================*/
/*----------------------------------------------------*/
/*font Variables*/
/*Color Variables*/
/*=================== fonts ====================*/
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500|Rubik:500,700");
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;500;700&display=swap');

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Medium Layout: 1280px */
/* Tablet Layout: 768px */
/* Mobile Layout: 320px */
/* Wide Mobile Layout: 480px */
/*---------------------------------------------------- */
/*----------------------------------------------------*/

:root{
  --primary-color: #1AB3FF;
  --secondary-color: #C94250;
  --hover-color: #ec283b;
  --pink-color: #FCB5AC;
  --gray-color: #7D8E96;
}

body {
  line-height: 26px;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #555555;
  background: url(../img/body-bg.png) no-repeat center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Comfortaa", sans-serif;
  font-weight: 500;
  color: #000000;
  line-height: 1;
}

.list {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

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

button:focus {
  outline: none;
  box-shadow: none;
}


/*---------------------------------------------------- */
/*----------------------------------------------------*/
.header_area {
  position: absolute;
  width: 100%;
  z-index: 9999;
  background: #ffffff;
}

.header_area .menu_nav {
  width: 100%;
}

.header_area .navbar {
  background: transparent;
  padding: 0px;
  border: 0px;
  border-radius: 0px;
  width: 100%;
}

.header_area .navbar .nav .nav-item {
  margin-right: 45px;
}

.header_area .navbar .nav .nav-item .nav-link {
  font: 500 14px/100px "Comfortaa", sans-serif;
  text-transform: uppercase;
  color: #000000;
  padding: 0px;
  display: inline-block;
}

.header_area .navbar .nav .nav-item .nav-link:after {
  display: none;
}

.header_area .navbar .nav .nav-item:hover .nav-link,
.header_area .navbar .nav .nav-item.active .nav-link {
  color: #1AB3FF;
}

.header_area .navbar .nav .nav-item.submenu {
  position: relative;
}

.header_area .navbar .nav .nav-item.submenu ul {
  border: none;
  padding: 0px;
  border-radius: 0px;
  box-shadow: none;
  margin: 0px;
  background: #fff;
}

@media (min-width: 992px) {
  .header_area .navbar .nav .nav-item.submenu ul {
    position: absolute;
    top: 120%;
    left: 0px;
    min-width: 200px;
    text-align: left;
    opacity: 0;
    transition: all 300ms ease-in;
    visibility: hidden;
    display: block;
    border: none;
    padding: 0px;
    border-radius: 0px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  }
}

.header_area .navbar .nav .nav-item.submenu ul:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #eeeeee transparent transparent transparent;
  position: absolute;
  right: 24px;
  top: 45px;
  z-index: 3;
  opacity: 0;
  transition: all 400ms linear;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item {
  display: block;
  float: none;
  margin-right: 0px;
  border-bottom: 1px solid #ededed;
  margin-left: 0px;
  transition: all 0.4s linear;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
  line-height: 45px;
  color: #000000;
  padding: 0px 30px;
  transition: all 150ms linear;
  display: block;
  text-transform: capitalize;
  margin-right: 0px;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item:last-child {
  border-bottom: none;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item:hover .nav-link {
  color: #fff;
}

@media (min-width: 992px) {
  .header_area .navbar .nav .nav-item.submenu:hover ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
  }
}

.header_area .navbar .nav .nav-item.submenu:hover ul .nav-item {
  margin-top: 0px;
}

.header_area .navbar .nav .nav-item:last-child {
  margin-right: 0px;
}

.header_area.navbar_fixed .main_menu {
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  background: #ffffff;
  transform: translateY(70px);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}

.header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
  line-height: 70px;
}

@media (min-width: 992px) {
  .header_area.white_menu .navbar .navbar-brand img {
    display: none;
  }

  .header_area.white_menu .navbar .navbar-brand img+img {
    display: inline-block;
  }
}

@media (max-width: 991px) {
  .header_area.white_menu .navbar .navbar-brand img {
    display: inline-block;
  }

  .header_area.white_menu .navbar .navbar-brand img+img {
    display: none;
  }
}

.header_area.white_menu .navbar .nav .nav-item .nav-link {
  color: #fff;
}

.header_area.white_menu.navbar_fixed .main_menu .navbar .navbar-brand img {
  display: inline-block;
}

.header_area.white_menu.navbar_fixed .main_menu .navbar .navbar-brand img+img {
  display: none;
}

.header_area.white_menu.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
  line-height: 70px;
  color: #000000;
}

.banner{
  padding-top: 100px;
}

.banner .row{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.banner .info h3{
  font-size: 40px;
  font-weight: 700;
}

.banner .info a{
  background-color: var(--secondary-color);
  color: white;
  border-radius: 30px;
  padding: 10px 30px;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}

.banner .info a:hover{
  background-color: var(--hover-color);
}

.banner .illustration{
  display: flex;
  justify-content: center;
  padding: 15px;
}

.banner .info{
  padding: 15px;
}

.banner .illustration img{
  width: 50%;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Home Banner Area css
============================================================================================ */

.bg-banner{
  background-image: url(../img/bg-banner.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: space-around;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0px 50px;
}

.bg-banner::before{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 90vh;
  background-color: rgba(0, 0, 0, 0.7);
}

.bg-banner img.logo{
  z-index: 2;
  width: 20%;
  margin: auto;
}

.bg-banner .info{
  z-index: 2;
  margin: auto;
}

.bg-banner .info h3{
  font-size: 40px;
  font-weight: 700;
  color: white;
}

.bg-banner .info p{
  color: white;
}

.bg-banner .info a{
  background-color: var(--hover-color);
  color: white;
  border-radius: 30px;
  padding: 10px 30px;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}

.bg-banner .info a:hover{
  background-color: var(--secondary-color);
}

.soluciones{
  margin-top: 170px !important;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  margin: auto;
  gap: 40px;
  flex-wrap: wrap;
}

.soluciones h3{
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 12px;
}

.soluciones .img{
  width: 550px;
}

.soluciones .img img{
  width: 100%;
}

.soluciones .info p{
  font-size: 17px;
  /* font-weight: 500; */
  opacity: 0.7;
  margin-bottom: 60px;
  margin-top: 30px;
}

.services{
  margin-top: 200px;
  margin-bottom: 150px;
}

.services .row div div.card-content{
  padding: 30px 15px;
  border-radius: 11px;
  -webkit-box-shadow: 0px 0px 15px -5px rgba(71,71,71,1);
  -moz-box-shadow: 0px 0px 15px -5px rgba(71,71,71,1);
  box-shadow: 0px 0px 15px -5px rgba(71,71,71,1);
  /* border: solid 1px black; */
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  width: 80%;
  margin: 15px auto;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.services .row div div.card-content:hover{
  -webkit-box-shadow: 0px 0px 20px -5px rgba(71,71,71,1);
  -moz-box-shadow: 0px 0px 20px -5px rgba(71,71,71,1);
  box-shadow: 0px 0px 20px -5px rgba(71,71,71,1);
}

.services .row div i.fa-solid{
  font-size: 55px;
  text-align: center;
  color: var(--primary-color);
}

.services .row div h3,
.services .row div p{
  text-align: center;
}

.services .row div img{
  margin: auto;
  filter: brightness(0.4);
  width: 35px;
}

.microsoft{
  border-radius: 15px;
  padding: 50px;
  background-color: var(--secondary-color);
  color: white;
  font-size: 25px;
  font-family: "Comfortaa", sans-serif;
  line-height: 1.5;
  max-width: 320px;
}

footer{
  width: 100%;
  background-image: url(../img/bg-footer.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  display: flex !important;
  align-items: center !important;
  justify-content: space-around !important;
  justify-content: center;
  flex-wrap: wrap;
  padding: 30px;
  position: relative;
}

footer::before{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

footer div{
  z-index: 2;
  text-align: center;
  margin: 15px 0px;
}

footer img.logo{
  width: 250px;
}

footer .form-group{
  margin-bottom: 15px;
}

footer h3.title-form{
  color: white;
}

footer label{
  color: white;
  font-size: 20px;
}

footer input{
  padding: 12px !important;
}

footer a{
  background-color: var(--hover-color);
  color: white;
  border-radius: 30px;
  padding: 10px 30px;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}

footer a:hover{
  background-color: var(--secondary-color);
}

footer.row{
  width: 100%;
  /* margin-right: 0 !important; */
  margin-left: 0 !important;
}

.footer{
  background-color: #171A21;
  color: white;
  text-align: center;
  padding: 30px 10px;
}

h3.title-portafolio{
  text-align: center;
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: lighter;
  color: gray;
}

.portafolio{
  display: flex;
  justify-content: center;
  margin: auto;
  flex-wrap: wrap;
  margin-bottom: 200px;
}

.portafolio div.content{
  margin: 10px 0px;
  padding: 20px;
  width: 380px;
  height: 250px;
  
}

.portafolio div.content img{
  object-fit: cover;
  width: 100%;
  height: auto;
  z-index: 1;
}

.portafolio div.content p{
  font-size: 20px;
  margin-top: 10px;
}

.portafolio div.content div.img-content{
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.portafolio div.content div.img-content div.more{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  max-height: 0;
  top: -50%;
  text-align: center;
  transition: all 0.3s ease-in-out;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
}

.portafolio div.content div.more i{
  color: white;
  font-size: 45px;
  z-index: 3;
  transform: scale(0.1);
  transition: all 0.6s;
}

.portafolio div.content div.img-content:hover > div.more{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-height: 100%;
  top: 0;
  transition: all 0.3s;
}

.portafolio div.content div.img-content:hover > div.more i{
  transform: scale(1.5);
}


@media (max-width: 1619px) {

  /* Main Menu Area css
  ============================================================================================ */
  .header_area .navbar .search {
    margin-left: 40px;
  }

  /* End Main Menu Area css
  ============================================================================================ */
}

@media (max-width: 1199px) {

  /* Main Menu Area css
  ============================================================================================ */
  .header_area .navbar .nav .nav-item {
    margin-right: 28px;
  }

  /* End Home Banner Area css
  ============================================================================================ */
  .header_area .navbar .primary_btn {
    margin-left: 40px;
  }
}

@media (max-width: 991px) {

  .microsoft{
    margin: auto;
  }

  .soluciones .img{
    width: 350px;
  }

  .bg-banner img.logo{
    width: 40%;
  }
  /* Main Menu Area css
  ============================================================================================ */
  .navbar-toggler {
    border: none;
    border-radius: 0px;
    padding: 0px;
    cursor: pointer;
    margin-top: 27px;
    margin-bottom: 23px;
  }

  .header_area .navbar {
    background: #000;
  }

  .navbar-toggler[aria-expanded="false"] span:nth-child(2) {
    opacity: 1;
  }

  .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .navbar-toggler[aria-expanded="true"] span:first-child {
    transform: rotate(-45deg);
    position: relative;
    top: 7.5px;
  }

  .navbar-toggler[aria-expanded="true"] span:last-child {
    transform: rotate(45deg);
    bottom: 6px;
    position: relative;
  }

  .navbar-toggler span {
    display: block;
    width: 25px;
    height: 3px;
    background: #fff;
    margin: auto;
    margin-bottom: 4px;
    transition: all 400ms linear;
    cursor: pointer;
  }

  .navbar .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav {
    padding: 0px 0px;
  }

  .header_area+section,
  .header_area+row,
  .header_area+div {
    margin-top: 117px;
  }

  .header_top .nav {
    padding: 0px;
  }

  .header_area .navbar .nav .nav-item .nav-link {
    line-height: 40px;
    margin-right: 0px;
    display: block;
    border-bottom: 1px solid #ededed33;
    border-radius: 0px;
    color: #fff;
  }

  .header_area .navbar .search {
    margin-left: 0px;
  }

  .header_area .navbar-collapse {
    max-height: 340px;
    /* overflow-y: scroll;  */
  }

  .header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
    padding: 0px 15px;
  }

  .header_area .navbar .nav .nav-item {
    margin-right: 0px;
  }

  .header_area+section,
  .header_area+row,
  .header_area+div {
    margin-top: 0px;
  }

  .header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
    line-height: 40px;
    color: #fff;
  }

  .header_area.white_menu.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
    line-height: 40px;
    color: #fff;
  }

  .header_area.white_menu .navbar .nav .nav-item .nav-link {
    color: #222;
  }

  .header_area .navbar .primary_btn {
    display: none;
  }
}

@media (max-width: 575px) {

  .soluciones .img{
    width: 280px;
  }

  .soluciones .info h3{
    text-align: center;
  }

  .bg-banner img.logo{
    width: 65%;
  }
  .header_area+section,
  .header_area+row,
  .header_area+div {
    margin-top: 0px;
  }

  .bg-banner .info p{
    display: none;
  }

  .bg-banner .info h3{
    font-size: 30px;
    text-align: center;
  }

  .bg-banner .info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: -10px;
  }

  .bg-banner .info a{
    text-align: center;
  }
}

@media (max-width: 480px) {

  /* Main Menu Area css
  ============================================================================================ */
  .header_area .navbar-collapse {
    max-height: 250px;
  }

  
}