a, article, aside, audio, b, body, canvas, caption, code, dd, details, div, dl, dt, embed, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, label, legend, li, nav, ol, p, section, span, sub, sup, table, tbody, td, tfoot, th, thead, tr, u, ul, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0 !important;
    font-display: swap
}

article, aside, details, figcaption, figure, footer, header, nav, section {
    display: block
}

body {
    line-height: 1.5;
    overflow-x: hidden;
    font-family: 'Open Sans',sans-serif;
    color: #333
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

img {
    max-width: 100%;
    height: auto;
    display: block
}

a {
    text-decoration: none
}

    a:hover {
        cursor: pointer
    }

ol, ul {
    list-style: none
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2
}

@font-face {
    font-family: Flaticon;
    src: url(../fonts/Flaticon.eot);
    src: url(../fonts/Flaticon.eot?#iefix) format("embedded-opentype"),url(../fonts/Flaticon.woff2) format("woff2"),url(../fonts/Flaticon.woff) format("woff"),url(../fonts/Flaticon.ttf) format("truetype"),url(../fonts/Flaticon.svg#Flaticon) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: Flaticon;
        src: url(Flaticon.svg#Flaticon) format("svg");
        font-display: swap
    }
}

.flaticon-llamada-telefonica:before {
    content: "\f100"
}

.flaticon-cita-izquierda:before {
    content: "\f101"
}

.flaticon-flecha-correcta:before {
    content: "\f102"
}

.flaticon-flecha-izquierda:before {
    content: "\f103"
}

.flaticon-mapas-y-banderas:before {
    content: "\f104"
}

.flaticon-reloj-de-pared:before {
    content: "\f105"
}

.flaticon-whatsapp:before {
    content: "\f106"
}

.flaticon-burbujas-de-chat-con-puntos-suspensivos:before {
    content: "\f107"
}

.flaticon-correo-electronico:before {
    content: "\f108"
}

.flaticon-simbolo-de-la-aplicacion-de-facebook:before {
    content: "\f109"
}

.flaticon-linkedin:before {
    content: "\f10a"
}

.flaticon-logotipo-de-instagram:before {
    content: "\f10b"
}

.flaticon-gorjeo:before {
    content: "\f10c"
}

.flaticon-cerrar:before {
    content: "\f10d"
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
    padding: 0 0;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity,-webkit-filter;
    transition-property: opacity,-webkit-filter;
    transition-property: opacity,filter;
    transition-property: opacity,filter,-webkit-filter;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}

.hamburger-box {
    width: 30px;
    height: 17px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1.5px
}

    .hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
        width: 30px;
        height: 3px;
        background-color: #f60575;
        border-radius: 5px;
        position: absolute;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-duration: .15s;
        transition-duration: .15s;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease
    }

        .hamburger-inner::after, .hamburger-inner::before {
            content: "";
            display: block
        }

        .hamburger-inner::before {
            top: -7px
        }

        .hamburger-inner::after {
            bottom: -7px
        }

.hamburger--arrow.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(-6px,0,0) rotate(-45deg) scale(.7,1);
    transform: translate3d(-6px,0,0) rotate(-45deg) scale(.7,1)
}

.hamburger--arrow.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(-6px,0,0) rotate(45deg) scale(.7,1);
    transform: translate3d(-6px,0,0) rotate(45deg) scale(.7,1)
}

.hamburger--arrow-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(6px,0,0) rotate(45deg) scale(.7,1);
    transform: translate3d(6px,0,0) rotate(45deg) scale(.7,1)
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(6px,0,0) rotate(-45deg) scale(.7,1);
    transform: translate3d(6px,0,0) rotate(-45deg) scale(.7,1)
}

.hamburger--arrowalt .hamburger-inner::before {
    -webkit-transition: top .1s .1s ease,-webkit-transform .1s cubic-bezier(.165,.84,.44,1);
    transition: top .1s .1s ease,-webkit-transform .1s cubic-bezier(.165,.84,.44,1);
    transition: top .1s .1s ease,transform .1s cubic-bezier(.165,.84,.44,1);
    transition: top .1s .1s ease,transform .1s cubic-bezier(.165,.84,.44,1),-webkit-transform .1s cubic-bezier(.165,.84,.44,1)
}

.hamburger--arrowalt .hamburger-inner::after {
    -webkit-transition: bottom .1s .1s ease,-webkit-transform .1s cubic-bezier(.165,.84,.44,1);
    transition: bottom .1s .1s ease,-webkit-transform .1s cubic-bezier(.165,.84,.44,1);
    transition: bottom .1s .1s ease,transform .1s cubic-bezier(.165,.84,.44,1);
    transition: bottom .1s .1s ease,transform .1s cubic-bezier(.165,.84,.44,1),-webkit-transform .1s cubic-bezier(.165,.84,.44,1)
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: translate3d(-6px,-7.5px,0) rotate(-45deg) scale(.7,1);
    transform: translate3d(-6px,-7.5px,0) rotate(-45deg) scale(.7,1);
    -webkit-transition: top .1s ease,-webkit-transform .1s .1s cubic-bezier(.895,.03,.685,.22);
    transition: top .1s ease,-webkit-transform .1s .1s cubic-bezier(.895,.03,.685,.22);
    transition: top .1s ease,transform .1s .1s cubic-bezier(.895,.03,.685,.22);
    transition: top .1s ease,transform .1s .1s cubic-bezier(.895,.03,.685,.22),-webkit-transform .1s .1s cubic-bezier(.895,.03,.685,.22)
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: translate3d(-6px,7.5px,0) rotate(45deg) scale(.7,1);
    transform: translate3d(-6px,7.5px,0) rotate(45deg) scale(.7,1);
    -webkit-transition: bottom .1s ease,-webkit-transform .1s .1s cubic-bezier(.895,.03,.685,.22);
    transition: bottom .1s ease,-webkit-transform .1s .1s cubic-bezier(.895,.03,.685,.22);
    transition: bottom .1s ease,transform .1s .1s cubic-bezier(.895,.03,.685,.22);
    transition: bottom .1s ease,transform .1s .1s cubic-bezier(.895,.03,.685,.22),-webkit-transform .1s .1s cubic-bezier(.895,.03,.685,.22)
}

.hamburger--arrowalt-r .hamburger-inner::before {
    -webkit-transition: top .1s .1s ease,-webkit-transform .1s cubic-bezier(.165,.84,.44,1);
    transition: top .1s .1s ease,-webkit-transform .1s cubic-bezier(.165,.84,.44,1);
    transition: top .1s .1s ease,transform .1s cubic-bezier(.165,.84,.44,1);
    transition: top .1s .1s ease,transform .1s cubic-bezier(.165,.84,.44,1),-webkit-transform .1s cubic-bezier(.165,.84,.44,1)
}

.hamburger--arrowalt-r .hamburger-inner::after {
    -webkit-transition: bottom .1s .1s ease,-webkit-transform .1s cubic-bezier(.165,.84,.44,1);
    transition: bottom .1s .1s ease,-webkit-transform .1s cubic-bezier(.165,.84,.44,1);
    transition: bottom .1s .1s ease,transform .1s cubic-bezier(.165,.84,.44,1);
    transition: bottom .1s .1s ease,transform .1s cubic-bezier(.165,.84,.44,1),-webkit-transform .1s cubic-bezier(.165,.84,.44,1)
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: translate3d(6px,-7.5px,0) rotate(45deg) scale(.7,1);
    transform: translate3d(6px,-7.5px,0) rotate(45deg) scale(.7,1);
    -webkit-transition: top .1s ease,-webkit-transform .1s .1s cubic-bezier(.895,.03,.685,.22);
    transition: top .1s ease,-webkit-transform .1s .1s cubic-bezier(.895,.03,.685,.22);
    transition: top .1s ease,transform .1s .1s cubic-bezier(.895,.03,.685,.22);
    transition: top .1s ease,transform .1s .1s cubic-bezier(.895,.03,.685,.22),-webkit-transform .1s .1s cubic-bezier(.895,.03,.685,.22)
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: translate3d(6px,7.5px,0) rotate(-45deg) scale(.7,1);
    transform: translate3d(6px,7.5px,0) rotate(-45deg) scale(.7,1);
    -webkit-transition: bottom .1s ease,-webkit-transform .1s .1s cubic-bezier(.895,.03,.685,.22);
    transition: bottom .1s ease,-webkit-transform .1s .1s cubic-bezier(.895,.03,.685,.22);
    transition: bottom .1s ease,transform .1s .1s cubic-bezier(.895,.03,.685,.22);
    transition: bottom .1s ease,transform .1s .1s cubic-bezier(.895,.03,.685,.22),-webkit-transform .1s .1s cubic-bezier(.895,.03,.685,.22)
}

