@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');


:root{
    --gold1: #F4BD76;
    --gold2: #F6CD8F;
    --gray: #ffffff80;
    --gray2: #f7d9d990;
    --black2: #4A6B1F;
    --black1: #10a53B;
    --shadow: 0 8px 8px;
    --color_shadow: #00000033;
}

/*   ====== GENERAL ==========*/
*{
    margin: 0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

main {
/*
    position: relative;
    border: 1px solid lightgray;
    width: 90%;
    top: 75px;
    margin: auto;
    padding: 0px;
    background: var(--gray2);
*/
    
}
.container{
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    overflow: hidden;
    padding:100px 0;
    height: auto;
   
}

.point{
    color: var(--gold1);
}

/* boton de subir*/

#sube {
    position:fixed; 
    right:1%;
    bottom:2%;
    text-align:center;
    padding:3px;
    font-size: 200%;
    background: var(--gold2);
    border: 1px solid var(--black2);
    border-radius:   25px;
    transition: transform 1s ease;
/*    display: none;*/
    
}
#sube i{
    color: var(--black2);
    text-shadow: 3px 3px 8px orange;
}

/*    *******   BARRA DE MENU  *******/
.header{
/*    width: 100%; */
/*    min-height: 100vh;*/
/*    background: linear-gradient(180deg, var(--black2) 0%, var(--black1) 100%);*/
    
}

.nav__header{
    color: #fff;
    height: 65px;
    background: linear-gradient(180deg, var(--black2) 0%, var(--black1) 100%);
    border-bottom: 1px solid rgba(255,255,255, 0.1);
    position: fixed;
    width: 100%;
    z-index: 2;
    
}
.btn-menu {
   display: none;
   font-size: 1.9em;
}


.nav__header a:hover {
    
    background: var(--gold2);   
    color: var(--black2);
}

.nav__container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: inherit;
    padding: 0;
}

.logo-nombre{

    display: flex;
    align-items: center;
/*    width: 111%;  */
    
}
#logo-barra{
    width: 100px;
    margin-left: 19px;
    background-color: rgba(250,250,250,.298)
}

.logo__name{
    margin-right: 1em;
    margin-left: 15px;
    font-size: 1.4em;
}
.links{
    display: inline-block;
    text-align: right;

}
.links a{
/*    color: aliceblue;*/
    text-decoration: none;
    display: inline-block;
    padding: 1em;
    text-align: center;
    font-size: 1em;
}

.link {
    color: antiquewhite
}
.link--active {
    color: var(--gold1);
    font-weight: 700;
}

/*  *******  INFO PRINCIPAL WEB ***********/

.hero__main{
    position: relative;
    top: 70px;
    height: 90vh;
/*    overflow: auto;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    padding:0;*/
/*    height: 50%;*/
/*    border: 5px solid blue;*/
    background: rgba(255,255,255,.7);
}

.hero__video video{
    position: absolute;
    z-index: -1;
    top: 1px;
    height: 100vh;
    
/*    background: rgba(255,255,255,.7);*/
/*    height: 100vh;*/
/*    max-height: 1000px;*/
    
/*    border: 2px solid blue;*/
}
.hero__logotext{
/*     display: none;*/
    position: absolute;
    top: 1px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
/*    height: calc(100% - 60px);*/
/*    border: 4px solid red;*/
    
}
.hero__textos{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 40%;
    max-height: 40%;
/*    border: 4px solid red;*/
}
.hero__logo{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 60%;
    max-height: 60%;
/*    border: 4px solid blue;*/

}
#cta{
  height: 30%;
}
#logo{
  height:70%;
  padding-bottom: 20px;
}
.hero__logo img{
  height: 100%;
}
.title{
    font-size: 5rem;
    color: var(--black2);
    padding: 20px;
}

.title--active{
    color: var(--black1);
/*    font-weight: 700;*/
}

.lema{
    font-size: 3rem;
    color: var(--black1);
    text-shadow: var(--shadow)  var(--color_shadow);
    margin: 15px 0;
}

