
@keyframes clickMe{
    0%{
        opacity:0;
        transform:translateY(-50%)
    }
    25%{
        opacity:1;
    }
    80%{
        opacity:1
    }
    100%{
        opacity:0;
        transform:translateY(50%);
    }
}


@keyframes rotate {
    from {
      transform: rotateX(-100deg) 
    }
    to {
      transform: rotateX(720deg) 
    }
  }


div#consent-1 p, div#consent-2 p {
    margin: 0!important;
}

  .goDown {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'%3E%3C/path%3E%3C/svg%3E");
    width: 75px;
    height: 75px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 4em auto;
}
.clickMe{
    animation: clickMe infinite 2s ease-in-out;
}

.goDown a {
    display: block;
    width: 300%;
    height: 300%;
    position: absolute;
    transform: translate(-33%,-37%);
    cursor: pointer;
}


  .header, html body .headerStuck {
    background-color: #056cf1!important;
}

.heroRow {
    padding-top: 11em;
    padding-bottom: 5em;
    background-color: #056cf1;
    height: 75vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

  .cube {
    transform-style: preserve-3d;
    transform-origin: center;

    /* padding-right: 4em; */
    padding-left: 0.3em;
    width: 230px;
    height: auto;
}

.animated{
    animation: rotate 1.4s cubic-bezier(0,0,.68,1.27);
}

.face {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #056cf1;
    color: white;
    font-size: 1em;
    margin: 0;
    white-space: nowrap;
}

  .front  { transform: translateZ(43px); }
  .back   { transform: rotateY(180deg) rotateZ(180deg) translateZ(43px); }
  .top    { transform: rotateX(90deg) translateZ(43px); }
  .bottom { transform: rotateX(-90deg) translateZ(43px); }
  
  .heroRow>h2 {
    display: flex;
    justify-content: center;
    width: 100%;
    font-size: 4.2em;
    font-family: 'Campton';
    font-weight: 700;
    color: white;
}








/*
EXPERIMENTAL FOR THE CUBE ANIMATION
*/

.face::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 508px;
    height: 100%;
    transform: scaleY(1.17);
    background-color: #056cf1;
    z-index: -1;
}

.face {
    height: 100%;
    z-index: 2;
}


/**/



.heroRow h3 {
    color: rgba(255, 255, 255, 0.65);
    font-family: 'Campton';
    font-weight: 500;
    text-align: center;
    font-size: 1.9em;
}

h1.face.front::before {
    content: '';
    position: absolute;
    top: 99%;
    left: 0;
    height: 2px;
    transition: all 0.45s cubic-bezier(.61,-0.03,.08,1.1);
    background-color: white;
    width: 0%;
}

.animationDone .face.front::before {
    width: 100%!important;
}

.row2 {
    padding: 4% 5%;
}

.service h3 {
    color: #1d1d1b;
    font-family: 'Campton';
    font-size: 2.5em;
}


.service p {
    color: #1d1d1b;
    font-family: 'Campton Book';
    font-size: 1.1em;
}

.serviceImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display:block;
}
.service {
    display: flex;
    flex-direction: row;
    width: 100%;
}
.row2>div:nth-of-type(even) {
    flex-direction: row-reverse;
}

.service>div {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.serviceText h3 {
    margin-bottom:0.3em;
}

.serviceText p {
    padding: 0 11%;
    text-align: left;
}
.serviceText {
    justify-content: center;
}

.row2>h2 {
    font-family: 'Campton';
    color: #1d1d1b;
    font-size: 2.5em;
    text-align: center;
    margin-bottom: 3em;
}

.serviceImage {
    height: 50vh;
}

.row2>div:nth-of-type(even) .serviceText {
    background-color: #1d1d1b;
}
.row2>div:nth-of-type(even) .serviceText :is(p,h3) {
    color: white;
}

.serviceText :is(h3,p) {
    transform: translateY(-15px);
    text-align: center;
}

.row2>div:nth-of-type(odd) .serviceText {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.18);
}

.row2 *{
    transition: all 0.15s ease-in-out;
}

html body .row2 .service:hover h3{
    color:#056cf1!important;
}

.service:hover .serviceImage img{
    transform: scale(1.08);
}

.serviceImage {
    overflow: hidden;
}


.row2 .serviceImage a{
    width: 100%;
    height: 100%;
}

.row2 a{
    text-decoration: none;
    display:block;
}


.row2>div:nth-of-type(odd) .serviceText {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.18);
}



.forminator>form :is(p,span,input,textarea,button) {
    font-family: 'Campton Book'!important;
}

.forminator {
    padding: 0 35%;
    padding-bottom: 5em;
}
.forminator>form textarea {
    padding-top: 8px!important;
    resize:none!important;
}

span[data-limit="180"] {
    display: none;
}

