.container_login {
    display: flex;
}
.login__right {
    padding-left: 10px;
}
.login__right a {
    display: block;
    font-weight: 700;
    line-height: 18px;
}
.login__left {
    display: flex;
    align-items: center;
}
.login__left i {
    font-size: 30px;
    line-height: 1em;
}
.page-body-wrapper {
    height: 100%;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
    padding-top: 80px;
}
@media (min-width:992px) {
    .main-panel .containerr {
    margin-left: 70px;
}
}.containerr {
    position: absolute;
    margin-top: 0;
    width: 100%;
    min-height: 100vh;
    background-color: #fff;
    overflow: hidden;
}
.containerr:before {
    content: '';
    position: absolute;
    width: 2000px;
    height: 2000px;
    border-radius: 50%;
    background: linear-gradient(-45deg, #4481eb, #04befe);
    top: -10%;
    right: 48%;
    z-index: 6;
    transform: translateY(-50%);
    transition: 1.8s ease-in-out;
}
.forms-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.sign-in-form, .sign-up-form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 0;
    overflow: hidden;
    grid-column: 1/2;
    grid-row: 1/2;
    transition: .2s .7s ease-in-out;
}
form.sign-up-form {
    z-index: 2;
    opacity: 1;
}
form.sign-in-form {
    z-index: 1;
    opacity: 0;
}
.titler {
    font-size: 2.2rem;
    color: #444;
}
.input-field {
    max-width: 380px;
    width: 100%;
    height: 55px;
    background-color: #f0f0f0;
    margin: 10px 0;
    border-radius: 55px;
    display: grid;
    grid-template-columns: 15% 85%;
    padding: 0 .4rem;
}
.input-field i {
    text-align: center;
    line-height: 55px;
    color: #acacac;
    font-size: 1.1rem;
}
.input-field input {
    background: 0 0;
    outline: 0;
    border: none;
    line-height: 1;
    font-weight: 600;
    font-size: 1.1rem;
    color: #333;
    border-radius: 20px;
}
.input-field input::placeholder {
    color: #aaa;
    font-weight: 500;
}
.btnn {
    width: 150px;
    height: 49px;
    border: none;
    outline: 0;
    border-radius: 49px;
    cursor: pointer;
    background-color: #5995fd;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin: 10px 0;
    transition: .5s;
}
btnn::hover {
    background-color: #4d84e2;
}
.social-text {
    font-size: 1rem;
    margin: 5px 0;
}
.social-media {
    display: flex;
    justify-content: center;
}
.social-icon {
    height: 46px;
    width: 46px;
    border: 1px solid #333;
    margin: 0 .45rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #333;
    font-size: 1.1rem;
    border-radius: 50%;
    transition: .3s;
}
.social-icon:hover {
    color: #4481eb;
    border-color: #4481eb;
}
.signin-signup {
    position: absolute;
    top: 40%;
    left: 75%;
    width: 50%;
    z-index: 5;
    transform: translate(-50%, -50%);
    display: grid;
    grid-template-columns: 1fr;
    transition: 1s .7s ease-in-out;
}
.panels-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.panel {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-around;
    text-align: center;
    z-index: 7;
}
.left-panel {
    pointer-events: all;
    padding: 3rem 17% 2rem 12%}
.right-panel {
    pointer-events: none;
    padding: 3rem 12% 2rem 17%}
.panel .content {
    color: #fff;
    transition: .9s .6s ease-in-out;
}
.panel h3 {
    font-weight: 600;
    line-height: 1;
    font-size: 1.5rem;
}
.panel p {
    font-size: .95rem;
    padding: .7rem 0;
}
.btnn.transparent {
    margin: 0;
    background: 0 0;
    border: 2px solid #fff;
    width: 130px;
    height: 41px;
    font-weight: 600;
    font-size: .8rem;
}
.image {
    width: 100%;
    transition: 1.1s .4s ease-in-out;
}
.right-panel .content, .right-panel .image {
    transform: translateX(800px);
}
.containerr.sign-up-mode::before {
    transform: translate(100%, -50%);
    right: 52%}
.containerr.sign-up-mode .left-panel .content, .containerr.sign-up-mode .left-panel .image {
    transform: translateX(-800px);
}
.containerr.sign-up-mode .right-panel .content, .containerr.sign-up-mode .right-panel .image {
    transform: translateX(0);
}
.containerr.sign-up-mode .right-panel {
    pointer-events: all;
}
.containerr.sign-up-mode .left-panel {
    pointer-events: none;
}
.containerr.sign-up-mode .signin-signup {
    left: 25%}
