@font-face { /***400***/
    font-family:Font-Regular-2;
    src: url('../fonts/LibreCaslonText-Regular.woff');
}
@font-face { /***400***/
    font-family:Font-Regular-2-italic;
    src: url('../fonts/LibreCaslonText-Italic.woff');
}

@font-face {/***700**/
    font-family:Font-Bold-2;
    src: url('../fonts/LibreCaslonText-Bold.woff');
}

@font-face { /***400**/
    font-family:Font-Regular;
    src: url('../fonts/AlbertSans-Regular.woff');

}
@font-face {/***500**/
    font-family:Font-Medium;
    src: url('../fonts/AlbertSans-Medium.woff');

}

@font-face {/***600**/
    font-family:Font-Semibold;
    src: url('../fonts/AlbertSans-SemiBold.woff');

}

@font-face {/***700**/
    font-family:Font-Bold;
    src: url('../fonts/AlbertSans-Bold.woff');

}
@font-face {/***800**/
    font-family:Extra-Bold;
    src: url('../fonts/AlbertSans-ExtraBold.woff');

}

.f-semibold{
     font-family:Font-Semibold;
}
.fw-bold{
      font-family:Font-Bold;
}

html{
      scroll-behavior: smooth;
}
body {
  opacity: 0;
  animation: fadeIn 2s forwards;
  background: #fff ;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#clientes,#banner-home, #somos, #ingredientes, #productos{
    scroll-margin-top: 60px
}

:root
{  
    --title:#E30613; /*--- */
    --texts:#35a8e0; /**/
    --textSecondary:#ffeac3;
    --botones-1:#3a241d;/**  */    
    --border:#d9d9d9;
    --backgroundSecondary:#ececec;

    --background-navbar:#ffffff;
    --background-navbar-movil:#ffffff;
    --background-menu-movil:#ab8263;      
    --texcolorANavbar:#3a241d;
    --botones-1:#3a241d ;
    --white:#FFEAC3;
}


  *{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
.d-none{
  display: none;
}
li{
  list-style: none;
}

/************/

.container{
  width: 90%;
  max-width: 1500px;
  margin: auto;
}

nav li{
    list-style: none;
}

a {
    font-family:Font-Regular;
    text-decoration: none !important;    
    cursor: pointer;
    color: inherit;
}
p{
    font-family:Font-Regular;
    margin-bottom: 8px !important;
    font-size: 22px;
    line-height: 34px;
    color:#29170E;
}
h1{
    font-size: 40px !important;
    line-height: 60px;
    font-family:Font-Regular-2 ;
  color: #29170E;
}

h2, .h2{
    font-size: 40px !important;
    line-height: 48px;
   font-family:Font-Medium;
    color: #29170E;
}

h3{
    font-size: 40px !important;
    line-height: 60px;
    font-family:Font-Regular-2 ;
    color: #29170E;
}

h4{
    font-size: 32px !important;
    line-height: 38px;
    font-family: Font-Regular;
    color: #181F2C;
}
h6{
    font-size: 22px !important;
    line-height: 32px;
    font-family: Font-Regular;
    color: #29170E;
}

.a,
ul {
    font-size: 16px !important;
    line-height: 20px;
    font-family: Font-Regular;
    color: #181F2C;

}
ul{
    padding-inline-start: 25px!important;
}
.fw-bold, b{
    font-family: Font-Bold !important;
}


/*******************/


.padd40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.paddB40 {
    padding-bottom: 40px;
}

.paddT40{
    padding-top: 40px;
}
.padd68 {
    padding-top: 68px;
    padding-bottom: 68px;
}

.paddT68 {
    padding-top: 68px;
}

.paddB68 {
    padding-bottom: 68px;
}

.padd80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.padT80 {
    padding-top: 80px;
}

.padB80 {
    padding-bottom: 80px;

}
/***Tablet***/
@media (max-width: 991px) {

    h2{
        font-size: 36px !important;
        line-height: 44px !important;

    }
     h1, h3 {
        font-size: 32px !important;
        line-height: 40px !important;

    }


    h4 {
        font-size: 20px !important;
        line-height: 300px !important;

    }

    h6
     {
        font-size: 18px !important;
        line-height: 30px !important;
    }

    p{
        font-size: 18px !important;
        line-height: 30px !important;       
    }  

    .a,    
    ul{
        font-size: 18px !important;
        line-height: 20px !important;       
    }
    ul{
        padding-inline-start: 20px!important;
    }


    .padd40 {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .paddB40 {
        padding-bottom: 24px;
    }
    .paddT40{
        padding-top: 24px;
    }
    
    .padd68 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .paddT68 {
        padding-top: 40px;
    }

    .paddB68 {
        padding-bottom: 40px;
    }

    .padT80 {
        padding-top: 40px;

    }

    .padB80 {
        padding-bottom: 40px;

    }

     .padd80 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
   
}

/***Movil***/
@media (max-width: 600px) {

    h6
     {
        font-size: 16px !important;
        line-height: 30px !important;
    }

    p{
        font-size: 16px !important;
        line-height: 30px !important;       
    }  

    .a,    
    ul{
        font-size: 16px !important;
        line-height: 18px !important;       
    }

}



/*****botones*******/

.btn_1{
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--botones-1);
    color: var(--textSecondary);
    text-transform: uppercase;
    padding: 10px 16px;
    border: 1px solid var(--botones-1);
    border-radius: 12px;  
    font-family:Font-Regular;
    transition: .3s ease;
   
}

.btn_1:hover{
    background: transparent;
    color: var(--botones-1);
  
    border: 1px solid var(--botones-1);
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;

}




@media (max-width: 768px) {
    .btn_1{
         padding: 10px 32px;
    }
}
/******fin botones****/

