:root {
  --clr-sec-black: #05141F;
  --clr-sec-alert-red: #c1272d;
  --clr-sec-gray: #989696;
  --clr-third-blue: #007BBE;
  --clr-third-black: #1E2B35;
}


.floating-bttn--section {
  right: 2rem;
  position: fixed;
  bottom: 1rem;
  z-index: 10000;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 5px;
}

.logo-container--bttn {
  background: var(--clr-pry-red);
  align-items: center;
  justify-content: center;
  display: flex;
  height: 55px;
  width: 55px;
  border-radius: 100%;
  cursor: pointer;
  border: 0px;
}

.logo-container--bttn:active {
  border-style: hidden;
}

.logo-container--bttn:focus-visible {
  outline: unset;

}

.logo-container--bttn:focus {
  outline: 0px;
}

.bttn-logo--img {
  width: 40px;
  height: auto;
}

.controllers-container--div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    gap: 7px;
}

.controller--bttn {
  background: var(--clr-third-black);
  width: 40px;
  border-radius: 100%;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.controller--bttn:hover svg path {
  stroke: var(--clr-pry-red)
}


.services__bttns--section {
  right: 2.5rem;
  position: fixed;
  width: 180px;
  height: fit-content;
  bottom: 5rem;
  z-index: 10000;
  display: flex;
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  transition: all 0.3s ease;
  gap: 5px;
  pointer-events: none;
}


.show-services-bttns {
  opacity: 1;
  bottom: 5.5rem;
  pointer-events: visible;
}

.services-bttns__cont--div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.bttn-cont--div,
.bttn-cont--a {
  display: flex;
  justify-content: center;
  text-align: center;
  background: var(--clr-sec-black);
  border-radius: 50px;
  color: white;
  text-decoration: none;
  cursor: pointer;
	text-decoration: none;
}
.bttn-cont--a:hover {
	color: var(--clr-pry-red);
	text-decoration: none;
}



.bttn__service--p {
  width: 79%;
  padding: 10px 0px;
  margin: 0px;
  font-family: var(--ff-base);
}

.bttn-logo__div {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--clr-pry-red);
  width: 25%;
  padding: 5px 0px;
  border-radius: 65px;
}

.bttn-cont--a:nth-child(3) img {
    width: 15px;
}






/** Form popUp */
.form-popUp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  margin: auto;
  height: 50%;
  bottom: 20%;
  width: 100%;
  font-family: var(--ff-base);
  z-index: 10;
}

.popUp-cont--div {
  width: 70%;
  padding: 35px 35px;
  box-shadow: #cecccc 0px 0px 10px 5px;
  border-radius: 15px;
  max-width: 450px;
  background: white;
}

.pop-up-close--bttn {
  width: 29px;
  height: 27px;
  font-size: 1.2rem;
  cursor: pointer;
  position: relative;
  top: -20px;
  left: -20px;
  background: var(--clr-sec-alert-red);
  border: var(--clr-sec-alert-red) solid 2px;
  color: white;
  text-align: center;
  border-radius: 7px;
  align-content: center;
  box-shadow: var(--clr-sec-alert-red);94 -2px 2px 4px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pop-up-title-h2 {
    text-align: center;
    font-size: 1.4rem;
    margin: 0px 0px 20px 0px;
}

/* Due to we will use this file in pages that could contain another form,
 * we use the data-form-id to only change the form used with this css file.
 * */

[data-form-id="fef330dd-0e0e-4f01-b543-f0830881cdc6"] .form-columns-2 > div,
[data-form-id="fef330dd-0e0e-4f01-b543-f0830881cdc6"] .form-columns-1 > div {
  margin-bottom: 15px;
}



[data-form-id="fef330dd-0e0e-4f01-b543-f0830881cdc6"] div.actions {
    margin-top: 25px;
    text-align: end;
    display: flex;
    width: 92%;
    justify-content: flex-end;
}

/*

input[name="firstname"]:hover,
input[name="lastname"]:hover,
input[name="phone"]:hover*/

[data-form-id="fef330dd-0e0e-4f01-b543-f0830881cdc6"] div.actions input {
  padding: 5px 20px;
  background: var(--clr-sec-alert-red);
  border: 2px var(--clr-sec-alert-red) solid;
  color: white;
  cursor: pointer;
}

[data-form-id="fef330dd-0e0e-4f01-b543-f0830881cdc6"] div.input input:hover {
  background: white;
  color: var(--clr-sec-alert-red);
  border: 2px var(--clr-sec-alert-red) solid;
}

[data-form-id="fef330dd-0e0e-4f01-b543-f0830881cdc6"] ul.no-list.hs-error-msgs.inputs-list {
  list-style: none;
  padding-left: 0px;
  color: var(--clr-sec-alert-red);
}

[data-form-id="fef330dd-0e0e-4f01-b543-f0830881cdc6"] .form-columns-1,
[data-form-id="fef330dd-0e0e-4f01-b543-f0830881cdc6"] .form-columns-2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

[data-form-id="fef330dd-0e0e-4f01-b543-f0830881cdc6"] .form-columns-1 div,
[data-form-id="fef330dd-0e0e-4f01-b543-f0830881cdc6"] .form-columns-2 div
{
  width: 95% !important;
}

input[name="firstname"],
input[name="lastname"],
input[name="phone"] {
  width: 100% !important;
}

input[name="firstname"]:focus-visible,
input[name="lastname"]:focus-visible,
input[name="phone"]:focus-visible {
  outline: auto var(--clr-sec-alert-red) 1px;
}


.hidePopUp {
  display: none;
}