@charset "utf-8";

@font-face {
    font-family: "Quicksand";
    src: url("../FONTS/quicksand/Quicksand-VariableFont_wght.ttf");
}

@font-face {
    font-family: "Nunito-regular";
    src: url("../FONTS/Nunito/Nunito-Regular.ttf");
}

@font-face {
    font-family: "Nunito-bold";
    src: url("../FONTS/Nunito/Nunito-Bold.ttf");
}

:root {
    --gray1: #707070;
    --blue1: #005fae;
    --placeholder: #3194D2;
    --orange: #fbb040;
    /*color: var(--gray1);*/
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Quicksand', sans-serif;
    text-decoration: none;
    color: var(--gray1);
}

.borderRadiusInput {
    border-radius: 21px;
    -moz-border-radius: 21px;
    -webkit-border-radius: 21px;
}

.generalShadow {
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.37);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.37);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.37);
}

body{
    background-color: #F0F4FB;
}

#conten{
    width: 100%;
    max-width: 1128px;
    margin: 0 auto 0;
    min-height: 50vh;
}

#note{
    width: 94%;
    margin: 20px auto 0;
    background-color: #e2e8fe;
    border-left: 6px #466caf solid;
    padding: 10px;
    border-radius: 0 15px 15px 0;
    -moz-border-radius: 0 15px 15px 0;
    -webkit-border-radius: 0 15px 15px 0;
    cursor: pointer;
}

#note span{
    font-size: 15px;
}

.note-button{
    color: #f04d28;
}

/* #conten-products{
    width: 97.6%;
    margin: 20px auto 20vw; 
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    min-height: 50vh;
} */

#modalnote{
    width: 100%;
    /* margin: 110px auto 0; */
    display: flex;
    justify-content: center;
}

.modalnote-conten{
    width: 94%;
    /* max-width: 569px; */
    max-width: 700px;
    max-height: 90%;
    min-height: 600px;
    background-color: #fff;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    position: relative;
    margin: 10px auto 70px auto;
}

.modalnote-conten-close{
    width: 30px;
    position: fixed;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    cursor: pointer;
}

.modalnote-conten-close img{
    width: 100%;
    height: auto;
}

.modalnote-conten-head{
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fbb040;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    -webkit-border-radius: 15px 15px 0 0;
}

.modalnote-conten-block1{
    width: 100%;
    padding: 15px;
}

.modalnote-conten-block1-head{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.modalnote-conten-block1-title{
    width: 70%;
    color: #3194d2;
    font-family: "Nunito-bold";
    font-size: 18px;
    font-weight: bold;
}

.modalnote-conten-block1-ico{
    width: 30%;
    display: flex;
    justify-content: center;
}

.modalnote-conten-block1-ico img{
    width: 85%;
    height: auto;
}

.modalnote-conten-block1-conten{
    font-size: 18px;
    color: #707070;
}

.modalnote-conten-block2{
    width: 100%;
    padding: 5px;
    color: #fff;
    font-family: "Nunito-bold";
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background-color: #62c2fe;
}

.modalnote-conten-block3{
    width: 100%;
    padding: 15px;
}

.modalnote-conten-block3-a{
    width: 100%;
    padding: 0 10px 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.modalnote-box{
    width: 60 px;
    margin-bottom: 10px;
    border: 2px #c8d3e3 solid;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.modalnote-box-title{
    width: 100%;
    padding: 5px;
    font-size: 16px;
    background-color: #c8d3e3;
    color: black;
}

.modalnote-box-price{
    width: 100%;
    padding: 5px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.modalnote-box-price-text{
    font-size: 16px;
    color: black;
}

.modalnote-box-price-ico{
    height: 24px;
}

.modalnote-box-price-ico img{
    height: 95%;
    width: auto;
}

.modalnote-conten-block3-b{
    width: 100%;
    padding: 0 10px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modalnote-conten-block3-b p{
    width: 65%;
    font-size: 18px;
    color: #707070;
}

.modalnote-conten-block3-b-ico{
    width: 30%;
    display: flex;
    justify-content: center;
}

.modalnote-conten-block3-b-ico img{
    width: 85%;
    height: auto;
}

.modalnote-conten-foot{
    width: 100%;
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
    background-color: #62c2fe;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border-radius: 0 0 15px 15px;
    -moz-border-radius: 0 0 15px 15px;
    -webkit-border-radius: 0 0 15px 15px;
}

@media(max-width:300px){
    .conten{
        margin: 100px auto 0;
    }
}

@media(min-width:768px){
    .conten{
        margin: 120px auto 0;
    }
    
    .modalnote-conten-close{
        width: 40px;
        right: 28%;
    }
}