@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Balsamiq+Sans:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap');

body{

    overflow-x: hidden;

}

:root {
    --Azul-plenty: #3F2D7B;
  }
  

#navVid{

    height: 100vh;

}


#logoNav{

    width: 149px;
}

video{

    width: 100%;

}

nav{

    font-family: 'Comfortaa', sans-serif;
    font-size: 14px;
    margin-top: 2%;
    background-color: #FFFFFF !important;
}


.active{
    
   font-weight: 600;
   color: var(--Azul-plenty) !important;

}

.nav-link {
    display: inline-block;
    position: relative;
    color: black;
    padding: 0 !important;
    margin: 0 0 0 60px;
  }
  

.nav-link:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 1px;
    bottom: 0;
    left: 0;
    color: var(--Azul-plenty);
    background-color: var(--Azul-plenty);
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}
  
.nav-link:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

h1{

    font-family: 'Comfortaa', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 67px;
    text-align: center;
    color: #3F2D7B;
    margin: 49px 0;

}

h2{

    font-family: 'Comfortaa', sans-serif;
    font-weight: 700;

}

h3{

    font-family: 'Comfortaa', sans-serif;
    font-weight: 700;
    color: #3F2D7B;

}

p{

    font-family: 'Comfortaa', sans-serif;
    font-weight:600;

}


#CremaDeLeche{

    padding: 0 18% 0 20%;

}

#Leches{

    padding: 0 18% 0 20%;
    background: rgba(29, 154, 214, 0.05);


}

#Yogs{

    padding: 0 18% 0 20%;
    background: rgba(227, 6, 19, 0.05);

}

#Saborizadas{

    padding: 0 18% 0 20%;
    
}

#Vegetales{
    padding: 0 18% 0 20%;
    background: rgba(234, 221, 202, 1);

}

#PuraFresh{

    padding: 0 18% 0 20%;
    background: rgba(240, 138, 161, 0.2);

}

#PlentyLife{
    
    padding: 0 18% 0 20%;
    background: rgba(249, 177, 5, 0.1);

}

.tetraS{

    width: 20px;

}

#tetraPak{

    display: flex;
    align-items: flex-end;

}

.prodDesc{

    display: flex;
    flex-direction: column;
    justify-content: center;

}

form{

    text-align: center;

}

input{

    border: 2px solid #3F2D7B;
    border-radius: 29px;
    width: 60%;
    padding: 10px 2%;
    margin-bottom: 20px;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    color: #3F2D7B;

}


textarea {
    border: 2px solid #3F2D7B;
    border-radius: 29px;
    width: 60%;
    height: 276px;
    padding: 10px 2%;
    margin-bottom: 20px;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    color: #3F2D7B;
    resize: none;

}


#mensaje:focus{

    outline: none !important;
    border:2px solid #1D9AD6;
    box-shadow: 0 0 2px #1D9AD6;
}

input:focus{

    outline: none !important;
    border:2px solid #1D9AD6;
    box-shadow: 0 0 2px #1D9AD6;

}



#enviarBtn{

    padding: 15px 66px;
    background: #3F2D7B;
    border: none;
    border-radius: 29px;
    width: fit-content;
    color: white;
    float: right;
    margin-right: 20%;
    
}

#enviarBtn:hover{

    background-color: #1D9AD6;
    border: none;

}

#footer{

    margin-top: 222px;

}

.colFooter{

    margin-bottom: 50px;
    border-right: 1px solid black;
    display: flex;
    justify-content: center;

}

#footerFinal{

    border-right: 0px;

}

#pFooter{

    font-family: 'Raleway';
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 100%;
/* or 20px */
text-align: left;

color: #000000;


}

.icoId{

    width: 15px;
    margin-right: 5px;

}


.contactCard{

    background: #FFFFFF;
    box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.25);
    border-radius: 39px;
    padding: 27px 60px 32px 60px;

}

.contactBtns{

    padding: 8px 12px;
    border: 2px solid #3F2D7B;
    border-radius: 12px;
    display: flex; 
    justify-content:space-around; 
    align-content: center;
    text-decoration: none; 
    color: #3F2D7B;
    margin-bottom: 10px;

}

.contactBtns2{

    padding: 8px 12px;
    border: 2px solid #3F2D7B;
    border-radius: 12px;
    display: flex; 
    justify-content:space-between; 
    align-content: center;
    text-decoration: none; 
    color: #3F2D7B;
    margin-bottom: 10px;

}

.contactBtns2 p{

    margin-bottom: 0px !important;
    color: #3F2D7B;

}

.contactBtns p{

    margin-bottom: 0px !important;
    color: #3F2D7B;

}

@media (max-width: 991px) {


#catalogue img{

        width: 85%;

    }

.contactCard{

    margin: 0 auto 80px auto;

}

}

@media (max-width: 768px){

    body{

        overflow-x: hidden;

    }

    #navVid{

        height: auto;
    
    }
    
    video{
    
        width: 100%;
    
    }

    h1{

        font-size: 25px;
    
    }

    h2{

        font-size: 22px;

    }

    p{

        font-size: 18px;

    }

    .prodDesc{

        order: 1;

    }

    #catalogue img{

        width: 85%;

    }

    #CremaDeLeche, #Leches, #Yogs, #Saborizadas, #Vegetales, #PlentyLife, #PuraFresh{
        padding: 20px 5% 20px 7%;
    }
    
    

}


@media (max-width: 576px){

    body{

        overflow-x: hidden;

    }

    #navVid{

        height: auto;
    
    }
    
    video{
    
        width: 100%;
    
    }

    h1{

        font-size: 25px;
        margin: 15px auto;
    
    }

    h2{

        font-size: 15px;

    }

    p{

        font-size: 10px;
        line-height: 12px;
        margin-bottom: 0px !important;

    }


    .prodDesc{

        order: 1;

    }

    #catalogue img{

        width: 85%;

    }

    #CremaDeLeche, #Leches, #Yogs, #Saborizadas, #Vegetales, #PlentyLife, #PuraFresh{
        padding: 20px 5% 20px 7%;
    }

    
    #CremaDeLeche div, #Leches div, #Yogs div, #Saborizadas div, #Vegetales div, #PlentyLife div, #PuraFresh div{
        margin-top: 15px;
    }

    #tetraPak{

        margin-top: 5px !important;

    }

    input{

        width: 90%;
        font-size: 10px;
    }

    textarea{
        font-size: 10px;
        width: 90%;

    }

    #enviarBtn{

        padding: 5px 30px;
        background: #3F2D7B;
        border: none;
        border-radius: 29px;
        width: fit-content;
        color: white;
        float: right;
        margin-right: 5%;
        
    }

    .colFooter{

        margin-bottom: 50px;
        border-right: none;
        display: flex;
        justify-content: center;
        text-align: center;
    
    }

    .icoId{

        width: 10px;
        margin-right: 5px;

    }

    #footer{

        margin-top: 120px;

    }

    #logoNav{

        width: 100px;
    }


    .cardBtm{

        margin-top: 30px;

    }

    .contactBtns, .contactBtns2{

        margin-top: 10px;

    }
} 