:root {
    --blue: #2469DB;
    --blue-2: #0089ff;
    --white: #ffffff;
    --black: #000000;
    --gris-70: #707070;
    --red: #EB1000;
    --box-shadow: rgba(0, 0, 0, 0.16);
}

body .wrapper .main-contain .background-header {
    background-image: url("../assets/images/fondo.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    min-height: 100vh;
}
body .row {
    margin: 0;
}
body .row .content-block {
    padding: 30px 25px 0 50px;
    margin-bottom: 20px;
}
body .wrapper .main-contain .container-banner .row .content-block .column-img .img-gift .block__title {
  color: var(--white);
}
body .wrapper .main-contain .container-banner .row .content-block .column-img .img-gift .block__title h3{
    font-size: 30px;
}
body .row .content-block .column-img .block .block__img--title img {
    width: 515px;
    height: 60px;
    display: block;
    margin: auto;
}
body .row .content-block .column-img .block .block__img--title img.img-mobile {
    display: none;
}
body .img-mobile {
    display: none;
}
body .container-banner .column-form .form.wrap-media {
  background: var(--white);
  border-radius: 12px;
  padding: 30px 40px;
  max-width: 554px;
  margin-top: 65px;
  box-shadow: 24px 44px 12px var(--box-shadow);
}
body .form.wrap-media h3{
    font-size: 30px;
    color: var(--black);
    margin-bottom: 24px;
}
body .content-selects {
    margin-bottom: 20px;
}
body .content-selects label {
    margin-bottom: 7px;
    font-size: 18px;
    color: var(--gris-70);
}
body .form.wrap-media #commerce-form fieldset .field .form-control {
  height: 48px;
  border-radius: 4px;
  border: 1px solid var(--gris-70);
}
.content-selects .form-control {
    width: 100%;
    background: #fff url('https://www.freeiconspng.com/uploads/arrow-up-icon-23.png') no-repeat;
    background-size: 15px;
    background-position:  right 10px center;
}
body .form.wrap-media #commerce-form fieldset .field .form-control:focus {
    box-shadow: none;
  }
body .actions-buttons .btn-primary {
    background-color: var(--blue);
    color: var(--white);
    padding: 9px 33px;
    border: 0;
    border-radius: 21px;
    transition: all 300ms ease-in-out;
    font-size: 18px;
}
body .actions-buttons .btn-primary:hover {
    background-color: var(--blue-2);
}


/* pagina formulario cliente */
body.index-form .row{
    color: var(--gris-70);
    margin-bottom: 20px;
}
body.index-form .row >.row{
    max-width: 1400px;
    margin: auto;
}
body .content-banner {
    padding: 0;
    position: relative;
}
body .content-banner .title-banner {
    position: absolute;
    top: 50px;
    width: 50%;
    padding: 0 20px;
    font-size: 40px;
    color: var(--black);
    font-weight: 700;
    line-height: 40px;
    left: 40px;
}
body .title-red-primary {
    color: var(--red);
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}
body .text-second {
    font-size: 24px;
    text-align: center;
}
body .text-second strong{
    color: var(--black);
}
body.index-form .title-form{
    font-size: 18px;
}
body .container-input { 
    width: 100%;
    display: flex;
    margin-bottom: 15px;
}
body .container-input .field { 
    width: 50%;
    padding-right: 11px;
}
body .container-input .field label span{ 
    color: var(--red);
}

