@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Playfair Display', serif;
    font-size: var(--normal-font-size);
    line-height: 1.6;
    color: var(--first-color);
    font-weight: 400;
    overflow-x: hidden!important;
}

    /*===== VARIABLES CSS =====*/
:root{

    /* ===== Colors ===== */
    --first-color: #1E1E1E;
    --second-color: #FFFFFF;
    --third-color: #31833F;
    --fourth-color: #78BC84;

    /* ===== Font and typography ===== */
    --biggest-font-size: 4.25rem;
    --h1-font-size: 1.5rem;
    --h2-font-size: 1.25rem;
    --h3-font-size: 1rem;
    --normal-font-size: .938rem;
    --small-font-size: .813rem;
    --smaller-font-size: .75rem;
}

section{
    padding: 4rem 0 2rem;
}



li{
    list-style: none;
}

a{
    text-decoration: none;
}

.height_main{
    min-height: 100vh;
}

.height_contacts{
    min-height: 40vh;
}

.vh100{
    min-height: 100vh;
}

.vh100menu{
    height: 100vh;
}

.text_align_center{
    text-align: center;
}

.img_full{
    width: 100%;
    height: auto;
}

.li_inline{
    display: flex;
    align-items: center;
    justify-content: center;
}

.li_inline > li{
    padding: 0 4rem;
}

.position_relative{
    position: relative;
}

