:root {
    --dark-bg: rgba(15, 15, 15, 0.95);
    --spacing: 150px;
    --mainColor: #ffffff;
    --secondColor: #162025;
    --secondColorTransparent: #16202583;
    --thirdColor: #edea85;
    --fourthColor: #e1191a;
    --fifthColor: #a6c3b7;
    --sixthColor: #ec671c;
    --seventColor: #fffee4;
    --eightColor: #d1d1be;
    --nineColor: #e4e3d7;
    --tenColor: #ad9877;
    --elevenColor: #b3b2b2;
    --twelveColor: #7d8f6b;
    --thirdteenColor: #bfb382;
    --fourthteenColor: #f4f3ea;
    --fivethteenColor: #ffb672;
    font-family: "articulat-cf", sans-serif;
    font-weight: 400;
    font-style: normal;
    --r:18px;
    --r2:-50px;
}
:root input[type=text], :root textarea, :root input[type=email], :root input[type=tel], :root input[type=submit] {
    border: 0px;
    font-size: 1rem;
    height: 40px;
    background-color: var(--mainColor);
    padding: 1px 10px;
    transition: 0.3s;
    color: var(--secondColor);
    border-radius: 8px;
}
input[type="checkbox"] {
  accent-color: var(--sixthColor);
  width: 20px;
  height: 20px;
    border: 0;

}
:root input[type=submit]{
    background-color: var(--sixthColor) !important;
    padding: 10px !important;
    color: var(--mainColor) !important;
}

:root textarea:focus, :root input:focus{
    outline: none;
    background-color: var(--secondColor);
    color: var(--seventColor);
}
:root input[type=submit]:hover{
    cursor: pointer;
    background-color: var(--secondColor) !important;
    color: var(--mainColor);
}
:root form button{
    font-weight: 400;
    font-style: normal;
    background-color: var(--fifthColor);
    color: var(--seventColor);
    border-radius: 8px;
    height: 40px;
    padding: 1px 10px;
    border: none;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
:root form button:hover,
:root form button:focus-visible{
    background-color: var(--fourthColor);
    filter: url(#chromatic-aberration);
    will-change: filter;
    transform: translateX(5px);

}
:root input::placeholder {
  color: var(--secondColor);
  font-style: italic; /* Makes the text italic */
  opacity: 0.6;
}
:root input:placeholder-shown{
    background-color: var(--thirdColor);
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px var(--seventColor) inset;
  -webkit-text-fill-color: var(--secondColor);
  transition: background-color 9999s ease-in-out 0s;
}
.no-mouse{
    pointer-events: none;
}
#main-content{
    position: relative;
    z-index: 1;
    overflow-x: hidden;
    force3D: true;
    will-change: margin-top;
}
#main-content.hide {
  //opacity: 0;
  display: none;
}
.invisible {
    opacity: 0 !important;
    visibility: hidden !important;
}
.invisible-low {
    opacity: 0;
    visibility: hidden;
}
.set-color-1{
    color: var(--mainColor) !important;
}
.set-color-2{
    color: var(--secondColor) !important;
}
.set-color-3{
    color: var(--thirdColor) !important;
}
.set-color-4{
    color: var(--fourthColor) !important;
}
.set-color-5{
    color: var(--fifthColor) !important;
}
.set-color-6{
    color: var(--sixthColor) !important;
}
.set-color-7{
    color: var(--seventColor) !important;
}
.set-backcolor-1{
    background-color: var(--mainColor) !important;
}
.set-backcolor-2{
    background-color: var(--secondColor) !important;
}
.set-backcolor-3{
    background-color: var(--thirdColor) !important;
}
.set-backcolor-4{
    background-color: var(--fourthColor) !important;
}
.set-backcolor-5{
    background-color: var(--fifthColor) !important;
}
.set-backcolor-6{
    background-color: var(--sixthColor) !important;
}
.set-backcolor-7{
    background-color: var(--seventColor) !important;
}
.set-backcolor-8{
    background-color: var(--eightColor) !important;
}
.set-backcolor-9{
    background-color: var(--nineColor) !important;
}
.set-backcolor-10{
    background-color: var(--tenColor) !important;
}
.set-backcolor-11{
    background-color: var(--elevenColor) !important;
}
.set-backcolor-12{
    background-color: var(--twelveColor) !important;
}
.set-backcolor-13{
    background-color: var(--thirdteenColor) !important;
}
.zero-height{
    height: 0px !important;
}
.error-field{
    background-color: #d6f93d !important;
    color: var(--secondColor) !important;
}
form {
    position: relative;
}
form over{
    position: absolute;
    top: 0;
    /*width: 80vw;*/
    width: 100%;
    height: 100%;
    background-color: var(--secondColor);
    color: var(--fourthteenColor);
    transition: 0.3s;
    overflow: hidden;
}
form over p{
    position: absolute;
    bottom: 0;
    left: 10px;
    width: 100%;
    font-size: min(15vw, 15vh);
    line-height: min(15vw, 15vh);
    margin: 0;
    padding: 0;
    color: var(--fourthteenColor);
}

.as-button{
    transition: 0.3s !important;
}
.as-button:hover{
    cursor: pointer;
    background-color: var(--fourthColor) !important;
    color: var(--secondColor) !important;
}
.as-button h1{
    transition: 0.3s;
}
.as-button:hover h1{
    color: var(--secondColor) !important;
    background-color: var(--fourthColor) !important;
}
html{
    /*overflow-x: hidden;*/
    background-color: var(--secondColor);
    /*overscroll-behavior-y: none;
    overscroll-behavior-x: none;*/


    font-size: 13px;
}
body{

    position: relative;
    background-color: var(--secondColor);
    color: var(--seventColor);
    margin: 0;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    text-wrap:balance;
    transition: color 0.3s, background-color 0.3s;

}
/* CSS global */
.hide-scroll {
  /* Firefox */
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.hide-scroll::-webkit-scrollbar {
  /* Chrome, Safari y Opera */
  display: none;
}