.hamburger--arrowturn.is-active .hamburger-inner {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

    .hamburger--arrowturn.is-active .hamburger-inner::before {
        -webkit-transform: translate3d(8px,0,0) rotate(45deg) scale(.7,1);
        transform: translate3d(8px,0,0) rotate(45deg) scale(.7,1)
    }

    .hamburger--arrowturn.is-active .hamburger-inner::after {
        -webkit-transform: translate3d(8px,0,0) rotate(-45deg) scale(.7,1);
        transform: translate3d(8px,0,0) rotate(-45deg) scale(.7,1)
    }

.hamburger--arrowturn-r.is-active .hamburger-inner {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

    .hamburger--arrowturn-r.is-active .hamburger-inner::before {
        -webkit-transform: translate3d(-8px,0,0) rotate(-45deg) scale(.7,1);
        transform: translate3d(-8px,0,0) rotate(-45deg) scale(.7,1)
    }

    .hamburger--arrowturn-r.is-active .hamburger-inner::after {
        -webkit-transform: translate3d(-8px,0,0) rotate(45deg) scale(.7,1);
        transform: translate3d(-8px,0,0) rotate(45deg) scale(.7,1)
    }

.hamburger--slider .hamburger-inner {
    top: 1.5px
}

    .hamburger--slider .hamburger-inner::before {
        top: 7px;
        -webkit-transition-property: opacity,-webkit-transform;
        transition-property: opacity,-webkit-transform;
        transition-property: transform,opacity;
        transition-property: transform,opacity,-webkit-transform;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease;
        -webkit-transition-duration: .15s;
        transition-duration: .15s
    }

    .hamburger--slider .hamburger-inner::after {
        top: 14px
    }

.hamburger--slider.is-active .hamburger-inner {
    -webkit-transform: translate3d(0,7px,0) rotate(45deg);
    transform: translate3d(0,7px,0) rotate(45deg)
}

    .hamburger--slider.is-active .hamburger-inner::before {
        -webkit-transform: rotate(-45deg) translate3d(-4.28571px,-4px,0);
        transform: rotate(-45deg) translate3d(-4.28571px,-4px,0);
        opacity: 0
    }

    .hamburger--slider.is-active .hamburger-inner::after {
        -webkit-transform: translate3d(0,-14px,0) rotate(-90deg);
        transform: translate3d(0,-14px,0) rotate(-90deg)
    }

.hamburger--squeeze .hamburger-inner {
    -webkit-transition-duration: 75ms;
    transition-duration: 75ms;
    -webkit-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    transition-timing-function: cubic-bezier(.55,.055,.675,.19)
}

    .hamburger--squeeze .hamburger-inner::before {
        -webkit-transition: top 75ms .12s ease,opacity 75ms ease;
        transition: top 75ms .12s ease,opacity 75ms ease
    }

    .hamburger--squeeze .hamburger-inner::after {
        -webkit-transition: bottom 75ms .12s ease,-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19);
        transition: bottom 75ms .12s ease,-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19);
        transition: bottom 75ms .12s ease,transform 75ms cubic-bezier(.55,.055,.675,.19);
        transition: bottom 75ms .12s ease,transform 75ms cubic-bezier(.55,.055,.675,.19),-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19)
    }

.hamburger--squeeze.is-active .hamburger-inner {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: .12s;
    transition-delay: .12s;
    -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transition-timing-function: cubic-bezier(.215,.61,.355,1)
}

    .hamburger--squeeze.is-active .hamburger-inner::before {
        top: 0;
        opacity: 0;
        -webkit-transition: top 75ms ease,opacity 75ms .12s ease;
        transition: top 75ms ease,opacity 75ms .12s ease
    }

    .hamburger--squeeze.is-active .hamburger-inner::after {
        bottom: 0;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transition: bottom 75ms ease,-webkit-transform 75ms .12s cubic-bezier(.215,.61,.355,1);
        transition: bottom 75ms ease,-webkit-transform 75ms .12s cubic-bezier(.215,.61,.355,1);
        transition: bottom 75ms ease,transform 75ms .12s cubic-bezier(.215,.61,.355,1);
        transition: bottom 75ms ease,transform 75ms .12s cubic-bezier(.215,.61,.355,1),-webkit-transform 75ms .12s cubic-bezier(.215,.61,.355,1)
    }

.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

.item {
    margin: 0;
    padding-left: 1em;
    padding-right: 1em
}

.item {
    width: 100%
}

    .item.container {
        padding-left: 0;
        padding-right: 0
    }

