/*--------------------------------------------------------------------- File Name:style-cosecha-especial-2023.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,400,600,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Baloo+Chettan&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,600i,700,700i,800&display=swap');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
}

.container {
     max-width: 1170px;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #3f3730;
     font-size: 14px;
     font-family: 'Raleway', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #3f3730;
     margin: 0
}

h1 {
     font-size: 24px;
     font-family: 'Poppins', sans-serif;
}



h3 {
     font-size: 18px;
     letter-spacing: 2px;
     font-family: 'Poppins', sans-serif;
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #f2e4c3;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

/*--
p {
     margin: 0px;
     font-weight: 500;
     font-size: 15px;
     line-height: 24px;
}
--*/
a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}



.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}

.text_align_center {
     text-align: center;
}

.text_align_left {
     text-align: left;
}

.text_align_right {
     text-align: right;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}

/*---------------------------- ends preloader area ----------------------------*/


/*=============== header ======================*/

.header {
    width: 100%;
    height: 100px;
    padding: 20px 20px;
    background-color: #DDCBA4;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 500;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 25%);
}


.logo {
     display:flex;
     flex-direction:column;
     justify-content:center;
     font-weight: 700; 
     font-size:14px;
}

.logo a img{
     flex-direction:column;
     align-items: center;
     justify-content:center;
}


/*=============== end header ======================*/


/*========== banner section ================*/

.full_bg {
    /**background: url(../images/home-page2.jpg);**/
     background: url(../images/back-caloca.MP4); 
     background-size: 100% 100%;
     background-position: center;
     background-repeat: no-repeat;
     background: rgba(0, 0, 0, 0.33);
}

.banner_main {
     position: relative;
     height: 100vh;
}

.build_box {
     text-align: left;
     padding-top: 20%;
}

.banner_po {
     position: inherit;
}

.build_box p {
     color: #f2e4c3;
     font-size: 1.375rem;
     line-height: 30px;
     font-weight: normal;
     margin-bottom: 55px;
}

.build_box h1 {
     font-size: 80px;
     font-weight: bold;
     color: beige;
     line-height: 95px;
     padding-bottom: 100px;
     padding-top: 100px;
     display: block;
}

.orang {
     color: rgb(229, 114, 0);
}

.build_box .quote_btn {
     font-size: 18px;
     padding: 13px 0;
     font-weight: normal;
     max-width: 228px;
     border-radius: 50px;
     text-transform: none;
     height: 61px;
}

#myCarousel .carousel-control-prev,
#myCarousel .carousel-control-next {
     display: none;
}

.banner .carousel-indicators {
     display: inline-block;
     right: 0;
     left: inherit;
     margin-right: 6%;
     top: 51%;
}

.banner .carousel-indicators li {
     width: 20px;
     height: 20px;
     border-radius: 30px;
     background: rgb(65, 40, 24);
     margin: 6px 0;
     cursor: pointer;
}

.banner .carousel-indicators .active {
     background-color: rgb(229, 114, 0);
}


   /* #myvideoDiv{
    height: 100vh!important;
}

#myvideo{
    position: fixed;
    max-height: 100vh!important;
    min-width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}*/

#myVideo {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

/*=============== ends banner section ===================*/

.titlepage {
     text-align: center;
     padding-bottom: 40px;
}



.titlepage span {
     font-size: 17px;
     line-height: 25px;
     color: #412818;
     padding-top: 13px;
     display: block;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
     justify-content: center;
}

.read_more {
     font-size: 17px;
     background-color: rgb(229, 114, 0);
     color: #f2e4c3;
     padding: 6px 0px;
     width: 100%;
     max-width: 157px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     font-weight: 500;
     border-radius: 55px;
     height: 43px;
     margin: 0px 0px 30px 0
}

.read_more:hover {
     background: #CC6600;
     color: #fff;
     transition: ease-in all 0.5s;
}

/*============== inclusion section ==============*/

.inclusion {
     background-color:#636840;
     background-position: center;
     background-repeat: no-repeat;
     background-size: 100% 100%;
     margin-top: 0px;
     padding: 40px 0;
}

.inclusion .titlepage {
     text-align: left;
     padding-bottom: 0;
}



.inclusion .titlepage span {
     padding-bottom: 60px;
     padding-top: 40px;
     font-weight: 500;
}

.inclusion_img {
     margin-right: 0px;
     padding-left: 0px;
     padding-top: 30px;
}

.inclusion_img figure {
     margin: 0;
}

.inclusion_img figure img {
     width: 100%;
}

/*============= ends inclusion ==================*/

/*============= tagline section ================== */

.tagline {
     background-color: #EF8D4A;
     background-position: center;
     background-repeat: no-repeat;
     background-size: 100% 100%;
     margin-top: 0px;
     padding: 0px;
}

/*============= tagline section ================== */

/*============= lalata section ================*/

.lalata {
     background-image: url("https://portalboladeoro.com/images/background.png");
     background-color: #475363;
     background-position: center;
     background-repeat: no-repeat;
     margin-top: 0px;
     padding: 90px 0;
}

