@charset "utf-8";
/*!
 * custom.css
 * Webkokteyli - 2020
 */

/* değişkenler */
:root{
    --text-color-main: #0200ae;
    --text-color-secondary: #005e82;
    --text-color-alt: #39e7f7;
}

/* container */
@media (min-width: 1441px){
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px;
    }
}

/* body */
body{
    font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing: antialiased;
}
body:not(.pagina-principal) {
    /* background-image: url(../images/pages/windows-pvc-sac-peru-inner-page-bg.png); */
    background-position: center 0;
    background-size: auto;
    background-repeat: no-repeat;
    background-color: #eff9fa;
}

/* header */
/*h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6*/
.h {
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: -3.5px;
    line-height: 1;
}
h1, .h1 {
    font-size: 3.07rem;
}
h2, .h2 {
    font-size: 2.4rem;
}
h3, .h3 {
    font-size: 2rem;
}
h4, .h4 {
    font-size: 1.7rem;
}
h5, .h5 {
    font-size: 1.2rem;
}
h6, .h6 {
    font-size: 1rem;
}
.h > strong {
    font-weight: 800;
    letter-spacing: -2.8px;
}

/* a */
a, a:hover, a:focus, a:active {
    text-decoration: none;
}

/* buttons */
.buttons {
    display: flex;
}
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    text-transform: lowercase;
    font-weight: 800;
    color: var(--text-color-main);
    padding: 1rem 4.5rem;
    border-radius: 15px;
    box-shadow: 0 5px 14px -7px var(--text-color-alt);
    transition: all .25s ease-in-out;
    /* margin-top: 2rem; */
}
.button.active,
.button:active,
.button:focus,
.button:hover {
    box-shadow: 0 7px 24px -7px var(--text-color-alt);
}
.button-small {
    padding: 0.4rem 3rem;
    font-size: 0.9rem;
}
.button-dark{
    min-height: 46px;
    border-radius: 15px;
    box-shadow: none;
    background-color: var(--text-color-main);
    color: #fff;
    /* padding: 0; */
}
.button-dark.active,
.button-dark:active,
.button-dark:focus,
.button-dark:hover {
    background-color: var(--text-color-main);
    color: #fff;
}
.button-dark:hover{
    box-shadow: none;
    box-shadow: 0 5px 14px -7px var(--text-color-secondary);
    color: #fff;
}

/* contact form */
form label {
    font-weight: 700;
    display: inline;
    font-size: 1rem;
    letter-spacing: -0.7px;
    margin: 0;
}
form label + .form-control {
    display: inline;
    width: 80px;
    margin-left: 1rem;
}
input.form-control:not([type="checkbox"]),
select.form-control,
textarea.form-control {
    background-color: #f7f9fa;
    border: 2px solid #eee;
    min-height: 46px;
}
textarea.form-control {
    min-height: 130px;
}
input.form-control::placeholder,
select.form-control,
textarea.form-control::placeholder {
    font-weight: 700;
    color: var(--text-color-main);
}

/* topbar */
.topbar {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 52px;
    display: flex;
    align-items: center;
    background-color: #fff;
}
.topbar-content {
    padding: 0 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    border-bottom: 1px solid #0200ad21;
}
.topbar .container {
    height: 100%;
}
.topbar a {
    font-weight: 500;
    color: #006087;
    color: var(--text-color-main);
}
.topbar a strong {
    font-weight: 700;
}
.topbar .topbar-contact a {
    font-weight: 700;
}
.topbar .row > div:last-child ul {
    text-align: right;
}
.language-changer-wrapper a:not(:last-child) {
    margin-right: 12px;
}
.language-changer-wrapper img {
    height: 16px;
}

