* {
    line-height: 1;
    max-width: 100%!important;
    overflow-x: hidden;
    overflow-y: visible;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.25rem;
    max-width: 100%!important;
    overflow-x: hidden!important;
    overflow-y: visible!important;
}

ul *,
section * {
    overflow: hidden;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {padding:0;}
header, footer {background-color: #000000;}
header {position: relative;}
.header{height: 4rem;}
.footer{height: 3.75rem;}
.text-orange{color: #f6a116;}
.bg-orange{background-color: #f6a116;}
.text-white{color: white;}
.uppercase{text-transform: uppercase;}
a, a:hover, a:visited, a:focus, a:active  {
    color: black;
    text-decoration: none;
}
nav *{font-size: 16px;}
nav a, nav a:hover, nav a:visited, nav a:focus, nav a:active {color: white;}
.text-grey{
    color: #7B7B7B;
    font-size: 0.4rem;
}
.text-black{color: black;}
.bg-black{background-color: black;}
button {float: right;}
.btn-big {
    display: inline-block;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1rem;
    width: 100%;
    text-align: center;
}
.btn-large {
    display: block;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}
.btn-litle {
    display: block;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 1rem;
    text-align: center;
}
#como-lo-hacemos, #contact, #teje-tus-redes{
    background-repeat: no-repeat;
    background-size: cover;
}
#quienes-somos{background-size: 100%;}
#teje-tus-redes {background-image: url("../img/fondo.jpg");}
#como-lo-hacemos {background-image: url("../img/BG-2-1.jpg");}
.soloPhone img{
    width: 100%;

}
.soloPhone{
    max-width: 100%;
    overflow-x: hidden;
}
.Phone {
    position: absolute;
    top: 3rem;
    right: 0;
    width: 30vw;
}
.Phone-parent{
    position: relative!important;
}
#quienes-somos {background-image: url("../img/BG-3.jpg");}
#contacto {background-image: url("../img/BG-5-2.jpg");}
strong.Black span.text-black.Black{color:white;}
.grayscale {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);	
}
.logo{
    height: 3rem;
    margin: auto;
}
footer .logo {
    margin-left: 0;
    margin-right: 0;
}
nav ul{list-style: none;}
nav ul li {display: inline-block;}
nav ul li a:hover{color: #f6a116 1px solid;}
.active{color: #f6a116!important;}
.Regular{font-weight: 400;}
.Black{font-weight: 900;}
.Bold{font-weight: 700;}
.ExtraBold {font-weight: 800;}
.ExtraLight {font-weight: 200;}
.Light {font-weight: 300;}
.Medium {font-weight: 500;}
.SemiBold {font-weight: 600;}
.Thin {font-weight: 100;}
h2{font-size: 1.5rem;}
#teje-tus-redes span {
    font-size: 1rem;
    line-height: 1.5;
}
#teje-tus-redes .raro { display: block; max-width: 21rem;}
#teje-tus-redes p.Regular span, #teje-tus-redes .text-orange span {font-size: 1.5rem;}
#teje-tus-redes p {margin-bottom: 0.rem;}
#teje-tus-redes h4 {
    color: white;
    margin-bottom: 0;
    font-size: 1.3rem;
}
#teje-tus-redes h2 {text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;}
#bloque-2 .text-orange {font-size: 1.5rem;}
.text-big {font-size: 1.5rem;}
 #que-hacemos h3, #contacto h4 {font-size: 2rem;}
 #como-lo-hacemos h3 {
     font-size: 2.5rem;
     line-height: 1.2;
    }
#como-lo-hacemos h5 {font-size: 1.3rem;}
#como-lo-hacemos a {font-size: 0.9rem;}
#que-hacemos h5{
    font-size: 1.5rem;
    max-width: 100%;
}

