/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

@font-face {
    font-family: 'ChaletParis';
    src: url('fonts/chalet/chalet_paris_nineteen_eighty-webfont.eot');
    src: url('fonts/chalet/chalet_paris_nineteen_eighty-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/chalet/chalet_paris_nineteen_eighty-webfont.woff') format('woff'),
         url('fonts/chalet/chalet_paris_nineteen_eighty-webfont.ttf') format('truetype'),
         url('fonts/chalet/chalet_paris_nineteen_eighty-webfont.svg#ChaletParis') format('svg'); 
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ChaletLondon';
    src: url('fonts/chalet/chalet_london_nineteen_eighty-webfont.eot');
    src: url('fonts/chalet/chalet_london_nineteen_eighty-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/chalet/chalet_london_nineteen_eighty-webfont.woff') format('woff'),
         url('fonts/chalet/chalet_london_nineteen_eighty-webfont.ttf') format('truetype'),
         url('fonts/chalet/chalet_london_nineteen_eighty-webfont.svg#ChaletLondon') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ChaletNew';
    src: url('fonts/chalet/chalet_new_york_nineteen_seventy-webfont.eot');
    src: url('fonts/chalet/chalet_new_york_nineteen_seventy-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/chalet/chalet_new_york_nineteen_seventy-webfont.woff') format('woff'),
         url('fonts/chalet/chalet_new_york_nineteen_seventy-webfont.ttf') format('truetype'),
         url('fonts/chalet/chalet_new_york_nineteen_seventy-webfont.svg#ChaletNew') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family:"Chalet-NewYorkNineteenEighty";
    src:url("fonts/chalet/ChaletNewYorkNineteenEighty.woff2") format("woff2"),url("fonts/chalet/ChaletNewYorkNineteenEighty.woff") format("woff"),url("fonts/chalet/ChaletNewYorkNineteenEighty.otf") format("opentype");
    font-style:normal;font-weight:400;
}

/* Global Styles */

*{
  outline: 0!important;
}

html, body {
  height:100%;
  font-family: 'Noto Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 26px;
  background: #FFF;
  color: #51585d;
}

a{
  color: #81cee6;
  -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
      -ms-transition: all .4s ease-in-out;
       -o-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out;
}

a:hover, a:focus{
  color: #99CB6E;
  text-decoration: none;
}

.contact-widget a{
  color: #fff;
}

.fullh {
    height: 100%;
    min-height: 800px;
}

.fullh.fullh-big {
    min-height: 1200px;
}

.section-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.full-table {
    display: table;
    width: 100%;
    height: 100%;
}

.full-cell {
    display: table-cell;
    vertical-align: middle;
}

.navbar {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 9;
    padding-top: 20px;
    padding-bottom: 20px;
}

.btn.btn-primary, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background-color: #81cee6;
    border-color: #81cee6;
    color: #fff;
}

.btn.btn-primary:hover {
    background-color: #99CB6E;
    border-color: #99CB6E;
    color: #fff;
}

.btn {
    border-radius: 10px;
    padding: 7px 25px;
    font-family: 'ChaletLondon';
}

@-webkit-keyframes stuckMoveDown{
  0% {
    -webkit-transform:translateY(-100%);
    transform:translateY(-100%)
  }

  100% {
    -webkit-transform:translateY(0);
    transform:translateY(0)
  }
}

@keyframes stuckMoveDown{
  0% {
    -webkit-transform:translateY(-100%);
    transform:translateY(-100%)
  }

  100% {
    -webkit-transform:translateY(0);
    transform:translateY(0)
  }
}