.r3Text h2 {
    font-family: 'Campton';
    font-weight: 500;
    font-size: 2.1em;
    text-align: center;
    margin: 3em 0;
    color: #1d1d1b;
    margin-bottom: 0.3em;
}
.r3Text p {
    font-family: 'Campton Book';
    color: #1d1d1b;
    font-size: 1.3em;
    text-align: center;
    margin-bottom: 3em;
    margin-top: 2em;
}


@media only screen and (max-width:1600px){

    html .heroRow>h2{
        font-size:3.2em
    }

    html .heroRow h3 {
        font-size: 1.5em;
    }

    html .serviceText h3 {
        font-size: 2.1em;
    }
    html .serviceText p {
        font-size: 0.9em;
    }
    html .serviceImage {
        height: 40vh;
    }
    html .r3Text h2 {
        font-size: 1.9em;
    }
    html .r3Text p {
        font-size: 1.2em;
    }
    html .forminator {
        padding: 0 29%;
    }
    .heroRow>h2 {
        transform: translateX(40px);
    }


    html .front {
        transform: translateZ(32.5px);
    }
    html .back {
        transform: rotateY(180deg) rotateZ(180deg) translateZ(32.5px);
    }
    html .top {
        transform: rotateX(90deg) translateZ(32.5px);
    }
    .bottom {
        transform: rotateX(-90deg) translateZ(32.5px);
    }

}

@media only screen and (max-width:1150px){
    html .heroRow>h2 {
        font-size: 2em;
    }

    html .front {
        transform: translateZ(20px);
    }
    html .back {
        transform: rotateY(180deg) rotateZ(180deg) translateZ(20px);
    }
    html .top {
        transform: rotateX(90deg) translateZ(20px);
    }
    .bottom {
        transform: rotateX(-90deg) translateZ(20px);
    }
    .heroRow>h2 {
        transform: translateX(78px);
    }
    html .heroRow h3 {
        font-size: 1.3em;
    }
    html .row2>h2 {
        font-size: 2em;
    }
    html .row2 {
        padding: 4% 1%;
    }
    html .serviceText h3 {
        font-size: 1.7em;
    }
    html .serviceText p {
        font-size: 0.8em;
    }
    html .r3Text h2 {
        padding: 0 5%;
        font-size: 1.7em;
    }
    html .forminator {
        padding: 0 18%;
    }
}

@media only screen and (max-width: 700px){
    html body .heroRow>h2 {
        flex-direction: column;
        font-size: 1.7em;
        text-align: center;
    }
    .cube {
        height: 40px;
        margin-top: 1em;
        width: 200px;
        padding-left: unset;
    }
    html body .heroRow>h2 {
        transform: unset;
    }


    html .service {
        flex-direction: column!important;
    }

    html .row2>h2 {
        font-size: 1.6em;
        margin-bottom: 1em;
        margin-top: 2em;
    }
    html .row2 {
        padding: 4% 0;
    }

    html .serviceText {
        box-shadow: 0 1px 8px rgba(0, 0, 0, 0.38)!important;
    }

    html .service {
        flex-direction: column-reverse!important;
    }

    html .serviceText h3 {
        font-size: 1.5em;
    }
    .serviceText {
        padding: 3% 0;
    }
}

































.serviceBlurb {
    display: flex;
}


.serviceBlurbText {
    width: 33%;
    height: 80%;
    margin-top: auto;
    padding-left: 8%;
}

.serviceBlurbImage {
    margin-left: auto;
    width: 18%;
}

.serviceBlurbText {
    display: flex;
    flex-direction: row;
}

.hr {
    width: 12px;
    height: 100%;
    min-width: 10px;
    background-color: white;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}



.serviceBlurb {
    background-color: #056cf1;
}

.serviceBlurbInnerText h2 {
    font-family: 'Campton';
    font-weight: bold;
    color: white;
    margin: 0;
    font-size: 2.5em;
    line-height: 100%;
    margin-bottom: 0.6em;
}

.serviceBlurbInnerText p {
    font-family: 'Campton';
    font-weight: 400;
    color: white;
    font-size: 1em;
}

html body .row2 {
    padding: 4% 0%;
}

.servicesBlurbs>div:nth-of-type(even) {
    background-color: #f2f2f2;
}

.servicesBlurbs>div:nth-of-type(even) h2 {
    color: #4d4d4d;
    text-align: right;
}

.servicesBlurbs>div:nth-of-type(even) p {
    color: #4d4d4d;
    text-align: right;
}


.servicesBlurbs>div:nth-of-type(even) .hr {
    background-color: #4d4d4d;
    margin-left: 4%;
}

html body .serviceBlurb>a {
    display: flex;
    flex-direction: row;
    transition: all 0.65s cubic-bezier(.57,.76,.48,.94);
}

