/*
Theme Name: Vinilon v2
Author: Stucel
Author URI: https://www.stucel.com
Description: Vinilon Template
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: default

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/*Additional style*/

.home-news .row .embed-content .tab-content .tab-pane .instagram-container {
    display: block;
}
.home-applications .row .image-content .items .slider-content {
    position: relative;
}
.home-applications .row .image-content .items .slider-content img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.product-slider.gallery-slider .card-list .items-slide {
    position: relative;
}
.product-slider.gallery-slider .card-list .items-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-us-title {
    position: relative;
}
.about-us-title img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.family-group .section-title {
    position: relative;
}
.family-group .section-title img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
@media screen and (min-width: 1281px) {
    .family-group .section-title img {
        object-position: 0 -200px;
    }
}
.family-group .teams .row.teams .items {
    position: relative;
    overflow: hidden;
}
.family-group .teams .row.teams .items img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.anc-container .section-scroll .vertical-slide .items .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
@media screen and (max-width: 767px) {
    .anc-container .section-scroll .horizontal-slide .slider-items .items .card-items .logo img {
        width: 130px;
        height: 130px;
        object-fit: contain;
    }
}

@media screen and (min-width: 1200px){
    footer .footer-content .section-right .social-media {
        max-width: 300px;
    }
    footer .footer-content .section-right .social-media {
        justify-content: flex-start;
    }
    main>section.single {
        padding: 140px 0;
    }
}

@media screen and (max-width: 1200px) and (min-width: 767px) {
    .family-group .teams .row.teams .items {
        height: 500px;
    }
}

.hierarchy-chart .hierarchy-image img {
    width: 100%;
}

.card-list .card {
    position: relative;
}
.card-list .card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.details .section-title,
section.services-title .section-title,
div.project-references-title .section-title,
div.careers .section-title {
    position: relative;
}
section.details .section-title img,
section.services-title .section-title img,
div.project-references-title .section-title img,
div.careers .section-title img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
section.details .list-details .items .featured .tab-content .tab-pane .card-list .card {
    position: relative;
}
section.details .list-details .items .featured .tab-content .tab-pane .card-list .card img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-list .items-slide .card-white .card-contents .image {
    position: relative;
}
.card-list .items-slide .card-white .card-contents .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.products .card-list .card img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.details .card-list .card img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.home-about-us {
    background: #b0b2c126;
}

.project-lists .tab-content .row .section-content {
    position: relative;
    overflow: hidden;
}
.project-lists .tab-content .row .section-content img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.project-references-modal .modal-body .project-image {
    position: relative;
    overflow: hidden;
}
.project-references-modal .modal-body .project-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-references-pdf {
    max-width: 90%;
    margin: auto;
    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;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
}
.project-references-pdf hr {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.latest .latest-image {
    position: relative;
    overflow: hidden;
}
.latest .latest-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-articles .list-news-articles .row .image-container .section-image {
    position: relative;
    overflow: hidden;
    height: auto;
    aspect-ratio: 1/1;
}
.news-articles .list-news-articles .row .image-container .section-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.details-news .section-image {
    position: relative;
    overflow: hidden;
    background-size: cover;
    aspect-ratio: 4 / 3;
    height: auto;
}
.details-news .section-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
}

footer .footer-content .section-right h6.title {
    font-size: 1rem;
    letter-spacing: 2px;
    color: #aeb2bd;
    text-transform: uppercase;
    width: 100%;
}

/*Modal Form*/
.modal-form-download .modal-dialog{
    max-width: 800px !important;
    top: 20%;
    transform: translateY(-50%);
}

.modal-form-download .btn-close{
    position: absolute;
    right: 0;
    top: 0;
    border:  4px solid black;
    border-radius: 50%;
    background: white;
    color: black;
    padding: 7px;
    margin-top: -10px;
    margin-right: -10px;
    opacity: 1;
}

.modal-form-download .btn-close svg{
    margin-top: -10px;
    margin-left: -1px;
}

.modal-form-download .modal-content{
    border-width: 0 !important;
    border-radius: 20px;
}

.modal-form-download .contact-us-forms{
    border-radius: 20px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    background-color: #373d58;
}

.modal-form-download .contact-us-forms .row{
    margin-left: 0;
    margin-right: 0;
}

.modal-form-download .contact-us-forms .row .company-image{
    padding: 2rem 1.5rem;
}

@media only screen and (max-width: 767px){
    .modal-form-download .contact-us-forms .row .company-image{
        min-height: 300px;
    }
}

.modal-form-download .contact-us-forms .row .company-image h5, .modal-form-download .contact-us-forms .row .company-image p{
    color:  white;
}

.modal-form-download .contact-us-forms .row .company-image p{
    line-height: 21px;
}

