/* 198, 90, 144 */

.header-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: rgba( 0, 0, 0, 0.3);
}

.block-init {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wrap {
    position: absolute;
    width: 100%;
    top: 100%;
    padding: 20px;
}

.block {
    width: 100%;
    padding: 20px;
}

.logo {
    display: block;
    width: auto;
    height: 140px;
    -webkit-transform: translateY(20px) translateX(-16px);
    -moz-transform: translateY(20px) translateX(-16px);
    transform: translateY(20px) translateX(-16px);
}

.logo .st0,
.logo .st1,
.logo .st2 {
    fill: rgb( 255, 255, 255);
    opacity: 0;
}

.logo:hover .st0,
.logo:hover .st1,
.logo:hover .st2 {
    fill: rgb( 198, 90, 144);
}

.hwrap {
    width: 100%;
    margin: 0 auto;
}

.index {
    float: left;
    width: auto;
    height: 60px;
    margin-left: 50px;
    cursor: pointer;
}

.nav-menu {
    float: right;
    margin-right: 50px;
    text-align: right;
}

.nav-menu-text {
    font-size: 10px;
    color: rgb( 255, 255, 255);
    margin-right: 20px;
    font-family: FHeavy;
    line-height: 60px;
}

.nav-menu-text:last-child {
    margin-right: 0;
}

.nav-menu-text:hover {
    color: rgb( 198, 90, 144);
    cursor: pointer;
}

.menu {
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.menu ul {
    list-style-type: none;
    padding: 0;
}

.menu ul li {
    color: rgb( 255, 255, 255);
    font-family: FHeavy;
    font-size: 90px;
    line-height: 80px;
}

.menu ul li:hover {
    cursor: pointer;
    color: rgb( 198, 90, 144);
}

.header-text {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    color: rgb( 255, 255, 255);
    font-size: 30px;
    font-family: FBlack;
}

.double-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.margin150 {
    margin-top: 150px;
}

.left-text {
    width: 100%;
}

.separation-text {
    width: 0%;
}

.right-text {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    align-content: center;
}

.right-text img {
    width: 25%;
    margin: 15px;
    height: auto;
}

.right-text img:hover {
    cursor: default;
    -webkit-transform: scale(1.1, 1.1) !important;
    -moz-transform: scale(1.1, 1.1) !important;
    transform: scale(1.1, 1.1) !important;
    -webkit-transition: all 0.5s ease !important;
    -moz-transition: all 0.5s ease !important;
    transition: all 0.5s ease !important;
}

.hoverc,
.hovercb {
    color: rgb( 35, 35, 35);
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.hovercb {
    font-size: 35px;
}

.hoverc:hover,
.hovercb:hover {
    color: rgb( 198, 90, 144);
    text-shadow: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.tc {
    color: rgb( 255, 255, 255);
    font-size: 20px;
    text-align: justify;
    font-family: FRegular;
    margin-top: 40px;
}

.tc:first-child {
    margin-top: 0;
}

.hcft {
    font-size: 35px;
    font-family: FHeavy;
}

.hcft:hover {
    color: rgb( 198, 90, 144);
}

.text {
    font-size: 20px;
    color: rgb( 255, 255, 255);
    text-align: justify;
    font-family: FRegular;
}

.flex-text {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    align-content: center;
}

.flex-text span {
    display: block;
    width: 33.33%;
    color: rgb( 255, 255, 255);
    font-family: FHeavy;
    font-size: 20px;
    text-align: center;
    line-height: 180%;
}

.flex-text span:hover {
    color: rgb( 198, 90, 144);
    -webkit-transform: scale( 1.2, 1.2) !important;
    -moz-transform: scale( 1.2, 1.2) !important;
    transform: scale( 1.2, 1.2) !important;
    -webkit-transition: all 0.5s ease !important;
    -moz-transition: all 0.5s ease !important;
    transition: all 0.5s ease !important;
}

.social,
.protect {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.social a,
.protect a {
    text-decoration: none;
    color: rgb( 255, 255, 255);
    font-family: FMedium;
    min-width: 7%;
    font-size: 10px;
    margin: 10px;
    text-align: center;
}

.protect a {
    min-width: auto;
    color: rgb( 180, 180, 180);
    font-size: 10px;
}

.social a:hover,
.protect a:hover {
    cursor: pointer;
    color: rgb( 198, 90, 144);
}

.social span {
    color: #FFF;
    font-size: 20pt;
}

.chicle {
    color: rgb( 198, 90, 144);
}

.skewLeft {
    display: none;
    width: 100%;
    height: 100px;
    background: rgb( 198, 90, 144);
}

.skewRight {
    display: none;
    width: 100%;
    height: 100px;
    background: rgb( 198, 90, 144);
}

.map {
    width: 100%;
    height: 400px;
    margin-top: 80px;
    margin-bottom: 80px;
    -webkit-transform: scale(1.1, 1.1) !important;
    -moz-transform: scale(1.1, 1.1) !important;
    transform: scale(1.1, 1.1) !important;
}

.marker {
    width: auto;
    height: 30%;
}

.location:hover {
    cursor: pointer;
    color: rgb( 198, 90, 144);
}

.contactForm {
    width: 85%;
    margin: 0 auto;
    margin-top: 40px;
    padding: 30px;
}

.label {
    color: rgb( 255, 255, 255);
    display: block;
    font-family: FMedium;
    font-size: 22.5px;
    padding: 10px 0px;
}

.required {
    color: rgb( 160, 160, 160);
    font-size: 18px;
    font-style: italic;
}

.input {
    background: transparent;
    color: rgb( 255, 255, 255);
    font-family: FRegular;
    padding: 12px;
    border: 2px solid rgb( 198, 90, 144);
    width: 100%;
    border-radius: 20px;
    font-size: 22.5px;
}

.textarea {
    background: transparent;
    color: rgb( 255, 255, 255);
    font-family: FRegular;
    padding: 12px;
    border: 2px solid rgb( 198, 90, 144);
    width: 100%;
    border-radius: 20px;
    font-size: 22.5px;
    resize: none;
    height: 200px;
    margin-bottom: 20px;
}

.checkbox {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    vertical-align: middle;
}

.checkbox .badge,
.checkbox .ticky {
    fill: rgb( 198, 90, 144);
}

.checkbox .ticky {
    visibility: hidden;
}

#terms:checked+.checklabel .checkbox .ticky {
    visibility: visible;
}

.checklabel {
    font-size: 22.5px;
    color: rgb( 255, 255, 255);
    font-family: FRegular;
    vertical-align: middle;
}

.checklabel a {
    color: rgb( 255, 255, 255);
    text-decoration: underline;
}

.checklabel a:hover {
    color: rgb( 198, 90, 144);
}

.submit {
    background: rgb( 198, 90, 144);
    color: rgb( 255, 255, 255);
    text-align: center;
    font-family: FMedium;
    font-size: 22.5px;
    padding: 18px;
    width: 100%;
    border: none;
    border-radius: 20px;
    margin-top: 20px;
}

.submit:hover {
    cursor: pointer;
    -webkit-filter: contrast(80%);
    -moz-filter: contrast(80%);
    filter: contrast(80%);
}

.submit:active {
    -webkit-filter: contrast(100%) brightness(80%);
    -moz-filter: contrast(100%) brightness(80%);
    filter: contrast(100%) brightness(80%);
}

.captcha {
    width: 100%;
    margin: 20px 0px;
}

.captcha label {
    color: rgb( 255, 255, 255);
    font-family: FMedium;
    font-size: 22.5px;
    text-align: left;
    display: block;
}

.respond {
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    align-content: center;
}

.respond input[type="radio"] {
    display: none;
}

.respond label {
    text-align: center;
    width: 10%;
    padding: 1% 0px;
    border: 2px solid rgb( 198, 90, 144);
    cursor: pointer;
}

.respond input[type="radio"]:checked+label {
    background: rgb( 198, 90, 144);
}

.footer {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
}

.wrongRespond {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    color: rgb( 255, 255, 255);
    background: rgb( 198, 90, 144);
    text-align: center;
    width: 80%;
    text-wrap: nowrap;
    padding: 18px;
    border-radius: 15px;
    font-family: FMedium;
    margin: 0 auto;
    font-size: 30px;
}

.sendMSG {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    color: rgb( 255, 255, 255);
    background: rgb( 198, 90, 144);
    text-align: center;
    width: 80%;
    text-wrap: wrap;
    padding: 18px;
    border-radius: 15px;
    font-family: FMedium;
    margin: 0 auto;
    font-size: 30px;
}

.bigger {
    font-size: 40px;
}

.description {
    width: 90%;
    margin: 10px auto;
    color: rgb( 255, 255, 255);
    font-family: FRegular;
    font-size: 20px;
    text-align: center;
}

.phone {
    font-size: 45px;
    text-decoration: none !important;
}

.cookies {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 90%;
    height: 60%;
    background: rgba( 35, 35, 35, 0.8);
    padding: 20px;
    line-height: 25px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.ctext {
    display: block;
    width: 100%;
    color: rgb( 255, 255, 255);
    font-family: FRegular;
    font-size: 20px;
    text-align: justify;
}

.ctext a {
    color: rgb( 255, 255, 255);
    text-decoration: underline;
}

.ctext a:active {
    color: rgb( 198, 90, 144);
}

.arrow {
    display: block;
    margin-top: 30px;
    color: rgb( 255, 255, 255);
    font-size: 60px;
    text-align: center;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-animation: arrow .5s linear infinite;
    -moz-animation: arrow .5s linear infinite;
    animation: arrow .5s linear infinite;
}

.arrow:active {
    color: rgb( 198, 90, 144);
}

@-webkit-keyframes arrow {
    0% {
        -webkit-transform: translateX(0px);
    }
    100% {
        -webkit-transform: translateX(10px);
    }
}

@-moz-keyframes arrow {
    0% {
        -moz-transform: translateX(0px);
    }
    100% {
        -moz-transform: translateX(10px);
    }
}

@keyframes arrow {
    0% {
        transform: translateX(0px);
    }
    100% {
        transform: translateX(10px);
    }
}

.fab {
    display: none;
    position: fixed;
    bottom: 8%;
    right: 10%;
    width: 64px;
    height: 64px;
    z-index: 20;
}

.fab .fab-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 64px;
    height: 64px;
    background-repeat: no-repeat;
    background-size: 64px 64px;
    background-position: 0 0;
    background-color: transparent;
}

.fab .fab-open {
    background-image: url('https://chicledefresa.com/style/img/msg_icon');
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: -webkit-transform 0.2s linear;
    -moz-transition: -moz-transform 0.2s linear;
    transition: transform 0.2s linear;
    z-index: 5;
}

.fab .fab-open:active {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: -webkit-transform 0.2s linear;
    -moz-transition: -moz-transform 0.2s linear;
    transition: transform 0.2s linear;
}

.fab .fab-wa {
    display: none;
    background-image: url('https://chicledefresa.com/style/img/wa_icon');
    -webkit-transform: translateY(-80px) scale(1, 1);
    -moz-transform: translateY(-80px) scale(1, 1);
    transform: translateY(-80px) scale(1, 1);
    -webkit-transition: -webkit-transform 0.2s linear;
    -moz-transition: -moz-transform 0.2s linear;
    transition: transform 0.2s linear;
    z-index: 5;
}

.fab .fab-wa:active {
    -webkit-transform: translateY(-80px) scale(1.1, 1.1);
    -moz-transform: translateY(-80px) scale(1.1, 1.1);
    transform: translateY(-80px) scale(1.1, 1.1);
    -webkit-transition: -webkit-transform 0.2s linear;
    -moz-transition: -moz-transform 0.2s linear;
    transition: transform 0.2s linear;
}

.fab .fab-email {
    display: none;
    background-image: url('https://chicledefresa.com/style/img/email_icon');
    -webkit-transform: translateY(-160px) scale(1, 1);
    -moz-transform: translateY(-160px) scale(1, 1);
    transform: translateY(-160px) scale(1, 1);
    -webkit-transition: -webkit-transform 0.2s linear;
    -moz-transition: -moz-transform 0.2s linear;
    transition: transform 0.2s linear;
    z-index: 5;
}

.fab .fab-email:active {
    -webkit-transform: translateY(-160px) scale(1.1, 1.1);
    -moz-transform: translateY(-160px) scale(1.1, 1.1);
    transform: translateY(-160px) scale(1.1, 1.1);
    -webkit-transition: -webkit-transform 0.2s linear;
    -moz-transition: -moz-transform 0.2s linear;
    transition: transform 0.2s linear;
}

.head-pol {
    margin-top: 30px;
    background: rgba( 0, 0, 0, 0);
    width: 100%;
}

.logo-pol {
    display: block;
    width: 75%;
    height: auto;
    margin: 0 auto;
}

.logo-pol .st0,
.logo-pol .st1,
.logo-pol .st2 {
    fill: rgba( 255, 255, 255, 1);
    opacity: 0;
}

.wrap-pol {
    width: 95%;
    margin: 0 auto;
    padding: 30px;
    color: rgb( 255, 255, 255);
    font-family: FRegular;
}

.h1 {
    font-size: 140%;
    text-decoration: underline;
    font-family: FHeavy;
}

.h2 {
    font-size: 130%;
    font-family: FMedium;
    margin: 30px 0px;
}

.pol-txt {
    font-size: 120%;
    text-align: left;
}

.sus-box,
.sus-complete {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 75%;
    height: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding: 20px;
    background: rgba( 0, 0, 0, 0.8);
}

.sus-text {
    color: rgb( 255, 255, 255);
    font-family: FRegular;
    font-size: 22px;
    width: 100%;
}

.sus-label {
    display: block;
    color: rgb( 255, 255, 255);
    width: 100%;
    font-family: FMedium;
    font-size: 25px;
    margin: 10px 0px;
}

.sus-input {
    width: 100%;
    padding: 8px 16px;
    border: 2px solid rgb( 198, 90, 144);
    border-radius: 10px;
    font-family: FRegular;
    font-size: 22px;
}

.sus-button {
    background: rgb( 198, 90, 144);
    color: rgb( 255, 255, 255);
    text-align: center;
    font-family: FMedium;
    font-size: 22px;
    padding: 15px;
    width: 100%;
    border: none;
    border-radius: 10px;
    margin-top: 20px;
}

.sus-button:hover {
    cursor: pointer;
    -webkit-filter: contrast(80%);
    -moz-filter: contrast(80%);
    filter: contrast(80%);
}

.sus-button:active {
    -webkit-filter: contrast(100%) brightness(80%);
    -moz-filter: contrast(100%) brightness(80%);
    filter: contrast(100%) brightness(80%);
}