.servicesBlurbs>div:nth-of-type(even) a {
    flex-direction: row-reverse;
}

.servicesBlurbs>div:nth-of-type(even) .serviceBlurbText {
    flex-direction: row-reverse;
}


.servicesBlurbs>div:nth-of-type(even) .serviceBlurbImage {
    margin-right: auto;
    margin-left: unset;
}

.serviceBlurb {
    overflow: clip;
    position: relative;
}

.serviceBlurbImage {
    margin-left: auto;
    margin-top: auto;
}

.hr {
    margin-right: 4%;
}

.servicesBlurbs>div:nth-of-type(even) .hr {
    background-color: #4d4d4d;
    margin-left: 4%;
    margin-right: unset;
}

.serviceBlurb {
    margin: 1% 0;
    padding-top: 2%;
    height: 40vh;
}

.servicesBlurbs>div:nth-of-type(even) .serviceBlurbText {
    padding-left: unset;
    padding-right: 8%;
}

.serviceBlurb>a {
    transform: translateX(50%);
}

.servicesBlurbs>div:nth-of-type(even)>a{
    transform: translateX(-50%);
}

.serviceBlurbActive>a{
    transform: unset!important;
}

.row2 svg{
    display:block;
}

html .phoneSVG{
        display:none;
    }
    .desktopSVG{
        display:block;
    }

    .serviceBlurb.identidad svg {
    width: 84%;
}

/*Hover Highlights*/
.serviceBlurb:hover .serviceBlurbInnerText h2::after {
    background-color: #ff5a12;
}
.serviceBlurbInnerText h2::after {
    transition: all 0.25s ease-in-out;
}
.serviceBlurb:hover svg, .serviceBlurb:hover svg :is(path,g,line) {
    fill: #ff5a12!important;
    opacity: 1!important;
}

.serviceBlurb svg, .serviceBlurb svg * {
    transition: all 0.25s ease-in-out;
}

.serviceBlurbText * {transition: all 0.25s ease-in-out;}



.serviceBlurb:hover :is(p,h2) {
    color: #ff5a12!important;
}

.serviceBlurb:hover .hr {
    background-color: #ff5a12!important;
}
/**/


@media only screen and (max-width: 1600px){
.serviceBlurb {
    height: 54vh;
}
.serviceBlurbImage {
    width: 23%;
}
.serviceBlurbInnerText p {
    font-size: 0.9em;
}
}
@media only screen and (max-width:1200px){
 .serviceBlurb {
    height: 51vh;
}   
}

@media only screen and (max-width:1000px){
    html body .phoneSVG{
        display:block;
    }
    html body .desktopSVG{
        display:none;
    }
    html body .serviceBlurb>a {
        flex-direction: column!important;
        justify-content: center;
        align-items: center;
    }
html body .row2 .servicesBlurbs .serviceBlurbText {
    flex-direction: column;
    padding-left: unset;
    padding-right: unset;
}
.row2 .servicesBlurbs .serviceBlurb .hr {
display:none;
}
.serviceBlurb {
    margin:unset;
    height: auto;
}
html body .row2 .servicesBlurbs .serviceBlurbImage {
    margin-left: unset;
    margin-top: unset;
    margin-right: unset;
}
html body .servicesBlurbs .serviceBlurb .serviceBlurbInnerText :is(p,h2) {
    text-align: left;
}
.serviceBlurbText {
    width: 50%;
}
.serviceBlurbImage {
    width: 28%;
}
.serviceBlurbInnerText h2 {
    position: relative;
}
.serviceBlurbInnerText h2::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 5px;
    transform: translateX(-300%);
    background-color: white;
    border-radius: 10px;
}

.servicesBlurbs>div:nth-of-type(even) h2::after{
    background-color:#4d4d4d;
}

.servicesBlurbs h2 span{
    white-space:nowrap;
}

html .serviceBlurb {
    padding-top: 5%;
}
html body .servicesBlurbs .serviceBlurb .serviceBlurbInnerText h2 {
    text-align: left;
    width: min-content;
    margin: 0 auto;
}

.serviceBlurbInnerText p {
    margin: 3vh 0;
    margin-bottom: 5vh;
}

}

@media only screen and (max-width:650px){

    html .serviceBlurb {
    padding-top: 11%;
}
    html .row2>h2 {
    font-size: 1.6em;
    margin-bottom: 2em;
    margin-top: 2em;
}


    .cube {

    margin-left: calc(50vw - 50px);
}
    .serviceBlurbImage {
    width: 48%;
}
.serviceBlurbText {
    width: 80%;
}

.row2 .servicesBlurbs .serviceBlurb .hr {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 4%;
    opacity: 0.75;
}
.serviceBlurb>a {
    transform: translateX(100%);
}
.servicesBlurbs>div:nth-of-type(even)>a {
    transform: translateX(-100%);
}
}