/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

html {
  font-size: 16px;
  height: 100%;
}

body {
  background: #fff;
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  position: relative;
}

a,
a:active,
a:focus,
a:hover {
  letter-spacing: 1px;
  outline: 0;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Lato', sans-serif;
}

::-moz-focus-inner {
  border: 0;
}

::-moz-selection {
  background-color: #ff9900;
  color: #000;
}

/* Works in Safari */
::-moz-selection {
  background-color: #ff9900;
  color: #000;
}
::selection {
  background-color: #ff9900;
  color: #000;
}

input,
textarea,
button,
label {
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  outline: none;
  resize: none;
  transition: none;
}
:focus {
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  outline: none;
}
/* PLACEHOLDER */
::-webkit-input-placeholder {
  color: #666;
  font-size: 0.95em;
}

::-moz-placeholder {
  color: #666;
  font-size: 0.95em;
}

/* firefox 19+ */
:-ms-input-placeholder {
  color: #666;
  font-size: 0.95em;
}

/* ie */
input:-moz-placeholder {
  color: #666;
  font-size: 0.95em;
}
.form-control {
  border: 1px solid transparent;
}
.form-control:focus {
  border-color: #ccc;
}

hr {
  border: 0;
  border-top: 1px solid #eee;
  margin-bottom: 10px;
  /* bootstrap.css - 965 */
  margin-top: 10px;
}

/* BOTONES
-------------------------------------------------- */
.btn {
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  padding: 10px 15px;
}
.btn-black {
  background-color: #000;
  cursor: pointer;
}
.btn-black:hover {
  color: #ff6200;
}
.btn-orange {
  background-color: #ff6200;
}
.btn-orange:hover {
  color: #000;
}

/* LAYOUT GENERAL */
#content {
  background: #fff;
  position: relative;
}
section {
  min-height: 100vh;
  position: relative;
}
section > .container,
section > .container-fluid,
section > .container > .row,
section > .container-fluid > .row,
section > .container > .wrapper,
section > .container-fluid > .wrapper {
  min-height: 100vh;
}

/* PORTADA
-------------------------------------------------- */
.portada {
  align-items: center;
  background-attachment: fixed;
  background-image: url('../assets/images/bg_portada.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: relative;
}
.portada > div {
  min-height: 100vh;
}

#logo-portada {
  display: flex;
  height: 50%;
}
#logo-portada img {
  height: auto;
  max-width: 371px;
  width: 100%;
}
.p404 .logo img {
  max-width: 150px;
}

.scroll-portada {
  cursor: pointer;
  min-height: 100px;
}

/* TEAM / SERVICES
-------------------------------------------------- */
#team {
  background: #f1f1f1;
  /*  overflow: hidden; */
}

#team .owl-carousel {
  min-height: 100vh;
}
#team .owl-carousel .owl-stage {
  cursor: url('../assets/images/drag.png') 16 9, ew-resize;
}
#team .owl-carousel .owl-dots {
  bottom: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
}
#team .estudio .nombre {
  height: auto;
  margin-bottom: 15px;
  width: 200px;
}
#team .team-intro {
  text-align: center;
}
#team .team-intro figure {
  margin: 0 auto 1rem;
  width: 160px;
}
#team .arrow-team {
  position: relative;
  text-align: center;
  top: -55px;
}
#team .profile h2 {
  font-size: 1.5rem;
}
#team .profile figure {
  margin: 0 auto 1rem;
  max-width: 350px;
  width: 250px;
}
#team .profile .federico img {
  transform: rotate(5deg);
}
/* CLIENTES
-------------------------------------------------- */

#clients {
  background: #000;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  padding: 60px 0;
  position: relative;
}
#clients .owl-carousel .owl-stage {
  cursor: url('../assets/images/drag.png') 16 9, ew-resize;
}
.clientes .owl-carousel .owl-stage {
  align-items: center;
  display: flex;
}
.clientes .owl-carousel .owl-item {
  margin: 0 auto;
  text-align: center;
}
.clientes .owl-carousel .owl-item img {
  margin: 0 auto;
  max-width: 200px;
  width: auto;
}

