body,
html {
  width: 100%;
  height: 100%;
}

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


.info {
  margin: 0;
}

hr {
  max-width: 50px;
  border-width: 3px;
  border-color: #232323;
}

hr.light {
  border-color: #232323;
}

hr.white {
  border-color: #FFFFFF;
}

section {
  padding: 8rem 0;
  background-color: #FFFFFF;
  min-height: 450px;
}

.section-heading {
  margin-top: 0;
}

.fa-facebook:hover {
  color: #3f729b;
}

.fa-instagram:hover {
  color: #964b00;
}

.a-whats:hover {
  color: #34af23;
}

.whats-icon {
  font-size: 26px;
  margin-right: 13px;
}

.whats-numero {
  margin-right: 32px;
  margin-bottom: 0;
}

.icon-contact {
  font-size: 22px;
  margin-right: 5px;
}

.btn-primary {
  background-color: #DDDDDD;
  border-color: #DDDDDD;
  color: #232323;
  text-decoration: none;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:checked {
  color: #232323;
  background-color: #FFFFFF !important;
  text-decoration: none;
}

.btn-custom {
  margin-top: 1rem;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  user-select: none;
  padding: 0.375rem 2rem;

  --btn-raise: 1rem;
  clip-path: polygon(var(--btn-raise) 0%, calc(100% - var(--btn-raise)) 0%, 100% 50%, calc(100% - var(--btn-raise)) 100%, var(--btn-raise) 100%, 0 50%);
  text-transform: uppercase;

  width: 250px;
  margin: 0 15 0 15rem;
}

.btn-light:hover {
  color: #FFFFFF;
  background-color: #7F7F7F;
  border-color: #dae0e5;
}

.btn-light {
  color: #FFFFFF;
  background-color: #232323;
  border-color: #f8f9fa;
}

a {
  color: #232323;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  color: #7D7D7D;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Archivo', sans-serif;
  letter-spacing: 2px;
}

.text-white {
  color: #FFF !important
}

.text-title-2 {
  color: #232323;
}

.bg-primary {
  background-color: #DDDDDD !important;
}

.bg-dark {
  background-color: #212529 !important;
}

::-moz-selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

.logo-nav {
  width: 110px;
}

.container {
  text-align: center;
}

#mainNav {
  border-bottom: 1px solid rgba(33, 37, 41, 0.1);
  background-color: #ffffff;
  font-family: 'Archivo', sans-serif;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  letter-spacing: 2px;
}

#mainNav .navbar-brand {
  font-weight: 700;
  text-transform: uppercase;
  color: #232323;
  font-family: 'Archivo', sans-serif;
}

#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #7D7D7D;
}

#mainNav .navbar-nav>li.nav-item>a.nav-link,
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus {
  font-size: .8rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #212529;
}

#mainNav .navbar-nav>li.nav-item>a.nav-link:hover,
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus:hover {
  color: #232323;
}

#mainNav .navbar-nav>li.nav-item>a.nav-link.active,
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus.active {
  color: #7D7D7D !important;
  background-color: transparent;
}

#mainNav .navbar-nav>li.nav-item>a.nav-link.active:hover,
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus.active:hover {
  background-color: transparent;
}


header.masthead {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 56px);
  background-image: url("../img/header.jpg");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

header.masthead hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

header.masthead h1 {
  font-size: 2rem;
}

header.masthead p {
  font-weight: 300;
}

.service-box {
  max-width: 400px;
}


.portfolio-box .portfolio-box-caption {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  color: #fff;
  background: rgba(240, 95, 64, 0.9);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  padding: 0 15px;
  font-family: 'Roboto', sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}

.portfolio-box:focus {
  outline: none;
}

.div_portifolio {
  padding-right: 0px;
  padding-left: 0px;
}

.popup-gallery {
  margin-top: 20px;
}

.footer-copyright {
  margin: 0px;
  font-size: 12px;
  line-height: 32px;
  text-align: center;
  color: #DDDDDD;
}

.footer-developer {
  margin: 0px;
  font-size: 12px;
  line-height: 32px;
  text-align: center;
  color: #DDDDDD;
}

footer {
  display: block;
  background-color: #232323;
  font-size: 1.10rem;
}

footer a {
  color: #DDDDDD;
}

.link_avenir:hover {
  color: #E81C37 !important;
}

.link_assovio:hover {
  color: #2685C1 !important;
}

.lo {
  color: #FFFFFF;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: xx-large;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 10px;
}

.vertical-center {
  min-height: 100%;
  min-height: 10vh;
  display: flex;
  align-items: center;
}

#portfolio {
  background-color: #232323;
}

#portfolio p {
  color: #FFF;
  margin-top: 30px;
  margin-bottom: 30px;
}

#portfolio h2 {
  color: #FFF;
}

.portfolio-box {
  position: relative;
  display: block;
  max-width: 850px;
  margin: 0 auto;
}

.portfolio-box .portfolio-box-caption {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  color: #232323;
  background: rgba(242, 242, 242, 0.9);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  padding: 0 15px;
  font-family: 'Roboto', sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}

.portfolio-box:focus {
  outline: none;
}

.text-primary {
  color: #232323 !important;
}

.btn {
  font-size: 12px;
  padding: 12px 28px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  font-family: 'Archivo', sans-serif;
  letter-spacing: 2px;
}

.div-msg-home {
  margin-top: 40px;
}

.icon-service {
  width: 25%;
  height: 25%;
  margin-bottom: 10px;
}

.text-justify {
  text-align: justify;
}

.logo {
  min-width: 224px;
  min-height: 154px;
  width: 40%;
  height: 40%;
}

/***** Contact us *****/

.contact-form {
  padding-top: 30px;
  padding-bottom: 20px;
  /*background-color:#2685C1;*/
  background-color: #DDDDDD;
}

.contact-form p {
  margin: 0;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 3%;
}

.contact-form form {
  max-width: 700px;
  margin: 0 auto;
}

.contact-form form input, .contact-form form textarea {
  width: 95%;
  height: 52px;
  margin-bottom: 5px;
  border: 1px solid #C4C4C4;
  border-radius: 0;
  padding: 10px;
}

.contact-form form textarea {
  height: 162px;
}


@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;
    background-color: transparent;
  }

  #mainNav .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }

  #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: #fff;
  }

  #mainNav .navbar-nav>li.nav-item>a.nav-link {
    padding: 0.5rem 1rem;
  }

  #mainNav .navbar-nav>li.nav-item>a.nav-link,
  #mainNav .navbar-nav>li.nav-item>a.nav-link:focus {
    color: rgba(255, 255, 255, 0.7);
  }

  #mainNav .navbar-nav>li.nav-item>a.nav-link:hover,
  #mainNav .navbar-nav>li.nav-item>a.nav-link:focus:hover {
    color: #fff;
  }

  #mainNav.navbar-shrink {
    border-bottom: 1px solid rgba(33, 37, 41, 0.1);
    background-color: #F2F2F2;
  }

  #mainNav.navbar-shrink .navbar-brand {
    color: #232323;
  }

  #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
    color: #7D7D7D;
  }

  #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link,
  #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:focus {
    color: #212529;
  }

  #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:hover,
  #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:focus:hover {
    color: #7D7D7D;
  }

  header.masthead {
    height: 100vh;
    min-height: 650px;
    padding-top: 0;
    padding-bottom: 0;
  }

  header.masthead h1 {
    font-size: 3rem;
  }
}

@media (min-width: 768px) {
  header.masthead p {
    font-size: 1.15rem;
  }

  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }

  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}

@media (min-width: 1200px) {
  header.masthead h1 {
    font-size: 4rem;
  }
}