@charset "UTF-8";
@import url("variables.css");


.wpitcom-underconstruction .content-wrapper {
    align-items: center;
}

.wpitcom-underconstruction .wpitcom-msg-construction {
    text-align: center;
}

.wpitcom-msg-construction {
    border: solid 20px rgba(var(--fourth-color), 1);
    background-color: rgba(var(--white), 1);
    color: rgba(var(--first-color), 1);
    border-radius: 10px;
    box-shadow: 0px 10px 13px -7px rgba(var(--second-color), 1), 0px 1px 5px 6px var(--transparent);
    height: 100%;
    position: relative;
    border-style: outset;
}


.title-construction {
    font-size: 5rem;
    font-weight: bold;
}

.text-construction {
    font-size: 5rem;
}

.icon-construction {
    font-size: 90px;
}

.wpitcom-constr-box {
    border-bottom: solid 0.6rem rgba(var(--fourth-color), 1);
    background-color: rgba(var(--white), 1);
    color: rgba(var(--first-color), 1);
    border-radius: 90px;
    box-shadow: 7px 10px 25px -7px rgba(var(--second-color), 1), 0px 1px 5px 6px var(--transparent);
    height: 100%;
    border-right: solid 0.6rem rgba(var(--fourth-color), 1);
    margin: 0 2rem;
}


/**
* Less equals than 7680px (8K)
*/
/*@media screen and (max-width: 7680px) {}*/


/**
* Less equals than 4096px (4K)
*/
@media screen and (max-width: 4096px) {}


/**
* Less equals than 2560px (QHD)
*/
@media screen and (max-width: 2560px) {}


/**
* Less equals than 1920px (FULL HD)
*/
@media screen and (max-width: 1920px) {}


/**
* Less equals than 1280px (HD)
*/
@media screen and (max-width: 1280px) {}


/**
* Less equals than 1024px (XGA)
*/
@media screen and (max-width: 1024px) {}


/**
* Less equals than 991px
*/
@media screen and (max-width: 991px) {}


/**
*
*/
@media screen and (max-width: 810px) {}