/* TESTIMONIOS
-------------------------------------------------- */
section.testimonios > .container {
  min-height: 100%;
}
#testimonials {
  background: #f1f1f1;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  padding: 100px 0;
  position: relative;
}

/* SERVICIOS
---------------------------------------------------- */
.servicios .col h2 {
  border-bottom: solid 1px #333;
  font-size: 1.5rem;
  margin-bottom: 25px;
  padding-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}
.servicios .col h2.heading {
  border: 0;
  font-size: 1.75rem;
}
.servicios .col .shape {
  height: 125px;
  margin: 0 auto 5px;
  text-align: center;
  width: 157px;
}
.servicios .col p {
  margin: 15px 0 0 0;
}

/* CONTACTO
---------------------------------------------------- */
.contacto {
  background: url('../assets/images/bg_contacto_2.jpg');
  background-attachment: fixed;
  background-color: #f1f1f1;
  background-position: center;
  background-size: cover;
  color: #fff;
  overflow: hidden;
}
.contacto .required {
  color: #ff6200;
  float: right;
  font-weight: bold;
}
.contacto h2 {
  font-size: 2rem;
}
.contacto p {
  margin-bottom: 0.5rem;
}
.contacto .cta {
  border-bottom: 1px solid #fff;
  font-family: 'Lato', sans-serif;
  font-size: 1.5rem;
  padding-bottom: 10px;
}
.contacto form {
  background: rgba(0, 0, 0, 0.2);
  padding: 15px;
}
.contacto label {
  font-size: 1.125rem;
  text-align: left;
}
.contacto .fas,
footer .fas {
  text-align: center;
  width: 16px;
}
.contacto .submit {
  float: left;
}

.contacto .loader {
  display: none;
  float: right;
  position: relative;
}
.contacto .loader .anim {
  border: 3px solid rgba(0, 0, 0, 0.3);
  border-top-color: #ff6200;
  height: 45px;
  left: 0;
  margin: 0;
  position: relative;
  top: 0;
  width: 45px;
}
.contacto #thankyou {
  background: #fff;
  bottom: 0;
  color: #212529;
  display: none;
  left: 0;
  padding: 30px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.contacto #thankyou .wrapper {
  height: 100%;
}
.contacto #thankyou h2 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 10px;
}
.contacto #thankyou img {
  height: auto;
  max-width: 100%;
  width: 100%;
}
.contacto #thankyou .close {
  font-size: 2rem;
}
/* 404 */
.p404 H2 {
  border-bottom: 1px dashed #ccc;
  color: #f15500;
  font-size: 40px;
  margin: 20px auto 10px;
  overflow: hidden;
  padding-bottom: 15px;
  text-align: left;
}

/* FOOTER 
-------------------------------------------------- */
#footer {
  /* position: fixed;
    top: auto;
    left: 0;
    bottom: 0;
    margin: auto;
    padding: 40px 0;
    width: 100%;
    height: auto;
    z-index: -1; */
  background: #ff6200;
  color: #000;
}
#footer .col {
  text-align: center;
}
#footer .col-12 {
  padding-left: 25px;
  text-align: left;
}
#footer .info {
  display: inline-block;
  text-align: left;
}

#footer P {
  font-size: 0.875rem;
  margin: 0;
}

/* PAGE UP */
.scrollup {
  background: #000000;
  border-radius: 5px;
  bottom: 20px;
  cursor: pointer;
  display: none;
  font-size: 1.3em;
  height: 40px;
  overflow: hidden;
  position: fixed;
  right: 20px;
  text-align: center;
  transition: all 0.3s ease;
  vertical-align: middle;
  width: 40px;
  z-index: 1;
}
.scrollup > a {
  color: #ffffff;
  display: block;
  position: relative;
  text-decoration: none;
  top: 5px;
}
.scrollup-white {
  background: #fff;
}
.scrollup-white > a {
  color: #000;
}
.scrollup > a:hover {
  color: #ff6200;
}

/* SOBRE ESCRITURA ESTILOS WP */

.wp-block-column {
  margin-bottom: 0;
}

/* SOBRE ESCRITURA ESTILOS BOOTSTRAP */
.container-fluid {
  max-width: 1440px;
}

