textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
    outline: 0px !important;
    -webkit-appearance: none;
}
input:required,
input:invalid {
    box-shadow: none !important;
}
a,
.atime {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
body {
    position: relative;
    overflow-x: hidden;
    font-family: 'coameiregular';
}
/* init style prueba */

#navburguer {
    outline: none;
    width: 25px;
    height: 25px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    background: none;
    border: none;
    margin-left: 7px;
    vertical-align: middle;
    position: fixed;
    z-index: 9999;
    right: 49px;
    top: 30px;
    overflow: hidden;
}
/* Icon 2 */

#navburguer span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #333333;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
/*.page-servicios .lightmenu h6{
   color: #fff;
}*/
/*.page-servicios .lightmenu #navburguer span{
    background: #fff;
}*/

#navburguer span:nth-child(even) {
    left: 50%;
    /* border-radius: 0 9px 9px 0; */
}
#navburguer span:nth-child(odd) {
    left: 0px;
    /* border-radius: 9px 0 0 9px; */
}
#navburguer span:nth-child(1),
#navburguer span:nth-child(2) {
    top: 0px;
}
#navburguer span:nth-child(3),
#navburguer span:nth-child(4) {
    top: 8px;
}
#navburguer span:nth-child(5),
#navburguer span:nth-child(6) {
    top: 16px;
}
#navburguer.open span:nth-child(1),
#navburguer.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#navburguer.open span:nth-child(2),
#navburguer.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#navburguer.open span:nth-child(1) {
    left: 0;
    top: 10px;
}
#navburguer.open span:nth-child(2) {
    left: 0;
    top: 10px;
}
#navburguer.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
}
#navburguer.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
}
#navburguer.open span:nth-child(5) {
    left: 7px;
    top: 50px;
}
#navburguer.open span:nth-child(6) {
    left: calc(50% - 7px);
    top: 50px;
}
header .menu-txt {
    position: fixed;
    z-index: 9999;
    right: 85px;
    top: 30px;
}
.menu-active #navburguer span {
    background: #fff;
    border-radius: 5px;
    height: 3px;
}
.menu-active .menu-txt {
    color: #fff;
}
#intro-main {
    min-height: 120vh;
    padding-bottom: 100px;
    position: relative;
    /*background-image: url("../img/prueba-ceros.jpg");*/

    background-image: url("../img/fondo-smartech.png");
    background-attachment: fixed;
    background-size: 40% auto;
    background-repeat: no-repeat;
    background-position: 2% 0;
}
#intro-main .time1 {
    /*webkit, moz*/

    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 1s;
    -webkit-animation-iteration-count: 1;
}
#intro-main .time2 {
    /*webkit, moz*/

    -webkit-animation-duration: 3s;
    -webkit-animation-delay: 1s;
    -webkit-animation-iteration-count: 1;
}
#intro-main .time3 {
    /*webkit, moz*/

    -webkit-animation-duration: 4s;
    -webkit-animation-delay: 1s;
    -webkit-animation-iteration-count: 1;
}
.menu-txt {
    font-size: 22px;
    vertical-align: middle;
    margin-bottom: 0px;
}
.box-menu ul {
    padding-left: 0px;
    margin: 46px 0px 10px 0px;
}
.box-menu li {
    list-style: none;
    margin-bottom: 25px;
}
.box-menu li a {
    color: #a2a2a2;
    font-size: 28px;
    line-height: normal;
    font-family: 'coameibold';
    display: block;
}
.box-menu {
    margin: 30vh 40px 0px 0px;
}