.containerr.sign-up-mode form.sign-in-form {
    z-index: 2;
    opacity: 1;
}
.containerr.sign-up-mode form.sign-up-form {
    z-index: 1;
    opacity: 0;
}
@media (max-width:870px) {
    .containerr {
    min-height: 800px;
    height: 100vh;
}
.signin-signup {
    width: 100%;
    top: 95%;
    transform: translate(-50%, -100%);
    transition: 1s .8s ease-in-out;
}
.containerr.sign-up-mode .signin-signup, .signin-signup {
    left: 50%}
.panels-container {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 2fr 1fr;
}
.panel {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 2.5rem 8%;
    grid-column: 1/2;
}
.right-panel {
    grid-row: 3/4;
}
.left-panel {
    grid-row: 1/2;
}
.image {
    width: 200px;
    transition: transform .9s ease-in-out;
    transition-delay: .6s;
}
.panel .content {
    padding-right: 15%;
    transition: transform .9s ease-in-out;
    transition-delay: .8s;
}
.panel h3 {
    font-size: 1.2rem;
}
.panel p {
    font-size: .7rem;
    padding: 0;
}
.btn.transparent {
    width: 110px;
    height: 35px;
    font-size: .7rem;
}
.containerr:before {
    width: 1500px;
    height: 1500px;
    transform: translateX(-50%);
    left: 30%;
    bottom: 68%;
    right: initial;
    top: initial;
    transition: 2s ease-in-out;
}
.containerr.sign-up-mode:before {
    transform: translate(-50%, 100%);
    bottom: 32%;
    right: initial;
}
.containerr.sign-up-mode .left-panel .content, .containerr.sign-up-mode .left-panel .image {
    transform: translateY(-300px);
}
.containerr.sign-up-mode .right-panel .content, .containerr.sign-up-mode .right-panel .image {
    transform: translateY(0);
}
.right-panel .content, .right-panel .image {
    transform: translateY(300px);
}
.containerr.sign-up-mode .signin-signup {
    top: 5%;
    transform: translate(-50%, 0);
}
}@media (max-width:570px) {
    form {
    padding: 0 1rem;
}
.image {
    display: none;
}
.panel .content {
    padding: .5rem 1rem;
}
.containerr {
    padding: 1.5rem;
}
.containerr:before {
    bottom: 72%;
    left: 50%}
.containerr.sign-up-mode:before {
    bottom: 28%;
    left: 50%}
.signin-signup {
    left: 50%;
    top: 80%}
.containerr.sign-up-mode .right-panel {
    margin-bottom: 140px;
}
.containerr:before {
    width: 1500px;
    height: 1500px;
    transform: translateX(-50%);
    right: initial;
    top: initial;
    transition: 2s ease-in-out;
}
.containerr.sign-up-mode:before {
    bottom: 40%;
    left: 50%}
}.logo_resguardo img {
    max-width: 140px;
}
.home_nav {
    width: 700px;
    height: 50px;
    position: relative;
    border-radius: 5px;
    background: #fff;
    display: flex;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .25);
}
.home_nav label {
    width: 100%;
    height: 100%;
    cursor: pointer;
    line-height: 50px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    margin: 0 5px;
    z-index: 1;
    position: relative;
    transition: all .5s ease;
}
.home_nav a:link {
    color: #fff;
    z-index: 899;
}
.home_nav label:hover {
    background: #fac941;
    font-size: 19px;
}
.home_nav .slider_menu {
    position: absolute;
    height: 100%;
    width: 25%;
    background: #000;
    left: 0;
    top: 0;
    border-radius: 5px;
    transition: all .6s cubic-bezier(.68, -.55, .265, 1.55);
    z-index: 1;
}
#mision:checked~.home_nav label.mision, #ours:checked~.home_nav label.ours, #servicios:checked~.home_nav label.servicios, #vision:checked~.home_nav label.vision {
    color: #fff;
    background: #000;
    transition-delay: .3s;
}
#ours:checked~.home_nav .slider_menu {
    left: 0;
}
#vision:checked~.home_nav .slider_menu {
    left: 25%}
#mision:checked~.home_nav .slider_menu {
    left: 50%}
#servicios:checked~.home_nav .slider_menu {
    left: 75%}