/* header */
header {
    position: absolute;
    width: 100%;
    top: 52px;
    z-index: 16;
    background-color: #fff;
    box-shadow: 0px 8px 9px 0px #1d498612;
}
.navbar {
    /* background-color: #fff; */
    /* border-radius: 10px; */
    height: 100px;
    padding: 0 24px;
    /* box-shadow: 0 4px 12px -6px #16688e80; */
    align-items: center;
    justify-content: space-between;
}
body:not(.pagina-principal) header {
    background: linear-gradient(0, #f4fdff, #fff);
}
.navbar-light .navbar-nav .nav-link {
    font-size: 0.9rem;
    font-weight: 500;
    /* color: #006087; */
    color: var(--text-color-main);
    letter-spacing: -0.6px;
}
body[data-lang="es"] .navbar-light .navbar-nav .nav-link {
    padding: .5rem 3px;
    letter-spacing: -1px;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    /* color: #006087; */
    color: var(--text-color-main);
}
.navbar-light .navbar-nav .nav-item.active .nav-link {
    font-weight: 800;
}
.navbar-light .navbar-nav .nav-item:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: -1px;
    height: 40px;
    border-right: 1px solid #c7e1e4;
}
.navbar-light .navbar-nav .nav-item {
    position: relative;
    margin-right: 8px;
    padding-right: 8px;
}
.navbar-light .navbar-nav .nav-item.active:before,
.navbar-light .navbar-nav .nav-item:hover:before {
    width: 15px;
}
.navbar-light .navbar-nav .nav-item:before {
    content: "";
    display: block;
    width: 0;
    position: absolute;
    bottom: 0.3rem;
    left: 0.3rem;
    transition: all .15s ease-in-out;
    border-bottom: 3px solid #39e7f7;
    border-bottom: 3px solid var(--text-color-alt);
}
/*  search */
.menu-area {
    display: flex;
}
.navbar-search input.form-control {
    width: 0;
    min-height: unset;
    /* position: absolute; */
    /* right: 0; */
    /* top: 0; */
    min-height: unset !important;
    border: 0 !important;
    background-color: transparent;
    transition: all .2s ease-in-out;
    float: right;
}
.navbar-search {
    /* display: flex; */
    position: absolute;
    right: 0;
    margin-right: 30px;
}
.navbar-search button {
    /* position: relative; */
    margin: 0;
    padding: 0;
    height: 38px;
    width: 38px;
    color: var(--text-color-main);
}
.navbar-search input::placeholder {
    font-size: 0.9rem;
    font-weight: 500;
}
.navbar-search.active {
    width: 400px;
}
.navbar-search.active input.form-control {
    /* width: 300px; */
    background-color: #e9f5f9;
    width: 100%;
    /* float: right; */
}
.search-results {
    top: 38px;
    font-size: 0.85rem;
}
.navbar-tools {
    min-width: 44px;
}
.navbar-search button.btn-close {
    display: none;
}
.navbar-search.active button {
    display: none;
}
.navbar-search.active button.btn-close {
    display: block;
}
.navbar-search .search-results{
    display: none;
}
.navbar-search.active .search-results{
    display: block;
}

/* burger */
.burger-menu .navbar-tools {
    display: block;
}
.burger-menu .navbar-search {
    position: relative;
    margin: 1rem 0;
    padding: 0 1rem;
    width: 100%;
}
.burger-menu .navbar-search.active input.form-control {
    /* width: 100%; */
    position: relative;
    float: none;
    height: auto;
    padding: 0.8rem 1rem;
}
.burger-menu .navbar-search.active button {
    display: block;
    position: absolute;
    top: 7px;
    right: 20px;
}

/* slider */
.slider {
    background-image: url(../images/slides/eurowin-slides-bg.jpg);
    background-size: cover;
    background-position: 50%;
    height: 750px;
    /* height: 80vh; */
    display: flex;
    align-items: center;
    padding-top: 180px;
}
#picnicSlider {
    width: 100%;
    /* margin-bottom: 70px; */
    height: 100%;
    display: flex;
    align-items: center;
}
.carousel-inner {
    height: 100%;
}
.carousel-item {
    padding-bottom: 60px;
}
.carousel-item .row > div {
    display: flex;
    align-items: center;
    justify-content: center;
}
.carousel-item,
.carousel-item > .container {
    height: 100%;
}
.carousel-item .container > .row {
    height: 100%;
}
.carousel-indicators {
    display: none;
}
.carousel-text {
    color: #fff;
}
.carousel-text .h {
    margin-bottom: 1.5rem;
}
.carousel-text div {
    font-size: 0.8rem;
    padding-right: 20%;
    line-height: 1.2rem;
}
.carousel-text .button {
    margin-top: 2rem;
}
.carousel .carousel-controls {
    top: 50%;
    bottom: auto;
    margin-top: -18px;
    opacity: 0.7;
}
.carousel .carousel-controls .carousel-control-icon {
    color: #fff;
    font-size: 1.5rem;
}
.carousel .carousel-controls.carousel-control-next {
    margin-left: auto;
}