#intro-main .h1 {
    font-size: 28px;
    font-family: 'coameiregular';
}
#intro-main .logo {
    margin-top: 25vh;
    margin-right: 170px;
}
#main-lateral {
    background: #333333;
    color: #72706c;
    height: 100%;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 9999;
    opacity: 1;
    padding: 0%;
    right: -100%;
    position: fixed;
    transition: all 0.55s ease-in-out;
    -webkit-transition: all 0.55s ease-in-out;
    -moz-transition: all 0.55s ease-in-out;
    -o-transition: all 0.55s ease-in-out;
    -ms-transition: all 0.55s ease-in-out;
    overflow-y: scroll;
}
#main-lateral .wrapper {
    margin-top: 15%!important;
    margin-bottom: 10%;
}
.menu-active #main-lateral {
    right: 0px;
    transform: translate(0px, 0);
    -webkit-transform: translate(0px, 0);
    -moz-transform: translate(0px, 0);
    -o-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
}
.listnone,
.listnone li {
    list-style: none;
}
.ul-lateral li {
    position: relative;
    z-index: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1;
    clear: both;
    width: 100%;
}
.clearbt {
    clear: both;
}
#main-lateral .wrapper {
    max-width: 800px;
}
.ul-lateral li a {
    color: #72706c;
    font-size: 24px;
    text-decoration: none;
    height: 100%;
    width: 100%;
    padding: 10px;
    left: 0px;
    top: 0px;
    box-shadow: 0 0 0 3px #72706c inset;
    display: block;
}

.block-title::before,
.block-title::after,
nav ul li a:before,
nav ul li a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%
}
.draw {
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
    position: relative
}
.draw::before,
.draw::after {
    border: 3px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    content: ""
}
.draw::before {
    top: 0;
    left: 0
}
.draw::after {
    bottom: 0;
    right: 0
}
.wow.fadeInUpSmall.active:hover .btwe.draw::before,
.wow.fadeInUpSmall.active:hover .btwe.draw::after {
    width: 100%;
    height: 100%
}
.wow.fadeInUpSmall.active:hover .btwe.draw::before {
    border-top-color: #f9edd4;
    border-right-color: #f9edd4;
    -webkit-transition: border-color 0s ease-out .55s, width 0.25s ease-out .50s, height 0.25s ease-out .75s;
    transition: border-color 0s ease-out .55s, width 0.25s ease-out .50s, height 0.25s ease-out 0.75s
}
.wow.fadeInUpSmall.active:hover .btwe.draw::after {
    border-bottom-color: #f9edd4;
    border-left-color: #f9edd4;
    -webkit-transition: border-color 0s ease-out 1s, width 10s ease-out 1s, height 0.25s ease-out 1.25s;
    transition: border-color 0s ease-out 1s, width 0.25s ease-out 1s, height 0.25s ease-out 1.25s
}
.btb-active.draw::before,
.btb-active.draw::after,
.draw:hover::before,
.draw:hover::after {
    width: 100%;
    height: 100%
}
.btb-active.draw::before,
.draw:hover::before {
    border-top-color: #c50424;
    border-right-color: #c50424;
    -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
    transition: width 0.25s ease-out, height 0.25s ease-out 0.25s
}
.btb-active.draw::after,
.draw:hover::after {
    border-bottom-color: #c50424;
    border-left-color: #c50424;
    -webkit-transition: border-color 0s ease-out 0.5s, width 10s ease-out 0.5s, height 0.25s ease-out 0.75s;
    transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s
}

.ul-lateral li a:hover {
    color: #c50424;
    z-index: 2;
}
#main-lateral .row.listnone.p-0 {
    margin: 0px;
}
.ul-lateral li:hover {
    z-index: 10;
}


.draw:before {
    left: 0;
    top: 0;
}
.draw:before,
.draw:after {
    border: 3px solid rgba(0, 0, 0, 0);
    content: "";
    height: 0;
    position: absolute;
    width: 0;
}
.draw:hover:before {
    border-right-color: #c50424;
    border-top-color: #c50424;
    transition: width 0.25s ease-out 0s, height 0.25s ease-out 0.25s;
}
.draw:hover:after {
    border-bottom-color: #c50424;
    border-left-color: #c50424;
    transition-delay: 0.5s, 0.5s, 0.75s;
    transition-duration: 0s, 0.25s, 0.25s;
    transition-property: border-color, width, height;
    transition-timing-function: ease-out, ease-out, ease-out;
}
#main-lateral .line-red {
    background: #72706c;
}
#main-lateral .box-social a {
    margin: 0px;
    background: none;
    color: #72706c;
    display: block;
    border-radius: 0px;
    height: 100%;
    width: 100%;
    line-height: 44px;
}
.ul-lateral li {
    display: none;
    top: -200px
}
.menu-active .ul-lateral li {
    display: block;
    top: 0px;
}
#main-lateral .time1 {
    -webkit-animation-delay: 0s;
}
#main-lateral .time2 {
    -webkit-animation-delay: 0.2s;
}
#main-lateral .time3 {
    -webkit-animation-delay: 0.4s;
}
#main-lateral .time3 {
    -webkit-animation-delay: 0.5s;
}
#main-lateral .time4 {
    -webkit-animation-delay: 0.6s;
}
#nosotros {
    background-image: url("../img/born.jpg");
    background-position: 20px -200px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    min-height: 50vh;
    position: relative;
    min-height: 600px;
    background-position: center center;
    background-size: auto 100%;
}
#nosotros .text0 {
    left: 110px;
    top: 0px;
    font-size: 64px;
    transform: rotate(-11deg);
    -webkit-transform: rotate(-11deg);
    -moz-transform: rotate(-11deg);
    -o-transform: rotate(-11deg);
    margin-right: 30px;
}