nav input[type=radio] {
    display: none;
}
.home-section {
    background: #fff;
    position: relative;
    width: 100%;
    height: 100%;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 55px;
}
.slider {
    position: relative;
    width: 100%;
    height: 400px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider .slide {
    z-index: 1;
    position: absolute;
    width: 100%;
    clip-path: circle(0 at 0 50%);
}
.slider .slide.active {
    clip-path: circle(150% at 0 50%);
    transition: 2s;
    transition-property: clip-path;
}
.slide img {
    z-index: 1;
    width: 100%}
.slider .slider_navigation {
    z-index: 2;
    position: absolute;
    display: flex;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.slider .slider_navigation .btnn {
    background: #fab809;
    width: 18px;
    height: 18px;
    margin: 10px;
    border-radius: 50%;
    cursor: pointer;
}
.slider .slider_navigation .btnn.active {
    background: #000;
    color: #fab809;
    box-shadow: 0 0 5px transparent, 0 0 10px #fb0, 0 0 15px #fb0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider .slider_navigation .btnn.active:before {
    content: "o";
    left: 17.5px;
    bottom: 5px;
    height: 14px;
    width: 14px;
    position: relative;
    color: #fab809;
    z-index: 2;
}
.slider .slider_navigation .btnn.active:after {
    content: "+";
    font-weight: 100;
    font-size: 54px;
    left: -6px;
    bottom: 5px;
    position: relative;
    color: #fab809;
    z-index: 3;
}
.footer_home {
    margin-top: 80px;
    width: 100%;
    height: 250px;
    background: #000;
    overflow: hidden;
    padding: 20px;
}
.services {
    width: 100%;
    position: relative;
    margin-top: 50px;
    padding: 50px;
}
.services-info {
    display: block;
}
.services-img img {
    position: relative;
    width: 400px;
}
.services-info b {
    font-size: 24px;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: #fab809;
}
.services-info p {
    display: flex;
    text-align: justify;
    justify-content: space-between;
}
.lema {
    width: 100%;
    height: 200px;
    background: #000;
    display: flex;
    justify-content: space-between;
}
.lema img {
    position: relative;
    width: 270px;
    top: 0;
    right: 50px;
}
.lema span {
    position: absolute;
    z-index: 2; color: #fff; font-size: 25px;
    left: 10px; bottom: 20px; width:50%;
}
@media (max-width:460px) {
    .lema img {
    right: 0;
    }
}
.login {
    background: #000;
    display: grid;
    align-items: center;
    justify-content: center;
    background-image: url(../img/plantilla/login.jpg);
    background-repeat: no-repeat;
    background-position: center;
}
.div_ours {
    display: none;
    position: relative;
    top: 50px;
    width: 100%;
    height: 100%}
div .nosotros {
    margin: 20px;
    padding: 10px;
    text-align: center;
}
div .personal {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
div .personal img.personal {
    position: relative;
    width: 600px;
}
div .personal img.basc {
    position: relative;
    z-index: 3;
    top: -100px;
    left: -50%;
    width: 200px;
    height: 200px;
}
.div_mision, .div_servicios, .div_vision {
    width: 100vw; top: 80px;
    position: relative; display: none;
    align-items: center; justify-content: center;
    overflow: hidden; margin-bottom: 100px;
}
.vision-mision .card, .vision-mision .card1 {
    display: grid;
    margin: 30px;
    cursor: pointer;
    grid-template-columns: 300px;
    grid-template-rows: 300px 210px 80px;
    font-family: roboto;
    border-radius: 18px;
    background: #fff;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, .9);
    text-align: center;
    transition: .7s ease-in-out;
}
.vision-mision .card {
    grid-template-areas: "image" "text" "extra"}
.vision-mision .card1 {
    grid-template-areas: "image1" "text" "extra"}
.card-image, .card-image1 {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-size: cover!important;
}
.card-image {
    grid-area: image;
    background: url(../img/plantilla/vision.jpeg);
}
.card-image1 {
    grid-area: image1;
    background: url(../img/plantilla/mision.jpeg);
}
.card-text {
    grid-area: text;
    margin: 20px;
}
.card-text .title {
    color: rgba(255, 7, 110);
    font-size: 16px;
}
.card-text p {
    color: grey;
    font-size: 16px;
    font-weight: 500;
}
.card-text h2 {
    margin-top: 0;
    font-size: 28px;
}
.card-extra {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background: rgba(255, 7, 110);
}
.card-extra .target {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    color: #fff;
}
.card-extra .type {
    font-size: 11px;
    font-weight: 300;
    text-transform: uppercase;
}
.card-extra .value {
    font-size: 22px;
    font-weight: 500;
}
.vision-mision .card1:hover, .vision-mision .card:hover {
    transform: scale(1.075);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, .6);
}
.div_servicios {
    height: 100vh;
    width: 100vw;
    top: 0!important;
}
.header-service {
    background: #fab809;
    height: 120px;
    width: 100%;
    color: #292424;
    font-size: 24px;
    text-align: justify;
    padding: 20px;
    display: flex;
    align-items: center;
    text-align: center;
}
.multi-step {
    position: relative;
    transform: translate(25%, 0);
    max-width: 800px;
    height: 500px;
    border-radius: 5px;
    box-shadow: 0 4px 6px #cdd1e1, 0 4px 12px 0 #b6bbce;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}
.stepwizard-row {
    padding-right: 15%;
    padding-top: 40px;
    width: 100%;
    position: relative;
    display: flex!important;
    align-items: center!important;
    justify-content: space-between!important;
}
.stepwizard-row .step-line:first-child a:before {
    display: none;
}
.stepwizard .btn-style {
    border: 0;
    padding: 0;
    width: 100%;
    border-radius: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.multi-step .btn-style:before {
    content: "";
    width: 95%!important;
    height: .6375rem;
    background-color: #ccc;
    display: block;
    position: absolute;
    right: .3125rem;
    top: .575rem;
    z-index: 0;
}
.multi-step .btn-disable:after {
    background-color: #ccc;
    border-color: #ccc;
}
.multi-step .btn-style:after {
    content: "";
    display: block;
    width: 1.65rem;
    height: 1.65rem;
    border-radius: 50%;
    z-index: 1;
    position: relative;
}
.stepwizard .btn-active:after {
    background-color: #ffd000;
}
.stepwizard .bar-active:before {
    background-color: #ffd000;
}
.multi-step .step-line {
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
}
.multi-step ul {
    display: flex;
    width: 70%;
    position: relative;
    top: 30px;
    list-style: none;
    justify-content: space-around;
    margin: auto;
}
.line {
    height: 10px;
    width: 220px;
    background-color: #fab809;
    position: relative;
    top: 17px;
}
.multi-step ul li {
    display: inline-block;
    width: 40px!important;
    height: 40px!important;
    border: 1.5px solid #000;
    text-align: center;
    line-height: 40px;
    font-weight: 700;
    border-radius: 50%;
    transition: .3s ease-in-out;
}
.multi-step form {
    position: relative;
    left: 100px;
}
.multi-step span {
    font-size: 20px;
}
.multi-step input[type=radio] {
    display: block;
    margin: 10px 0;
    height: 50px;
    width: 100px;
    padding: 10px 20px;
    font-size: 17px;
    outline: 0;
    background: 0 0;
    border: 1px solid #000;
}
.multi-step .button {
    display: flex;
    width: 100%;
    margin: 30px auto;
    justify-content: center;
}
.multi-step button {
    margin: 0 5px;
    padding: 10px 20px;
    height: 40px;
    width: 120px;
    cursor: pointer;
    background-color: #eb8789;
    font-size: 15px;
    color: #fff;
    border: none;
    border-radius: 30px;
}
.multi-step .widget {
    display: none;
}
.multi-step .widget:first-child {
    display: block;
}

/* _____________________ Nuestros Clientes  _____________________ */
#our_clients {
    min-height: 490px;
    padding-bottom: 50px;
    position: relative;
    width: 1200px; margin: 50px auto;
}
#our_clients .header-clients { padding: 0px 20px 40px; text-align: center }
#our_clients .header-clients span { font-size: 30px; font-weight: 700; color: #083389 }
#our_clients .section-clients {
    display: block;
    /* display: flex; */
    padding-left: 0.25rem;
    padding-right: 0.24rem;
}
#our_clients .custom-card {
    margin: 8px 5px; margin-bottom: 50px; border: none;
    background: #fff;
    width: 23%;
    display: inline-flex; justify-content: center; 
    cursor: pointer;
}
#our_clients .foto img { width: 100%; height: 160px; transition: all 0.7s ease-in-out }
.custom-card .foto img:hover { transform: translate(10px, -15px);}
@media (max-width: 767px) {
    #our_clients { width: 100% }
    #our_clients .custom-card { width: 45%; margin: auto 5px }
}