.home-characteristics-modal {
    position: absolute;
    width: 40%;
    left: 30%;
    top: 115px;
    border-radius: 5px;
    background: white;
    /* url('/images/home-modal-background.jpg');*/
    background-size: cover;
    background-repeat: no-repeat;
}

.home-characteristics-modal-header {
    height: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: white;
    color: black;
}

.home-characteristics-modal-header h4 {
    float: left;
    padding: 15px;
    color: black;
    font-weight: bold;

}

.home-characteristics-modal-header button {
    float: right;
    height: 50px;
    width: 50px;
    font-size: 35px;
    border-top-right-radius: 5px;
    font-weight: bold;

    background: white;
    border: white;
    color: gray;
    padding-top: 0;
}

.home-characteristics-modal-body {
    padding-bottom: 25px;
    padding-top: 0;
    margin-left: 2%;
    margin-bottom: 25px;
    background: white;
    width: 96%;
}

.home-characteristics-modal-footer {
    background: white;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.home-characteristics-modal-body ul li {
    border-bottom: 1px solid #83360b;
    font-size: 15px;
    letter-spacing: 0;
    padding: 10px 0 10px 30px;
    background: url(../images/li_tic.png) left center no-repeat;
    font-family: OSsb;
    line-height: 30px;
    text-align: left;
    border: none;

    background-color: white;
    color: black;
}

.home-characteristics-modal-footer-button-left {
    width: 20%;
    margin-left: 0;
    margin-bottom: 10px;
    height: 40px;
    font-family: OSsb;
    background-repeat: no-repeat;
    background-position: 15px center;
    background-color: #008cfa;
    border-radius: 5px;
    color: white;
}

.home-characteristics-modal-footer-button-left:hover {
    background-color: white;
    border-color: #008cfa;
    color: #008cfa;
}



.home-characteristics-modal-footer-button-right {
    width: 20%;
    margin-bottom: 15px;
    height: 40px;
    font-family: OSsb;
    background-repeat: no-repeat;
    background-position: 15px center;
    background-color: white;
    color: #008cfa;
    border-color: #008cfa;
    border-radius: 5px;
}

.home-characteristics-modal-footer-button-right:hover {
    background-color: #008cfa;
    border-color: white;
    color: white;
}

.modal-container {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 998;
    background-color: rgba(39, 49, 60, 0.5);
    left: 0;
}

.home-characteristics-modal-description {
    text-align: justify;
    width: 90%;
    padding: 15px;
    padding-bottom: none !important;
    background: white;
    color: black;
}


.home-promo-modal-block-w12 {
    width: 100% !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    height: 450px !important;
}

.home-promo-modal-block-w12>aside.banner.w6 {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100% !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    height: 300px !important;
}

.home-promo-modal-block-w12>aside>.home-characteristics-modal-search-single-domain {
    width: 90% !important;
    position: absolute !important;
    bottom: -45px !important;
    margin-top: 0 !important;
    background: rgb(57 113 151);
    border-radius: 5px;
    left: 5%;
}

.home-promo-modal-block-w12>aside>.click-area {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    bottom: -105px !important;
    background-color: rgb(24 24 24) !important;
}

.condition-message-announcement-4-single.home-promo-modal-condition {
    position: absolute;
    bottom: -150px;
    color: black;
    background: white;
    font-weight: bold;
    padding-left: 10px;
    margin-bottom: 5px;
    height: auto;
    font-size: 12px !important;
}

@media screen and (min-width: 1025px) and (max-width: 1234px) {
    .click-area>.fc-white.f-left {
        font-size: 10px !important;
        width: 65% !important;
    }

    .click-area>a {
        line-height: 24px !important;
        height: 24px !important;
    }
}


#single-search-domain-input-current-tld {
    background: #181818;
    width: 40px;
    margin-left: -5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: white;
    padding-left: 5px;
    /*font-weight: bold;*/
}

#single-search-button {
    border: none !important;
    background-color: rgb(57, 113, 151);
    color: white;
    width: 18%;
}

@media screen and (min-width: 1025px) and (max-width: 1150px) {
    .home-promo-modal-block-w12>aside>header>h2 {
        font-size: 15px !important;
    }
}

