:root {
    --green-jooinz: #01e32a;
    --white: #fff;
    --purple-jooinz: #580dff;
    --gray-jooinz: #3e3c49;
    --blue-cumulus: #63a9e0;
    --gray-cumulus: #151513;
}
* {
	box-sizing: border-box;
    text-shadow:none;
    font-family: 'Poppins', sans-serif;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #63a9e0!important;
    border-radius: 0px!important;
}
::-webkit-scrollbar-thumb:hover {
    background: #63a9e0!important;
}
::selection {
    color: white;
    background: #63a9e0;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
.container {
    max-width: 1350px;
}
nav {
    background-color:white; 
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 40%);
}
strong {
    font-weight:bold;
}
.white {
    color:var(--white);
}
.blue {
    color:var(--blue-cumulus);
}
.gray {
    color:var(--gray-cumulus);
}
.bg-white {
    background: white;
}
.bg-gray {
    background: #151513;
}
.bg-blue {
    background: #63a9e0;
}
.bg-blue-gradient {
    background: linear-gradient(90deg, #63a9e0 0%, #4571b5 100%);
}
.bg-blue-gradient2 {
    background: linear-gradient(180deg, #63a9e0 0%, #4571b5 100%);
}
.separatorxs {
    height:20px;
}
.separators {
    height:50px;
}
.separator {
    height:100px;
}
.w-600 {
   max-width:650px;
}
h1 {
    font-size: 3rem;
    line-height: 3.5rem;
    font-weight: 700;
    color:var(--blue-cumulus);
    background: -webkit-linear-gradient(0deg, #63a9e0 0%, #4571b5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
h2 {
    font-size: 2.3rem!important;
    line-height: 3rem!important;
    font-weight: 700;
    color:var(--blue-cumulus);
}
h3 {
    font-size: 1.4rem!important;
    line-height: 1.7rem!important;
    font-weight: 300;
    color:var(--gray-cumulus);
}
a {
    text-decoration: none;
    text-shadow:none;
}
a:hover {
    color: var(--blue-cumulus);
}
.nav-link {
    color:var(--gray-cumulus)
}
a.nav-link:hover {
    color:var(--blue-cumulus);
}
p {
    font-size:1.2rem;
    line-height: 1.5rem;
    }
.nav-link {
        font-size:1rem;
        line-height: 1.2rem;
}
li {
    font-size:1.2rem;
    line-height: 1.5rem;
    padding-bottom:15px;
}
.tabs-panels {
    min-height:450px;
}
.button-third {
    background: white;
    color:var(--blue-cumulus);
    padding:0.8rem 1.5rem;
    font-size:1.4rem;
    line-height: 1.7rem;
}
.custom-btn {
    background: -webkit-linear-gradient(0deg, #63a9e0 0%, #4571b5 100%);
    color:white;
    padding:0.8rem 1.5rem;
    font-size:1.4rem;
    line-height: 1.7rem;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
     7px 7px 20px 0px rgba(0,0,0,.1),
     4px 4px 5px 0px rgba(0,0,0,.1);
    outline: none;
  }
  .custom-btn-white {
    background: transparent;
    color:white;
    padding:calc(0.8rem - 1px) calc(1.5rem - 1px);
    border:1px solid white;
    font-size:1.4rem;
    line-height: 1.7rem;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
     7px 7px 20px 0px rgba(0,0,0,.1),
     4px 4px 5px 0px rgba(0,0,0,.1);
    outline: none;
  }
  .custom-btn-full-white {
    background: white;
    color:var(--blue-cumulus);
    padding:0.8rem 1.5rem;
    border:1px solid white;
    font-size:1.4rem;
    line-height: 1.7rem;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
     7px 7px 20px 0px rgba(0,0,0,.1),
     4px 4px 5px 0px rgba(0,0,0,.1);
    outline: none;
  }  
.button-first {
  background: -webkit-linear-gradient(0deg, #63a9e0 0%, #4571b5 100%);
  border: none;
  z-index: 1;
}
.button-first:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #4673b6;
  border-radius: 0px;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  transition: all 0.3s ease;
}
.button-first:hover {
  color: #fff;
}
.button-first:hover:after {
  left: 0;
  width: 100%;
}
.button-first:active {
  top: 2px;
}
.button-second {
    background: transparent;
    border: 1px solid white;
    z-index: 1;
  }
  .button-second:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    color:black;
    background-color: white;
    border-radius: 0px;
     box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
     7px 7px 20px 0px rgba(0,0,0,.1),
     4px 4px 5px 0px rgba(0,0,0,.1);
    transition: all 0.3s ease;
  }
  .button-second:hover {
    color: #151513;
  }
  .button-second:hover:after {
    left: 0;
    width: 100%;
  }
  .button-second:active {
    top: 2px;
  }
  .button-third {
    background: white;
    border: 1px solid white;
    z-index: 1;
  }
  .button-third:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    color:white;
    background-color: var(--blue-cumulus);
    border-radius: 0px;
     box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
     7px 7px 20px 0px rgba(0,0,0,.1),
     4px 4px 5px 0px rgba(0,0,0,.1);
    transition: all 0.3s ease;
  }
  .button-third:hover {
    color: white;
  }
  .button-third:hover:after {
    left: 0;
    width: 100%;
  }
  .button-third:active {
    top: 2px;
  }
  .btn-tel {
    color:white!important;
    background-color:var(--blue-cumulus);
    border-radius:80px;
}
.btn-tel:hover {
  background: -webkit-linear-gradient(0deg, #63a9e0 0%, #4571b5 100%);
  color:white!important;
  box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 40%);
}

nav {
    background-color:white; 
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 40%);
    }
.link-animation {
    position: relative;
  }
.link-animation:before {  
    transform: scaleX(0);
    transform-origin: bottom right;
  }
.link-animation:hover::before {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
  .link-animation::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    inset: 0 0 0 0;
    background: transparent;
    border-bottom:1px solid #63a9e0;
    z-index: -1;
    transition: transform .3s ease;
}
.text-decoration-underline {
    text-underline-offset: 5px;
}
.warpperz{
    display:flex;
    flex-direction: column;
    align-items: center;
}
.tabz{
    cursor: pointer;
    padding:10px 20px;
    margin:0px 8px;
    display:inline-block;
    color:linear-gradient(90deg, #63a9e0 0%, #4571b5 100%);;
    font-weight:700;
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 30%);
    font-size:1.1rem;
    background-color: white;
}
.panelszbis{
    width:100%;
    max-width:1350px;
    border-radius:3px;
    overflow:hidden;
    padding:20px;  
}
.panelz{
    display:none;
    animation: fadein .8s;
}
.shadow-custom {
    box-shadow:0px 0px 8px 0px rgb(0 0 0 / 20%)
}
.img-video:hover {
    transform: scale(1.05);
    transition: ease-in 0.3s;
    cursor: pointer;
}
.img-video {
    transition: ease-out 0.3s;
    cursor: pointer;
}
.radio{
      display:none;
    }
#onebis:checked ~ .panelszbis #one-panelbis,
#twobis:checked ~ .panelszbis #two-panelbis,
#threebis:checked ~ .panelszbis #three-panelbis{
    display:block
}
#onebis:checked ~ .tabs #one-tabbis,
#twobis:checked ~ .tabs #two-tabbis,
#threebis:checked ~ .tabs #three-tabbis{
    background:linear-gradient(90deg, #63a9e0 0%, #4571b5 100%);;
    color:var(--white);
}
.splide__arrow{
    background: #badcf7!important;
}
.splide__arrow--prev  {
    left:-2em;
  }
.splide__arrow--next  {
    right:-2em;
}
.bg-usp-img {
    background-image: url(assets/img/face.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.splide__pagination {
    bottom: -1.4em!important;
}

.margin-negative-b-100 {
    margin-bottom:-100px;
}
.margin-negative-t-100 {
    margin-top:-100px;
}
.card-body {
    min-height:240px;
}
/* Go top */
.ir-arriba {
    display: none;
    padding: 10px 15px;
    background: white;
    backdrop-filter: blur(3px);
    font-size: 20px;
    color: #151513;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 15px;
    z-index: 998;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    transition: ease-in-out 0.3s;
}

.ir-arriba:hover {
    background: #151513;
    color: #fff;
    transition: ease-in-out 0.3s;
}
.client_logo {
    filter: grayscale(1);
    transition: linear 0.2s;
    height:130px;
    width:auto;
}

.client_logo:hover {
    filter: grayscale(0);
    transition: linear 0.2s;
}
.calendly-badge-widget {
    position: fixed;
    right: 20px;
    bottom: 25px!important;
    z-index: 9998; 
} 
.calendly-badge-content {
    background-color: var(--blue-cumulus)!important;
}



input[type=email],input[type=phone],input[type=text] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-color: white;
    border-width: 2px;
    font-size: 1.2rem;
    line-height: 1.6rem;
    --tw-shadow: 0 0 #0000;
}

.form-control,.form-select {
    display: inline;
    max-width: 900px;
    padding: 1rem 2rem;
    border-radius: 0px;
    transition: all linear .2s;
    background-color: transparent;
    
}
.form-control {
  color:white;
}

.form-control::-moz-placeholder,.form-select::-moz-placeholder {
    --tw-text-opacity: 1;
    color: white;
    opacity: 1
}

.form-control::placeholder,.form-select::placeholder {
    color: white;
}

.form-control:-ms-input-placeholder,.form-select:-ms-input-placeholder {
    color: #cfcfcf
}

.form-control::-ms-input-placeholder,.form-select:-ms-input-placeholder {
    color: #cfcfcf
}

.form-control:focus,.form-select:focus {
    color: #151513;
    background-color: #fff;
    outline: 0;
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 60%);
    transition: all linear .2s
}

.logo-adj {
    max-height:60px;
}

/* Pulse Grow */
@keyframes pulse-grow {
	to {
		transform: scale(1.1);
	}
}
@media (min-width: 1072px) {
    .calendly-inline-widget {
        min-width:320px;
        height:800px!important;
    }
}
@media (max-width: 1071px) {
    .calendly-inline-widget {
        min-width:320px;
        height:1200px!important;
    }
    .margin-negative-b-100 {
        margin-bottom:20px;
    }
}   
@media (max-width: 768px) {
    .margin-negative-b-100 {
        margin-bottom:10px;}
    .img-cab {
        height:400px;
    }
    .separator {
        height:50px;
    } 
    .custom-btn {
        padding:0.8rem 20px;
    }

    .custom-btn-full-white {
        padding:0.8rem 20px;
    }      
    .tabz{
        padding:8px 10px;
        margin:0px 4px;
        font-size:1rem;
    }
    .panelszbis{
        padding:20px 0px;  
    }
    h1 {
        font-size: 2rem;
        line-height: 2.5rem;
    }
    h2 {
        font-size: 1.8rem!important;
        line-height: 2rem!important;
    }
    h3 {
        font-size: 1.1rem!important;
        line-height: 1.4rem!important;
    }
    ol, ul {
        padding-left:10px;
    }
    p, .nav-link {
        font-size:1.1rem;
        line-height: 1.4rem;
        }  
    li {
        font-size:1.1rem;
        line-height: 1.4rem;
    }
    .mobile-separator {
        height:130px;
    }
      .custom-btn-white, .custom-btn-full-white, .custom-btn {
        font-size:1.1rem;
        line-height: 1.4rem;
    }
    .custom-btn-white, .header-btn {
       min-width:190px;
    }
    .card-body {
        min-height:230px;
    }  
    .logo-adj {
        max-height:45px;
    }    
}


