/* 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: 80px;
}

.block {
    width: 100%;
    padding: 30px;
}

.logo {
    display: block;
    width: auto;
    height: 180px;
    -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: 150%;
    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: 42.5%;
    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: 1400%;
    line-height: 165px;
}

.menu ul li:hover {
    cursor: pointer;
    color: rgb( 198, 90, 144);
}

.header-text {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    color: rgb( 255, 255, 255);
    font-size: 400%;
    font-family: FBlack;
}

.double-block {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}

.margin150 {
    margin-top: 150px;
}

.left-text {
    width: 47.5%;
}

.separation-text {
    width: 5%;
}

.right-text {
    width: 47.5%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    align-content: center;
}

.right-text img {
    width: 28%;
    margin: 20px;
    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: 140%;
}

.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: 180%;
    text-align: justify;
    font-family: FRegular;
    margin-top: 40px;
}

.tc:first-child {
    margin-top: 0;
}

.hcft {
    font-size: 200%;
    font-family: FHeavy;
}

.hcft:hover {
    color: rgb( 198, 90, 144);
}

.text {
    font-size: 250%;
    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: 200%;
    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: 100%;
    margin: 10px;
    text-align: center;
}

.protect a {
    min-width: auto;
    color: rgb( 180, 180, 180);
    font-size: 80%;
}

.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: 30%;
    margin: 0 auto;
    margin-top: 40px;
    padding: 30px;
}

.label {
    color: rgb( 255, 255, 255);
    display: block;
    font-family: FMedium;
    font-size: 140%;
    padding: 10px 0px;
}

.required {
    color: rgb( 160, 160, 160);
    font-size: 60%;
    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: 80%;
}

.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: 80%;
    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: 120%;
    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: 100%;
    padding: 20px;
    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: 100%;
    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: 7%;
    padding: 1% 0px;
    border: 2px solid rgb( 198, 90, 144);
    cursor: pointer;
}

.respond input[type="radio"]:checked+label {
    background: rgb( 198, 90, 144);
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
}

.wrongRespond {
    display: none;
    position: fixed;
    bottom: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    color: rgb( 255, 255, 255);
    background: rgb( 198, 90, 144);
    text-align: center;
    min-width: 30%;
    max-width: 60%;
    text-wrap: nowrap;
    padding: 18px;
    border-radius: 15px;
    font-family: FMedium;
    margin: 0 auto;
    font-size: 140%;
}

.sendMSG {
    display: none;
    position: fixed;
    bottom: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    color: rgb( 255, 255, 255);
    background: rgb( 198, 90, 144);
    text-align: center;
    min-width: 30%;
    max-width: 70%;
    text-wrap: wrap;
    padding: 18px;
    border-radius: 15px;
    font-family: FMedium;
    margin: 0 auto;
    font-size: 140%;
}

.bigger {
    font-size: 500%;
}

.description {
    width: 50%;
    margin: 20px auto;
    color: rgb( 255, 255, 255);
    font-family: FRegular;
    font-size: 280%;
    text-align: center;
}

.cookies {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: rgba( 35, 35, 35, 0.5);
    padding: 20px;
    line-height: 30px;
}

.ctext {
    display: inline-block;
    width: 95%;
    color: rgb( 255, 255, 255);
    font-family: FRegular;
    font-size: 20px;
}

.ctext a {
    color: rgb( 255, 255, 255);
    text-decoration: underline;
}

.ctext a:hover {
    color: rgb( 198, 90, 144);
}

.arrow {
    position: absolute;
    top: 50%;
    right: 2.5%;
    color: rgb( 255, 255, 255);
    font-size: 40px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation: arrow .5s linear infinite;
    -moz-animation: arrow .5s linear infinite;
    animation: arrow .5s linear infinite;
}

.arrow:hover {
    color: rgb( 198, 90, 144);
}

@-webkit-keyframes arrow {
    0% {
        right: 3%;
    }
    100% {
        right: 2.5%;
    }
}

@-moz-keyframes arrow {
    0% {
        right: 3%;
    }
    100% {
        right: 2.5%;
    }
}

@keyframes arrow {
    0% {
        right: 3%;
    }
    100% {
        right: 2.5%;
    }
}

.fab {
    display: none;
    position: fixed;
    bottom: 5%;
    right: 5%;
    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:hover {
    -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:hover {
    -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:hover {
    -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: 400px;
    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: 1200px;
    margin: 40px auto;
    padding: 30px;
    color: rgb( 255, 255, 255);
    font-family: FRegular;
}

.h1 {
    font-size: 200%;
    text-decoration: underline;
    font-family: FHeavy;
}

.h2 {
    font-size: 160%;
    font-family: FMedium;
    margin: 30px 0px;
}

.pol-txt {
    font-size: 120%;
}

.sus-box,
.sus-complete {
    display: none;
    position: fixed;
    bottom: 5%;
    left: 5%;
    width: 400px;
    height: auto;
    padding: 20px;
    background: rgba( 0, 0, 0, 0.6);
}

.sus-text {
    color: rgb( 255, 255, 255);
    font-family: FRegular;
    font-size: 120%;
    width: 100%;
}

.sus-label {
    display: block;
    color: rgb( 255, 255, 255);
    width: 100%;
    font-family: FMedium;
    font-size: 140%;
    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: 120%;
}

.sus-button {
    background: rgb( 198, 90, 144);
    color: rgb( 255, 255, 255);
    text-align: center;
    font-family: FMedium;
    font-size: 100%;
    padding: 20px;
    width: 100%;
    border: none;
    border-radius: 20px;
    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%);
}