﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.bg1 {
    position: relative;
    background: #5F2F97 0% 0% no-repeat padding-box;
    border-radius: 122px 0px;
    height: 73px;
    width: 100%;
    top: 50px;
    margin-top: 100px;
    opacity: 0.3;
}

.bg2 {
    position: relative;
    background: #5F2F97 0% 0% no-repeat padding-box;
    border-radius: 0px 122px;
    height: 73px;
    width: 100%;
    top: 50px;
    margin-bottom: 40px;
    opacity: 0.3;
}

.bloque {
    width: 191px;
    height: 172px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #F7F7F7;
    margin-top: 20px;
    opacity: 1;
    border-radius: 15px;
}

.label-bloque {
    text-align: center;
    font: normal normal bold 14px/21px Poppins;
    letter-spacing: 0px;
    color: #42495B;
    text-transform: capitalize;
    opacity: 1;
}

.principal {
    position: absolute;
    right: 0px;
    left: 0px;
    top: 20%;
}

.style-conecta-comparte {
    position: relative;
    text-align: left;
    font: italic normal bold 25px/30px Montserrat;
    letter-spacing: 0px;
    color: #989b9f;
    text-shadow: 0px 16px 21px #00000029;
    text-transform: capitalize;
    opacity: 1;
}

.style-bienvenida {
    text-align: left;
    font: normal normal bold 30px/22px Poppins;
    letter-spacing: 0px;
    color: #242021;
    margin-bottom: 50px;
}

.style-ready {
    text-align: left;
    font: normal normal normal 14px/22px Poppins;
    letter-spacing: 0px;
    color: #242021;
}

.style-v-a-n {
    text-align: left;
    font: normal normal bold 18px/22px Poppins;
    letter-spacing: 0px;
    color: #8171AB;
}

.style-slogan {
    text-align: center;
    font: normal normal 800 25px/35px Montserrat;
    letter-spacing: 0px;
    text-shadow: 0px 16px 21px #00000029;
    text-transform: capitalize;
    opacity: 1;
    margin-top: 50px;
    margin-bottom: 50px;
}

.style-extra-info {
    text-align: center;
    font: normal normal normal 16px/22px Helvetica Neue;
    letter-spacing: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
}

@media screen and (max-width: 450px) {
    .bloque {
        height: 175px;
        width: 100%;
    }

    .principal {
        top: 25%;
    }
}

@media (min-width: 991px) {
    .buttons-izquierda {
        position: relative;
        left: 20%;
    }

    .buttons-derecha {
        position: relative;
        right: 20%;
    }

}

@media screen and (width: 768px) and (height: 1024px) {
    .principal {
        top: 25%;
    }
}

@media screen and (width: 540px) and (height: 720px) {
    .principal {
        top: 25%;
    }
}