#nosotros .typing-stech {
    margin: 0px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 50px;
    animation: type 2s steps(70, end);
    width: 315px;
    display: none;
    line-height: normal;
}
@keyframes type {
    from {
        width: 0;
    }
}

.typing-stech {
    font-size: 52px;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    animation: type 3s steps(60, end);
}
@keyframes type {
    from {
        width: 0;
    }
}

#nosotros .bg {
    min-height: 100vh;
    width: 100%;
    background: url('../img/born.jpg') center bottom no-repeat;
    background-attachment: fixed;
}
#nosotros .box-bottom h5 {
    font-size: 32px;
}
#nosotros .txt1 {
    font-size: 62px;
}
#nosotros .txt3 {
    font-size: 48px;
}
#nosotros .txt2.font-coolveticaregular {
    color: rgba(255, 255, 255, 0.7);
    line-height: normal;
    font-size: 75px;
}
#nosotros span {
    vertical-align: middle;
}
#cotizacion .butm {
    padding: 8% 6%;
    color: #fff;
}
#cotizacion .box-default .subtitle {
    margin: 10px 0 80px;
}
#cotizacion .box-default,
#cotizacion .box-default.ofQuo {
    padding: 7.111em 65px;
    background: #333;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.7s ease 0.7s;
}
#cotizacion .box-default.onQuo {
    background: #c50424;
}
#cotizacion .box {
    min-height: 205px;
    margin-top: 20px;
}
#cotizacion .box .subtitle {
    margin-bottom: 120px;
}
#cotizacion .w-left {
    position: relative;
    right: -3px;
    width: 30%;
    z-index: 2;
}
#cotizacion .box-default {
    position: relative;
    z-index: 3;
}
.w-right {
    width: 70%;
}
#cotizacion .m-auto {
    width: 80%;
}
#contacto .box-bottom li,
.box-social li {
    border: 3px solid #d9d7d3;
    cursor: pointer;
    float: left;
    height: 50px;
    margin: -6px -1px 0 -2px;
    position: relative;
    width: 50px;
    z-index: 5;
}
#main-lateral .box-social li {
    border-color: #72706c;
}
.box-social li:hover i {
    color: #fff;
}
#main-lateral article a {
    color: #72706c;
}
#main-lateral article a {
    font-size: 1.667em;
    font-weight: 400;
}
#main-lateral .box-social {
    margin-top: 70px;
}
#contacto .box-bottom li:hover,
.box-social li:hover {
    z-index: 7;
}
.box-social li:hover a,
#contacto .box-bottom li:hover a {
    background: #c50424;
}
.box-social li:hover,
#main-lateral .box-social li:hover,
#contacto .box-bottom li:hover {
    border-color: #c50424;
}
#main-lateral .box-social li:hover .fa,
#main-lateral article a:hover {
    color: #c50424;
    text-decoration: none;
}
#contacto .box-bottom a,
.box-social a {
    background: #cbcbcb;
    border-radius: 50%;
    color: #ffffff;
    display: block;
    height: 27px;
    line-height: 27px;
    width: 27px;
    margin: 10px auto;
}
#contacto .fa,
.box-social .fa {
    font-size: 16px;
    line-height: 27px;
}
.h100 {
    min-height: 100vh;
}
#contacto .box-bottom li.up,
.box-social li.up {
    border-top: solid 3px #d9d7d3;
    top: -47px;
}
.box-social li.up:hover,
#contacto .box-bottom li.up:hover {
    border-color: #c50424;
}
#contacto .box-bottom,
.box-social {
    margin-top: 100px;
}
.ovh {
    overflow: hidden;
}
.vmiddle{
   vertical-align: middle;
}
.page-servicios .item-line.line-red,
#contacto .box-bottom .line-red,
.box-social .line-red {
    height: 2px;
    background: #d9d7d3;
    margin-bottom: 3px;
}
.box-line {
    position: relative;
}
#social-partners .line-red {
    background: #c50424;
    height: 2px;
    width: 100%;
}
#social-partners .line {
    height: 2px;
    width: 100%;
}
.page-servicios .item-line.line-red,
#contacto .first.line-red {
    background: #d9d7d3;
    background: linear-gradient(to left, #d9d7d3 50%, #c50424 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 1.5s ease;
    height: 2px;
    width: 100%;
}
.page-servicios .item-line.line-red.online,
#contacto .first.line-red.online {
    background-position: left bottom;
}
#contacto .first.line-red.ofline,
.page-servicios .item-line.line-red.ofline {
    background-position: right bottom;
}
.page-home #contacto {
    padding-top: 14.5%;
}
#contacto .left h6 {
    text-transform: uppercase;
}
#contacto h5 {
    font-size: 16px;
    margin-bottom: 2px;
}
#contacto .mb-last {
    cursor: pointer;
    margin-bottom: 33px;
}
#contacto .right h4 {
    font-size: 17px;
}
.vh {
    overflow: hidden;
}
#contacto .right .h4.first {
    margin-bottom: 30px;
}
.h38 {
    font-size: 38px;
}
.h36 {
    font-size: 36px;
}
.h20 {
    font-size: 20px;
}
.pencil {
    position: fixed;
    z-index: 9999;
    bottom: 50px;
    box-shadow: 2px 2px 5px hsla(0, 0%, 0%, 0.2);
    clear: both;
    cursor: pointer;
    float: right;
    height: 50px;
    position: fixed;
    right: 50px;
    width: 50px;
}
.pencil .fa {
    color: #fff;
    font-size: 28px;
    margin-top: 10px;
}
.pencil:hover {
    transform: scale(1.1);
}
.pencil img {
    margin-top: 12px;
}
.container-small {
    position: relative;
    padding-left: 7.5rem;
    padding-right: 7.5rem;
}
input[type="submit"],
.btn {
    background: #333333 url("../img/arrow2.svg") no-repeat scroll calc(100% - 30px) center / auto 25px;
    border: none;
    border-radius: 0px;
    color: #f9edd4;
    cursor: pointer;
    font-size: 1.556em;
    margin: 0 auto;
    min-width: 304px;
    padding: 24px 120px 24px 30px;
    text-align: left;
    word-break: break-all;
    word-wrap: break-word;
}
#contacto .mb-last,
#contacto .mb-last,
#contacto a {
    display: block;
    color: #292b2c;
}
#contacto li:hover .mb-last,
#contacto li:hover a {
    color: #c80424;
    text-decoration: none;
}
#contacto .icon-contact {
    background: url('../img/contacto-icon.png');
}
#contacto .icon-contact.msg {
    width: 150px;
    height: 113px;
    background-position: 0px -113px;
}
#contacto .icon-contact.msg.onContact {
    background-position: 0px 0px;
}
#contacto .icon-contact.imgw {
    width: 75px;
    height: 75px;
    background-position: 74px -226px;
    margin-left: 90px;
}
#contacto .icon-contact.imgw.onContact {
    background-position: 0px -226px;
}
.wrapper-select {
    width: 100%;
    overflow: hidden;
}
.wrapper-select select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 2px 2px 2px 20px;
    border: none;
    background: #fff url("../img/arrow-select.png") no-repeat 95% center;
}
.logo-return {
    display: block;
    height: 110px;
    text-align: center;
    width: 110px;
    margin: 30px;
    padding-top: 5px;
    background: #fff;
}
.bgonda {
    background: url('../img/form.jpg') no-repeat 110% 300px;
    background-size: 50% auto;
}
.p-sec {
    padding-bottom: 14.5%;
}
.box-init {
    position: relative;
    min-height: 300px;
}
.box-init3 {
    position: relative;
    min-height: 400px;
}
.box-init .text {
    padding: 15%;
}