/* bread */
.separator {
    padding-top: 160px;
}
.separator-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.8rem 0 1rem;
}
.separator-content > span {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text-color-main);
}
.breadcrumbs .breadcrumb li a {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--text-color-main);
}
.breadcrumbs .breadcrumb li:last-child a {
    color: var(--text-color-alt);
}
.breadcrumbs .breadcrumb li a {
    color: #999;
}
.breadcrumbs .breadcrumb li:last-child a {
    color: var(--text-color-main);
}

/* slider- bar */
.slider-bar-wrapper {
    /* position: relative; */
    margin-top: -30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
}
.slider-bar-wrapper .slider-bar {
    background-color: var(--text-color-main);
    border-radius: 12px;
    margin: 0 15%;
    color: #fff;
    height: 120px;
    position: relative;
}
.slider-bar-wrapper .slider-bar .row > div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}
.slider-bar-wrapper .slider-bar p > strong {
    display: block;
    margin-bottom: 0.6rem;
    font-weight: 500;
    font-size: 1.1rem;
}
.slider-bar-wrapper .slider-bar p {
    text-align: center;
    margin: 0;
}
.slider-bar-wrapper .slider-bar .button {
    margin: 0;
    padding: 0.2rem 3rem;
}
.slider-bar-wrapper .slider-bar > .row {
    height: 100%;
}
.slider-bar-wrapper .slider-bar i {
    font-size: 2.3rem;
}
.slider-bar-wrapper .slider-bar .row > div:not(:last-child):after {
    content: "";
    display: block;
    height: 60%;
    position: absolute;
    right: 0;
    top: 20%;
    border-right: 1px solid #ffffff2e;
}