.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: 0
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .slick-track:after, .slick-track:before {
        display: table;
        content: ''
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

::-moz-selection {
    background: #f60575;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #f60575;
    color: #fff;
    text-shadow: none
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background: rgba(102,102,102,.1)
}

::-webkit-scrollbar-thumb {
    background: rgba(102,102,102,.2)
}

.title {
    font-family: Montserrat,sans-serif
}

.main-wrap .contact {
    background-color: #00a0da;
    padding: 120px 1em;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width:1199px) {
    .main-wrap .contact {
        padding: 100px 1em
    }
}

@media screen and (max-width:767px) {
    .main-wrap .contact {
        padding: 50px 1em
    }
}

.main-wrap .contact:before {
    content: "";
    width: 100%;
    height: 95%;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-image: url(../img/overlay-contact.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute
}

@media screen and (max-width:479px) {
    .main-wrap .contact:before {
        display: none
    }
}

.main-wrap .contact .box {
    background-color: #fff;
    padding: 40px 80px 40px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    border-radius: 20px;
    max-width: 1000px;
    margin: 0 auto
}

@media screen and (max-width:1199px) {
    .main-wrap .contact .box {
        max-width: 850px
    }
}

@media screen and (max-width:1023px) {
    .main-wrap .contact .box {
        padding: 40px 30px 20px 30px
    }
}

@media screen and (max-width:767px) {
    .main-wrap .contact .box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (max-width:479px) {
    .main-wrap .contact .box {
        padding: 40px 20px 10px 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (min-width:1024px) {
    .main-wrap .contact .box:before {
        content: "";
        right: -85px;
        bottom: 30px;
        background-image: url(../img/img-man.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        position: absolute;
        width: 250px;
        height: 75%
    }
}

.main-wrap .contact .box > .title {
    font-size: 28px;
    width: 100%;
    padding-left: 30px
}

@media screen and (max-width:767px) {
    .main-wrap .contact .box > .title {
        font-size: 26px
    }
}

.main-wrap .contact .box .form {
    width: 50%;
    max-width: 400px;
    padding: 40px 30px 0 30px
}

@media screen and (max-width:767px) {
    .main-wrap .contact .box .form {
        width: 100%;
        max-width: 600px;
        padding: 30px 20px 0 20px
    }
}

@media screen and (max-width:479px) {
    .main-wrap .contact .box .form {
        padding: 30px 0 0 0
    }
}

.main-wrap .contact .box .form .input-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

    .main-wrap .contact .box .form .input-wrap input, .main-wrap .contact .box .form .input-wrap select, .main-wrap .contact .box .form .input-wrap textarea {
        font-family: "Open Sans",sans-serif;
        font-size: 15px;
        padding: 10px 15px 5px 15px;
        width: 100%;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        position: relative;
        color: #333;
        border: none;
        border-bottom: 2px solid #333;
        background-color: #fff
    }

        .main-wrap .contact .box .form .input-wrap input::-webkit-input-placeholder, .main-wrap .contact .box .form .input-wrap select::-webkit-input-placeholder, .main-wrap .contact .box .form .input-wrap textarea::-webkit-input-placeholder {
            color: silver
        }

        .main-wrap .contact .box .form .input-wrap input::-moz-placeholder, .main-wrap .contact .box .form .input-wrap select::-moz-placeholder, .main-wrap .contact .box .form .input-wrap textarea::-moz-placeholder {
            color: silver
        }

        .main-wrap .contact .box .form .input-wrap input:-ms-input-placeholder, .main-wrap .contact .box .form .input-wrap select:-ms-input-placeholder, .main-wrap .contact .box .form .input-wrap textarea:-ms-input-placeholder {
            color: silver
        }

        .main-wrap .contact .box .form .input-wrap input::-ms-input-placeholder, .main-wrap .contact .box .form .input-wrap select::-ms-input-placeholder, .main-wrap .contact .box .form .input-wrap textarea::-ms-input-placeholder {
            color: silver
        }

        .main-wrap .contact .box .form .input-wrap input::placeholder, .main-wrap .contact .box .form .input-wrap select::placeholder, .main-wrap .contact .box .form .input-wrap textarea::placeholder {
            color: silver
        }

    .main-wrap .contact .box .form .input-wrap select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23555555%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
        background-repeat: no-repeat;
        background-position: right 5px top 50%,0 0;
        background-size: 10px auto,100%
    }

        .main-wrap .contact .box .form .input-wrap select:invalid {
            color: silver
        }

        .main-wrap .contact .box .form .input-wrap select option {
            color: #333
        }

    .main-wrap .contact .box .form .input-wrap.textarea {
        margin-top: 40px;
        margin-bottom: 25px
    }

        .main-wrap .contact .box .form .input-wrap.textarea textarea {
            resize: none;
            min-height: 60px;
            border: none;
            border-radius: 10px;
            background-color: #fbfbfb
        }

    .main-wrap .contact .box .form .input-wrap.terms {
        margin-bottom: 25px
    }

        .main-wrap .contact .box .form .input-wrap.terms input {
            width: auto
        }

@media screen and (max-width:359px) {
    .main-wrap .contact .box .form .input-wrap.terms input {
        margin-top: -12px
    }
}

.main-wrap .contact .box .form .input-wrap.terms label {
    font-size: 15px;
    font-family: "Open Sans",sans-serif;
    color: #666;
    line-height: 1
}

.main-wrap .contact .box .form .btn {
    border-radius: 50px;
    background-color: #f60575;
    color: #fff;
    font-size: 15px;
    padding: 12px 35px;
    font-family: Montserrat,sans-serif;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-weight: 600;
    border: none;
    outline: 0;
    cursor: pointer;
    width: 100%
}

@media screen and (max-width:767px) {
    .main-wrap .contact .box .form .btn {
        max-width: 300px;
        margin: 0 auto;
        display: table
    }
}

@media screen and (max-width:479px) {
    .main-wrap .contact .box .form .btn {
        font-size: 16px
    }
}

.main-wrap .contact .box .form .btn:hover {
    background-color: #dd0469
}

.main-wrap .contact .box .copy {
    width: 50%;
    max-width: 420px;
    padding: 30px;
    text-align: center
}

@media screen and (max-width:1023px) {
    .main-wrap .contact .box .copy {
        padding: 30px 20px 20px 20px
    }
}

@media screen and (max-width:767px) {
    .main-wrap .contact .box .copy {
        width: 100%;
        max-width: 600px
    }
}

@media screen and (max-width:479px) {
    .main-wrap .contact .box .copy {
        padding: 30px 0 15px 0
    }
}

.main-wrap .contact .box .copy .icon {
    max-width: 200px;
    margin: 0 auto
}

@media screen and (max-width:767px) {
    .main-wrap .contact .box .copy .icon {
        max-width: 150px;
        margin: 20px auto 0 auto
    }
}

@media screen and (max-width:479px) {
    .main-wrap .contact .box .copy .icon {
        max-width: 120px
    }
}

.main-wrap .contact .box .copy .title {
    font-size: 18px;
    text-transform: uppercase;
    margin: 40px 0 25px 0
}

@media screen and (max-width:767px) {
    .main-wrap .contact .box .copy .title {
        margin: 30px 0 15px 0
    }
}

.main-wrap .contact .box .copy .title span {
    font-weight: 400
}

.main-wrap .contact .box .copy .description {
    color: #666;
    font-size: 15px
}

.main-wrap .contact .box .copy .icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 35px;
    position: relative
}

@media screen and (max-width:767px) {
    .main-wrap .contact .box .copy .icons {
        margin-top: 20px
    }
}

.main-wrap .contact .box .copy .icons a {
    width: 44px;
    height: 44px;
    background-color: #f60575;
    border-radius: 50%;
    display: block;
    margin: 0 13px;
    padding: 4px 5px;
    -webkit-transition: all .3s;
    transition: all .3s
}

@media screen and (max-width:767px) {
    .main-wrap .contact .box .copy .icons a {
        width: 40px;
        height: 40px
    }
}

@media screen and (max-width:479px) {
    .main-wrap .contact .box .copy .icons a {
        margin: 0 10px
    }
}

.main-wrap .contact .box .copy .icons a:hover {
    background-color: #dd0469
}

.main-wrap .contact .box .copy .icons a span {
    color: #fff;
    font-size: 24px
}

@media screen and (max-width:767px) {
    .main-wrap .contact .box .copy .icons a span {
        font-size: 22px
    }
}

.main-wrap .contact .box .copy .icons a span:before {
    font-family: Flaticon
}

.main-wrap .contact .box .copy .icons a span.icon-phone:before {
    content: ""
}

.main-wrap .contact .box .copy .icons a span.icon-ws:before {
    content: ""
}

.main-wrap .contact .box .copy .icons a span.icon-mail:before {
    content: ""
}

.main-wrap .contact .box .copy .icons a span.icon-chat:before {
    content: ""
}

.main-wrap .contact .box .copy .img-text {
    margin-top: 5px;
    margin-left: -40px;
    max-width: 230px
}

@media screen and (max-width:1199px) {
    .main-wrap .contact .box .copy .img-text {
        margin: 5px auto 0 auto
    }
}

.main-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 10px 0;
    z-index: 500;
    -webkit-transition: all .3s;
    transition: all .3s;
    background: #fff
}

    .main-header.scroll {
        -webkit-box-shadow: 0 0 3px rgba(0,0,0,.1);
        box-shadow: 0 0 3px rgba(0,0,0,.1);
        padding: 8px 0
    }

    .main-header .container .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .main-header .container .item .main-logo {
            min-width: 150px;
            max-width: 160px
        }

@media screen and (max-width:379px) {
    .main-header .container .item .main-logo {
        max-width: 250px;
    }
}

.main-header .container .item .main-logo img {
    /*max-width: 100%;*/
    max-width:100px;

}

.main-header .container .item .main-nav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main-header .container .item .main-nav__toggle {
    display: none
}

@media screen and (max-width:767px) {
    .main-header .container .item .main-nav__toggle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.main-header .container .item .main-nav__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media screen and (max-width:767px) {
    .main-header .container .item .main-nav__menu {
        position: absolute;
        visibility: hidden;
        opacity: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        right: -300px;
        width: 100%;
        max-width: 300px;
        background-color: #fff;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        top: 100%;
        -webkit-transition: all .5s;
        transition: all .5s;
        -webkit-box-shadow: 0 0 3px rgba(0,0,0,.1);
        box-shadow: 0 0 3px rgba(0,0,0,.1)
    }

        .main-header .container .item .main-nav__menu.active {
            opacity: 1;
            visibility: visible;
            right: 0
        }
}

.main-header .container .item .main-nav__menu .menu-item a {
    margin: 0 40px 0 0;
    font-family: Montserrat,sans-serif;
    color: #333;
    position: relative;
    font-weight: 500
}

@media screen and (max-width:767px) {
    .main-header .container .item .main-nav__menu .menu-item a {
        margin: 0;
        padding: 15px 15px 15px 20px;
        display: block;
        font-size: 15px;
        border-bottom: 1px solid rgba(0,0,0,.03);
        -webkit-transition: all .3s;
        transition: all .3s
    }

        .main-header .container .item .main-nav__menu .menu-item a:before {
            display: none
        }

        .main-header .container .item .main-nav__menu .menu-item a:hover {
            padding-left: 30px;
            color: #f60575
        }
}

.main-header .container .item .main-nav__menu .menu-item a:before {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #f60575;
    left: 0;
    bottom: -2px;
    position: absolute;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0
}

.main-header .container .item .main-nav__menu .menu-item a:hover:before {
    opacity: 1
}

.main-header .container .item .main-nav__menu .menu-item.active a:before {
    opacity: 1
}

.main-header .container .item .main-nav .buttons-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media screen and (max-width:767px) {
    .main-header .container .item .main-nav .buttons-contact {
        margin-right: 30px
    }
}

@media screen and (max-width:379px) {
    .main-header .container .item .main-nav .buttons-contact {
        margin-right: 20px
    }
}

.main-header .container .item .main-nav .buttons-contact a {
    -webkit-transition: all .3s;
    transition: all .3s
}

    .main-header .container .item .main-nav .buttons-contact a.btn-call {
        border: 1px solid #333;
        color: #000;
        border-radius: 50px;
        padding: 3px 15px;
        font-family: Montserrat,sans-serif
    }

@media screen and (max-width:1023px) {
    .main-header .container .item .main-nav .buttons-contact a.btn-call {
        border-radius: 50%;
        padding: 3px 8px
    }
}

.main-header .container .item .main-nav .buttons-contact a.btn-call:hover {
    background-color: #f60575;
    color: #fff;
    border-color: #f60575
}

.main-header .container .item .main-nav .buttons-contact a.btn-call span {
    margin-left: 5px;
    font-weight: 600
}

@media screen and (max-width:1023px) {
    .main-header .container .item .main-nav .buttons-contact a.btn-call span {
        display: none
    }
}

.main-header .container .item .main-nav .buttons-contact a.btn-call:before {
    content: "";
    font-family: Flaticon
}

.main-header .container .item .main-nav .buttons-contact a.btn-ws {
    color: #4caf50;
    font-size: 32px;
    margin-left: 25px
}

@media screen and (max-width:379px) {
    .main-header .container .item .main-nav .buttons-contact a.btn-ws {
        margin-left: 15px
    }
}

.main-header .container .item .main-nav .buttons-contact a.btn-ws:hover {
    color: #449d48
}

.main-header .container .item .main-nav .buttons-contact a.btn-ws:before {
    content: "";
    font-family: Flaticon
}

body.home .main-banner {
    padding: 69px 0 0 0;
    background-color: #fff
}

@media screen and (max-width:1199px) {
    body.home .main-banner .container {
        max-width: 100%
    }
}

body.home .main-banner .container .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

@media screen and (max-width:1199px) {
    body.home .main-banner .container .item {
        padding: 0
    }
}

@media screen and (max-width:479px) {
    body.home .main-banner .container .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

body.home .main-banner .container .item .copy {
    position: absolute;
    background-color: rgba(255,255,255,.9);
    width: 100%;
    max-width: 500px;
    z-index: 10;
    padding: 40px 20px;
    border-radius: 50px
}

@media screen and (max-width:1199px) {
    body.home .main-banner .container .item .copy {
        margin-left: 1em
    }
}

@media screen and (max-width:767px) {
    body.home .main-banner .container .item .copy {
        left: 5%;
        text-align: center;
        margin: 0;
        width: 90%;
        max-width: 100%
    }
}

@media screen and (max-width:479px) {
    body.home .main-banner .container .item .copy {
        width: 92%;
        left: 4%;
        padding: 35px 10px 40px 10px;
        bottom: -230px
    }
}

@media screen and (max-width:389px) {
    body.home .main-banner .container .item .copy {
        bottom: -260px
    }
}

body.home .main-banner .container .item .copy .title {
    font-size: 45px
}

@media screen and (max-width:479px) {
    body.home .main-banner .container .item .copy .title {
        font-size: 32px
    }
}

body.home .main-banner .container .item .copy .title span {
    font-weight: 400
}

body.home .main-banner .container .item .copy .description {
    margin: 30px 0 40px 0;
    max-width: 450px
}

@media screen and (max-width:767px) {
    body.home .main-banner .container .item .copy .description {
        max-width: 100%
    }
}

@media screen and (max-width:479px) {
    body.home .main-banner .container .item .copy .description {
        margin: 20px 0 30px 0
    }
}

body.home .main-banner .container .item .copy .btn {
    border-radius: 50px;
    background-color: #f60575;
    color: #fff;
    font-size: 15px;
    padding: 10px 35px;
    font-family: Montserrat,sans-serif;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-weight: 600
}

@media screen and (max-width:479px) {
    body.home .main-banner .container .item .copy .btn {
        font-size: 16px
    }
}

body.home .main-banner .container .item .copy .btn:hover {
    background-color: #dd0469
}

body.home .main-banner .container .item .slider {
    width: 100%;
    max-width: 800px;
    margin-left: auto
}

    body.home .main-banner .container .item .slider .image-item {
        height: 500px
    }

@media screen and (max-width:479px) {
    body.home .main-banner .container .item .slider .image-item {
        height: 350px
    }
}

body.home .main-banner .container .item .slider .image-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

body.home .main-banner .container .item .slider .slick-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width:479px) {
    body.home .main-banner .container .item .slider .slick-dots {
        bottom: 80px
    }
}

body.home .main-banner .container .item .slider .slick-dots li {
    padding: 0 4px
}

    body.home .main-banner .container .item .slider .slick-dots li button {
        border: 1px solid #fff;
        background-color: transparent;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        outline: 0;
        padding: 0;
        cursor: pointer
    }

    body.home .main-banner .container .item .slider .slick-dots li.slick-active button {
        background-color: #fff
    }

body.home .main-wrap .services {
    background-color: #f2fbff;
    padding: 100px 0
}

@media screen and (max-width:767px) {
    body.home .main-wrap .services {
        padding: 50px 0
    }
}

@media screen and (max-width:479px) {
    body.home .main-wrap .services {
        padding: 220px 0 50px 0
    }
}

@media screen and (max-width:389px) {
    body.home .main-wrap .services {
        padding: 250px 0 50px 0
    }
}

body.home .main-wrap .services .container .item .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width:767px) {
    body.home .main-wrap .services .container .item .grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

body.home .main-wrap .services .container .item .grid__item {
    text-align: center;
    margin: 0 20px;
    width: 100%
}

@media screen and (max-width:767px) {
    body.home .main-wrap .services .container .item .grid__item {
        margin: 50px auto 0 auto;
        max-width: 400px
    }
}

body.home .main-wrap .services .container .item .grid__item .wrap-icon {
    height: 200px
}

@media screen and (max-width:1023px) {
    body.home .main-wrap .services .container .item .grid__item .wrap-icon {
        height: 150px
    }
}

body.home .main-wrap .services .container .item .grid__item .wrap-icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

body.home .main-wrap .services .container .item .grid__item .title {
    font-size: 24px;
    margin: 20px 0;
    line-height: 1
}

@media screen and (max-width:1023px) {
    body.home .main-wrap .services .container .item .grid__item .title {
        font-size: 22px;
        margin: 15px 0
    }
}

body.home .main-wrap .services .container .item .grid__item .title span {
    font-weight: 400
}

body.home .main-wrap .services .container .item .grid__item .description a {
    font-weight: 700;
    color: #f60575
}

    body.home .main-wrap .services .container .item .grid__item .description a:hover {
        text-decoration: underline
    }

body.home .main-wrap .services .container .item .btn {
    border-radius: 50px;
    background-color: #f60575;
    color: #fff;
    font-size: 15px;
    padding: 10px 35px;
    font-family: Montserrat,sans-serif;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: table;
    margin: 40px auto 0 auto;
    font-weight: 600
}

@media screen and (max-width:479px) {
    body.home .main-wrap .services .container .item .btn {
        font-size: 16px
    }
}

body.home .main-wrap .services .container .item .btn:hover {
    background-color: #dd0469
}

body.home .main-wrap .about {
    background-color: #fff;
    padding: 100px 50px
}

@media screen and (max-width:1023px) {
    body.home .main-wrap .about {
        padding: 100px 40px
    }
}

@media screen and (max-width:767px) {
    body.home .main-wrap .about {
        padding: 70px 2em 50px 2em
    }
}

body.home .main-wrap .about .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    max-width: 1000px;
    margin: 0 auto
}

@media screen and (max-width:767px) {
    body.home .main-wrap .about .box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

body.home .main-wrap .about .box .wrap-image {
    position: relative
}

    body.home .main-wrap .about .box .wrap-image:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: -40px;
        left: -40px;
        background-color: #daf2fb;
        border-radius: 50px
    }

@media screen and (max-width:1023px) {
    body.home .main-wrap .about .box .wrap-image:before {
        top: -20px;
        left: -20px
    }
}

body.home .main-wrap .about .box .wrap-image img {
    max-width: 450px;
    position: relative;
    width: 100%;
    border-radius: 50px;
}

@media screen and (max-width:1023px) {
    body.home .main-wrap .about .box .wrap-image img {
        max-width: 400px
    }
}

body.home .main-wrap .about .box .copy {
    margin-left: 100px
}

@media screen and (max-width:1023px) {
    body.home .main-wrap .about .box .copy {
        margin-left: 50px
    }
}

@media screen and (max-width:767px) {
    body.home .main-wrap .about .box .copy {
        margin: 30px auto 0 auto;
        max-width: 400px;
        text-align: center
    }
}

body.home .main-wrap .about .box .copy .title {
    font-size: 28px
}

@media screen and (max-width:479px) {
    body.home .main-wrap .about .box .copy .title {
        font-size: 26px
    }
}

body.home .main-wrap .about .box .copy .description {
    margin: 30px 0 40px 0;
    max-width: 450px
}

@media screen and (max-width:479px) {
    body.home .main-wrap .about .box .copy .description {
        margin: 20px 0 30px 0
    }
}

body.home .main-wrap .about .box .copy .btn {
    border-radius: 50px;
    background-color: #f60575;
    color: #fff;
    font-size: 15px;
    padding: 10px 35px;
    font-family: Montserrat,sans-serif;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-weight: 600
}

@media screen and (max-width:479px) {
    body.home .main-wrap .about .box .copy .btn {
        font-size: 16px
    }
}

body.home .main-wrap .about .box .copy .btn:hover {
    background-color: #dd0469
}

body.home .main-wrap .testimonials {
    background-color: #f2fbff;
    padding: 100px 1em
}

@media screen and (max-width:767px) {
    body.home .main-wrap .testimonials {
        padding: 50px 1em
    }
}

body.home .main-wrap .testimonials .title {
    text-align: center;
    font-size: 28px;
    margin-bottom: 40px
}

@media screen and (max-width:479px) {
    body.home .main-wrap .testimonials .title {
        margin-bottom: 0;
        font-size: 26px
    }
}

body.home .main-wrap .testimonials .title span {
    font-weight: 400
}

@media screen and (max-width:767px) {
    body.home .main-wrap .testimonials .title span {
        display: block
    }
}

body.home .main-wrap .testimonials .slider__content {
    max-width: 800px;
    margin: 20px auto 15px auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:479px) {
    body.home .main-wrap .testimonials .slider__content {
        margin: 20px auto 10px auto
    }
}

body.home .main-wrap .testimonials .slider__content .slick-list {
    padding: 20px 0
}

    body.home .main-wrap .testimonials .slider__content .slick-list .box {
        text-align: center;
        font-size: 16px;
        background-color: #daf2fb;
        padding: 40px;
        border-radius: 10px;
        position: relative;
        color: #00445d;
        line-height: 1.8;
        font-family: Montserrat,sans-serif;
        font-weight: 500
    }

@media screen and (max-width:767px) {
    body.home .main-wrap .testimonials .slider__content .slick-list .box {
        padding: 40px 20px
    }
}

@media screen and (max-width:479px) {
    body.home .main-wrap .testimonials .slider__content .slick-list .box {
        padding: 40px 10px 25px 10px;
        font-size: 15px;
        line-height: 1.6
    }
}

body.home .main-wrap .testimonials .slider__content .slick-list .box:before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -20px;
    color: #00a0da;
    background-image: url(../img/icons/comillas.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 45px;
    height: 40px
}

body.home .main-wrap .testimonials .slider__content .slick-list .box:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -40px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-style: solid;
    border-width: 20px;
    border-color: #daf2fb transparent transparent transparent
}

body.home .main-wrap .testimonials .slider__content button {
    font-size: 35px;
    color: #f60575;
    outline: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s
}

    body.home .main-wrap .testimonials .slider__content button:hover {
        color: #dd0469
    }

    body.home .main-wrap .testimonials .slider__content button:before {
        font-family: Flaticon
    }

    body.home .main-wrap .testimonials .slider__content button.slick-prev {
        margin-right: 20px
    }

        body.home .main-wrap .testimonials .slider__content button.slick-prev:before {
            content: ""
        }

    body.home .main-wrap .testimonials .slider__content button.slick-next {
        margin-left: 20px
    }

        body.home .main-wrap .testimonials .slider__content button.slick-next:before {
            content: ""
        }

body.home .main-wrap .testimonials .slider__nav {
    max-width: 400px;
    margin: 0 auto
}

@media screen and (max-width:479px) {
    body.home .main-wrap .testimonials .slider__nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 300px
    }
}

body.home .main-wrap .testimonials .slider__nav .slick-list {
    padding: 0 !important
}

    body.home .main-wrap .testimonials .slider__nav .slick-list .slick-track .user {
        width: 100% !important;
        text-align: center;
        -webkit-transition: all .3s;
        transition: all .3s;
        cursor: pointer;
        margin: 0 20px
    }

        body.home .main-wrap .testimonials .slider__nav .slick-list .slick-track .user:hover .name {
            color: #00a0da
        }

        body.home .main-wrap .testimonials .slider__nav .slick-list .slick-track .user img {
            max-width: 45px;
            margin: 0 auto
        }

        body.home .main-wrap .testimonials .slider__nav .slick-list .slick-track .user .name {
            font-size: 14px;
            margin-top: 5px;
            color: #000;
            -webkit-transition: all .3s;
            transition: all .3s
        }

body.home .main-wrap .testimonials .slider__nav button {
    font-size: 35px;
    color: #f60575;
    outline: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

    body.home .main-wrap .testimonials .slider__nav button:hover {
        color: #dd0469
    }

    body.home .main-wrap .testimonials .slider__nav button:before {
        font-family: Flaticon
    }

    body.home .main-wrap .testimonials .slider__nav button.slick-prev {
        margin-right: 20px;
        left: 0
    }

        body.home .main-wrap .testimonials .slider__nav button.slick-prev:before {
            content: ""
        }

    body.home .main-wrap .testimonials .slider__nav button.slick-next {
        margin-left: 20px;
        right: 0
    }

        body.home .main-wrap .testimonials .slider__nav button.slick-next:before {
            content: ""
        }

body.home .main-wrap .find-us {
    padding: 100px 0
}

@media screen and (max-width:767px) {
    body.home .main-wrap .find-us {
        padding: 70px 0
    }
}

@media screen and (max-width:479px) {
    body.home .main-wrap .find-us {
        padding: 50px 0 40px 0
    }
}

body.home .main-wrap .find-us .container .item .title {
    font-size: 28px
}

@media screen and (max-width:767px) {
    body.home .main-wrap .find-us .container .item .title {
        font-size: 26px;
        text-align: center
    }
}

body.home .main-wrap .find-us .container .item .title span {
    font-weight: 400
}

body.home .main-wrap .find-us .container .item .wrap-map {
    margin: 50px 0 30px 0
}

@media screen and (max-width:767px) {
    body.home .main-wrap .find-us .container .item .wrap-map {
        margin: 30px 0 20px 0
    }
}

body.home .main-wrap .find-us .container .item .wrap-map iframe {
    width: 100%;
    height: 400px
}

@media screen and (max-width:479px) {
    body.home .main-wrap .find-us .container .item .wrap-map iframe {
        height: 300px
    }
}

body.home .main-wrap .find-us .container .item .block-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width:767px) {
    body.home .main-wrap .find-us .container .item .block-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

body.home .main-wrap .find-us .container .item .block-info .address, body.home .main-wrap .find-us .container .item .block-info .call-us, body.home .main-wrap .find-us .container .item .block-info .work-hours {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    padding: 0 10px
}

@media screen and (max-width:767px) {
    body.home .main-wrap .find-us .container .item .block-info .address, body.home .main-wrap .find-us .container .item .block-info .call-us, body.home .main-wrap .find-us .container .item .block-info .work-hours {
        margin: 10px auto
    }
}

body.home .main-wrap .find-us .container .item .block-info .address .title, body.home .main-wrap .find-us .container .item .block-info .call-us .title, body.home .main-wrap .find-us .container .item .block-info .work-hours .title {
    position: relative;
    font-size: 18px;
    display: table;
    margin: 0 auto
}

    body.home .main-wrap .find-us .container .item .block-info .address .title:before, body.home .main-wrap .find-us .container .item .block-info .call-us .title:before, body.home .main-wrap .find-us .container .item .block-info .work-hours .title:before {
        font-family: Flaticon;
        color: #00a0da;
        font-size: 15px;
        font-weight: 400;
        position: absolute;
        left: -20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

body.home .main-wrap .find-us .container .item .block-info .address .description, body.home .main-wrap .find-us .container .item .block-info .call-us .description, body.home .main-wrap .find-us .container .item .block-info .work-hours .description {
    text-align: center;
    font-size: 15px;
    margin-top: 15px
}

@media screen and (max-width:767px) {
    body.home .main-wrap .find-us .container .item .block-info .address .description, body.home .main-wrap .find-us .container .item .block-info .call-us .description, body.home .main-wrap .find-us .container .item .block-info .work-hours .description {
        margin-top: 5px
    }
}

body.home .main-wrap .find-us .container .item .block-info .address .title:before {
    content: ""
}

body.home .main-wrap .find-us .container .item .block-info .work-hours .title:before {
    content: ""
}

body.home .main-wrap .find-us .container .item .block-info .call-us .title:before {
    content: ""
}

body.services .main-wrap {
    padding-top: 70px
}

    body.services .main-wrap .printing-services {
        background-color: #f2fbff;
        padding: 100px 0
    }

@media screen and (max-width:767px) {
    body.services .main-wrap .printing-services {
        padding: 50px 0
    }
}

body.services .main-wrap .printing-services .container .item {
    max-width: 1000px;
    margin: 0 auto
}

    body.services .main-wrap .printing-services .container .item > .title {
        font-size: 40px;
        margin-bottom: 80px
    }

@media screen and (max-width:767px) {
    body.services .main-wrap .printing-services .container .item > .title {
        text-align: center;
        font-size: 35px;
        margin-bottom: 50px
    }
}

@media screen and (max-width:479px) {
    body.services .main-wrap .printing-services .container .item > .title {
        text-align: center;
        font-size: 30px
    }
}

body.services .main-wrap .printing-services .container .item > .title span {
    font-weight: 400
}

body.services .main-wrap .printing-services .container .item .block-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px
}

@media screen and (max-width:767px) {
    body.services .main-wrap .printing-services .container .item .block-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 400px;
        margin: 0 auto 50px auto
    }
}

body.services .main-wrap .printing-services .container .item .block-flex:last-child {
    margin-bottom: 0
}

body.services .main-wrap .printing-services .container .item .block-flex .wrap-icon {
    width: 50%;
    max-width: 400px
}

@media screen and (max-width:767px) {
    body.services .main-wrap .printing-services .container .item .block-flex .wrap-icon {
        width: 100%;
        max-width: 200px
    }
}

body.services .main-wrap .printing-services .container .item .block-flex .wrap-icon img {
    width: 100%
}

body.services .main-wrap .printing-services .container .item .block-flex .copy {
    width: 50%;
    padding-left: 50px
}

@media screen and (max-width:767px) {
    body.services .main-wrap .printing-services .container .item .block-flex .copy {
        padding: 0;
        text-align: center;
        width: 100%
    }
}

body.services .main-wrap .printing-services .container .item .block-flex .copy .title {
    font-size: 26px
}

@media screen and (max-width:767px) {
    body.services .main-wrap .printing-services .container .item .block-flex .copy .title {
        margin-top: 20px;
        font-size: 24px
    }
}

@media screen and (max-width:479px) {
    body.services .main-wrap .printing-services .container .item .block-flex .copy .title {
        font-size: 22px
    }
}

body.services .main-wrap .printing-services .container .item .block-flex .copy .title span {
    font-weight: 400
}

body.services .main-wrap .printing-services .container .item .block-flex .copy .description {
    margin: 20px 0 25px 0
}

@media screen and (max-width:767px) {
    body.services .main-wrap .printing-services .container .item .block-flex .copy .description {
        margin: 15px 0;
        text-align: left;
    }
}

body.services .main-wrap .printing-services .container .item .block-flex .copy .btn {
    border-radius: 50px;
    background-color: #f60575;
    color: #fff;
    font-size: 15px;
    padding: 10px 35px;
    font-family: Montserrat,sans-serif;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: table;
    font-weight: 600
}

@media screen and (max-width:767px) {
    body.services .main-wrap .printing-services .container .item .block-flex .copy .btn {
        margin: 0 auto
    }
}

@media screen and (max-width:479px) {
    body.services .main-wrap .printing-services .container .item .block-flex .copy .btn {
        font-size: 16px
    }
}

body.services .main-wrap .printing-services .container .item .block-flex .copy .btn:hover {
    background-color: #dd0469
}

@media screen and (min-width:768px) {
    body.services .main-wrap .printing-services .container .item .block-flex.icon-right .wrap-icon {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    body.services .main-wrap .printing-services .container .item .block-flex.icon-right .copy {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 0 50px 0 0
    }
}

body.services .main-wrap .other-services {
    background-color: #fff;
    padding: 100px 0
}

@media screen and (max-width:767px) {
    body.services .main-wrap .other-services {
        padding: 50px 0
    }
}

body.services .main-wrap .other-services .container .item {
    max-width: 1000px;
    margin: 0 auto
}

    body.services .main-wrap .other-services .container .item > .title {
        font-size: 40px;
        margin-bottom: 80px;
        text-align: center
    }

@media screen and (max-width:767px) {
    body.services .main-wrap .other-services .container .item > .title {
        font-size: 35px;
        margin-bottom: 50px
    }
}

@media screen and (max-width:479px) {
    body.services .main-wrap .other-services .container .item > .title {
        font-size: 30px
    }
}

body.services .main-wrap .other-services .container .item > .title span {
    font-weight: 400
}

body.services .main-wrap .other-services .container .item .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width:767px) {
    body.services .main-wrap .other-services .container .item .grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

body.services .main-wrap .other-services .container .item .grid__item {
    width: 100%;
    padding: 0 40px
}

@media screen and (max-width:767px) {
    body.services .main-wrap .other-services .container .item .grid__item {
        text-align: center;
        max-width: 400px;
        margin: 0 auto 50px auto;
        padding: 0
    }

        body.services .main-wrap .other-services .container .item .grid__item:last-child {
            margin-bottom: 0
        }
}

body.services .main-wrap .other-services .container .item .grid__item .wrap-icon {
    height: 200px;
    max-width: 300px
}

@media screen and (max-width:1023px) {
    body.services .main-wrap .other-services .container .item .grid__item .wrap-icon {
        height: 150px
    }
}

@media screen and (max-width:767px) {
    body.services .main-wrap .other-services .container .item .grid__item .wrap-icon {
        margin: 0 auto
    }
}

body.services .main-wrap .other-services .container .item .grid__item .wrap-icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

body.services .main-wrap .other-services .container .item .grid__item .copy .title {
    font-size: 24px;
    margin: 15px 0
}

@media screen and (max-width:479px) {
    body.services .main-wrap .other-services .container .item .grid__item .copy .title {
        font-size: 22px
    }
}

body.services .main-wrap .other-services .container .item .grid__item .copy .title span {
    font-weight: 400
}

body.services .main-wrap .other-services .container .item .grid__item .copy .description p {
    margin-bottom: 15px
}

    body.services .main-wrap .other-services .container .item .grid__item .copy .description p:last-child {
        margin-bottom: 0
    }

body.services .main-wrap .other-services .container .item .grid__item .copy .description ul {
    margin-bottom: 15px;
    padding-left: 15px
}

    body.services .main-wrap .other-services .container .item .grid__item .copy .description ul:last-child {
        margin-bottom: 0
    }

    body.services .main-wrap .other-services .container .item .grid__item .copy .description ul li {
        position: relative
    }

        body.services .main-wrap .other-services .container .item .grid__item .copy .description ul li:before {
            content: "";
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background-color: rgba(0,160,218,.5);
            position: absolute;
            top: 9px;
            left: -12px
        }

@media screen and (max-width:767px) {
    body.services .main-wrap .other-services .container .item .grid__item .copy .description .hide-mobile {
        display: none
    }
}

body.services .main-wrap .other-services .container .item .grid__item .copy .btn {
    border-radius: 50px;
    background-color: #f60575;
    color: #fff;
    font-size: 15px;
    padding: 10px 35px;
    font-family: Montserrat,sans-serif;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: table;
    font-weight: 600;
    margin: 20px 0 0 0
}

@media screen and (max-width:767px) {
    body.services .main-wrap .other-services .container .item .grid__item .copy .btn {
        margin: 20px auto 0 auto
    }
}

@media screen and (max-width:479px) {
    body.services .main-wrap .other-services .container .item .grid__item .copy .btn {
        font-size: 16px
    }
}

body.services .main-wrap .other-services .container .item .grid__item .copy .btn:hover {
    background-color: #dd0469
}

body.service .main-wrap {
    padding-top: 69px
}

    body.service .main-wrap .banner-icon {
        background-color: #f2fbff;
        padding: 30px 0 20px 0
    }

        body.service .main-wrap .banner-icon img {
            width: 100%;
            max-width: 250px;
            margin: 0 auto
        }

@media screen and (max-width:479px) {
    body.service .main-wrap .banner-icon img {
        max-width: 180px
    }
}

body.service .main-wrap .block-info {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 1em 50px 1em
}

@media screen and (max-width:649px) {
    body.service .main-wrap .block-info {
        padding: 40px 1em 30px 1em
    }
}

body.service .main-wrap .block-info .title {
    text-align: center;
    font-size: 40px
}

@media screen and (max-width:767px) {
    body.service .main-wrap .block-info .title {
        font-size: 35px
    }
}

@media screen and (max-width:479px) {
    body.service .main-wrap .block-info .title {
        font-size: 30px
    }
}

body.service .main-wrap .block-info .title span {
    font-weight: 400
}

body.service .main-wrap .block-info .description {
    text-align: center;
    margin: 15px 0 50px 0;
    font-family: Montserrat,sans-serif
}

@media screen and (max-width:479px) {
    body.service .main-wrap .block-info .description {
        margin: 15px 0 30px 0
    }
}

body.service .main-wrap .block-info .list-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (max-width:649px) {
    body.service .main-wrap .block-info .list-flex {
        max-width: 550px;
        margin: 0 auto
    }
}

body.service .main-wrap .block-info .list-flex .left, body.service .main-wrap .block-info .list-flex .right {
    width: 50%
}

@media screen and (max-width:649px) {
    body.service .main-wrap .block-info .list-flex .left, body.service .main-wrap .block-info .list-flex .right {
        width: 100%
    }
}

body.service .main-wrap .block-info .list-flex .left li, body.service .main-wrap .block-info .list-flex .right li {
    position: relative;
    padding: 0 0 30px 30px
}

@media screen and (max-width:479px) {
    body.service .main-wrap .block-info .list-flex .left li, body.service .main-wrap .block-info .list-flex .right li {
        padding: 0 0 20px 30px
    }
}

body.service .main-wrap .block-info .list-flex .left li:last-child, body.service .main-wrap .block-info .list-flex .right li:last-child {
    padding-bottom: 0
}

body.service .main-wrap .block-info .list-flex .left li:before, body.service .main-wrap .block-info .list-flex .right li:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #daf2fb;
    position: absolute;
    top: 2px;
    left: 0
}

body.service .main-wrap .block-info .list-flex .left {
    padding-right: 50px
}

@media screen and (max-width:649px) {
    body.service .main-wrap .block-info .list-flex .left {
        padding: 0
    }
}

@media screen and (max-width:649px) {
    body.service .main-wrap .block-info .list-flex .right {
        display: none
    }
}

body.service .main-wrap .block-info .list-flex .btn-more-less {
    display: none
}

@media screen and (max-width:649px) {
    body.service .main-wrap .block-info .list-flex .btn-more-less {
        display: table;
        margin: 20px auto
    }
}

body.service .main-wrap .block-info .list-flex .btn-more-less span {
    border: 2px solid #f60575;
    color: #f60575;
    font-family: Montserrat,sans-serif;
    border-radius: 50px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: block
}

    body.service .main-wrap .block-info .list-flex .btn-more-less span:hover {
        background-color: #f60575;
        color: #fff
    }

body.service .main-wrap .block-info .list-flex .btn-more-less .show-less {
    display: none
}

body.service .main-wrap .block-info .list-flex .btn-more-less.active {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

    body.service .main-wrap .block-info .list-flex .btn-more-less.active .show-more {
        display: none
    }

    body.service .main-wrap .block-info .list-flex .btn-more-less.active .show-less {
        display: block
    }

body.service .main-wrap .carousel {
    padding: 70px 0;
    background-color: #f2fbff
}

@media screen and (max-width:479px) {
    body.service .main-wrap .carousel {
        padding: 50px 0
    }
}

body.service .main-wrap .carousel .slider-images .wrap-image {
    margin: 0 10px;
    height: 350px
}

@media screen and (max-width:1023px) {
    body.service .main-wrap .carousel .slider-images .wrap-image {
        height: 300px
    }
}

@media screen and (max-width:767px) {
    body.service .main-wrap .carousel .slider-images .wrap-image {
        height: 230px;
        margin: 0 5px
    }
}

@media screen and (max-width:479px) {
    body.service .main-wrap .carousel .slider-images .wrap-image {
        height: 200px;
        margin: 0
    }
}

body.service .main-wrap .carousel .slider-images .wrap-image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover
}

body.service .main-wrap .carousel .slider-images .slick-dots {
    position: absolute;
    bottom: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    body.service .main-wrap .carousel .slider-images .slick-dots li {
        padding: 0 4px
    }

        body.service .main-wrap .carousel .slider-images .slick-dots li button {
            border: 2px solid #fff;
            background-color: transparent;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            outline: 0;
            padding: 0;
            cursor: pointer
        }

        body.service .main-wrap .carousel .slider-images .slick-dots li.slick-active button {
            background-color: #fff
        }

.main-footer {
    background-color: #f2fbff;
    margin-top: auto
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh
}

.main-footer__bot, .main-footer__top {
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: Montserrat,sans-serif
}

@media screen and (max-width:767px) {
    .main-footer__bot, .main-footer__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
}

.main-footer__top {
    padding: 40px 1em 30px 1em;
    border-bottom: 2px solid rgba(189,214,225,.5)
}

@media screen and (max-width:767px) {
    .main-footer__top {
        padding: 30px 1em 0 1em;
        border: none
    }
}

.main-footer__top .widget {
    padding: 0 15px
}

    .main-footer__top .widget:nth-child(1) {
        width: 20%
    }

    .main-footer__top .widget:nth-child(2) {
        width: 10%
    }

        .main-footer__top .widget:nth-child(2) .links a {
            font-weight: 700;
            margin-bottom: 8px
        }

    .main-footer__top .widget:nth-child(3) {
        width: 18.5%
    }

        .main-footer__top .widget:nth-child(3) .links {
            padding-left: 10px
        }

            .main-footer__top .widget:nth-child(3) .links a {
                margin-bottom: 8px;
                line-height: 1.3;
                position: relative
            }

                .main-footer__top .widget:nth-child(3) .links a:before {
                    content: "";
                    width: 5px;
                    height: 5px;
                    border-radius: 50%;
                    background-color: rgba(0,160,218,.5);
                    position: absolute;
                    top: 8px;
                    left: -10px
                }

    .main-footer__top .widget:nth-child(4) {
        width: 18.5%
    }

    .main-footer__top .widget:nth-child(5) {
        width: 28%
    }

@media screen and (max-width:1023px) {
    .main-footer__top .widget.desktop {
        display: none
    }
}

@media screen and (max-width:1023px) {
    .main-footer__top .widget {
        width: 25% !important
    }
}

@media screen and (max-width:767px) {
    .main-footer__top .widget {
        width: 100% !important;
        max-width: 400px;
        margin: 0 auto;
        padding: 10px 0
    }
}

.main-footer__top .widget .logo {
    width: 100%;
    max-width: 100px;
    margin: 0 auto
}

.main-footer__top .widget .social.desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 25px;
    position: relative
}

@media screen and (max-width:767px) {
    .main-footer__top .widget .social.desktop {
        display: none
    }
}

.main-footer__top .widget .social.desktop a {
    width: 30px;
    height: 30px;
    background-color: #bdd6e1;
    border-radius: 50%;
    color: #fff;
    display: block;
    margin: 0 5px;
    padding: 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-size: 13px;
    text-align: center
}

    .main-footer__top .widget .social.desktop a:hover {
        background-color: #9ac0d1
    }

    .main-footer__top .widget .social.desktop a:before {
        font-family: Flaticon
    }

    .main-footer__top .widget .social.desktop a.icon-fb:before {
        content: ""
    }

    .main-footer__top .widget .social.desktop a.icon-ig:before {
        content: ""
    }

    .main-footer__top .widget .social.desktop a.icon-tw:before {
        content: ""
    }

    .main-footer__top .widget .social.desktop a.icon-in:before {
        content: ""
    }

.main-footer__top .widget .title {
    font-size: 16px;
    margin-bottom: 10px
}

    .main-footer__top .widget .title a {
        color: #333
    }

        .main-footer__top .widget .title a:hover {
            text-decoration: underline
        }

.main-footer__top .widget .links a {
    display: table;
    color: #333;
    font-size: 15px
}

@media screen and (max-width:767px) {
    .main-footer__top .widget .links a {
        margin: 0 auto
    }
}

.main-footer__top .widget .links a:hover {
    text-decoration: underline
}

.main-footer__top .widget .info {
    font-size: 15px;
    line-height: 1.7
}

@media screen and (min-width:768px) {
    .main-footer__top .widget .info br {
        display: none
    }
}

@media screen and (max-width:479px) {
    .main-footer__top .widget .info {
        line-height: 1.5
    }
}

.main-footer__top .widget .info span {
    font-weight: 600;
    display: block
}

@media screen and (max-width:767px) {
    .main-footer__top .widget .info span {
        display: inline-block
    }
}

.main-footer__bot {
    padding: 15px 1em
}

@media screen and (max-width:767px) {
    .main-footer__bot {
        padding: 0 1em 20px 1em
    }
}

.main-footer__bot .social.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 25px;
    position: relative
}