.jarallax {
    position: relative;
    z-index: 0;
}
.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
#nosotros h3 {
    margin-top: 50px;
    font-size: 42px;
}
#nosotros h2 {
    font-size: 50px;
}
/*Servicios*/

.page-servicios .bg-box-top {
    background-size: 100% auto;
    min-height: 100vh;
}
.page-servicios .servicio-software {
    background-image: url("../img/born.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}
.page-servicios .logo-return {
    position: absolute;
    z-index: 2;
}
.page-servicios .box-init {
    margin: 150px auto 110px;
}
.box-init.global,
.box-init3,
.box-init4 {
    position: relative;
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
}
.box-init.global {
    position: relative;
    width: 250px;
    min-height: 250px;
}
.box-init .rect,
.box-init .rect2,
.box-init3 .rect3,
.box-init4 .rect4 {
    position: absolute;
    margin: 0px;
}
.box-init .rect.hr,
.box-init .rect2.hr,
.box-init3 .rect3.hr,
.box-init4 .rect4.hr {
    width: 100%;
    height: 3px;
}
.box-init .rect.vr,
.box-init .rect2.vr,
.box-init3 .rect3.vr,
.box-init4 .rect4.vr {
    height: 100%;
    width: 3px;
}
.box-init .top {
    top: 0px;
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 1s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.box-init .rect.top {
    top: 0px;
    background: #d9d7d3;
    background: linear-gradient(to left, #d9d7d3 50%, #c50424 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 1s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.box-init3 .top {
    top: 0px;
    background: #d9d7d3;
    background: linear-gradient(to left, #d9d7d3 50%, #c50424 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 1s ease;
    -webkit-transition-delay: 3.9s;
    transition-delay: 3.9s;
}
.box-init .rect2.top {
    top: 0px;
    background: #d9d7d3;
    background: linear-gradient(to left, #d9d7d3 50%, #c50424 50%);
    background-size: 200% 100%;
    background-position: right bottom !important;
    transition: all 1s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}


.rect2.top.on,
.box-init3 .top.on,
.box-init .top.on {
    background-position: left bottom !important;
}
.box-init4 .right,
.box-init .right {
    right: 0px;
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, #d9d7d3 50%, #c50424 50%);
    transition: all 0.7s ease;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
.box-init3 .right {
    right: 0px;
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, #d9d7d3 50%, #c50424 50%);
    transition: all 0.7s ease;
    -webkit-transition-delay: 1.9s;
    transition-delay: 1.9s;
}
.box-init .rect2.right {
    right: 0px;
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, #787474 50%, #c50424 50%) !important;
    transition: all 0.7s ease;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
.box-init4 .right.on,
.box-init3 .right.on,
.box-init .right.on {
    background-position: 0 -100%;
}
.box-init4 .rect4.bottom,
.box-init .rect.bottom {
    bottom: 0px;
    background: #d9d7d3;
    background: linear-gradient(to right, #d9d7d3 50%, #c50424 50%);
    background-size: 200% 100%;
    background-position: left bottom;
    transition: all 0.7s ease;
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
}
.box-init3 .rect3.bottom {
    bottom: 0px;
    background: #d9d7d3;
    background: linear-gradient(to right, #d9d7d3 50%, #c50424 50%);
    background-size: 200% 100%;
    background-position: left bottom;
    transition: all 0.7s ease;
    -webkit-transition-delay: 2.5s;
    transition-delay: 2.5s;
}
.box-init .rect2.bottom {
    bottom: 0px;
    background: #d9d7d3;
    background: linear-gradient(to right, #787474 50%, #c50424 50%);
    background-size: 200% 100%;
    background-position: left bottom;
    transition: all 0.7s ease;
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
}
.box-init3 .bottom.on,
.box-init4 .bottom.on,
.box-init .bottom.on {
    background-position: right bottom;
}
.box-init .left {
    left: 0px;
    background-size: 100% 200%;
    background-image: linear-gradient(to top, #c50424 50%, #d9d7d3 50%);
    transition: all 0.7s ease;
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
}
.box-init3 .left {
    left: 0px;
    background-size: 100% 200%;
    background-image: linear-gradient(to top, #c50424 50%, #d9d7d3 50%);
    transition: all 0.7s ease;
    -webkit-transition-delay: 3.2s;
    transition-delay: 3.2s;
}
.box-init .rect2.left {
    left: 0px;
    background-size: 100% 200%;
    background-image: linear-gradient(to top, #c50424 50%, #787474 50%)!important;
    transition: all 0.7s ease;
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
}
.box-init3 .left.on,
.box-init .left.on {
    background-position: 0 100%;
}
.page-servicios .box-items li {
    font-size: 18px;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}
.page-servicios .box-items li span {
    left: 0;
    position: absolute;
    top: 0;
}
.page-servicios .box-items .bg-red {
    position: relative;
    box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.7);
}
.content-main {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    perspective: 1px;
}
.foreground-box {
    position: absolute;
    top: 450px;
    padding-bottom: 70px;
    width: 100%;
    background: #fff;
    z-index: 888;
}
.bottom-page .foreground-box,
.bottom-page .content-main {
    position: static;
}
#phone-sw {
    top: 150px;
    bottom: 10vh;
    position: absolute;
    right: 5%;
}
.box-init .first {
    margin-bottom: 120px;
    font-size: 1.667em;
}
.page-servicios.all .time1 {
    /*webkit, moz*/

    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
}
.box-init .time2 {
    /*webkit, moz*/

    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 1s;
    -webkit-animation-iteration-count: 1;
}
.page-servicios.all .time3 {
    /*webkit, moz*/

    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 2s;
    -webkit-animation-iteration-count: 1;
}
body.menu-active {
    overflow: hidden;
}
#cotizacion .box-init {
    width: 100%;
    height: 100%;
}
.page-servicios .box-b-3 {
    width: 80%;
    border: 3px solid #c80424;
}
.page-servicios.page-infraestructura .rect-in {
    border: 3px solid #c80424;
}
.page-servicios.page-infraestructura .boxin {
    width: 80%;
}
.page-servicios.page-infraestructura .wrapper-box4 {
    height: 300px;
    left: 32.5%;
    position: absolute;
    width: 60%;
}
#social-partners li {
    display: inline-block;
    width: 32% !important;
    margin: auto !important;
}
#social-partners li div {
    max-width: 170px;
    margin: 0 auto 30px;
}
#social-partners {
    margin-bottom: 115px;
}
.page-home .nosotrosbox-bottom {
    padding: 17% 15px;
}
#nosotros svg.hidden-sm-down {
    position: relative;
    top: -37px;
}
#nosotros .mb,
.page-design .showmb {
    display: none!important;
}
#nosotros .item2 .box-bg {
    background: #808080;
    border: solid;
    height: 300px;
}
.wrapper-map {
    height: 500px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.page-home #box-logo {
    margin: 8vh auto 0px auto;
    display: inline-block;
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    /*width: 545px;*/
}
.page-home #box-logo img {
    display: inline-block;
}
.page-home #box-logo .img-1 {
    margin-top: 15px;
    animation-delay: 0s;
    animation-duration: 1s;
    animation-iteration-count: 1;
}
.page-home #box-logo .img-2 {
    animation-delay: 0s;
    animation-duration: 1s;
    position: absolute;
    top: 38px;
    -vendor-animation-iteration-count: infinite;
}
.page-home .bt1,
.page-home .bt2 {
    position: relative;
    min-height: 24px;
}
.page-home #box-logo .img-3 {
    animation-delay: 1s;
    animation-duration: 2s;
    animation-iteration-count: 1;
}
.page-home #box-logo .img-4 {
    animation-delay: 1.5s;
    animation-duration: 2s;
    animation-iteration-count: 1;
    position: absolute;
    top: 150px;
}
.page-home #box-logo .img-5 {
    animation-delay: 2.5s;
    animation-duration: 2s;
    animation-iteration-count: 1;
    display: inline-block;
}
.page-home #box-logo .img-6 {
    animation-delay: 2.5s;
    animation-duration: 2s;
    animation-iteration-count: 1;
    margin-top: 1px;
}
.page-home .bt1 {
    margin-top: 5px;
}
.page-home .bt2 {
    margin-top: 2px;
}
#desig-item4 .boxmb {
    display: none;
}


html #logoload #box-logo{
  margin-top: 35vh!important;
}