/* content */
.section-inner {
    margin-top: 10px;
}
.card {
    border: 0;
    border-radius: 10px;
    border-radius: 50px;
}
.card.shadow-turquoise {
    box-shadow: 0 0 20px -1px rgb(33 145 177 / 20%);
}
.card-body {
    padding: 2.4rem;
    position: relative;
}
.card.page-card {
    border: 0;
    border-radius: 70px;
}
.card.page-card > .card-body:before {
    content: "";
    display: block;
    width: 101%;
    height: 80%;
    background-color: #00000036;
    background: linear-gradient(180deg, #16688e20, transparent);
    position: absolute;
    top: 5px;
    left: -0.5%;
    filter: blur(15px);
    z-index: -1;
    border-radius: 60px;
}
.text-colored{
    color: #005e82;
    color: var(--text-color-secondary);
    /* color: var(--text-color-main); */
}
body.pagina-principal .text-colored {
    color: var(--text-color-main);
}
.page-card .text-colored {
    color: #444c;
}
.text-content {
    font-size: 0.84rem;
    font-weight: 500;
    line-height: 1.3rem;
    text-align: justify;
}
.side-menu ul {
    margin: 0;
    max-height: 70vh;
}
.side-menu ul li:not(:last-child) {
    border-bottom: 0;
}
.side-menu {
    color: var(--text-color-main);
    color: #222;
    font-weight: 500;
}
.section.section-bg {
    background-color: #eff9fa;
    margin: 0;
    padding: 3rem 0;
}
.section.section-home.section-about {
    padding: 180px 0 140px;
}
.section-home.section-about .button-area {
    display: flex;
    align-items: center;
    margin-top: 3rem;
    justify-content: space-between;
}
.section-home.section-about .button-area .icons {
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-home.section-about .buttons .button {
    margin: 0;
}
.section-home.section-about .button-area .icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 3rem;
}
.section-home.section-about .button-area .icon strong {
    margin-top: 1rem;
    font-size: 1.1rem;
}
.section-home.section-about .row > div:first-child {
    overflow: hidden;
    text-align: center;
}
.section-home.section-about .row > div:first-child img {
    display: block;
    margin: auto;
    max-width: 100%;
}
.section-home.section-about .row > div:last-child {
    margin-top: 2rem;
}
.section-home.section-certificate {
    background-image: url(../images/kurumsal/eurowin-about-certificates-bg.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 5rem;
    padding-bottom: 0;
    height: 750px;
    height: 77.4vh;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}
.section-home.section-certificate img {
    /* height: 780px; */
    margin-top: -110px;
    margin-right: -30px;
    display: block;
    float: right;
}
.section-home.section-certificate .row > div:last-child {
    /* padding-top: 70px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 4rem;
}
.section-home.section-certificate .buttons {
    display: flex;
    justify-content: flex-end;
    margin-top: 2rem;
}

/* testimonials */
.slick-slider *{
    outline: transparent;
}
.slick-testimonials-single {
    text-align: center;
}
.slick-testimonials-single .img {
    background-image: url(../images/yorumlar/eurowin-testimonials-img-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    position: relative;
    max-width: 230px;
    height: 230px;
    margin: auto;
    margin-bottom: 1rem;
    overflow: hidden;
    /* border-radius: 50%; */
    /* padding: 30px; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.slick-testimonials-single .img:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #258ebb;
    z-index: 1;
    opacity: 0.4;
    opacity: 0;
}
.slick-testimonials-single .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    display: inline-block;
    /* filter: grayscale(1) sepia(0.5) hue-rotate(135deg) saturate(1.4) brightness(0.7) contrast(1.9); */
    filter: saturate(0) contrast(0.5) brightness(1.3);
    width: 160px;
    height: 170px;
    object-fit: cover;
    border-radius: 80px 50px 90px 100px;
    border-radius: 90px 110px 90px 130px;
    margin-top: -14px;
}
.slick-testimonials-single .h {
    text-transform: none;
    font-size: 1.2rem;
    letter-spacing: -1.4px;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--text-color-alt);
}
.slick-testimonials-single .text-content {
    text-align: center;
}
.slick-testimonials-single .headers:before {
    content: "";
    display: block;
    background-image: url(../images/yorumlar/windows-pvc-sac-peru-testimonials-quote-bg.png);
    width: 50px;
    height: 50px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 50%;
    margin: auto;
    margin-bottom: 0.7rem;
}
.section-home.section-testimonials {
    padding: 120px 0;
}

/* slick */
.slick-arrow:before {
    border: 2px solid var(--text-color-main);
    color: var(--text-color-main);
    border-radius: 50%;
    padding: 0.6rem;
    font-size: 1.1rem;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* features */
.section-home.section-features {
    margin: 120px 0;
}
.section-home.section-features .icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.section-home.section-features .icon strong {
    font-size: 1.2rem;
    color: var(--text-color-main);
    font-weight: 800;
}
.section-home.section-features .icon img {
    min-height: 130px;
    object-fit: none;
    object-position: center 0;
    filter: hue-rotate(45deg) contrast(1.3);
}

/* contact card */
.section-contact-card .headers {
}
.section-contact-card .headers .h {
}
.section-contact-card .pcn-form-wrapper form {
    display: flex;
    /* flex-wrap: wrap; */
    gap: 0 20px;
}
.section-contact-card .form-group .button {
    margin: 0;
    width: 100%;
    padding: 0;
    /* width: auto; */
}
.section-contact-card .pcn-form-wrapper .form-group {
    flex: 1;
}
.section-contact-card .headers span {
    font-size: 0.9rem;
    font-weight: 500;
}
.section.section-call-you .card-body {
    padding: 3rem;
}
.section.section-call-you .pcn-form-wrapper form {
    flex-direction: column;
}
.section.section-call-you .pcn-form-wrapper .form-item {
    display: flex;
    flex-direction: column;
}
.section.section-call-you .pcn-form-wrapper form label {
    color: var(--text-color-main);
    font-weight: 600;
    font-size: 1.3rem;
    background-color: #fff;
    margin-bottom: -15px;
    margin-left: 1rem;
    display: inline-block;
    z-index: 1;
    width: fit-content;
    padding: 0 1rem;
}
.section.section-call-you .pcn-form-wrapper form .form-control {
    margin: 0;
    background-color: transparent;
    border: 1px solid var(--text-color-main);
    padding: 2rem;
    width: 100%;
    border-radius: 20px;
    font-weight: 700;
    font-size: 1.3rem;
    color: #000;
}
.section.section-call-you .pcn-form-wrapper .form-group:not(:first-child) {
    margin: 2rem 0 0;
}
.section.section-call-you .pcn-form-wrapper .form-group {
    margin-bottom: 0;
}
.section.section-call-you {margin-top: 100px;}
.section.section-call-you .row {
    display: flex;
}
.section.section-call-you .row > div {
    flex: 1;
    display: flex;
    align-items: center;
    /* justify-content: center; */
}
.section.section-call-you .headers {
}
.section.section-call-you .headers .h {
    font-weight: 800;
    letter-spacing: 0;
    font-size: 2.1rem;
    color: var(--text-color-main);
    margin-bottom: 2rem;
}
.section.section-call-you .headers span {
    font-weight: 700;
    font-size: 1rem;
    line-height: 2.2;
}
.call-you-card {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    background-image: url(../images/modules/let-us-call-you-stars-bg-01.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.row .call-you-card .card {
    margin: 0;
}

/* inner */
.section-inner.section-about .text-content > img {
    max-height: 280px;
    width: 100%;
    object-fit: cover;
    /* object-position: center; */
    margin-bottom: 0.5rem;
    border-radius: 10px;
}
.section-inner .card .headers .h {
    font-weight: 800;
    font-size: 1.7rem;
    letter-spacing: 0;
    color: var(--text-color-main);
}
.section-inner .card.page-card .card-body {
    padding: 4rem;
}


/* machines gallery */
.section-content-gallery {
    margin: 5rem 0 0;
}
.section-content-gallery .gallery {

}
.section-content-gallery .gallery-item {
    /* min-height: 150px; */
    margin-bottom: 30px;
}
.section-content-gallery .gallery-item a {
    display: block;
}
.section-content-gallery .gallery-item a img {
    object-fit: contain;
    object-position: center;
    height: 140px;
    width: 100%;
    padding: 1rem;
    border: 1px solid #eee;
    border: 1px solid rgb(33 145 177 / 0.1);
    border-radius: 10px;
    /* box-shadow: 0 0 10px -1px rgb(33 145 177 / 15%); */
    transition: box-shadow .25s ease-in-out;
}
.section-content-gallery .gallery-item a:hover img {
    box-shadow: 0 0 15px -1px rgb(33 145 177 / 20%);
}

/* ürünler products */
.all-products {
    /* margin: 4rem 0; */
}
.products-filter select {
    border: none;
    background-color: #d2e7ef75;
}

.products-filter select, .products-filter .button {
    border-radius: 12px;
    min-height: 40px;
}
.all-products .card {
    margin-bottom: 58px !important;
}
.all-products .card .card-img-top {
    display: flex;
    /* min-height: 260px; */
    /* max-height: 260px; */
    height: 260px;
    align-items: center;
    justify-content: center;
}
.all-products .card .card-img-top > img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: 50%;
    padding: 2rem;
}
.all-categories .card .card-img-top > img {
    /* filter: contrast(0) sepia(99) hue-rotate(187deg) saturate(5.5) brightness(0.6) contrast(2); */
}
.all-products .card .card-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text-color-main);
}
.all-products .card .card-body {
    text-align: center;
    padding: 1rem 0;
}
.section-inner .all-products .card .card-body {
    padding: 1rem 0;
}
.all-products .card .buttons {
    text-align: center;
}
.all-products .card .button {
    /* display: block; */
    min-width: unset;
    padding: 0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    margin-top: 0;
    margin-bottom: -28px;
    box-shadow: 0 5px 14px -7px var(--text-color-main);
    border: 2px solid;
}
.all-products.all-categories .card .button {
    margin-bottom: 28px;
}
.all-products.product-detail {
    margin-top: 2rem;
}
.all-products.product-detail .headers h1 {
    font-size: 1.8rem;
    font-weight: 700;
}
.all-products.product-detail .headers h1+h2 {
    font-size: 1.7rem;
}
.product-gallery .carousel .carousel-item > img {
    display: block;
    margin: auto;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 2rem;
    max-width: 90%;
}
.product-gallery .carousel .carousel-controls {
    color: var(--text-color-alt);
    margin-left: -16px;
}
.product-gallery .carousel .carousel-controls .carousel-control-icon {
    color: var(--text-color-alt);
    font-size: 1.5rem;
}
.product-gallery .carousel .carousel-controls.carousel-control-next {
    margin-left: auto;
    margin-right: -15px;
}

/* references */
.all-references img {
    width: 100%;
    height: 300px;
    /* margin-bottom: 30px; */
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}
.all-references .references-wrapper {
    position: relative;
    margin-bottom: 30px;
}
.all-references .references-wrapper p {
    margin: 0;
    text-align: center;
    font-size: 0.9rem;
    margin: 1rem 0 0;
    font-weight: 500;
}
.all-references .references-wrapper > a {
    position: relative;
}
.all-references .video-wrapper i {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    background-color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    border-radius: 50%;
    font-size: 11px;
    margin-left: -20px;
    margin-top: -20px;
}
.all-references .video-wrapper img {
    height: 195px;
    margin: 0;
    filter: brightness(0.9);
    transition: all .25s ease-in-out;
}
.all-references .video-wrapper:hover img {
    filter: brightness(1);
}

/* contact iletisim */
.contact-info-area .contact-list {
    padding: 1rem 100px 0 0;
    font-weight: 500;
}
.contact-info-area .contact-list > p {
    display: none;
}
.contact-info-area .contact-list li a {
    display: block;
}
.contact-info-area .social-list {
    margin: 50px 0 0;
}
.contact-info-area .social-list li a {
    font-size: 1.2rem;
    margin-right: 1rem;
    transition: color .15s ease-in-out;
}
.contact-info-area .social-list li a:hover {
    color: var(--text-color-secondary);
}
.contact-maps iframe {
    width: 100%;
    height: 300px;
}
.contacto .section-contact-card .headers .h {
    font-size: 1.4rem;
    text-transform: none;
    font-weight: 800;
    letter-spacing: -2px;
    margin: 0.5rem 0 2rem;
    text-align: center;
    color: var(--text-color-main);
}
/* quote*/
.section-contact-card .pcn-form-wrapper form.quote-form {
    display: block;
}
.quote-item-type {
    border-bottom: 1px solid #eee;
    padding-bottom: 1.4rem;
    margin-bottom: 1.4rem;
}
.quote-item-type:last-child {
    border-bottom: 0;
}
.quote-form .quote-item .form-group {
    margin-bottom: 0;
}
.quote-form-items {
    margin: 3rem 0 2rem;
}
.quote-item {
    margin: 1rem 0;
}
.quote-item:last-child {
    margin-bottom: 0;
}
.quote-item .form-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 1rem;
}
.section-contact-card .form-group .button.button-quote {
    min-width: unset;
    padding: 0;
    width: 36px;
    height: 36px;
    border: 1px solid;
    border-radius: 50%;
    box-shadow: none;
    margin-right: 0.5rem;
}
.section-contact-card .form-group .button.button-quote:hover {
    background-color: var(--text-color-main);
    color: #fff;
}
.quote-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
}
.quote-item:not(:first-child) .quote-icon .btn:first-child {
    display: none;
}
.quote-item:first-child .quote-icon .btn:last-child {
    display: none;
}
.button.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.button.btn-danger:hover,
.section-contact-card .form-group .button.button-quote.btn-danger:hover{
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

/* footer */
.footer-content {
    padding: 5rem 0 4rem;
    position: relative;
    font-size: 0.84rem;
    font-weight: 500;
}
.footer-content:before {
    content: "";
    display: block;
    width: 80%;
    border-bottom: 1px solid #ddd;
    top: 0;
    position: absolute;
    left: 50%;
    margin-left: -40%;
}
.footer-content-info img {
    max-height: none;
}
.footer-content-info img + p {
    font-size: 0.84rem;
    font-weight: 500;
    width: 70%;
}
.footer-content .row > div h3 {
    text-transform: none;
    letter-spacing: 0;
    font-size: 0.88rem;
    font-weight: 700;
    margin-top: 1rem;
}
.footer-content-menus > ul {
    columns: 1;
    line-height: 2.3;
}
.footer-content .contact-list > p {
    display: none;
}
.footer-content .language-changer {
    width: 150px;
    height: 36px;
    border-color: transparent;
    border-radius: 3px;
    margin-bottom: 2rem;
}
.footer-content .footer-content-contact {
    text-align: right;
}
.footer-content .footer-content-contact a {
    font-size: 1rem;
    margin-left: 1rem;
}

/* recaptcha */
.grecaptcha-badge {
    display: none;
}

/* 2021-08-25 */
.topbar .topbar-contact a > i {
    font-weight: 500;
    font-style: normal;
}
.slider-bar-wrapper .slider-bar .tel i {
    font-size: 1rem;
    font-style: normal;
    margin-right: 0.3rem;
    font-weight: 500;
}
.slider-bar-wrapper .slider-bar .tel {
    font-weight: 700;
}

@media (max-width: 1440px){
    .section-home.section-certificate img {
        max-height: 690px;
    }
}

@media (max-width: 1024px){
    .slick-slider {
        overflow: hidden;
    }
    .slick-next,
    .slick-prev {
        display: none !important;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 0.82rem;
    }
    .slider {
        height: 80vh;
    }
    #picnicSlider {
        /* margin-bottom: 70px; */
    }
    .carousel-image > img {
        height: 280px;
    }
    .section-home.section-certificate img {
        max-height: 580px;
    }
    .navbar-tools {
        display: none;
    }
}

@media (max-width: 768px){
    .slider-bar-wrapper .slider-bar {
        margin: 0;
    }
    .carousel-text div:not(.buttons) {
        display: none;
    }
    .carousel-text .h {
        margin-bottom: 1rem;
        font-size: 1.4rem;
    }
    /* .carousel-inner {
        padding: 200px 0 90px;
    } */
    .slider {
        height: auto;
        background-position: 70% 50%;
    }
    /* .carousel-inner {
        min-height: 250px;
    } */
    .carousel-item {
        padding: 10px 0 80px;
    }
    .carousel .carousel-controls {
        top: auto;
        bottom: 40px;
    }
    .carousel-image > img {
        /* height: 150px; */
        margin-right: 1rem;
        max-width: 100%;
        height: auto;
    }
    #picnicSlider {
        margin-bottom: 0;
    }
    .carousel-text .button {
        margin: 0;
        padding: 0.5rem 2rem;
        font-size: 0.8rem;
    }
    .slider-bar-wrapper .slider-bar p > strong {
        font-size: 0.86rem;
    }
    .slider-bar-wrapper .slider-bar p {
        font-size: 0.8rem;
        letter-spacing: -0.7px;
    }
    .slider-bar-wrapper .slider-bar .button {
        padding: 0.2rem 1.1rem;
    }
    .slider-bar-wrapper .slider-bar .row > div {
        padding-right: 5px;
        padding-left: 5px;
    }
    .slider-bar-wrapper .slider-bar .row {
        padding: 0 15px;
    }
    .slider-bar-wrapper .slider-bar i {
        font-size: 1.7rem;
    }
    .topbar-content {
        padding: 0 5px;
    }
    .section-home.section-about .button-area {
        flex-direction: column;
    }
    .section-home.section-about .button-area .icons > div {
        margin: 0;
        flex: 1;
    }
    .section-home.section-about .button-area .icons {
        width: 100%;
        margin-bottom: 2rem;
    }
    .section-home.section-certificate img {
        height: 360px;
        float: none;
        margin-right: 5px;
        margin-left: auto;
        margin-bottom: 30px;
        max-width: 100%;
        height: auto;
    }
    .section-home.section-testimonials {
        padding: 3rem 0;
    }
    .section-home.section-features {
        margin: 3rem 0;
    }
    .section-home.section-features .icon img {
        min-height: 20px;
        object-fit: contain;
        height: 60px;
        margin-bottom: 1rem;
    }
    .section-home.section-features .icon strong {
        font-size: 0.9rem;
    }
    .text-content img {
        max-width: 100% !important;
        height: auto !important;
    }
    .text-content iframe {
        width: 100%;
    }
    .section-home.section-features .icon {
        margin-bottom: 1.4rem;
        text-align: center;
    }
    .section-contact-card .form-group .button {
        width: 100%;
        padding: 0;
    }
    .footer-content .footer-content-contact {
        text-align: left;
    }
    .footer-content .footer-content-contact a {
        margin-left: auto;
        margin-right: 1rem;
    }
    .footer-content-info img + p {
        width: 100%;
    }
    .footer-content .language-changer {
        margin-bottom: 1rem;
    }
    .footer-content-menus {
        margin: 1rem 0;
    }
    .footer-content-info {
        margin-bottom: 2rem;
    }
    .footer-content {
        padding: 2rem 0.5rem;
    }
    .separator-content {
        flex-direction: column;
        align-items: flex-start;
        padding: 1rem 15px 5px;
    }
    .breadcrumbs .container {
        padding: 0;
    }
    h1, .h1 {
        font-size: 2.2rem;
    }
    .h {
        letter-spacing: -1px;
    }
    .h > strong {
        letter-spacing: -1px;
    }
    .card-body {
        padding: 1.6rem;
    }
    .breadcrumbs {
        max-width: 100%;
        overflow: hidden;
    }
    .section-contact-card .pcn-form-wrapper form {
        flex-direction: column;
    }
    .filter-bar .row .col {
        flex-basis: 100%;
        margin-bottom: 0.7rem;
    }
    .all-products {
        /* margin: 2rem 0; */
    }
    .all-products.product-detail {
        margin: 0;
    }
    .product-gallery {
        margin-bottom: 2rem;
    }
    .product-gallery .carousel .carousel-inner {
        padding: 0;
    }
    .product-gallery .carousel .carousel-item > img {
        margin: 0;
        /* width: 100%; */
        max-width: 100%;
        object-fit: contain;
    }
    .contact-info-area .contact-list {
        padding: 0;
    }
    .contact-info-area .social-list {
        margin: 10px 0 20px;
    }
    form.quote-form label {
        font-size: 0.88rem;
        width: 100%;
        overflow: hidden;
        white-space: pre;
    }
    form.quote-form input.form-control:not([type="checkbox"]) {
        min-height: auto;
    }
    .quote-form .quote-item > .row > .col-2 .form-group {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
    .quote-form .quote-item .form-group {
        margin-bottom: 0.3rem;
    }
    .section-contact-card .pcn-form-wrapper .form-group + .row {
        display: flex;
        flex-direction: column;
    }
    .section-contact-card .pcn-form-wrapper .form-group + .row .form-item {
        margin-bottom: 1rem;
    }
    .section-home.section-certificate {
        background-position: right;
    }
    .section-inner .card.page-card .card-body {
        padding: 1.6rem;
    }
    .card,
    .card.page-card {
        border-radius: 30px;
    }
    .section.section-call-you .row {
        flex-direction: column;
    }
    .section.section-call-you .card-body {
        padding: 2rem;
    }
}