@media screen and (min-width:768px) {
    .main-footer__bot .social.mobile {
        display: none
    }
}

.main-footer__bot .social.mobile a {
    width: 35px;
    height: 35px;
    background-color: #bdd6e1;
    border-radius: 50%;
    color: #fff;
    display: block;
    margin: 0 10px;
    padding: 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-size: 14px;
    text-align: center;
    line-height: 1.7
}

    .main-footer__bot .social.mobile a:hover {
        background-color: #9ac0d1
    }

    .main-footer__bot .social.mobile a:before {
        font-family: Flaticon
    }

    .main-footer__bot .social.mobile a.icon-fb:before {
        content: ""
    }

    .main-footer__bot .social.mobile a.icon-ig:before {
        content: ""
    }

    .main-footer__bot .social.mobile a.icon-tw:before {
        content: ""
    }

    .main-footer__bot .social.mobile a.icon-in:before {
        content: ""
    }

@media screen and (max-width:767px) {
    .main-footer__bot .links {
        margin: 20px 0
    }
}

.main-footer__bot .links a {
    color: #333;
    font-size: 14px;
    margin: 0 3px
}

@media screen and (max-width:479px) {
    .main-footer__bot .links a {
        font-size: 13px;
        margin: 0 1px
    }
}

.main-footer__bot .links a:hover {
    text-decoration: underline
}