/* PRELOADER */
#jpreOverlay {
  background-color: transparent;
}

#jpreLoader {
  height: 20px;
  /* width:100%; */
  left: calc(50% - 25px);
  top: calc(50% - 3px);
  width: 50px;
}

#jpreBar {
  display: none;
}

#jprePercentage {
  color: #ff6600;
  font-size: 0.75rem;
  font-weight: bold;
  text-align: center;
}

.hide-scrollbar {
  overflow: hidden;
}

#preloader {
  background: #ffffff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1033;
}
.loader .anim {
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  border: 3px solid #f1f1f1;
  border-radius: 50%;
  border-top-color: #ff6200;
  display: block;
  height: 100px;
  left: 50%;
  margin: -50px 0 0 -50px;
  position: absolute;
  top: 50%;
  width: 100px;
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
/* CLASE PARA EL BODY */

.navbar-wrapper {
  margin: 0;
  padding: 16px 20px 25px 20px;
  position: fixed;
  right: 0;
  top: 0;
  width: 66px;
  z-index: 1030;
}

.navbar-wrapper .nav-toggle {
  background-color: transparent;
  border: 0;
  display: block;
  position: absolute;
  right: 20px;
  z-index: 3;
}

.navbar-wrapper .nav-toggle .icon-bar {
  background-color: #ff6200;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  display: block;
  height: 4px;
  margin-bottom: 4px;
  width: 26px;
}
.icon-bar-white {
  background-color: #fff;
}

.navmenu {
  background: #000;
  bottom: 0;
  overflow-y: auto;
  position: fixed;
  right: -240px;
  top: 0;
  transition: all 0.3s ease;
  width: 240px;
  z-index: 2;
}

.navmenu.open {
  right: 0px;
}

.navmenu ul {
  list-style: none;
  margin: 100px 0 0 5px;
  padding: 0 20px 0 10px;
}

.navmenu ul > li {
  padding: 5px 0;
}
.navmenu .logo {
  margin-bottom: 25px;
  text-align: center;
}
.navmenu ul > li > a {
  color: #fff;
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 0px;
  text-align: center;
  text-decoration: none;
  transition: all 300ms ease-out 0s;
}

.navmenu ul > li > a:hover,
.navmenu ul > li > a:focus {
  background-color: transparent;
  color: #ff6200;
}
.navmenu ul > li > a.nav-link.active,
.navmenu ul > li > a.nav-link.active:hover,
.navmenu ul > li > a.nav-link.active:focus {
  background-color: transparent;
  color: #ff6200;
}

.navbar-wrapper .nav-toggle #barOne,
.navbar-wrapper .nav-toggle #barTwo,
.navbar-wrapper .nav-toggle #barThree {
  left: 0;
  position: relative;
  transition: all 300ms ease-out 0s;
}

.navbar-wrapper .nav-toggle .left {
  right: 0px;
  top: 11px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transition: all 300ms ease-out 0s;
}
.navbar-wrapper .nav-toggle .right {
  left: 0px;
  top: 3px;
  transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  transition: all 300ms ease-out 0s;
}
.navbar-wrapper .nav-toggle .down {
  opacity: 0;
  transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  -moz-transform: rotate(-360deg);
  transition: all 300ms ease-out 0s;
}

.centered-axis-xy {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media only screen and (min-width: 480px) {
  #team .profile .shape {
    max-width: 350px;
    float: left;
    shape-outside: polygon(
      1px 0px,
      0.4% 100.65%,
      64.8% 100.3%,
      84.4% 88.75%,
      94.8% 75.65%,
      99.2% 64.05%,
      98% 55.3%,
      92.4% 43.15%,
      83.6% 34.4%,
      94.8% 19.7%,
      98.4% 1.55%
    );
    width: 280px;
    height: 330px;
  }

  #team .profile figure {
    margin: 0 0 1rem;
  }
}
@media only screen and (min-width: 576px) {
  #team .profile h2 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  /* PORTFOLIO */
  .single h1 {
    font-size: 4em;
  }
  .single h2 {
    font-size: 3em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
  #team .team-intro .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #team .team-intro .col:first-child {
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  #services .col {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