.lema__active{
    font-weight: 700;
}

.cta{
    padding: 10px 25px;
    font-size: 3rem;
    width: 15%;
    background: linear-gradient(180deg, #F7CE90 0%, #F4BD76 100%);
    text-decoration: none;
    font-weight: 700;
    box-shadow: var(--shadow) var(--color_shadow);
    border-radius: 6px;

}
.logo{

}


/* **** productos ******* */

.productos{
    position: relative;
    background: #fafafa;
    top: 70px;
}

.container--carrousel{
    display: flex;
    justify-content: center;
    align-items: center;
}
.container--carrousel-left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-width: 30%;
}

.container--carrousel-left a{
    width: 50%;
    margin-top: 40px;
}


.subtitle{
    text-align: center;
    font-size: 42px;
    margin-bottom: 20px;
}

.subtitle--modifier{
    text-align: center;
    margin-bottom: 16px;
}

.copy__section{
    color: var(--black2);
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 1px;

}

.copy__section--modifier{
    text-align: center;
    margin-bottom: 1px;
}

.container-cards{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.card{
    width: 30%;
    max-width: 30vw;
    padding: 30px 0;
    overflow: hidden;
    background: linear-gradient(180deg, var(--black2) 0%, var(--black1) 100%);
    border-radius: 10px;
    position: relative;
    text-align: right;
    margin-bottom: 30px;
    box-shadow: 0 0 6px var(--color_shadow);
}



.card__img{
    width: 95%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px 0 0 10px;
}

.cards__text{
    text-align: left;
    width: 90%;
    margin:0 auto;
}

.card__list{
    color: var(--gold2);
    font-weight: 700;
    margin: 25px 0 12px ;
    font-size: 18px;
}


.card__title{
    font-size: 40px;
    color: #fff;
    margin-bottom: 8px;
}

.card__copy{
    color: var(--gray2);
    margin-bottom: 16px;
}

.serv{
    height: 130px;
}
.card__button{
    display: block;
    background: linear-gradient(180deg, #F7CE90 0%, #F4BD76 100%);
    border-radius: 6px;
    text-decoration: none;
    width: 100%;
    color: var(--black1);
    font-weight: 700;
    text-align: center;
    padding: 12px 0;
}

.card__date{
    color: var(--gold2);
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 16px;
}


.container-bg{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}


.background{
    width: 68%;
    height: 290px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 20px;
}

.background__img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.background__text{
    position: absolute;
    width: 100%;
    bottom: 30px;
    left: 15px;
    color: #fff;
}

.background__title{
    font-size: 24px;
    margin-bottom: 4px;
}

.background__copy {
    width: 98%
}
.op2{
/*    color: black;*/
    font-weight: 700;
}
.clientes{
    background: #fafafa;
}

.clientes-container{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    height: auto;
    
}

.clientes__card{
    width: 20%;
    max-width: 20%;
/*    height: 500PX;*/
    margin: 10px;
    background: linear-gradient(180deg, var(--black2) 0%, var(--black1) 100%);
    border-radius: 10px;
    position: relative;
    margin-bottom: 30px;
}

.clientes__img{
    width: 90%;
    border-radius: inherit;
    object-fit: cover;
    object-position: center top;
}

.clientes__copy{
/*    position: absolute;*/
    bottom: 20px;
    left: 5%;
    width: 100%;
    background: linear-gradient(180deg, var(--black2) 0%, var(--black1) 100%);
    color: #fff;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: var(--shadow) var(--color_shadow);
    padding: 15px 8px;
    display: flex;
    align-items: center;
}

.clientes__copy--modifier{
    background: none;
    box-shadow: none;
}

.clientes__logo{
    font-size: 40px;
    margin-right: 15px;
    display: inline-block;
}

.clientes__name{
    font-size: 24px;
    line-height:28px;
}

.clientes__position{
    color: var(--gray);
}

.clientes__text{
    padding: 40px 0;
    width: 90%;
    margin: 0 auto;
    color: #fff;
}

.google__logo{
    margin-bottom: 20px;
}


.clientes__history{
    font-size: 21px;
    font-weight: 300;
}


.clientes__info{
    width: 70%;
}

.container--modifier{
    position: relative;
/*    width: 60%;*/
/*    top: 70px;*/
    height: calc(200vh);
    max-height: 1000px;
}
.logo--picture{
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
    object-position: center top;
}

/* check */

.check{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 20px;
    
}

.check__item{
    width: 30%;
    padding-right: 10px;
    display: flex;
    border-right: 2px solid var(--black2);
}

.bx-check{
    background: linear-gradient(180deg, var(--black2) 0%, var(--black1) 100%);
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-right: 20px;
    color: #fff;
    border-radius: 50%;
    font-size: 40px;
}

.check__number{
    font-weight: 700;
}

.check__copy{
    font-weight: 300;
}

.newsletter{
    width: 60%;
    margin: 0 auto;
    margin-top: 40px;
    height: auto;
    font-family: inherit;
    position: relative;
    border-radius: 6px;
}

.newsletter--modifier{
    margin: 0;
    width: 80%;
}

.newsletter__input{
    width: 100%;
    height: 100%;
    padding: 22px 10px;
    outline: none;
    font-family: inherit;
    border-radius: 6px;
    border: 1px solid var(--black1)
}

.newsletter__submit{
    position: absolute;
    right: 8px;
    top: 10%;
    height: 80%;
    background: linear-gradient(180deg, var(--black2) 0%, var(--black1) 100%);
    color: #fff;
    padding: 0 15px;
    border: none;
    border-radius: 6px;
    font-family: inherit;
    font-weight: 700;
    cursor: pointer;
}


.footer{
    
    background: #fafafa;
}

.footer__caption{
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: center;
    top: 70px;
    height: calc(100vh) ;
    max-height: 1000px;
}


.title__footer{
    font-size: 24px;
    margin-bottom: 32px;
}

.download{
    width: 50%;
}

.download__app{
    display: flex;
}

.download__item{
    display: flex;
    padding: 18px 12px;
    border-radius: 6px;
    border: 1px solid var(--black2);
    width: 42%;
    align-items: center;
    margin-right: 20px;
    margin-bottom: 16px;
}

.download__logo{
    font-size: 40px;
    margin-right: 20px;
}

.download__title{
    font-size: 18px;
}

.footer__copy{
    width: 100%;
    color: var(--black2);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    
}

.copyright{
    width: 100%;
}

.politica__privacidad{
    color: inherit;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
}

.politica__privacidad:hover{
    text-decoration: underline;
}

.politica__privacidad--margin{
    margin-right: 10px;
}

.get-email{
    
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.what {
    display: block;
    margin: auto;
    margin-top: 40px;
    padding: 20px;
    width: 40%;
/*    border: 2px solid red;*/
    text-align: center;
}

.what a img{
    width: 60px;
    
}
.socialmedia{
    margin-top: 24px;
    display: flex;
    line-height: 30px;
    padding: 0;
    color: var(--black2);
    justify-content: center;
    align-items: center;
    display: none;
}

.socialmedia__icon{
    font-size: 3em;
    margin-right: 30px;
    display: inline-block;
}

.socialmedia__legend{
    color: var(--black2);
    margin-right: 16px;
}

.contact{
    top: 70px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    color: #fff;
}

.item__contact{
    width: 25%;
    padding: 20px 0;
    text-align: center;
    background: linear-gradient(180deg, var(--black2) 0%, var(--black1) 100%);

}


.item__contact--gold{
    background: linear-gradient(180deg, #F7CE90 0%, #F4BD76 100%);
    color: var(--black1);
}

.contact__icon{
    font-size: 2em;
    color: var(--gold1);
    line-height: 20px;
    margin-right: 4px;
}

.contact__icon--modifier{
    color: var(--black1);
}

.contact__title{
    font-size: 16px;
    line-height: 20px;
}