.modal-form-download .contact-us-forms #contact-form{
    padding: 2rem 1rem;
    background-color: #FFF;
}

.modal-form-download .contact-us-forms #contact-form .submit{
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
}

footer .footer-content .section-right .bottom-content .contact-container a.text:before {
    content: '';
    position: absolute;
    left: -65px;
    background-image: url(https://vinilon.com/wp-content/uploads/2023/11/icon-wa-button_halovini.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 85px;
    height: 100px;
    display: block;
    background-position: center;
}

@media only screen and (max-width: 767px){
    .modal-form-download .contact-us-forms #contact-form .submit{
        flex-wrap: wrap;
        align-items: center;
    }
    .modal-form-download .contact-us-forms #contact-form .submit .btn-submit{
        margin-top: -1rem;
    }
    .swiper-pagination-bullets, .tns-nav {
        display: none;
        opacity: 0;
    }
    .project-references-modal .modal-body iframe {
        border: 0;
        width: 100%;
        height: 100%;
    }
    .project-references-modal .modal-body .project-image {
        height: 200px;
    }
    .details-news .share-news .list-inline .list-inline-item .rounded.twitter {
        background-color: #1da1f2;
    }
    .details-news .share-news .list-inline .list-inline-item .rounded.facebook {
        background-color: #4267b2;
    }
    .details-news .share-news .list-inline .list-inline-item .rounded.linkedin {
        background-color: #0077b5;
    }
    .home-applications .row .controls-slider-prev, .home-applications .row .controls-slider-next {
        display: none;
        opacity: 0;
        
    }
}


.modal-form-download .contact-us-forms #contact-form .submit .btn-submit{
    padding: 25px 30px;
}

.modal-form-download .contact-us-forms #contact-form .form-floating label{
    font-size: .875rem;
    color: #333333;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: lighter;
}

.modal-form-download .contact-us-forms #contact-form .form-floating label span.required{
    color: red;
}
a.link h3 {
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
    color: #ad1e27;
    font-size: 14px;
    line-height: normal;
    font-weight: 700;
    letter-spacing: .2em;
    margin-top: 0.8rem;
    display: inline;
}
a.btn-download-catalouge h3 {
    width: auto;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    letter-spacing: .05em;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    margin-bottom: 0;
    align-items: center;
    display: flex;
    color: #fff;
}
h1.title {
    font-weight: bold;
    font-size: 35px;
    line-height: 45px;
    z-index: 10;
    margin-bottom: 40px;
}
h1.title.margin-title {
    margin: 80px 0px 30px 0px;
}
h1.title.no-mb {
    margin-bottom: 1rem;
}
h1.title.dark {
    color: #182f43;
}
h1.title.light {
    color: #fff;
}
h1.sub-title {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: .2em;
}
h1.sub-title.light {
    color: rgba(255,255,255,.6);
}
h2.sub-title {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: .2em;
}
h2.sub-title.margin-title {
    margin: 80px 0px 30px 0px;
}
h2.sub-title.light {
    color: rgba(255,255,255,.6);
}
@media only screen and (max-width: 767px) {
    h1.title {
        font-size: 1.875rem;
    }
    h2.sub-title {
        font-size: 11px;
        text-align: center;
    }
}

.applications.title-container .text-container p:last-child,
.products.title-container .text-container p:last-child {
    margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
    .applications::before {
        height: 30% !important;
    }
    .products::before {
        height: 20% !important;
    }
    section.details .list-details .items .featured .featured-title {
        font-size: 22px;
    }
}

/*Modal Form*/
/* Test */

/* lp-vini */

.details-lp-vini {
    margin: 0px !important;
    padding: 0px !important;
    width:100%;
}
    .lp-vini-banner {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 0px;
        position: relative;
        height:600px;
    }
    .lp-container {
        max-width:1140px;
        margin:140px auto  !important;
    }
.lp-container .textlp-h1, .lp-container .textlp-h2, .lp-container .textlp-h3 {
	 color: #333333;
}
 .lp-container .textlp-h4, .lp-container .textlp-h5 {
	 color: #333333;
	 font-weight: bold;
}
 .lp-container .textlp-h1 {
	 font-weight: bold;
	 font-size: 50px;
	 line-height: 45px;
}
 .lp-container .textlp-h2 {
	 font-weight: bold;
	 font-size: 35px;
	 line-height: 45px;
}
 .lp-container .textlp-h3 {
	 font-weight: 600;
	 font-size: 30px;
	 line-height: 44px;
}
 .lp-container .textlp-h4 {
	 font-style: normal;
	 font-weight: 600;
	 font-size: 25px;
	 line-height: 44px;
}
 .lp-container p {
	 text-align: justify;
}

    
@media only screen and (max-width: 767px) {
    .lp-vini-banner {
        height:250px !important;
    }
    .lp-container {
        padding-right: var(--bs-gutter-x,.75rem);
        padding-left: var(--bs-gutter-x,.75rem);
        margin:40px auto !important;
    }
.lp-container .textlp-h1, .lp-container .textlp-h2, .lp-container .textlp-h3, .lp-container .textlp-h4, .lp-container .textlp-h5 {
	 color: #333333;
}
 .lp-container .textlp-h1 {
	 font-size: 30px;
	 line-height: 1.1;
}
 .lp-container .textlp-h2 {
	 font-size: 25px;
	 line-height: 1.1;
}
 .lp-container .textlp-h3 {
	 font-size: 20px;
	 line-height: 1.1;
}
 .lp-container .textlp-h4 {
	 font-size: 18px;
	 line-height: 1.1;
}
}

