body {
    font-family: "Source Sans 3", sans-serif;
}

@font-face {
    font-family: "platformbold";
    src: url("../fonts/platform-bold-webfont.woff2") format("woff2"), url("../fonts/platform-bold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

.hero {
    background: url("../images/fondo_mob.jpg") no-repeat;
    background-size: 100%;
}
.hero h1,
.hero h2 {
    font-family: "platformbold";
}
.hero h1 {
    color: #fff;
    font-weight: 300;
    font-size:63px;
    text-transform: uppercase;
    line-height: 58px;
}
.hero h1 .de {
    font-size: 27px;
	position:absolute;
	padding:10px 0 0 10px
}

.hero h2 {
    color: #ff247f;
    font-size: 19.7px;
    height: 26px;
    border: 1px solid #ff247f;
    display: inline-block;
    width: 131px;
    text-align: center;
    line-height: 26px;
    margin-bottom: 0;
    margin-top: 25px;
    margin-bottom: 22px;
}

.hero p {
    color: #ff247f;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
}

.phone-outline {
    background: url("../images/phone-outline.svg") no-repeat top center;
    padding: 15px;
    width: 251px;
    position: relative;
	/*width:80%;
	margin:0 auto;*/
}
.video-mask {
    -webkit-mask-box-image: url("../images/mask.svg");
    width: 100%;
}

.btn-pink {
    background: #ff247f;
    border-radius: 150px;
    width: 164px;
    height: 50px;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.btn-pink:hover,
.btn-pink:focus {
    background: #ff247f;
    color: #fff;
    box-shadow: 0 5px 15px rgba(145, 92, 182, 0.4);
}

.description {
    font-weight: 600;
    font-size: 16px;
    line-height: 17px;
}
.pink {
    color: #ff247f;
}

.btn-outline-pink {
    height: 43px;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    color: #4f4e50;
    border: 2px solid #eaa2aa;
    border-radius: 150px;
    font-weight: bold;
    justify-content: center;
    padding: 0 10%;
}

.btn-outline-pink:hover {
    background: #eaa2aa;
    color: #fff;
}
.number {
    font-size: 60px;
    font-weight: 900;
}
.name {
    font-weight: 600;
    line-height: 1;
}
.cyan {
    color: #00b2db;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

footer:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 43px;
    background: #ff247f;
    z-index: 1;
}
footer .btn-pink {
    z-index: 2;
    position: relative;
    margin-bottom: 17px;
    margin-left: auto;
    margin-right: auto;
}
.italic-black {
    font-style: italic;
    font-weight: 900;
}
.drone {
    background: url("../images/drone.png") no-repeat;
    position: absolute;
    bottom: -34px;
    width: 167px;
    height: 113px;
    z-index: 2;
    left: -113px;
    background-size: contain;
}
.airplain {
    background: url("../images/airplane.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: -43px;
    width: 141px;
    height: 348px;
    z-index: 2;
    right: -77px;
}
@media (max-width: 991px) {
	
    .phone-outline {
        margin-top: 24px;
    }
    .mobile-hidden {
    }

    .banner-mobile {
        background: #feb1b7 url("../images/bg-banner-category-mobile.jpg") no-repeat top left;
        height: 165px;
    }

    .btn-black {
        font-size: 9px;
        background: #000;
        color: #fff;
        border-radius: 150px;
        margin-top: 20px;
        font-weight: 600;
    }
    .hero p {
        max-width: 80%;
        margin: 15px auto;
    }
}

@media (min-width: 992px) {
    .hero-desktop {
        height: 100vh;
		overflow:hidden;
    }

    .hero {
        background: url("../images/fondo_dskt.jpg") no-repeat;
        background-size: cover;
    }
    .circle {
        background: url("../images/circulo.png") no-repeat bottom right;
        position: absolute;
        right: 0;
        bottom: 41px;
        width: 98px;
        height: 203px;
        z-index: 2;
    }
    .x3 {
        background: url("../images/3x.svg") no-repeat bottom left;
        position: absolute;
        left: 28px;
        bottom: 31px;
        width: 122px;
        height: 30px;
        z-index: 2;
    }
    .hero h1 {
        color: #fff;
        font-weight: 300;
        font-size: 100px;
        text-transform: uppercase;
        line-height: 91px;
    }
    .hero h1 .de {
        font-size: 55px;
    }

    .hero h2 {
        color: #ff247f;
        font-size: 19px;
        height: 26px;
        border: 1px solid #ff247f;
        display: inline-block;
        width: 131px;
        text-align: center;
        line-height: 26px;
        margin-bottom: 0;
        margin-top: 25px;
        margin-bottom: 60px;
    }

    .hero p {
        width: 444px;
        font-size: 31px;
        line-height: 37px;
        margin-bottom: 46px;
    }

    .btn-pink {
        width: 328px;
        height: 101px;
        font-size: 36px;
    }

    .phone-outline {
        padding: 31px;
        width: 397px;
    }

    .number {
        font-size: 120px;
    }
    .name {
        width: 141px;
        font-weight: 600;
        line-height: 1;
    }

    .description {
        font-weight: 600;
        font-size: 29px;
        line-height: 34px;
    }
    .ml-negative {
        margin-left: -45px;
    }
    footer {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
    footer:after {
        height: 77px;
    }
    footer .btn-pink {
        margin-bottom: 25px;
    }

    .airplain {
        position: absolute;
        top: -94px;
        width: 354px;
        height: 348px;
        z-index: 2;
        right: -226px;
        z-index: 2;
    }
    .smoke {
        position: absolute;
        z-index: 1;
        background: url("../images/smoke.png");
        width: 266px;
        height: 241px;
        right: -160px;
        top: -33px;
    }

    .drone {
        bottom: 0;
        width: 334px;
        height: 226px;
        z-index: 2;
        left: -180px;
    }
}