.navbar-fixed{
  -webkit-animation: stuckMoveDown .6s;
  animation: stuckMoveDown .6s;
  top: 0;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1030;
  height: auto;
  background: rgba(0,0,0,0.5);
  background-size: cover;
  background-position: bottom;
  padding: 10px 0;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.navbar-nav li {
    padding: 0 15px;
    font-family: 'Chalet-NewYorkNineteenEighty';
    font-size: 17px;
}

.navbar-nav li:last-child {
    padding-right: 0;
}

.navbar-nav li a{
  color: #ffffff;
  display: block;
  margin: 15px 0 0 0;
}

.navbar-nav li a:hover{
  color: #81cee6;
}

.navbar-nav li a.btn {
    position: relative;
    top: -7.5px;
}

.carousel {
  height:50%;
}

.item,
.active,
.carousel-inner {
  height:100%;
}

.fill {
  width:100%;
  height:100%;
  background-position: center;
  background-size: cover;
}

.navbar-brand {
  width: 200px;
  display: block;
  height: auto;
}

.section {
  padding: 80px 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.section.section-gray {
    background-color: #f9f9f9;
}

.section.section-dark {
    background-color: #31383e;
    color: #fff;
}

.section.section-blue {
    background-color: #75c8ec;
    color: #fff;
}

.section-title {
    position: relative;
    padding-bottom: 30px;
}

.section-title h2{
  font-family: 'ChaletLondon';
  color: #31383e;
  letter-spacing: 1px;
}

.section.section-dark .section-title h2{
  color: #fff;
}

.text-img-right {
    padding-right: 50px;
}

img.ill-diseno-web{
  padding: 15px 0px 15px 0;
}

.transparent-text{
  color: transparent!important;
}

.icono-wt {
    position: relative;
    text-align: center;
    padding: 30px;
}

.icono-wt.icono-wt-alt{
  margin: 15px 0;
  font-size: 15px;
  padding: 50px;
}

.icono-wt.icono-wt-alt img{
  width: auto;
  margin: 0;
}

.icono-wt.icono-wt-alt h2 {
    height: auto;
    margin: 0 0 20px 0;
}

.icono-wt-alt-img{
  display: inline-block;
  margin: 0 0 15px 0;
}

.icono-wt img {
    width: 100px;
    margin: 0 auto 30px auto;
    display: block;
}

.icono-wt h2 {font-family: 'ChaletParis';font-size: 25px;line-height: 35px;height: 80px;}

.servicio-ampliado {
    background: #fff;
    padding: 50px;
    border-radius: 7px;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: center;
    margin: 50px 0 0 0;
    color: #32383e;
}

.servicio-ampliado-cabecera {
    margin: 0px 0px 50px 0px;
}

.servicio-ampliado-cabecera img {
    width: 250px;
    display: block;
    margin: 0 auto;
}

.servicio-ampliado h2 {
    font-family: 'ChaletLondon';
    font-size: 25px;
    line-height: 35px;
    margin: 0 0 30px 0;
    letter-spacing: 1px;
}

.servicio-ampliado-content {
    height: 380px;
}

.objetivos-servicio-ampliado {
    margin: 50px -50px -50px -50px;
    background: #31383e;
    padding: 50px;
    color: #fff;
    text-align: left;
    height: 440px;
}

.objetivos-servicio-ampliado h3 {
    font-family: 'ChaletParis';
    margin: 0 0 15px 0;
    font-size: 20px;
    letter-spacing: 3px;
}

.objetivos-servicio-ampliado ul li{
    padding-left: 30px;
    margin: 10px 0;
    position: relative;
}

.objetivos-servicio-ampliado ul {
    margin: 0 0 -10px 0;
    padding: 0;
    list-style: none;
}

.objetivos-servicio-ampliado ul li:before {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    margin: 3px 0px 0 -30px;
    color: #7de3c3;
    font-size: 15px;
    line-height: 22px;
    position: absolute;
}

ul.lista-elegirnos {list-style: none; margin: 0; padding: 0; border-right: 1px dashed white;}

ul.lista-elegirnos li {
    position: relative;
    margin: 0 50px 0 0;
}

ul.lista-elegirnos li a {
    display: block;
    position: relative;
    margin: 15px 0;
    padding: 30px;
    border-radius: 7px;
    color: #ffffff;
    font-family: 'ChaletLondon';
    font-size: 17px;
    line-height: 30px;
    border: 1px solid transparent;
}

ul.lista-elegirnos li a.active, ul.lista-elegirnos li a:hover{
  border-color: white;
}

ul.lista-elegirnos li a i {
    background: #f1f9fd;
    display: inline-block;
    color: #81cee6;
    padding: 15px 0;
    font-size: 20px;
    line-height: 30px;
    width: 60px;
    text-align: center;
    border-radius: 100%;
    position: absolute;
    left: 30px;
    top: 30px;
    margin-top: -15px;
}

.elegirnos-ampliado {
    padding: 20px 0 0 20px;
    border-radius: 7px;
    height: 540px;
    margin: 15px 0 0 0;
}

.elegirnos-ampliado h2 {
    font-family: 'ChaletParis';
    font-size: 35px;
    line-height: 45px;
    margin: 0px 0 20px 0;
    color: #81cee6;
}

.elegirnos-ampliado-content{
  display: none;
}

.elegirnos-ampliado-content.active{
  display: block;
}

.testimonial {
    text-align: center;
    padding: 0;
}

.cont-testimonials {
    width: 700px;
    margin: 0 auto;
}

.stars {
    color: #ffd990;
    font-size: 13px;
    margin: 15px 0;
}

.testimonial h4 {
    font-family: 'ChaletParis';
    font-size: 25px;
    line-height: 35px;
    margin: 0;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #81cee6;
}

.testimonial i.fas.fa-quote-left {
    font-size: 40px;
    line-height: 40px;
    margin: 0 0 20px 0;
    background: #81cee6;
    border-radius: 100%;
    padding: 30px;
    color: #d0ecf9;
}

.logo-cliente {
    padding: 0 70px;
}

input.form-control {   
    background: #f9f9f9;
    border: 1px solid #ededee;
    font-size: 16px;
    line-height: 60px;
    padding: 0 15px;
    height: 60px;
    border-radius: 7px;
}

#formPresupuesto {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    max-width: 850px;
    margin: 0 auto;
    background: #ffffff;
    padding: 50px;
    border-radius: 7px;
    color: #31383e;
}

textarea.form-control {
    padding: 15px;
    resize: none;
    height: 150px;
    border: none;
    border-radius: 7px;
    background: #f9f9f9;
    border: 1px solid #ededee;
}

form#formPresupuesto p {
    margin-bottom: 40px;
}