.lalata .titlepage {
     text-align: left;
     padding-bottom: 0;
}


.lalata .titlepage span {
    padding: 15px 35px 10px 5px;
}

.lalata_img {
     margin-right: 36px;
     padding-left: 0px;
}

.lalata_img figure {
     margin: 0;
}

.lalata_img figure img {
     width: 100%;
}

/*============= ends lalata section ================== */

/*============= lalata2 section ================*/

.titlepage2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.lalata2 {
     background-image: url("https://portalboladeoro.com/images/background.png");
     background-color: #404d5b;
     background-position: center;
     background-repeat: no-repeat;
     margin-top: 0px;
     padding: 90px 0;
}


.lalata2_img {
     margin-right: 36px;
     padding-left: 0px;
}

.lalata2_img figure {
     margin: 0;
}

.lalata2_img figure img {
     width: 100%;
     padding-bottom: 30px;
}

/*============= ends lalata2 section ================== */



/*============= about section ================*/

.about {
     background-color: #79433e;
     background-position: center;
     background-repeat: no-repeat;
     background-size: 100% 100%;
     margin-top: 0px;
     padding: 90px 0;
}

.about .titlepage {
     text-align: left;
     padding-bottom: 0;
}

.about .titlepage span {
     padding: 10px 20px 60px 0px;
     font-weight: 500;
}

.about_img {
     margin-right: -38px;
     padding-left: 50px;
}

.about_img figure {
     margin: 0;
}

.about_img figure img {
     width: 100%;
}

/*============ ends about section ==================*/


/*============= sign up section ================*/

.signup {
     display:flex;
     flex-direction: column;
     align-items:center;
     background-color: #F8F0DE;
     background-position: center;
     background-repeat: no-repeat;
     background-size: 100% 100%;
     margin-top: 0px;
     padding: 90px 60px;
}

.signup .titlepage {
     text-align: center;
     padding-bottom: 0;
}

.signup .titlepage span {
     padding-bottom: 60px;
     padding-top: 40px;
     font-weight: 500;
}


/*============ ends sign up section ==================*/

.questions {
    display: flex;
    flex-direction: column;
    margin: 20px 30px;
    align-content: center;
    align-items: center;
    font-size: 18px;
}

label {
    font-size: 17px;
    font-weight: 600;
}

input[type=submit] {
    display: flex;
    font-size: 17px;
    background-color: rgb(229, 114, 0);
    color: #f2e4c3;
    padding: 6px 0px;
    width: 100%;
    max-width: 157px;
    text-align: center;
    display: inline-block;
    transition: ease-in all 0.5s;
    font-weight: 500;
    border-radius: 55px;
    height: 43px;
    border: none;
}

input[type=submit]:hover {
     background: #CC6600;
     color: #fff;
     transition: ease-in all 0.5s;
}

input {
    font-size: 15px;
    color: gray;
    width: 90%;
    text-align: left;
    display: inline-block;
    font-weight: 500;
}

.container-signup {
     max-width: 1170px;
}



/*============== footer-web ================*/

footer {
  display: flex;
  flex-wrap: wrap;
  background:#DDCBA4;
  color: #412818;
  padding: 30px;
  justify-content: space-evenly;
}

footer a {
  font-family: Raleway, "Segoe UI","Roboto","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 1em; 
  line-height: 1.5; 
  letter-spacing: 1px; 
  text-transform: uppercase;
  text-decoration: none;
  color:#E57200;
  font-weight: 600;
}

footer a:hover {
  opacity: 100;
  color:#412818;
  opacity: .8;
}

footer #left-footer {
  flex-wrap: wrap;
  border-right: 1px #3f3730;
  display: flex;
  flex-direction: column;
}

footer #left-footer-logo {
  flex-wrap: wrap;
  border-right: 1px #3f3730;
  display: flex;
  flex-direction: column;
}

footer #left-footer-logo ul {
    display: flex; 
    flex-direction: column; 
    align-items: start;
    padding-left: 20px;
}

footer #left-footer-logo li {
    text-align: start;
    font-size: 2em;
}

footer #left-footer h3 {
  font-family: Raleway, "Segoe UI","Roboto","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 1em; 
  line-height: 1.5; 
  letter-spacing: 1px; 
  text-transform: uppercase;
  color: #412818;
  font-weight: 700;
  padding: 20px;
}

footer #left-footer ul {
  padding: 20px;
  list-style: none;
  line-height: 1.5;
}


#social-media-footer ul {
    display: flex;
    flex-direction: row;
    text-align: center;
    font-size: 25px;
}

#social-media-footer li {
    padding: 0px 20px 10px 0px;
}


.bottom-footer{
font-family: "Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
background-color: #4E3629;
height: 20%;
width: 100%;
padding: 25px;
text-align: center;
}

/*============== ends footer-web ================*/

/***********************************************************************************/

/** end page css **/