/*--------------------------------------------------------------------- File Name:style-boda.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;
 ----------------------------------------*****/



* {
     box-sizing: border-box !important;
}

.container2 {
     max-width: 1170px;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #3f3730;
     font-size: 14px;
     font-family: 'Raleway', sans-serif;
     line-height: 1.80857;
     font-weight: 600;
}

a {
     color: #b29056;
     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: 0px;
     font-weight: normal;
     line-height: normal;
     color: #C29337;
     margin: 0
}

h1 {
     font-size: 24px;
     font-family: 'Poppins', sans-serif;
}

h2 {
     color: #EA8127;
     font-weight: 700;
     font-size: 2.5rem;
}

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: #b29056;
     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: #b29056;
     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;
     z-index: 1;
}

 :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: #b29056;
     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: relative;
    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;
}

.header2{
    text-align: center;
    background-color: #412818;
    width: 100%;
    margin: 0 auto;
    padding: 5px 15px;
    box-sizing: border-box;
}


/*=============== end header ======================*/


/*========== banner section ================*/

.full_bg {
     background: url(../images/background-video.MP4); 
     background-size: 100% 100%;
     background-position: center;
     background-repeat: no-repeat;
}

.banner_main {
     position: relative;
     height: 100vh;
     background-color: rgba(0,0,0,0.25);
}

#myVideo {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10px;

}

/*=============== ends banner section ===================*/

.titlepage {
     text-align: center;
     padding-bottom: 40px;
}



.titlepage span {
     font-size: 17px;
     line-height: 25px;
     color: #b29056;
     padding-top: 13px;
     display: block;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
     justify-content: center;
     width: 100%;
}

.read_more {
     font-size: 17px;
     color: #E57200;
     padding: 6px 0px;
     width: 100%;
     max-width: 157px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     font-weight: 500;
     height: 43px;
     margin: 30px 0px 0px 0px;
}

.read_more:hover {
     color: #b29056;
     transition: ease-in all 0.5s;
}

/*============== inclusion section ==============*/

.inclusion {
     background: url(../images/background-cosechabo.png);
     background-color:#ffebc1;
     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: 20px;
     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 ================*/

.titlepage2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.lalata {
     background-color: #291108;
     margin-top: 0px;
     padding: 90px 20px;
}


.lalata_img {
     margin-right: 0px;
     padding-left: 0px;
}

.lalata_img figure {
     margin: 0;
     display:flex;
     justify-content:center;
}

.lalata_img figure img {
     width: 50%;
     padding-bottom: 30px;
}

/*============= ends lalata2 section ================== */



/*============= about section ================*/

.about {
     background-color: #E57200;
     background-position: center;
     background-repeat: no-repeat;
     background-size: 100% 100%;
     margin-top: 0px;
     padding: 10px 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%;
}

.about h2 {
    text-align: center;
}

/*============ ends about section ==================*/


/*============= sign up section ================*/

.signup {
     display:flex;
     flex-direction: column;
     align-items:center;
     background-color: #4E3629;
     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;
    color:#DDCBA4;
}

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;
    padding: 10px;
    border-color: #CC6600;
    border-radius: 10px;
    border-width:medium;
}

.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: center;
    padding-left: 20px;
}

footer #left-footer-logo li {
    text-align: center;
    font-size: 2em;
    font-weight: 500;
}

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 **/