.main-footer__bot .links a:nth-child(2) {
    padding: 0 10px;
    border-right: 1px solid rgba(102,102,102,.3);
    border-left: 1px solid rgba(102,102,102,.3)
}

@media screen and (max-width:479px) {
    .main-footer__bot .links a:nth-child(2) {
        padding: 0 5px
    }
}

.main-footer__bot .copyright {
    font-size: 13px;
    color: #bdd6e1
}

.modal-form-success {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .5s ease-out;
    transition: .5s ease-out;
    -webkit-transform: scale(0);
    transform: scale(0);
    padding: 0 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(0,0,0,.8)
}

    .modal-form-success.active {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        z-index: 999
    }

    .modal-form-success .content {
        text-align: center;
        padding: 4px;
        max-width: 800px;
        margin: auto;
        background: #fff;
        position: relative;
        color: #000;
        overflow-y: auto;
        height: auto !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-radius: 20px
    }

        .modal-form-success .content .close {
            position: absolute;
            right: 10px;
            top: 8px;
            cursor: pointer;
            border: none;
            background: 0 0;
            outline: 0;
            -webkit-transition: all .3s;
            transition: all .3s;
            text-align: center;
            color: #fff;
            background-color: #333;
            border-radius: 50%;
            padding: 3px 7.5px 6px 7.5px;
            line-height: 1
        }

            .modal-form-success .content .close:after {
                content: "";
                font-family: Flaticon;
                font-size: 10px;
                z-index: 5;
                position: relative
            }

            .modal-form-success .content .close:hover {
                background-color: #000
            }

        .modal-form-success .content .block-info {
            text-align: center;
            padding: 30px
        }