.form-group {
    margin-bottom: 30px;
}

.form-control:focus {
    background: #f9f9f9;
    box-shadow: none;
    border-color: #c7c9cb;
}

input[type=checkbox], input[type=radio] {
  background: #f9f9f9;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 20px;
  outline: 0;
  padding: 0!important;
  text-align: center;
  vertical-align: middle;
  width: 20px;
  min-width: 20px;
  -webkit-appearance: none;
  -webkit-transition: .05s border-color ease-in-out;
  transition: .05s border-color ease-in-out;
  border-radius: 0;
  margin-top: -3px;
  margin-right: 5px;
  position: relative;
  border: 1px solid #ededee;
  border-radius: 5px;
}

input[type=checkbox]:checked:before, input[type=radio]:checked:before {
  float: left;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  font-family: 'Font Awesome\ 5 Free';
  font-size: 12px;
  line-height: 12px;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input[type=checkbox]:checked:before, input[type=radio]:checked:before {
  content: "\f00c";
  margin: 0;
  color: #81cee6;
  font-family: 'Font Awesome\ 5 Free';
  font-size: 12px;
  line-height: 12px;
  position: relative;
  top: 3px;
  left: 3px;
  height: 10px;
  width: 10px;
  font-weight: 900;
}

.checkbox label, .radio label {
    
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    margin-left: -15px;
}

.form-separador {
    height: 2px;
    width: 100%;
    background: #ededee;
    margin: 15px 0 30px 0;
}

.form-separador.form-separador-alt {
    margin: 30px 0;
}

label {
    margin: 0;
}

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

.contact-widget {
    text-align: center;
    font-size: 19px;
    font-family: 'ChaletNew';
}

.contact-widget i {
    margin: 0 10px 0 0;
    font-size: 23px;
    line-height: 23px;
    position: relative;
    top: 2px;
    display: inline-block;
}

a.contact-whatsapp {
    position: fixed;
    bottom: 15px;
    right: 15px;
    font-size: 30px;
    line-height: 30px;
    background: #26d365;
    color: #fff;
    border-radius: 100%;
    padding: 15px 0;
    width: 60px;
    text-align: center;
}

a.contact-whatsapp:hover{
  background: #455a63;
}

.btn:focus {
  outline: none!important;
  box-shadow: none!important;
}

.owl-theme .owl-nav {
    margin: 0;
    position: absolute;
    width: 100%;
    top: 50%;
    font-size: 25px;
    line-height: 25px;
    margin-top: -17px;
}

.owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 0;
    left: -15px;

    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
}