/* pagina success */
body .container-success{
    background-image: url("../assets/images/fondo-success.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding-bottom: 70px;
    min-height: 100vh;
}
body .container-success .content-success-img{
    padding-top: 60px;
}
body.index-success .img-desk {
    display: block;
    margin: auto;
}
body.index-success .text-second {
    color: var(--gris-70);
}
body.index-success .content-links .links-btn {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
body.index-success .content-links .links-btn a {
    border-radius: 21px;
    border: 1px solid var(--black);
    text-decoration: none;
    color: var(--black);
    font-size: 18px;
    text-align: center;
    padding: 5px 25px;
    margin-right: 10px;
}
body.index-success .actions-buttons {
    display: flex;
    justify-content: center;
}
body.index-success .actions-buttons a{
    text-decoration: none;
}

/* Estilos de Admin/Login */
.index-login-admin .card {
    box-shadow: 5px 5px 12px var(--box-shadow);
}
.index-login-admin .card-body .row {
    display: block;
}
.index-login-admin .card-body .row .col-md-6 {
    width: 100%;
}
.index-login-admin .card-body .row.content-btn .col-btn {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: auto;
    margin-top: 30px;
}
.index-login-admin .card-body .row.content-btn .col-btn .btn-primary{
    background-color: var(--blue);
    color: var(--white);
    padding: 9px 33px;
    border: 0;
    border-radius: 21px;
    transition: all 300ms ease-in-out;
    font-size: 18px;
}
.index-login-admin .card-body .row.content-btn .col-btn .btn-primary:hover {
    background-color: var(--blue-2);
}
.index-login-admin .table .btn.btn-info{
    color: var(--white);
    background-color: var(--blue);
    border: none;
    transition: all 300ms ease-in-out;
}
.index-login-admin .table .btn.btn-info:hover{
    background-color: var(--blue-2);
}
.index-login-admin .container tbody{
    margin: 0;
    padding: 0;
}

.index-login-admin .container tbody .form-group label{
    margin-bottom: 10px;
}

/* Terminan estilos admin */

@media only screen and (max-width: 1024px) {
    body .wrapper .main-contain .background-header {
        background-image: url("../assets/images/fondo-mobile.png");
    }
    body .row .content-block {
        display: flex;
        flex-direction: column;
        padding: 30px 15px 0 15px;
    }
    body .row .content-block > div{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    body .row .content-block .column-img .block .block__img--title img {
        width: 100%;
    }
    body .row .content-block .column-img .block .block__img--title img.img-mobile {
        display: block;
    }
    body .img-mobile {
        display: block;
        object-fit: scale-down;
    }
    body .row .content-block .column-img .block .block__img--title img.img-desk {
        display: none;
    }
    body .img-desk {
        display: none;
    }
    /* body .main-contain {
        min-height: calc((100vh + -188px));
    } */
    body .container-banner .column-form .form.wrap-media {
        margin-bottom: 100px;
    }
    body .form.wrap-media h3{
        font-size: 24px;
    }
    body .actions-buttons .btn-primary {
        font-size: 16px;
    }

    /* segunda pagina */
    body .title-red-primary {
        font-size: 30px;
        line-height: 38px;
        margin-top: 20px;
    }
    body .text-second {
        font-size: 19px;
    }
    body.index-form .img-mobile {
        object-fit: inherit;
    }
    body .content-banner .title-banner {
        position: absolute;
        top: 25px;
        width: 100%;
        font-size: 32px;
        left: 0;
    }
    body .content-block .column-form .form.wrap-media {
        margin-bottom: 50px;
        padding: 30px 20px;
    }
    body.index-form .content-block .column-form .form.wrap-media {
        margin-bottom: 20px;
        padding: 0;
    }
    body .content-block .column-form .form.wrap-media #commerce-form {
        max-width: 540px;
        margin: auto;
    }
    body .container-input { 
        flex-direction: column;
        margin-bottom: 0;
    }
    body .content-selects label {
        font-size: 14px;
    }
    body .container-input .field { 
        width: 100%;
        padding-right: 0;
        margin-bottom: 15px;
    }

    /* pagina success */
    body .container-success{
        background-image: url("../assets/images/fondo-success-mobile.png");
        padding-bottom: 60px;
    }
    body.index-success .img-desk {
        display: none;
    }
    body.index-success .img-mobile {
        height: 250px;
    }
    body.index-success .content-links .links-btn {
        flex-direction: column;
        padding: 0 16px;
        margin-bottom: 0;
    }
    body.index-success .content-links .links-btn a {
        padding: 5px 10px;
        margin-right: 0;
        margin-bottom: 15px;
        font-size: 14px;
    }
    body.index-success .actions-buttons {
        margin-top: 35px;
    }
    body.index-success .last-step {
        font-size: 14px;
    }
}