
body {
  background-color: #fff;
  height: 100%;
}


.only-mobile {
  display: none;
}
.only-desktop {
  display: block;
}
p {
  color: #FFFFFF;
  font-family: 'Nunito', sans-serif;
}
h1 {
  font-family: 'Quattrocento', serif;
}
h2 {
  font-family: 'Quattrocento', serif;
}
h3 {
  font-family: 'Quattrocento', serif;
}
a:hover {
  text-decoration: none;
}

/* preloader */
#preloader {
    position: fixed;
    top:0; left:0;
    right:0; bottom:0;
    background: #3C3C3B;
    z-index: 1100;
}
#loader {
    width: 200px;
    height: 200px;
    position: absolute;
    left:50%; top:50%;
    margin:-100px 0 0 -100px;
}
#img-loading {
  width: 200px;
}

/* MENÚ */
#wrapper-nav {
  background-color: #3C3C3B;
  opacity: 0.7;
  padding: 7px 0;
}
#img-logo-header {
  width:140px;
}
.nav-link {
  font-family: 'Quattrocento', serif;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 1px;
  color: #fff;
  transition: all 1s;
}
.nav-link:hover {
  color: #E01C12;
}
/* HOME */

#home {
  height: 100vh;
  min-height: 400px;
  padding-top: 30px;
  padding-bottom: 0;
  background-position: center;
  background-size: cover;
  background-image: url(../img/background-principal-ipsum.jpg);
}
#logo-principal {

  width: 280px;
  margin: 100px auto;
}
#img-arrow {
  position: absolute;
  bottom: -40px;
  width:150px;
  right: 50%;
  margin-right: -75px;
}

/* nosotros */
#nosotros {
  padding: 120px 0;
}
#wrapper-logo-nosotros {
  text-align: center;
}
#wrapper-logo-nosotros img {
  width: 280px;
}
.title-nosotros {
  font-weight: 800;
  font-size: 20px;
  color: #E01C12;
  width: 100%;
  line-height: 20px;
  letter-spacing: 1px;
  text-align: left;
}
.text-nosotros {
  font-weight: 400;
  font-size: 17px;
  max-width: 380px;
  color: #3C3C3B;
  width: 100%;
  line-height: 25px;
  padding-top: 20px;
}


/* servicios*/
#servicios {
  padding-top: 50px;

}
#servicios .container-fluid{
  padding: 0px;
}
.title {
  font-weight: 800;
  font-size: 20px;
  color: #fff;
  width: 100%;
  line-height: 20px;
  letter-spacing: 1px;
  text-align: center;
  padding: 15px 0;
  background-color: #E01C12;
  margin: 0;
}
.wrapper-servicio {
  padding:30px 0;
  border-right: solid 4px #fff;
  background-color: #D1D1D1;
}
.ico-servicios {
  text-align: center;
  width: 80px;
  margin:0 auto 15px;
  display: block;
}
.title-servicios {
  font-weight: 800;
  font-size: 18px;
  text-align: center;
  color:#3C3C3B;
  padding-bottom: 5px;
}

.txt-servicios {
  color: #3C3C3B;
  text-align: center;
  font-size: 17px;
  border-bottom: solid 2px #fff;
  width: 150px;
  margin: 5px auto 0;
  display: block;
}
#txt-servicios-last {
  border:none;
}

/* CLIENTES */

  
#clientes{

  padding-top: 50px;

}


.title-clientes{
  font-weight: 800;
  font-size: 20px;
  color: #E01C12;
  line-height: 20px;
  letter-spacing: 1px;
  text-align: center;
  padding: 0 ; 
}
#clientes .owl-carousel {

  margin-top:  -10px;
}

.owl-nav {

  display: none;
}

/* TRABAJO */
#trabajos {
  padding: 50px 0;

}
.title-trabajos{
  font-weight: 800;
  font-size: 20px;
  color: #E01C12;
  line-height: 20px;
  letter-spacing: 1px;
  text-align: center;
  padding:35px 0 50px; 
}

/* FOOTER  */
footer {
  padding: 75px 0 50px;
  background-color: #3C3C3B;
}

.title-footer {
  font-weight: 800;
  font-size: 20px;
  color: #fff;
  line-height: 20px;
  letter-spacing: 1px;
  text-align: left;
  padding-bottom:15px;
  padding-left: 10%;
}

input, textarea {
  background-color: transparent !important;
  border-radius: 0 !important;
  border-bottom: 2px solid #E01C12 !important;
  border-right: 2px solid transparent !important;
  border-left: 2px solid transparent !important;
  border-top: 2px solid transparent !important;
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  color: #fff !important;
  margin: 5px 10% !important;
  width: 80% !important;
  float: left;
}

.btn {
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    font-family: 'Nunito', sans-serif;
    margin: 15px 5% 0;
    float: right;
    border-color: transparent !important;
    background-color: transparent;
}
.btn:hover {
  color: #E01C12;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #FFF !important;
    opacity: 1; /* Firefox */
    text-align: left;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #FFF !important;
    text-align: left;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #FFF !important;
    text-align: left;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 400;
}
#logo-foooter {
    float: left;
    width: 150px;
}
#list-footer {
  list-style: none;
  margin:10px 0;
  padding: 0;
  float: left;
}
.li-footer {
  float: left;
  width: 100%;
  margin: 3px 0 0;
}
.ico-footer {
  float: left;
  margin-right: 10px;
  width: 25px;
}
.txt-footer {
  font-size: 15px;
  padding: 0 0 10px;;
  margin: 0;
  transition: 1s all;
}
.txt-footer:hover {
  color: #E01C12 !important;
}
#txt-footer-last {
  padding: 5px 0 0;
}
/* STYLE MOBILE */
@media (max-width: 768px) {

  .only-mobile {
    display: block;
  }
  .only-desktop {
    display: none;
  }
  /* MENU */


  /*NOSTROS*/
  #nosotros {
    padding-bottom: 20px;
  }
  .title-nosotros {
    margin-top: 40px;
    text-align: center;
  }
  .text-nosotros {
    text-align: center;
  }
  #logo-foooter {
    float: inherit;
    width: 250px;
    margin: 40px auto;
    display: block;
  }

}