.owl-theme .owl-nav .owl-next {
    left: auto;
    right: -15px;
}

.owl-theme .owl-nav .owl-prev:hover, .owl-theme .owl-nav .owl-next:hover {
    background: none;
    color: #81cee6;
}

.servicio {
    padding: 0 0 0 550px;
}

.cont-servicios {
    position: relative;
}

img.img-fluid.img-grafico-servicios {
    width: 500px;
    position: absolute;
    left: 60px;
    top: 70px;
    z-index: 99;
}

.bounce {
  -moz-animation: bounce 3s infinite;
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite;
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.arrow-down {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    bottom: 15px;
    right: 0;
    left: 0;
    top: auto;
    display: inline-block;
    color: #31383e;
    z-index: 9;
}

.section-dark .arrow-down{
  color: #fff!important;
}

/* footer */
.footer{
  padding: 50px 0;
}

img.img-fluid.logo-footer {
    width: 200px;
}

.footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: 'ChaletLondon';
}

.footer ul li a {
    color: #32383e;
}

.footer ul li a:hover {
    color: #81cee6;
}

.footer ul li {
    padding-left: 20px;
    margin: 10px 0;
    position: relative;
}

.footer ul li:before {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: "\f22d";
    margin: 3px 0px 0 -20px;
    color: #81cee6;
    font-size: 17px;
    line-height: 20px;
    position: absolute;
}

.footer p {
    margin: 0;
    font-family: 'ChaletLondon';
    font-size: 14px;
    color: #32383e;
}

.footer p i {
    font-size: 5px;
    position: relative;
    top: -3px;
    margin: 0 5px;
    color: #81cee6;
}

.footer p a {
    color: #32383e;
}

.footer p a:hover {
    color: #81cee6;
}
/* footer */

/* magnific jquery */
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b, .mfp-arrow-left:after, .mfp-arrow-left .mfp-a, .mfp-arrow-right:before, .mfp-arrow-right .mfp-b, .mfp-arrow-right:after, .mfp-arrow-right .mfp-a{
  display: none;
}

button.mfp-arrow {
  background: #000;
  color: #FFF;
  padding: 0 20px;
  width: auto;
  font-size: 25px;
  height: 50px;
  border-radius: 0;
  margin-top: -25px;
  margin-left: 20px;
  margin-right: 20px;
}

.mfp-arrow:active{
  margin-top: -25px;
}

.mfp-counter{
  display: none;
}
/* ./magnific-jquery */

#topcontrol{
  background-color: #1C242F;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 28px;
  line-height: 20px;
  color: #FFF;
  -webkit-transform: translateZ(0);
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  z-index: 5;

  display: none!important;
}

#topcontrol:hover{
  background: #2A3442;
}

/* animsition */
.animsition-loading {
    background-color: rgba(0, 0, 0, 0);
    border-top: 2px solid rgba(0, 0, 0, 0.2);
    border-right: 2px solid rgba(0, 0, 0, 0.2);
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    border-left: 2px solid #eee;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-name: animsition-loading;
    animation-name: animsition-loading;
}