#que-hacemos hr{
    width: 2.5rem;
    border-top: 3px #f6a116 solid;
}
#que-hacemos p{font-size: 1.3rem;}
#quienes-somos h3, #clientes h2{font-size: 1.6rem;}
#quienes-somos h4{font-size: 1.3rem}
#quienes-somos img{
    width: 5rem;
    height: 5rem;
    padding: 0.25rem;
    -webkit-box-shadow: 0 0 0 2px #f6a116;
            box-shadow: 0 0 0 2px #f6a116;
}
#quienes-somos a img{
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    height: 2.5rem;
    width: 2.5rem;
}
#quienes-somos p, #contacto P, #contacto strong{font-size: 1.25rem;}
input::-webkit-input-placeholder {
    color: black;
    opacity: 1;
    font-size: 0.9rem;
    font-weight: 400;
}
input:-ms-input-placeholder {
    color: black;
    opacity: 1;
    font-size: 0.9rem;
    font-weight: 400;
}
input::-ms-input-placeholder {
    color: black;
    opacity: 1;
    font-size: 0.9rem;
    font-weight: 400;
}
input::placeholder {
    color: black;
    opacity: 1;
    font-size: 0.9rem;
    font-weight: 400;
} 
input:-ms-input-placeholder {
    color: black;
    font-size: 0.9rem;
    font-weight: 400;
} 
input::-ms-input-placeholder {
    color: black;
    font-size: 0.9rem;
    font-weight: 400;
}
input {
    border: none;
    height: 1.75rem;
    font-size: 1rem;
}
#social-buttons img{
    width: 2rem;
    height: 2rem;
}
.wpp{
    position: fixed;
    right: 1%;
    top: 1%;
    z-index: 5000;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
}
.wpp img {
    width: 3rem;
}
.menu-icon{
    width: 36px;
    height: 3px;
    background-color: white;
    margin: 5px 0;
}
.menu-container {
    width: 50px;
    height: 40px;
    margin: auto;
    border: #f6a116 2px solid;
    border-radius: 10px;
    padding: 3px 5px;
    z-index: 700!important;
    position: relative;
    background-color: #000;
}
.menu-items{
    z-index: 700!important;
    position: fixed;
    top:7rem;
    left:0;
    background: black;
    width: 100%;
    -webkit-transition: height 1s;
    -o-transition: height 1s;
    transition: height 1s;
    height: 22rem;
    overflow: hidden;
}
.content .menu-items{top:3.2rem;}
#navbar{
    background-color: #000;
  
}

#navbar *{
    overflow: visible;
}
.menu-items {
    z-index: 700!important;
    position: fixed;
    top: 7rem;
    left: 0;
    background: black;
    width: 100vw;
    -webkit-transition: height 1s;
    -o-transition: height 1s;
    transition: height 1s;
    height: 22rem;
    overflow: hidden!important;
}