@media screen and (max-width:479px) {
    .modal-form-success .content .block-info {
        padding: 30px 15px
    }
}

.modal-form-success .content .block-info img.icon {
    width: 100%;
    max-width: 180px;
    margin: 0 auto
}

@media screen and (max-width:479px) {
    .modal-form-success .content .block-info img.icon {
        max-width: 160px
    }
}

.modal-form-success .content .block-info .title {
    margin: 20px 0;
    font-size: 28px
}

@media screen and (max-width:479px) {
    .modal-form-success .content .block-info .title {
        font-size: 25px
    }
}

.modal-form-success .content .block-info .description {
    max-width: 320px;
    margin: 0 auto
}

.modal-form-success .content .block-info .follow-us {
    margin-top: 30px
}

    .modal-form-success .content .block-info .follow-us h4 {
        font-size: 20px;
        font-family: Montserrat,sans-serif;
        font-weight: 600
    }

    .modal-form-success .content .block-info .follow-us .icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 25px;
        position: relative
    }

@media screen and (max-width:767px) {
    .modal-form-success .content .block-info .follow-us .icons {
        margin-top: 20px
    }
}

.modal-form-success .content .block-info .follow-us .icons a {
    width: 40px;
    height: 40px;
    background-color: #f60575;
    border-radius: 50%;
    display: block;
    margin: 0 13px;
    padding: 4px 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #fff;
    position: relative;
    font-size: 20px;
    line-height: 1.6
}