@media screen and (min-width: 801px) and (max-width: 1024px) {
    .home-promo-modal-block-w12>aside>header>h2 {
        font-size: 11px !important;
    }

    .home-promo-modal-block-w12>aside>header>.speech-bubble.type_08 {
        top: -10px !important;
    }

    .home-promo-modal-block-w12>aside>header>.speech-bubble.type_08>.price {
        font-size: 2em !important;
    }

    .home-promo-modal-block-w12>aside>header>.speech-bubble.type_08>.periodicity {
        font-size: 14px !important;
        margin: 0 !important;
        text-align: right !important;
    }

    .click-area {
        height: 40px !important;
    }

    .click-area>p.fc-white {
        font-size: 8px !important;
        width: 230px !important;
    }

    .click-area>a {
        height: 18px !important;
        line-height: 18px !important;
        text-align: center !important;
        padding: 2px !important;
    }

    .home-promo-modal-block-w12>aside>.condition-message-announcement-4-single {
        font-size: 9px !important;
        padding-right: 5px !important;
        text-align: justify !important;
    }
}

#single-search-domain-input {
    width: calc(40% - 40px);
    padding-left: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.single-search-domain-label {
    width: calc(35% - 5px);
    color: white;
    float: left;
    line-height: 2;
    text-align: center;
    padding-right: 5px;
    font-size: 14px;
}

.home-characteristics-modal-cloud-container {
    background-image: url(/images/nubes.png);
    z-index: 999;
    height: 75px;
    background-repeat: no-repeat;
    margin-top: 190px;
    background-size: auto;
    border-bottom: solid white 60px;
    background-position: bottom;
}

@media screen and (max-width: 1400px) {

    .single-search-domain-label {
        padding-top: 3px;
        font-size: 12px;
    }

    #search-single-text {
        font-size: 10px;
    }

}

@media screen and (max-width: 1250px) {
    #search-single-text {
        display: none;
    }

    .single-search-domain-label {
        width: calc(40% - 5px);
    }

    #single-search-button {
        width: 10%;
    }
}

@media screen and (max-width: 1070px) {
    .single-search-domain-label {
        font-size: 10px;
        padding-top: 7px;
    }
}

@media screen and (max-width: 970px) {
    #single-search-button {
        width: 5%;
    }
}

@media screen and (max-width: 900px) {
    #single-search-domain-input {
        width: calc(70% - 40px);
    }

    .single-search-domain-label {
        display: none;
    }
}

@media screen and (max-width: 800px) {

    #search-single-text {
        display: unset;
    }
    #single-search-button {
        width: 25%;
    }

    #single-search-domain-input-current-tld {
        padding-top: 2px;
        padding-bottom: 3px;
    }

    #home-characteristics-modal-title {
        font-size: 12px;
    }

    #single-search-domain-input {
        font-size: 12px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .home-characteristics-modal {
        width: 60%;
        left: 20%;
    }

    .home-promo-modal-block-w12 {
        height: 350px !important;
    }

    .home-promo-modal-block-w12>aside.banner.w6 {
        height: 200px !important;
    }

    #search-single-text {
        font-size: 9px;
    }

    .home-promo-modal-block-w12>aside>header>h2 {
        font-size: 8px !important;
    }

    .home-promo-modal-block-w12>aside>header>.speech-bubble.type_08 {
        top: -10px !important;
    }

    .home-promo-modal-block-w12>aside>header>.speech-bubble.type_08>.price {
        font-size: 2em !important;
    }

    .home-promo-modal-block-w12>aside>header>.speech-bubble.type_08>.periodicity {
        font-size: 14px !important;
        margin: 0 !important;
        text-align: right !important;
    }

    aside.banner.w6 div.click-area {
        height: 40px !important;
        width: 100% !important;
    }

    aside.banner.w6 div.click-area>p.fc-white {
        font-size: 8px !important;
        width: 70% !important;
    }

    aside.banner.w6 div.click-area>a {
        height: 18px !important;
        line-height: 18px !important;
        text-align: center !important;
        padding: 2px !important;
        font-size: 9px !important;
        margin-right: 5px !important;
        margin-top: 10px !important;
    }

    .home-promo-modal-block-w12>aside>.condition-message-announcement-4-single {
        font-size: 9px !important;
        padding-right: 5px !important;
        text-align: justify !important;
    }
}

@media screen and (min-width: 801px) and (max-width: 950px) {
    #single-search-domain-input {
        margin-left: 8%;
    }
}

@media screen and (max-width: 580px) {

    #search-single-text {
        display: none;
    }
    #single-search-button{
        width: 10%;
    }
}

@media screen and (max-width: 500px) {
    #single-search-domain-input {
        margin-left: 8%;
    }
}

@media screen and (max-width: 450px) {
    #single-search-domain-input {
        margin-left: 5%;
    }
}
