@font-face {
    font-family: 'arkitechlight';
    src: url('../fonts/arkitech_light-webfont.woff2') format('woff2'),
         url('../fonts/arkitech_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'arkitech_mediummedium';
    src: url('../fonts/arkitech_medium-webfont.woff2') format('woff2'),
         url('../fonts/arkitech_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'denmarkregular';
    src: url('../fonts/films.denmark-webfont.woff2') format('woff2'),
         url('../fonts/films.denmark-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html,
body{
    width: 100%;
    float: left;
    font-family: 'roboto';
    font-size: 16px;
    overflow-x:hidden ;

}

a{
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
  text-decoration: none!important;
}

a:hover{
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}

.fondo-head{
    position: absolute;
    z-index: 999;
    width: 100%;
    padding-top: 1rem;
}

.fondo-head nav{
    padding: 2rem 0 2rem;
    border-bottom: 1px solid #224977;
}

.fondo-head nav ul{
    flex-direction: row;
    width: 100%;
}

.fondo-head nav ul a{
    font-family: 'denmarkregular';
    color: #224977;
    font-size: 18px;
}

.fondo-head nav ul li.nav-item {
    padding: 0 3rem;
    display: block;
}


.slider-texto{
    width: 100%;
    float: left;
    position: relative;
}

.carousel-ppl{
  width: 100%;
}

.slider-texto .texto{
    width: 100%;
    float: left;
    position: absolute;
    top: 23%;
}

.texto h2{
  font-size: 20px;
  color: #224977;
  margin: 0;
  font-family: 'arkitechlight';
}

.texto h2 span{
  font-size: 52px;
  color: #224977;
  margin: 0;
  font-family: 'denmarkregular';
}

.texto a {
    background: #85c0e3;
    color: #fff;
    text-transform: uppercase;
    padding: 0.5rem;
    margin: 2rem 0;
    display: block;
    width: 30%;
    text-align: center;
    border: 1px solid #224977;
}


.texto a:hover{
    background: #224977;
    border: 1px solid #85c0e3;
}

.carousel-ppl .flickity-page-dots .dot.is-selected{
  background: #9bba50;
}

.carousel-ppl .flickity-prev-next-button {
    top: 85%;
    width: 35px;
    height: 35px;
    border-radius: 0;
    transform: translateY(-50%);
    background: #224977;
}

.carousel-ppl .flickity-button-icon {
    fill: #85c0e3;
}

.redes {
  position: fixed;
  top: 35%;
  right: 0;
  z-index: 999;
  background: rgb(68 116 15 / 80%);
  padding: 2rem;
}

.redes ul {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
}


.redes a{
  margin-bottom: 1rem;
  display: block;
}

.st0,
.st1,
.st2{
  fill:#FFFFFF;
}

.redes a:hover .st0{
  fill:#1677F1;
}

.redes a:hover .st1{
  fill:#A436D2;
}

.redes a:hover .st2{
  fill:#00B25B;
}

.redes svg path{
    fill: #fff;
}

.nosotros{
    width: 100%;
    float: left;
    padding: 6rem 0;
}

.nosotros h2{
    text-transform: uppercase;
    font-family: 'denmarkregular';
    font-size: 24px;
    margin-top: 4rem;
}


.carousel-nosotros{
    background: url(../img/cuadro-azul.jpg)no-repeat;
    padding: 4rem ;
}

.carousel-nosotros .flickity-prev-next-button {
    top: 87%;
    width: 35px;
    height: 35px;
    border-radius: 0;
    transform: translateY(-50%);
    background: transparent;
}

.carousel-nosotros .flickity-button-icon {
    fill: #85c0e3;
}

.carousel-nosotros .flickity-prev-next-button.next {
    right: 45%;
}

.carousel-nosotros .flickity-prev-next-button.previous {
    left: 45%;
}

.carousel-nosotros .flickity-button:hover {
    background: #fff!important;
}

.nosotros h3{
    font-size: 30px;
    font-family: 'denmarkregular';
    text-align: right;
    margin: 0;
    padding: 0;
    line-height: 35px;

}

.nosotros h3 span{
    font-size: 43px;
}

.nosotros .linea-vertical{
    width: 1px;
    height: 100%;
    background: #0d0d07;
    margin-left: 49%;
}

.especialistas{
    width: 100%;
    float: left;
    padding: 4rem 0 6rem;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 50%, rgba(133,192,227,1) 50%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 50%, rgba(133,192,227,1) 50%);
    background: linear-gradient(180deg, rgba(255,255,255,1) 50%, rgba(133,192,227,1) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#85c0e3",GradientType=1);
}

.especialistas h2{
    text-transform: uppercase;
    font-family: 'denmarkregular';
    font-size: 24px;
    margin-bottom: 3rem;
    text-align:center;
}


.especialistas .card{
    border-radius: 0;
}

.especialistas .card .descripcion{
    padding: 2rem;
    min-height:190px;
}

.especialistas .descripcion h3 {
    text-transform: uppercase;
    font-family: 'denmarkregular';
    font-size:18px;
    margin-bottom: 1rem;
    text-align: center;
}

.servicios{
    background: #85c0e3;
    width: 100%;
    float: left;
    padding: 4rem 0;
    position: relative;
}

.servicios h2{    
    text-transform: uppercase;
    font-family: 'denmarkregular';
    font-size: 24px;
    margin-bottom: 3rem;
}

.carousel-servicios{
    width: 100%;
    float: left;
}

.carousel-servicios .carousel-cell{
    width: 33%;
    float: left;
    margin-right: 1%;
    min-height:600px;
}

.carousel-servicios .flickity-prev-next-button{
    background: transparent;
    border-radius: 0;
}

.carousel-servicios .flickity-prev-next-button.previous {
    left: -30%;
}

.carousel-servicios .flickity-prev-next-button.next {
    right: 120%;
}

.carousel-servicios .flickity-button-icon {
    fill: #224977;
}


.carousel-servicios .flickity-button:hover {
    background: #224977!important;
}

.carousel-servicios .flickity-button:hover .flickity-button-icon {
    fill: #85c0e3;
}

.carousel-servicios  .card{
    border-radius: 0;
}

.carousel-servicios  .card .descripcion{
    padding: 2rem;
    min-height:356px;
}

.carousel-servicios  .descripcion h3 {
    text-transform: uppercase;
    font-family: 'denmarkregular';
    font-size:18px;
    margin-bottom: 1rem;
    text-align: center;
}

.carousel-trabajo{
    margin: 7rem 0 4rem;
    width: 100%;
}

.carousel-trabajo .carousel-cell{
    width: 100%;
}

.bg-azul{
    background: #224977;
    margin-top: 65%;
    padding: 2rem 0 2rem;
    text-align: center;
    color: #77afd4;
    font-size: 22px;
}

.bg-azul h3 {
    text-transform: uppercase;
    color: #fff;
    font-family: 'denmarkregular';
    font-size:18px;
    margin-bottom: 1rem;
    text-align: center;
}

.carousel-trabajo .flickity-page-dots {
    position: absolute;
    width: auto;
    bottom: 20%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
    right: 13%;
}


.carousel-trabajo p{
    margin-top: 1.7rem;
}

.carousel-trabajo .flickity-button {
    background: transparent;
    background-size: 100%;
    width: 22px;
    height: 11px;
}

.carousel-trabajo .flickity-button svg{
    display: none;
}


.carousel-trabajo .flickity-prev-next-button{
    top: 80%;
}

.carousel-trabajo .flickity-prev-next-button.next {
    right: 10%;
}

.carousel-trabajo .flickity-prev-next-button.previous {
    left: 78%;
}

.carousel-trabajo button.flickity-button.flickity-prev-next-button.previous{
    background: url(../img/FLECHA-TRABAJO-IZQ.svg)no-repeat;
}

.carousel-trabajo button.flickity-button.flickity-prev-next-button.next{
    background: url(../img/FLECHA-TRABAJO-DER.svg)no-repeat;
}


.parallax {
  /* The image used */
  background-image: url("../img/PARALLAX.jpg");

  /* Full height */
  height: 500px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  float: left;
}

.marcas{
    background: #224977;
    width: 100%;
    float: left;
    padding: 4rem 0 8rem;
}

.marcas .bg-blanco{
    background: #fff;
    padding: 8rem 4rem 8rem;
    text-align: center;
    margin-top: -12rem;
}

.marcas img{
    margin: 2rem 0;
}

.marcas h2{    
    text-transform: uppercase;
    font-family: 'denmarkregular';
    font-size: 24px;
    margin: 0;

}

.marcas h2 span{
    font-size: 37px;
}

.marcas p{
    margin: 3rem 0;
}

footer{
    color: #fff;
    background: #224977;
    width: 100%;
    float: left;
    padding-bottom: 2rem;
}

footer h3{    
    text-transform: uppercase;
    font-family: 'denmarkregular';
    font-size: 24px;
    margin: 0 0 2rem;
    text-align: center;
}

footer .border{
    border: 1px solid #fff;
    padding: 8rem 6rem 5rem;
}

footer form{
    width: 100%;
    float: left;
    margin-bottom: 2rem;
}

footer input,
footer textarea{
    resize: none;
    width: 100%;
    background: transparent;
    border: 1px solid #fff;
    margin: 1rem 0;
    color: #fff;
    font-size: 16px;
    padding: 10px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

footer .linea-blanca{
    height: 1px;
    width: 100%;
    background: #fff;
    margin: 5rem 0 2rem;
    display: block;
}

footer a{
    color: #fff;
    font-weight: 400;
    display: block;
}

footer a strong{
    font-weight: bolder;
}


footer a.aviso{
    display: block;
    margin-top: 2rem;
}

button#btn-footer {
    width: 30%;
    padding: 10px;
    border: 0;
    float: right;
    background: #85c0e3;
    color: #224977;
    font-weight: bold;    
    border: 1px solid #85c0e3;

}

button#btn-footer:hover {
    background: transparent;
    color: #85c0e3;
}


@media(min-width:768px)and (max-width:1024px){
    .fondo-head nav ul li.nav-item {
        padding: 0 0.5rem;
        display: block;
    }

    .fondo-head nav ul a {
        font-size: 14px;
    }

    .fondo-head nav {
        padding: 1rem 0 1rem;
    }

    .slider-texto .texto {
        top: 30%;
    }

    .texto h2 {
        font-size: 14px;
    }

    .texto h2 span {
        font-size: 45px;
    }

    .texto a {
        margin: 1rem 0;
        font-size: 14px;
    }

    .nosotros {
        padding: 3rem 0;
    }

    .carousel-nosotros {
      /*  padding: 4rem 0 3rem 4rem;*/
    }

    .nosotros h2 {
        font-size: 20px;
        margin-top: 4rem;
    }

    p {
        font-size: 14px;
    }

    .carousel-nosotros .flickity-prev-next-button {
        top: 102%;
    }

    .carousel-nosotros .flickity-prev-next-button.next {
        right: 35%;
    }

    .carousel-nosotros .flickity-prev-next-button.previous {
        left: 35%;
    }

    .nosotros h3 {
        font-size: 20px;
        line-height: 25px;
    }

    .nosotros h3 span {
        font-size: 27px;
    }

    .servicios {
        padding: 0rem 0 4rem;
    }

    .carousel-servicios .carousel-cell {
        width: 33%;
    }

    .bg-azul {
        margin-top: 40%;    
        padding: 2rem 0 1rem
    }

    .bg-azul h3 {
        font-size: 15px;
    }

    .carousel-trabajo .flickity-prev-next-button {
        top: 68%;
    }

    .parallax {
        background-image: url(../img/PARALLAX.jpg);
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        float: left;
        height: 300px;
        background-attachment: scroll;
    }

    .marcas .bg-blanco {
        background: #fff;
        padding: 4rem 4rem 4rem;
        text-align: center;
        margin-top: -12rem;
    }

    .marcas h2 {
        font-size: 22px;
    }

    .marcas h2 span {
        font-size: 30px;
    }

    footer .border {
        padding: 3rem 2rem 3rem;
    }

    footer h3 {
        font-size: 20px;
    }

    footer input, footer textarea {
        resize: none;
        width: 100%;
        background: transparent;
        border: 1px solid #fff;
        margin: 1rem 0;
        color: #fff;
        font-size: 14px;
        padding: 10px;
    }
}


@media(max-width:767px){

    html,
    body{
        overflow-x: hidden;
        text-align: center;
    }

    .fondo-head {
        position: relative;
    }

    .fondo-head nav ul {
        flex-direction: row;
        width: 100%;
        display: block;
    }

    .fondo-head nav ul a{
        text-align: center;
    }

    .navbar-toggler {
        margin-top: 70%;
    }

    .fondo-head nav {
        padding: 0;
        border-bottom: 1px solid #224977;
    }

    img.w-100.mt-4 {
        margin-bottom: 1rem;
        margin-top: 0!important;
    }

    .slider-texto .texto {
        position: absolute;
        top: 10%;
    }
    
    .redes {
        top: 75%;
    }


    .texto h2 {
        font-size: 15px;
        margin-top: 1rem;
    }

    .texto h2 span {
        font-size: 40px;
        color: #224977;
        margin: 0;
        font-family: 'denmarkregular';
    }

    .texto a {
        width: 100%;
    }

    .nosotros {
        padding: 2rem 0;
    }

    .carousel-nosotros {
        padding: 1rem;
        background:transparent;
    }
    
    .carousel-nosotros .flickity-prev-next-button {
        top: 100%;
        
    }

    .nosotros h3 {
        text-align: center;
    }

    .especialistas .card {
        margin-bottom: 2rem;
    }


    .especialistas {
        padding: 4rem 0 0rem;
    }

    .carousel-servicios .carousel-cell {
        width: 100%;
    }

    .bg-azul {
        margin-top: 0;
    }

    .carousel-trabajo .flickity-prev-next-button.previous {
        left: 30%;
    }
    .carousel-trabajo .flickity-prev-next-button {
        top: 85%;
    }

    .carousel-trabajo .flickity-prev-next-button.next{
        right: 30%;
    }

    .carousel-trabajo .flickity-button {
        width: 40px;
        height: 40px;
    }

    .carousel-trabajo button.flickity-button.flickity-prev-next-button.next ,
    .carousel-trabajo button.flickity-button.flickity-prev-next-button.previous {
        background-position: center;
    }

    .marcas .bg-blanco {
        padding: 4rem 2rem 4rem;
    }

    footer .border {
        padding: 4rem 2rem 4rem;
    }

    .carousel-nosotros .flickity-prev-next-button.next {
        right: 25%;
    }

    .carousel-nosotros .flickity-prev-next-button.previous {
        left: 25%;
    }
    
    .parallax {
      /* The image used */
      background-image: url("../img/PARALLAX.jpg");
    
      /* Full height */
      height: 300px;
    
      /* Create the parallax scrolling effect */
      background-attachment: initial;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%;
      float: left;
    }


}