.animsition-loading {
    border-left: 2px solid #000;
}
/* animsition */

::selection{
  background:#000;
  color:#fff;
}

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

/* Medium devices (desktops, 992px and up) */
@media (max-width: 1199px){
  .servicio-ampliado h2 {
      font-size: 22px;
  }

  .servicio-ampliado-content {
      height: 390px;
  }

  .objetivos-servicio-ampliado {
      height: 450px;
  }
}

/* Small devices Tablets  */
@media (max-width: 991px) {
  img.ill-diseno-web {
      padding: 0;
      margin: 0 auto 50px auto;
      width: 500px;
      display: block;
  }

  img.img-fluid.img-grafico-servicios{
    display: none;
  }

  .servicio {
      padding: 0;
  }

  img.img-fluid.logo-footer {
      width: 200px;
      margin: 0 auto 30px auto;
      display: block;
  }

  .fullh.fullh-big {
      min-height: 0px;
      height: auto;
  }

  ul.lista-elegirnos li a {
      padding: 15px;
  }

  .elegirnos-ampliado h2 {
      font-size: 28px;
      line-height: 35px;
  }

  .cont-testimonials{
    width: auto;
  }

  .servicio-ampliado-content {
      height: auto;
  }

  .objetivos-servicio-ampliado {
      height: auto;
  }
}

/* Extra small devices Phones */
@media (max-width: 767px) {
  .fullh {
      height: auto;
      min-height: 0px;
  }

  .fullh.fullh-big {
      min-height: 0px;
  }

  .footer ul {
      text-align: center;
  }

  .contact-widget {
      margin: 15px 0;
  }

  .section {
      padding: 50px 0;
  }

  img.ill-diseno-web {
      margin: 100px auto 50px auto;
      width: 300px;
  }

  .navbar-brand {
      width: 130px;
  }

  .navbar-fixed {
      padding: 10px 15px;
  }

  .navbar-nav li a.btn {
      padding: 5px 15px;
      font-size: 14px;
  }

  .arrow-down{
    display: none;
  }

  html, body{
    font-size: 14px;
    line-height: 24px;
  }

  .servicio-ampliado {
      padding: 50px 30px;
  }

  .cont-testimonials {
      width: auto;
      margin: 0 auto;
  }

  .full-table {
      display: block;
      width: auto;
      height: auto;
  }

  .full-cell {
      display: block;
  }

  .elegirnos-ampliado {
      height: auto;
      padding: 0;
  }

  .elegirnos-ampliado-content {
      display: block!important;
      position: relative;
      height: auto;
      margin: 0 0 25px 0;
  }

  ul.lista-elegirnos{
    display: none;
  }

  .elegirnos-ampliado h2 {
      font-size: 22px;
      line-height: 25px;
  }
}

@media (max-width: 420px){
  .navbar-expand>.container, .navbar-expand>.container-fluid, .navbar-expand>.container-lg, .navbar-expand>.container-md, .navbar-expand>.container-sm, .navbar-expand>.container-xl {
      display: block;
      text-align: center;
      margin: 0;
  }

  .navbar-brand {
      float: left;
  }

  .navbar-expand .navbar-nav {
      display: block;
  }

  .navbar-nav li {
      padding: 0 0 0 10px;
      display: inline-block;
  }

  img.ill-diseno-web {
      margin: 50px auto 50px auto;
  }

  #formPresupuesto{
    padding: 30px;
  }

  input[type=checkbox], input[type=radio] {
      position: absolute;
      top: 4px;
      left: 15px;
  }

  .form-check {
      padding-left: 25px;
  }

  .navbar-nav li a {
      margin: 10px 0 0 0;
  }

  .navbar-nav li.menu-principal-tfno a {
      margin: 0;
      position: relative;
      top: -6px;
  }
}

@media (max-width: 335px){
  .menu-principal-tfno{
    display: none!important;
  }
}