.menu-items.h-0{
    height: 0;
    max-height: 0;
    -webkit-transition: height 1s;
    -o-transition: height 1s;
    transition: height 1s;
}
.menu-items li {
    display: block;
    padding: 1.25rem;
    font-size: 1rem;
    font-weight: 700;
}
.menu-items li a{
    display:block;
    width: 20rem;
}
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 0.2rem;
    width:100%;
    z-index:3000;
    display: block;
}
.content{
    padding-top: 4rem;
}
h2{z-index:5000!important;}
#arania{
    position: fixed;
    bottom:0;
    left: 50%;
    -webkit-transition: bottom 2s;
    -o-transition: bottom 2s;
    transition: bottom 2s;
}
#arania img{width:6rem;}
#arania.subiendo{
    bottom:100%;
    -webkit-transition: bottom 2s;
    -o-transition: bottom 2s;
    transition: bottom 2s;
}
@media (min-width: 768px) {
    h2 {
        font-size: 4vw;
        margin-bottom:0;
    }
    #que-hacemos > div > div > div > p {
        max-height: 16rem;
        min-height: 16rem;
        height: 16rem;
        overflow: hidden;
    }
    #que-hacemos > div > div > div > h5{
        max-height: 5rem;
        min-height: 5rem;
        height: 5rem;
        overflow: hidden;
    }
    .btn-litle{font-size:10px;}
}
@media (min-width: 992px) {
    #teje-tus-redes .raro {
        display: block;
        max-width: initial;
    }
    #social-buttons img{
        width: 2.7vw;
        height: 2.7vw;
    }
    #teje-tus-redes h4{
        margin-bottom: 0;
        font-size: 1.5rem;
    }

    .wpp img {
        width: 5rem;
    }
    #teje-tus-redes p {margin-bottom: 1vw;}
    .btn-big {
        display: inline-block;
        padding-top: 1vw;
        padding-bottom: 1vw;
        padding-left: 2vw;
        padding-right: 2vw;
        font-size: 1.5vw;
        width: auto;
        text-align: left;
    }
    #teje-tus-redes, #como-lo-hacemos, #contacto{
        background-repeat: no-repeat;
        background-size: 100%;
    }
    #quienes-somos{background-size: 100%;}
    #teje-tus-redes {background-image: url("../img/BG-1.jpg");}
    #como-lo-hacemos {
        background-image: url("../img/BG-2.jpg");
        height: 51.4vw;
        min-height: 51.4vw;
        max-height: 51.4vw;
        overflow: hidden;
    }
    #quienes-somos {background-image: url("../img/BG-3.jpg");}
    #contacto {
        background-color: #eee;
        background-image: url("../img/BG-5.jpg");
    }
    h2{font-size: 4.5vw;}
    #teje-tus-redes span, #teje-tus-redes p.Regular span, #teje-tus-redes .text-orange span {font-size: 2vw;}
    #teje-tus-redes p {margin-bottom: 0.2vw;}
    #bloque-2 {font-size: 2.4vw;}
    #bloque-2 .text-orange {font-size: 1.8vw;}
    .text-big {font-size: 3vw;}
    #como-lo-hacemos h3, #que-hacemos h3, #contacto h4 {font-size: 3.7vw;}
    #como-lo-hacemos h5 {font-size: 2.2vw;}
    #como-lo-hacemos a {font-size: 1.8vw;}
    #que-hacemos h5{
        font-size: 1.9vw;
        max-width: 20vw;
    }
    #que-hacemos .col-4{padding-right: 3vw;}
    #que-hacemos hr{
        width: 5.1vw;
        border-top: 0.5vw #f6a116 solid;
    }
    #que-hacemos p{font-size: 1.6vw;}
    #quienes-somos h3, #clientes h2{font-size: 3.1vw;}
    #quienes-somos h4{font-size: 1.8vw;}
    #quienes-somos img{
        width: 12vw;
        height: 12vw;
        padding: 1vw;
        -webkit-box-shadow: 0 0 0 2px #f6a116;
                box-shadow: 0 0 0 2px #f6a116;
    }
    #quienes-somos a img{
        -webkit-box-shadow: none;
                box-shadow: none;
        padding: 0;
        height: 2.4vw;
        width: 2.4vw;
    }
    #quienes-somos p, #contacto P, #contacto strong{
        font-size: 1.5vw;
        line-height: 1.5vw;
    }
    input::-webkit-input-placeholder {font-size: 1.5vw;}
    input:-ms-input-placeholder {font-size: 1.5vw;}
    input::-ms-input-placeholder {font-size: 1.5vw;}
    input::placeholder {font-size: 1.5vw;} 
    input:-ms-input-placeholder {font-size: 1.5vw;} 
    input::-ms-input-placeholder {font-size: 1.5vw;}
    input {border: none;
    height: 2vw;
    font-size: 1.5vw;
    }
    #teje-tus-redes h4 {color: black;}
    strong.Black span.text-black.Black{color:black;}
    .btn-litle {font-size: 1vw;}
    #quienes-somos a img{
        height: 2.4vw;
        width: 2.4vw;
    }
    #teje-tus-redes h2 {text-shadow:none;}
    .logo{
        height: 3.25rem;
        margin-left: 0;
        margin-right: 0;
    }
    footer .logo{margin: auto;}
    .header{height: 6.5rem;}
    .footer{height: 6.5rem;}
    #que-hacemos > div > div > div > p {
        max-height: 11vw;
        min-height: 11vw;
        height: 11vw;
    }
    nav ul li a:hover{border-bottom: #f6a116 1px solid; color:white;}
    #arania img{width:9rem;}
    header {
        position: fixed;
        top:0;
        z-index:4999;
    }
    body{
        padding-top: 6.5rem;
    }
}
@media (min-width: 1200px) {}