.latest .latest-image {
    border-radius: 0;
}
main>section.latest.row {
    padding: 0;
}
section.home-slider .home-slider-container .items .hero.adaptive-backgrounds {
    height: auto;
    aspect-ratio: 3 / 1;
}
.details-product.news-articles .list-news-articles .row .image-container .section-image {
    aspect-ratio: 16/9;
}
.home-slider .hero-content {
    padding: 0 10%;
}
.home-slider .hero-content h2 {
    color: #c21a20;
    font-size: 3rem;
}
.home-slider .hero-content p, .home-slider .hero-content a {
    color: #fff;
    font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
    section.home-slider .home-slider-container .items .hero.adaptive-backgrounds {
        aspect-ratio: 414 / 600;
    }
    .home-slider .hero-content h2 {
        color: black;
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
    }
    .home-slider .hero-content p {
        color: black;
        font-size: 1rem;
    }
    .home-slider .hero-content a {
        color: #ad1e27;
        font-size: 1rem;
        margin: 0;
    }
    section.home-slider {
        margin-top: 60px;
    }
    .home-slider .hero-content {
        padding: 5%;
        background: white;
    }
    header#header {
        box-shadow: 1px 1px 10px #d2d2d2;
    }
}
#wrapper header.header-transparent .navbar {
    background-color: #fff;
    color: #000;
}
.header-top {
    display: none !important;
}
.section-right.language {
    display: flex;
    margin-bottom: -7px;
}
.section-right.language .nav-link a {
    color: #000;
    opacity: 40%;
}
.section-right.language .nav-link.active a {
    opacity: 100%;
}
.section-right.language .nav-link.active a:after {
    content: ' ';
    position: relative;
    display: flex;
    top: 5%;
    left: 30%;
    background: #000;
    border-radius: 50%;
    width: 7px;
    height: 7px;
}
.search-magnifying-glass {
    margin-right: 12px;
    min-height: 42px;
    align-items: center;
    display: flex;
}
div#search-input input[type="text"] {
    border: none;
}
div#search-input {
    display: none;
    position: absolute;
    right: 15%;
    top: 75px;
    background: white;
    box-shadow: 0 0 2px 2px #00000030;
}
#search-input.search-box input[type="text"] {
    padding: 5px 15px;
    font-size: 0.8rem;
    min-width: 250px;
    min-height: 50px;
}
#wrapper header .navbar .container .navbar-collapse .navbar-nav li:not(:last-child) {
    margin-right: 12px;
}
#wrapper header .navbar .container .navbar-brand img {
    height: 43px;
}
#wrapper header .navbar .container .navbar-collapse .navbar-nav li a, ul.navbar-nav li.nav-item i.fas.fa-chevron-down {
    font-size: 12px;
}
#wrapper header.header-transparent .navbar, #wrapper header.header-light .navbar {
    height: 75px;
}
section.details .list-details {
    margin-bottom: 0;
}
.vertical-tab-content {
    display: none;
    position: absolute;
    background: white;
    top: 60px;
}
ul.list-menu li {
    list-style: none;
}
.news-articles .filter .form-label {
    width: 90px;
    text-align: left;
}
section.details-news .post-author-box {
    border: 1px solid #787878;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    gap: 15px;
    margin-top: 50px;
}
section.details-news iframe.lazyloaded {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
}
.details-news .content-news h1 {font-size: 32.43pt !important;}
.details-news .content-news h2 {font-size: 28.83pt !important;}
.details-news .content-news h3 {font-size: 25.63pt !important;}
.details-news .content-news h4 {font-size: 22.78pt !important;}
.details-news .content-news h5 {font-size: 20.25pt !important;}
.details-news .content-news h6 {font-size: 18pt !important;}
.details-news .content-news p {font-size: 16pt !important;}
#wrapper header .navbar #navbarSupportedContent ul.navbar-nav li.nav-item.nav-mega-menu .dropdown-items .list-menu .sub-nav-item .group-menu .group-item li .label-only {
    color: #c21b20;
}
/*Modal Form*/