body {
    font-family: 'GlobotipoTexto-Regular';
    background-color: #101010;
}

.hero { padding-top: 30px; position: relative; }
@media ( min-width: 768px ) {
    .hero { padding-top: 47px; }
}

.hero__el {
    position: absolute;
    left: 0;
    top: 0;
}
@media ( max-width: 1262px ) {
    .hero__el { display: none; }
}

.hero__logo { margin-bottom: 58px; }
@media ( max-width: 767px ) {
    .hero__logo {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }
}

@media ( max-width: 767px ) {
    .hero__holder-robo {
        max-width: 343px;
        margin: 0 auto 22px;
    }
}
@media ( min-width: 768px ) {
    .hero__holder-robo {
        width: 100%;
        margin-bottom: 0;
        position: absolute;
        top: 0;
        left: 100%;
    }
}

.hero__title {
    font-size: 11vw;
    text-transform: uppercase;
    line-height: 1.06;
    color: #f6f6f6;
    margin-bottom: 29px;
    text-shadow: 2px 2px #00EAFF;
}

.hero__text {
    font-size: 24px;
    color: #f1f2f2;
}
@media ( min-width: 408px ) {
    .hero__title { font-size: 46px; }
}
@media ( max-width: 531px ) {
    .hero__title br { display: none; }
}
@media ( max-width: 767px ) {
    .hero__title, .hero__text { text-align: center; }
    .hero__text {
        max-width: 404px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media ( min-width: 768px ) {
    .hero__title { font-size: 4vw; }
}
@media ( min-width: 1063px ) {
    .hero__title { font-size: 46px; }
}



.info { background-color: #1F1F1F; }
.info__wave {
    display: flex;
    align-items: start;
    justify-content: center;
    overflow: hidden;
}
@media ( min-width: 781px ) {
    .info__wave {
        align-items: center;
        height: 173px;
    }
}

.info__media {
    display: flex;
}
.info__media__icon { width: 74px; }
.info__media__body { flex: 1; margin-left: 12px; }
.info__media__body .title {
    font-size: 24px;
    text-transform: uppercase;
    color: #f1f2f2;
    margin-bottom: 11px;
}
.info__media__body .text {
    font-size: 16px;
    color: #f1f2f2;
}
.info__text {
    font-size: 15px;
    color: #F1F2F2;
    margin-top: 24px;
}


.plan { background-color: #303030; }
.plan__wave, .footer__wave {
    height: 0;
    padding-bottom: 13%;
    overflow: hidden;
}
.plan .text {
    font-size: 18px;
    color: #f1f2f2;
}
@media ( max-width: 583px ) {
    .plan .text { text-align: center; }
}

.plan__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 49px;
}
@media ( max-width: 583px ) {
    .plan__info { flex-direction: column; }
}


.plan__info__left { max-width: 343px; }
@media ( min-width: 583px ) {
    .plan__info__left { max-width: none; }
}
@media ( min-width: 880px ) {
    .plan__info__left { max-width: 258px; }
}

.plan__info__left .title {
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1.2;
    color: #f1f2f2;
}
@media ( max-width: 583px ) {
    .plan__info__left .title { text-align: center; }
}

.plan__info__left .title:after {
    display: block;
    width: 178px;
    height: 4px;
    margin: 15px 0 26px;
    content: '';

    background: rgb(250,2,52);
    background: -moz-linear-gradient(90deg, rgba(250,2,52,1) 0%, rgba(255,94,3,1) 50%, rgba(255,143,1,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(250,2,52,1) 0%, rgba(255,94,3,1) 50%, rgba(255,143,1,1) 100%);
    background: linear-gradient(90deg, rgba(250,2,52,1) 0%, rgba(255,94,3,1) 50%, rgba(255,143,1,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fa0234",endColorstr="#ff8f01",GradientType=1);
}
@media ( max-width: 583px ) {
    .plan__info__left .title:after { margin: 15px auto 26px; }

    .plan__info__left .text { margin-bottom: 17px; }
}

.plan__info-extras {
    padding: 30px 34px;
    margin-bottom: 25px;
    position: relative;
    border: 3px solid #f1f2f2;
    border-radius: 7px;
}
.plan__info-extras .title {
    font-size: 18px;
    text-transform: uppercase;
    color: #f1f2f2;
    padding: 0 10px;
    position: absolute;
    left: 26px;
    top: 0;
    transform: translateY( -50% );
    background-color: #303030;
}
.plan__info-extras__lists .item {
    font-size: 18px;
    color: #f1f2f2;
    margin-top: 16px;
    padding-left: 33px;
    background: url('../images/icon-check.png') no-repeat left center;
}
.plan__info-extras__lists .item:first-child { margin-top: 0; }
@media ( max-width: 879px ) {
    .plan__holder-robo {
        max-width: 343px;
        margin: 0 auto 15px;
    }
}
@media ( min-width: 880px ) {
    .plan__holder-robo {
        width: 100%;
        position: absolute;
        top: 0;
        right: 110%;
    }
}



.footer .copyright { margin-top: 43px; }
.footer__title {
    font-size: 24px;
    text-transform: uppercase;
    color: #f1f2f2;
    margin-bottom: 6px;
}
.footer__text {
    font-size: 18px;
    color: #f1f2f2;
    margin-bottom: 19px;
}


/* =================== BUTTON =================== */
.btn {
    display: inline-block;
    font-size: 22px;
    text-align: center;
    line-height: 0;
    color: #fff;
    padding: 31px 61px;
    background-color: #FB0234;
}

.btn.has-style1 {
    line-height: normal;
    padding: 13px 11px;
    background: transparent;
    border: 10px solid;
    border-image-slice: 1;
    border-width: 3px;
    border-image-source: linear-gradient(to right, #FA0234,#FF5E03, #FF8F01);
}

.btn.has-style2 {
    padding: 30px;
    margin-bottom: 10px;
}

/* =================== FOOTER/COPYRIGHT =================== */
.copyright {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 10px;
    text-align: center;
    color: #B7B7B7;
    margin:  0 auto;
	padding: 15px 19px;
    background-color: #151515;
}

.copyright p {
	width: 100%;
}

@media ( min-width: 756px ) {
	.copyright {
		text-align: unset;
		padding: 15px 50px;
	}

	.copyright p {
	 width: auto;
	}
}

.copyright .links a {
	display: inline-block;
	color: #B7B7B7;
	padding: 0 10px;
}

.copyright__txt{
	margin-bottom: 15px;
}

@media(min-width: 640px){
	.copyright__txt{
		margin: 0;
	}
}

/* UTILITIES */
.ff-bold { font-family: 'GlobotipoTexto-Bold'; }
.ff-black { font-family: 'GlobotipoTexto-Black'; }

.fs-20{ font-size: 20px; }

.txt-upper { text-transform: uppercase; }
.txt-center { text-align: center; }

.pos-r { position: relative; }

.center-block { margin-left: auto; margin-right: auto; }

.mrg-b-25 { margin-bottom: 25px; }
.mrg-b-30 { margin-bottom: 30px; }
.mrg-b-50 { margin-bottom: 50px; }
@media ( min-width: 1024px ) {
    .bp1024\:mrg-b-0 { margin-bottom: 0; }
    .bp1024\:mrg-b-50 { margin-bottom: 50px; }
}