.align_vertical{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.home_title{
    font-size: 9.5rem;
}

.italic{
    font-style: italic;
}

.white{
    color: var(--second-color);
}

.top_right{
    position: absolute;
    top: 2.5em;
    right: 0;
}

.top_right_2{
    position: absolute;
    top: 2.5rem;
    right: 2.5rem;
}

.top_left{
    position: absolute;
    top: 2.5em;
    left: 0;
}

.top_left a{
    color: white;
    padding: 0 .5rem;
}

.lang_underline{
    border-bottom: .1rem;
    border-bottom-style: solid;
    width: fit-content;
    padding-bottom: .6rem !important;
}

.underline{
    background-image: url('./assets/images/underline.svg');
    background-repeat: no-repeat;
    background-position-y: 15rem;
}

.img_center{
    display: block;
    margin: 0 auto;
}

.padding_short{
    padding: 1rem 0;
}

.cotainer{
    background-color: pink;
}

.bg_main{
    background-image: url('../images/bg_main3.png');
    background-position-x: center;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg_main2{
    background-color:#474644;
}

.vh75{
    min-height: 75vh;
}


.bg_contacts{
    background-image: url('../images/bscork.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg_rolha{
    background-image: url('../images/bg_rolha.png');
    background-position-x: center;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 75vh;
}
.bg_rolha_2{
    background-image: url('../images/bg_rolha_2.png');
    background-position-x: center;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 65vh;
    background-attachment: fixed;
}

.bg_rolha_4{
    background-image: url('../images/bg_rolha_4.png');
    background-position-x: center;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 65vh;
    background-attachment: fixed;
}

.bg_rolha_video{
    /* background-image: url('../images/bg_rolha_4.png'); */
    /* background-position-x: center; */
    /* background-position: center top; */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    height: 65vh;
    /* background-attachment: fixed; */
}

.bg_rolha_3{
    background-image: url('../images/bg_rolha_3.png');
    background-position-x: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.bg_natural_cork{
    background-image: url('../images/bg_main3.png');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg_1_1{
    background-image: url('../images/bg_6.png');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg_natural_colmatada{
    background-image: url('../images/bg_4.png');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg_capsulada{
    background-image: url('../images/bg_8.png');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg_micro_granulada{
    background-image: url('../images/bg_5.png');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg_champagne{
    background-image: url('../images/bg_7.png');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.montado{
    background-image: url('../images/montado_bg.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.extracao{
    background-image: url('../images/extracao_bg.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.alentejo{
    background-image: url('../images/alentejo_bg.png');
    background-position: center;
    background-position: contain;
    background-repeat: no-repeat;
}

.img_center_vertical{
    display: inline;
    height: 100%;
    vertical-align: middle;
}

.align_center{
    display: block;
    align-items: center;
    justify-content: center;
}

.transformacao{
    background-image: url('../images/transformacao_bg.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.number_1{
    background-image: url('../images/1.png');
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
}

.number_2{
    background-image: url('../images/2.png');
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
}

.number_3{
    background-image: url('../images/3.png');
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
}

.number_4{
    background-image: url('../images/4.png');
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
}

.number_1v2{
    background-image: url('../images/1v2.png');
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
}

.number_2v2{
    background-image: url('../images/2v2.png');
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
}

.number_3v2{
    background-image: url('../images/3v2.png');
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
}

.number_4v2{
    background-image: url('../images/4v2.png');
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
}

.vh50{
    min-height: 50vh;
}

.flex_vertical{
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.our_corks{
    background-image: url('../images/our-corks.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.nossas_rolhas{
    background-image: url('../images/nossas_rolhas.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.mapa{
    background-image: url('../images/mapa.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.h1_size{
    font-size: var(--h1-font-size);
}

.bigger_size{
    font-size: 7rem;
}

.padding_4{
    padding: 5rem;
}

.bigger_size_small_line{
    font-size: 8rem;
    line-height: 10rem;
}

.bigger_size_2{
    font-size: 5rem;
}

.grey_shadow{
    color: #CCC;
}

input {
    display: block;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: black;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    width: 70%;
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding: 1rem 1rem;
    margin-left: auto !important;
    margin-right: auto !important;
}

fieldset{
    border: none;
}

textarea:focus, input:focus{
    outline: none;
}

::placeholder {
    color: black;
    opacity: 1; /* Firefox */
    font-family: 'Playfair Display', serif;
    font-size: var(--h2-font-size);
    padding: 1rem 1rem;
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: black;
   font-family: 'Playfair Display', serif;
   padding: 1rem 1rem;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
   color: black;
   font-family: 'Playfair Display', serif;
   padding: 1rem 1rem;
  }

  textarea{
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: black;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    width: 70%;
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding: 1rem 1rem !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
  }

  input[type=submit]{
    background-color: #474644 !important;
    color: white;
    text-align: unset;
    font-family: 'Playfair Display', serif;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: black;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    width: 70%;
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding: 1rem 1rem;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
  }

  footer{
      background-color: #474644;
      padding: 3rem 0;
  }
  
  footer > .container > .row > .col-m-3{
      text-align: right
  }

  footer > .container >.row > .col-m-3 > ul > li > a{
      color: #949494;
  }

  footer > .container >.row > .col-m-3 > ul > li{
      padding: .5rem 0;
  }

  footer > .container >.row > .col-m-3 > img{
    display: block;
    margin-right: auto;
}

  .text_align_right{
    text-align: right;
    color: #949494;
  }

  .light_grey{
      color: #949494;
  }

  .dark_grey{
    background-color: #323232;
  }

  .menu{
      background-image: url('../images/SCAP1360.jpg');
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
  }

  .lock-scroll{
      overflow: hidden;
  }

  .pointer{
      cursor: pointer;
  }

  .download_after::after{
    content: "";
    display: inline-block;
    background: url("../images/download.svg") no-repeat;
    width: 20px;
    height: 15px;
    margin: 1rem 1rem 0;
  }

  .p_size_big{
      font-size: var(--h2-font-size);
  }

  .no_padding{
      padding: 0px !important;
  }

.flex_align_center{
    display: flex;
    align-items: center;
    justify-content: center;
}

.black{
    color: #000;
}


.menu_mobile{
    position: fixed;
    z-index: 1;
    min-width: 100vw;
    min-height: 100vh;
}

.mg_top_1{
    margin-top: 1rem;
}

.mg_top_3{
    margin-top: 1rem;
    display: block;
}

.mg_top_4{
    margin-top: 2rem;
}




.g-recaptcha{
    margin-left: 10vw;
}


.flex_centro{
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery {
	display: flex;
	flex-wrap: wrap;
	/* Compensate for excess margin on outer gallery flex items */
	margin: -1rem -1rem;
}

.gallery-item {
	/* Minimum width of 24rem and grow to fit available space */
	flex: 1 0 24rem;
	/* Margin value should be half of grid-gap value as margins on flex items don't collapse */
	margin: 1rem;
	overflow: hidden;
}

.gallery-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 400ms ease-out;
}

.gallery-image:hover {
	transform: scale(1.15);
}

.background-video{
    width: 100vw;
    max-width: 100vw;
    overflow-x: hidden;
    object-fit: cover;
}

.background-video > video{
    object-fit: cover;
    width: 100%;
    max-width: 100vw;
}

/*

The following rule will only run if your browser supports CSS grid.

Remove or comment-out the code block below to see how the browser will fall-back to flexbox styling. 

*/

@supports (display: grid) {
	.gallery {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(24rem, 1fr));
		grid-gap: 2rem;
	}

	.gallery,
	.gallery-item {
		margin: 0;
	}
}




















/* ===== Media Queries ===== */
@media screen and (max-width: 768px){
    .hide-768{
        display: none !important;
    }
}

@media screen and (min-width: 768px){
    :root{
        --biggest-font-size: 4rem;
        --h1-font-size: 2.25rem;
        --h2-font-size: 1.5rem;
        --h3-font-size: 1.25rem;
        --normal-font-size: 1rem;
        --small-font-size: .875rem;
        --smaller-font-size: .813rem;
    }
    
    .padding_top{
      padding-top: 8rem;
    }

    .section{
      padding-top: 8rem;
    }
}

@media screen and (max-width: 768px){
    .bigger_size_2{
        font-size: 2.5rem;
        text-align: center;
    }           
    .g-recaptcha{
        margin-left: unset;
    }
    .padding_top{
        padding-top: 8rem;
      }

    input,textarea{
        width: 100% !important;
    }

    .li_inline .white{
        display: none !important;
    }
}
@media screen and (max-width: 1200px){
    .row.flex_align_center{
        display: unset !important;
    }
}

/* small mobile */
@media (max-width: 375px) {
    .padding_4{
        padding: unset;
    }
    .top_left{
        display: none;
    }
    .logo_img{
        position: absolute;
        top: 2rem;
        left: 0;
        height: 50px;
    }
    .home_title{
        font-size: 4rem;
        margin: unset;
    }
    .scroll_img, .p_scroll{
        display: none;
    }
    .vh100_small_mobile{
        min-height: unset !important;
    }
    .not_align_vertical{
        position: unset;
        transform: unset;
        -ms-transform: unset;
    }
    .hide_mobile{
        display: none;
    }
    .align_vertical_left{
        margin: 0;
        position: absolute;
        top: 50%;
        left: 2rem;
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
    .align_vertical_right{
        margin: 0;
        position: absolute;
        top: 50%;
        right: 0;
        -ms-transform: translate(-50%);
        transform: translate(-50%);
        outline: none;
        background-color: none;
    }
    button{
        background-color: none;
    }
    section{
        padding: unset;
    }
    .grey_shadow{
        font-size: 3rem;
    }
    footer .container .row .col-m-3 img{
        display: block;
        margin: 0 auto;
    }
    .align_center_mobile{
        text-align: center;
    }
    .font_menu_mobile{
        font-size: 4rem;
    }
    .lang_underline{
        border-bottom: .1rem;
        border-bottom-style: solid;
        width: fit-content;
        padding-bottom: .3rem !important;
    }
    .padding_between{
        margin: 0 .5rem;
    }
    .bigger_size_small_line{
        font-size: 3.5rem;
        text-align: center;
        margin-top: 4rem;
        line-height: unset;
    }
    .bigger_size{
        font-size: 4rem;
    }
}


/* large mobile */
@media (min-width: 376px) and (max-width: 720px){ 
    .padding_4{
        padding: unset;
    }
    .top_left{
        display: none;
    }
    .logo_img{
        position: absolute;
        top: 2rem;
        left: 0;
        height: 50px;
    }
    .home_title{
        font-size: 5rem;
        margin: unset;
    }
    .scroll_img, .p_scroll{
        display: none;
    }
    .vh100_small_mobile{
        min-height: unset !important;
    }
    .not_align_vertical{
        position: unset;
        transform: unset;
        -ms-transform: unset;
    }
    .hide_mobile{
        display: none;
    }
    .align_vertical_left{
        margin: 0;
        position: absolute;
        top: 50%;
        left: 2rem;
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
    .align_vertical_right{
        margin: 0;
        position: absolute;
        top: 50%;
        right: 0;
        -ms-transform: translate(-50%);
        transform: translate(-50%);
        outline: none;
        background-color: none;
    }
    button{
        background-color: none;
    }
    section{
        padding: unset;
    }
    .grey_shadow{
        font-size: 3rem;
    }
    footer .container .row .col-m-3 img{
        display: block;
        margin: 0 auto;
    }
    .align_center_mobile{
        text-align: center;
    }
    .font_menu_mobile{
        font-size: 6rem;
    }
    .lang_underline{
        border-bottom: .1rem;
        border-bottom-style: solid;
        width: fit-content;
        padding-bottom: .3rem !important;
    }
    .padding_between{
        margin: 0 .5rem;
    }
    .bigger_size_small_line{
        font-size: 4rem;
        text-align: center;
        margin-top: 4rem;
        line-height: unset;
    }
    .bigger_size{
        font-size: 4rem;
    }
}

@media (min-width: 721px) and (max-width: 1440px){
    .home_title{
        font-size: 6rem;
        margin-top: -4rem;
    }
    section{
        padding: 1rem 0;
    }
    .scroll_img, .p_scroll{
        display: none;
    }
    .height_main{
        min-height: 80vh;
    }
    .underline{
        background-position-y: 10rem;
    }
    .font_menu_mobile{
        font-size: 8rem;
    }
    .hide_desktop{
        display: none;
    }
    .bigger_size{
        font-size: 4rem;
    }
}
@media (min-width: 1440px){
    section{
        padding: 1rem 0;
    }
    .height_main{
        min-height: 90vh;
    }
    .bg_main{
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .home_title{
        margin-top: -4rem;
    }
    .hide_desktop{
        display: none;
    }
}

.mg_4{
    margin-top: 4rem;
}

.mg_4_2{
    margin-bottom: 4rem !important;
}

.mg_1{
    margin-top: 1rem;
}

.arrow-top{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 90;
}

.padding_5{
    padding: 5rem;
}

@media screen and (max-width: 1000px) {
    .padding_5{
        padding: 1rem;
    }
}


/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 9999999999999999999999999999999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: hidden !important;
    background-color: black;
  }
  
  /* Modal Content */
  .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
  }
  
  /* The Close Button */
  .close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
  }
  
  /* Hide the slides by default */
  .mySlidesv {
    display: none;
    background-color: black;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* Caption text */
  .caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
  }
  
  img.demo {
    opacity: 0.6;
  }
  
  .active,
  .demo:hover {
    opacity: 1;
  }
  
  img.hover-shadow {
    transition: 0.3s;
  }
  
  .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  
  
.row2 > .column2 {
    padding: 0 8px;
  }
  
  .row2:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Create four equal columns that floats next to eachother */
  .column2 {
    float: left;
    width: 25%;
  }

  .mySlidesv img{
      margin-top: -10px;
  }

  .text1-1{
    font-family: 'EB Garamond', serif;
    font-weight: 600;
  }

  .current-page{
      text-decoration: underline !important;
  }

  .gallery-item img{
      cursor: pointer;
  }

  #eco-text{
    position: relative;
  }

  #eco-text > p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
  }

  .pdf-politica{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1em;
    text-decoration: underline;
  }

  .pdf-icon{
    width: 1.5em;
  }