/*============== code ================*/

    .menu {
                width: 90%;
                margin: 20px auto;
            }
            
    .menu-calientes {
                width: 95%;
                margin: 20px auto;
                background-color:#FCE9DA;
                padding: 15px 20px;
                border-radius: 35px;
            }
    .menu-cold {
                width: 95%;
                margin: 20px auto;
                background-color:#FCE9DA;
                padding: 15px 20px;
                border-radius: 35px;
            }
            
    .menu-alimentos {
                width: 95%;
                margin: 20px auto;
                background-color:#F8F1DF;
                padding: 15px 20px;
                border-radius: 35px;
            }
            
    .menu-region {
                width: 95%;
                margin: 20px auto;
                background-color:#F8F1DF;
                padding: 15px 20px;
                border-radius: 35px;
            }
            
    .menu-paquetes {
                width: 95%;
                margin: 20px auto;
                background-color:#EA8127;
                padding: 15px 20px;
                border-radius: 35px;
                color: beige;
            }
            
    .menu-paquetes h2 {
                color: #54301A;
            }
            
    .menu-postres {
                width: 95%;
                margin: 20px auto;
                background-color:none;
                padding: 15px 20px;
                border: 2px solid #EA8127;
                border-radius: 35px;
            }
            
    .menu-item-grano {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            border-bottom: 1px solid #EA8127;
            padding: 10px 0;
            margin-bottom: 10px;
        }
        

        
  .menu-item-menu {
            display: flex;
            justify-content: space-between;
            /*border-bottom: 1px solid #EA8127;*/
            padding: 10px 0;
            margin-bottom: 10px;
        }
        
    .menu-cafepan{
       width: 95%;
       margin: 20px auto;
       color: beige;
       background-color:#54301A;
       padding: 15px 20px;
       border-radius: 35px;
    }    

        .menu-item-menu:last-child {
            border-bottom: none;
            margin-bottom: 0;
        }

        .item-name {
            flex: 2;
            color: #54301A;
            font-size: 1rem;
            text-align: left;
        }

        .item-description {
            flex: 5;
            margin-right: 10px;
        }
        
        .item-description-postre{
        margin-right: 0;
        margin-bottom: 10px;
        
        }

        .item-price {
            flex: 1;
            text-align: right;
        } 
        
         .foto-oreo {
             display: flex;
             justify-content: center;
         }
        
        
         .foto-leaf-hot2 {
            position: absolute;
            top: 120%;
            left: 50%;
        }
        
        .foto-leaf-hot3 {
            position: absolute;
            top: 180%;
            left: 20%;
        }
        
        .foto-leaf-hot4 {
            position: absolute;
            top: 250%;
            left: 45%;
        }
        
        .foto-leaf-hot5 {
            position: absolute;
            top: 500%;
            left: 30%;
        }
        
        .foto-leaf-hot6 {
            position: absolute;
            top: 580%;
            left: 45%;
        }
        
         .foto-leaf-hot7 {
            position: absolute;
            top: 650%;
            left: 45%;
        }
        
        .foto-leaf-hot8 {
            position: absolute;
            top: 700%;
            left: 30%;
        }
        
        .foto-leaf-hot9 {
            position: absolute;
            top: 780%;
            left: 45%;
        }
        
        .foto-leaf-hot10 {
            position: absolute;
            top: 900%;
            left: 30%;
        }
        
         .foto-leaf-hot11 {
            position: absolute;
            top: 1000%;
            left: 30%;
        }
        
         .foto-leaf-hot12 {
            position: absolute;
            top: 1200%;
            left: 30%;
        }
        
         .foto-leaf-hot13 {
            position: absolute;
            top: 1500%;
            left: 30%;
        }
        
         .foto-leaf-hot14 {
            position: absolute;
            top: 1700%;
            left: 5%;
        }
        
    hr {
        margin-top: 1rem;
        margin-bottom: 1rem;
        border: 0;
        border-top: 1px solid rgba(0,0,0,.1);
        border-color: #EA8127;
    }    


/***********************************************************************************/
@media (max-width: 575px){
footer #left-footer-logo ul {
    padding-left: 40px;
 }
}        

@media (max-width: 768px) {
    section {
        width: 100%;
    }

    .menu-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .item-name,
    .item-description,
    .item-price {
        flex: 1;
        margin-right: 0;
        margin-bottom: 10px;
        
    }
    .item-description-postre{
        margin-right: 0;
        margin-bottom: 10px;
        
    }
}