@media screen and (max-width:479px) {
    .modal-form-success .content .block-info .follow-us .icons a {
        margin: 0 8px
    }
}

.modal-form-success .content .block-info .follow-us .icons a:hover {
    background-color: #dd0469
}

.modal-form-success .content .block-info .follow-us .icons a:before {
    font-family: Flaticon
}

.modal-form-success .content .block-info .follow-us .icons a.icon-fb:before {
    content: ""
}

.modal-form-success .content .block-info .follow-us .icons a.icon-ig:before {
    content: ""
}

.modal-form-success .content .block-info .follow-us .icons a.icon-tw:before {
    content: ""
}

.modal-form-success .content .block-info .follow-us .icons a.icon-in:before {
    content: ""
}

#divChat .content {
    width: 100%;
    max-width: 700px;
    height: 100vh !important;
    max-height: 60vh !important;
}

    #divChat .content .block-info {
        width: 100%;
        height: 100%;
        padding: 0 !important;
    }

@media (max-width: 480px) {
    #divChat .content {
        max-height: 90vh !important;
    }
}
.modal-politica-privacidad {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .5s ease-out;
    transition: .5s ease-out;
    -webkit-transform: scale(0);
    transform: scale(0);
    padding: 0 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(0,0,0,.85);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.modal-politica-privacidad.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 999;
}

.modal-politica-privacidad .content {
    text-align: center;
    padding: 2em;
    max-width: 800px;
    margin: auto;
    position: relative;
    color: #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 479px) {
    .modal-politica-privacidad .content {
        padding: 0;
    }
}

.modal-politica-privacidad .content .close {
    position: absolute;
    top: -40px;
    right: 20px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    z-index: 500;
    border: none;
    background: 0 0;
    outline: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color:#fff
}

@media screen and (min-width: 480px) {
    .modal-politica-privacidad .content .close {
        position: absolute;
        top: -15px;
        right: 50px;
    }
}

.modal-politica-privacidad .content .close:after {
    content: "";
    font-family: Flaticon;
    font-size: 20px;
    position: absolute;
}
.modal-politica-privacidad .content .box {
    background: #fff;
    overflow-y: scroll;
    height: 80vh;
    padding: 1em;
    border-radius: 10px;
}

    .modal-politica-privacidad .content .box .title {
        color: #dd0469;
        font-size: 20px;
        margin-bottom: 1em;
        font-family: "Source Sans Pro", sans-serif;
        text-align: left;
    }

    .modal-politica-privacidad .content .box .subtitle {
        font-size: 18px;
        text-align: left;
        margin-bottom: 10px;
    }

    .modal-politica-privacidad .content .box .description {
        color: #666;
        font-size: 14.5px;
        margin-bottom: 1em;
        text-align: left;
        font-size: 15px;
        line-height: 1.6;
    }

        .modal-politica-privacidad .content .box .description:last-child {
            margin-bottom: 0;
        }