/* Hero Banner with Jumbotron */

.jumbotron.jumbotron-fluid {
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 5%;
}

.st0 {
    fill: none;
    stroke: #ff6c62;
    stroke-width: 5;
    stroke-linecap: round;
    stroke-miterlimit: 10;
}

.jumbotron {
  color: white;
  background-color: #f4efe7;
  background-image: linear-gradient(90deg, rgba(0, 41, 84, 0.74) 0%, rgba(0, 41, 84, 0.56) 42%, rgba(0, 41, 84, 0.22) 72%, rgba(0, 41, 84, 0.08) 100%), url("../img/racephoto-running-hero-option-3-real.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.jumbotron.home-hero {
  background-position: center center;
  background-size: cover;
  height: auto !important;
  min-height: 0 !important;
  overflow: hidden;
  padding-top: 55px !important;
  padding-bottom: 10px !important;
}

.jumbotron.jumbotron-fluid {
    margin-bottom: 0;
}

/* Text */

h1.display-5 {
    font-family: poppinssemibold;
    margin-top: 0;
}

h1.display-4 {
    font-family: poppinsregular;
}

p.p-text.text-center {
    width: 80%;
    margin: auto;
    color: #fff;
    font-family: open_sansregular;
    font-size: 16px;
    font-weight: 100;
}

.contact-info {
    display:block;
    text-align:center;
    max-width: 570px;
    margin:auto;
    padding: 5px 10px 50px;
    color: white;
    font-size: 16px;
}
.contact-info strong.orange {
    color:#ff6c61;
}

#container-icon-cards { padding-top:25px; }
#container-icon-cards img {width:50px;}
#container-icon-cards img.cc-discover {width:60px;margin-left: -4px;}
#container-icon-cards img.cc-diner {width:62px;margin-left: -17px;}

.menu-font {
    font-family: poppinsregular;
    color: #999;
}

.title-font {
    font-family: poppinsregular;
}

.white-title {
    font-size: 48px;
    color: white;
}

.grey-title {
    font-size: 48px;
    color: #999;
}

p.p-text.text-center.p-grey.space_bot_30 {
    color: #999;
    width: 50%
}

.recent-events-title {
    color: #002954;
    margin-top: 60px;
}

p {
    font-family: open_sansregular;
}
.jumbotron p {
    font-size: 1.2em;
}
/* Forms */

button.full-width.uppercase.menu-font.blue-bg:hover {
    background-color: #ff6c61;
    border-bottom: 0;
    color: #fff;
}

i.fa.fa-search {
    font-size: 32px;
    color: white;
    margin: auto;
}
a.button-search {
    display: inline-flex;
    background: #ff4f2e;
    text-align: center;
    width: 100%;
    height: 70px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
}

.btn-racephoto {
    display: inline-block;
    background: #ff6c61;
    text-align: center;
    border-radius: 5px;
    color: white;
    border: 0 none;
    padding: 10px 20px;
    font-size: 15px;
}

.btn-racephoto-alterno {
    display: inline-block;
    background: #FE844C;
    text-align: center;
    border-radius: 5px;
    color: white;
    border: 0 none;
    padding: 10px 20px;
    font-size: 15px;
}

select.form-control.left-curve {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

select.form-control {
    background: url(./br_down2.png) no-repeat right #fff;
    -webkit-appearance: none;
    background-position-x: 95%;
    height: 70px;
    border-radius: 0;
}


input.form-control.margin_bottom_30.blue-form {
    background: #002954;
    border: 0!important;
    border-bottom: 1px solid #fff!important;
    color: #fff!important;
}

button.full-width.uppercase.menu-font.blue-bg {
    background: transparent;
    border-bottom: 1px solid white;
    width: 90px;
    float: right;
}

input.form-control.margin_bottom_30.blue-form::placeholder {
    color: white;
}

/* General */

.inside-content {
    padding-left: 12%;
    padding-right: 12%;
}

li:hover .link-menu {
    color: #ff6c62;
}

.link-menu:hover i {
    color: #ff6c62;
}
.line {
    background: #ff6c62;
}

/* Header */

.menu-fixed {
    background: white;
}

.label-cart {
    background: #ff6c62;
}

.form-cart .empty-cart a {
    background: #ff6c62;
}

.form-cart .empty-cart a:hover {
    background: #f74235;
}

/* Separator */

.container-fluid.no_space {
    padding-left: 0;
    padding-right: 0;
}


/* Footer */

footer {
    background: #fa290e;
}

.copy-footer-home2 .social-footer .social-home2 {
    border-top: 0;
    color: #fff;
}

.copy-footer-home2 .social-footer .social-home2 a {
    color: #fff;
}

.copy-footer-home2 .copy .copy-text {
    font-size: 14px;
    color: #fff;
    border-top: 0;
    line-height: 1.75;
}

.copy-footer-home2 .social-footer .social-home2 {
    margin-top: 24px;
}

/* Top Scroller */

.gotop {
    background: #ff6c62;
    cursor: pointer;
    border-radius: 10px;
    width: 47px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.pushmenu.menu-home5 {
    background: #fff;
}
.nav-home5 > li > a {
    color: #999;
}

.nav-home5 > li > a:hover {
    color: #ff6c61;
}

select.form-control {
    border: 0;
}

@media (min-width: 320px) and (max-width: 540px){
    .col-lg-1.col-md-1.col-sm-6.col-xs-7.text-left.icon-main {
        text-align: right;
    }
    .jumbotron.jumbotron-fluid {
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 5%;
    }
    .jumbotron p {
        font-size: 0.9em;
    }
    h1.display-4 {
        font-family: poppinsregular;
        font-size: 1.5em;
        text-align: center;
    }
    h1.display-5 {
        font-size: 1.5em;
        text-align: center;
    }

    select.form-control.left-curve {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    select.form-control {
        height: 50px;
    }
        a.button-search {
        display: inline-flex;
        background: #ff6c61;
        text-align: center;
        width: 100%;
        height: 50px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    i.fa.fa-search {
        font-size: 24px;
        color: white;
        margin: auto;
    }
    p.des-font.copy-text.space_top_60.footer-mobile {
        padding-top: 15%;
        margin-bottom: -20px;
    }

    a#btn-cart {
        position: fixed;
        top: 20%;
        background: white;
        height: 50px;
        width: 50px;
        margin: auto;
        border-right: 0;
        right: 0;
        -webkit-box-shadow: -1px 1px 14px 0px rgba(0,0,0,0.39);
        -moz-box-shadow: -1px 1px 14px 0px rgba(0,0,0,0.39);
        box-shadow: -1px 1px 14px 0px rgba(0,0,0,0.39);

    }
    img.shopping-cart-icon {
        width: 25px;
        position: relative;
        right: 7px;
        top: 9px;
    }

    .label-cart {
        width: 20px;
        height: 20px;
        border-radius: 0;
        color: #fff;
        top: -5px;
        right: 0;
        padding-top: 0px;
    }
}

.gray-drop-down select {
    margin-bottom:20px;
}

.gray-drop-down select {
    background-color:#f2f2f2;
    border-radius:10px;
}

.masonry-wrap {
    min-height:200px;
}


.gallery-thumbs-v2 {min-height: 0px;}



.gallery-thumbs-v2 .portfolio-item,
.gallery-thumbs-v2 .portfolio-item-sizer
{width: calc(25% - 7.5px); margin-bottom: 10px !important;}

.gallery-thumbs-v2 .portfolio-gutter { width:10px; }

.photos-next-page:link {
    color: #999;
    font-family: open_sansregular;
    font-size: 16px;
    text-decoration:underline !important;
}

.overlay { z-index:100 }


.form-cart {
    display:flex;
    flex-direction:column;
}

.photos-to-buy {
    display: flex;
    flex-direction: column;
    min-height: 10px;
    flex: 1 1  auto;
}

.photos-to-buy > div {
    flex:0 0 auto;
}

.photos-to-buy .cart-list {
    overflow:scroll;
    overflow-x: auto;
    overflow-y: scroll;
    flex: 1 1 auto;
    min-height: 10px;
}

.cart-item {
    display:flex;
    align-items: center;
    padding: 13px 22px;
    border-bottom:1px dashed gray;
}

.cart-item > * {
    flex: 0 0 auto;
}

.cart-item img.thumb {
    width: 64px;
    height: 64px;
    object-fit:cover;
}


.cart-item .text-thumb {
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    padding-bottom: 10px;
    width:64px;
    height:64px;
    font-size:11px;
    border:1px solid #ff6c62;
    color:#ff6c62;
    background:url(http://racephoto.soft02/assets/website-logo.png) no-repeat center 95% / 90% auto;
}

.cart-item .text-thumb .text-bib {
    font-size: 18px;
    font-weight:900;
}

.cart-item .icon-thumb {
    width:64px;
    height:64px;
    background:#FE844C;
}
.cart-item .icon-thumb.prepaq { background:#FFA96C; }

.cart-item .description {
    flex: 1 1 auto;
    margin:0 10px;
    color:#ff6c6c;
    font-size:15px;
    text-transform:uppercase;
}
.cart-item .description em {
    font-style:normal;
    font-weight:bold;
    color:#999999;
}
.cart-item .description .smaller {
    font-size: 0.68em;
    font-style: italic;
}

.cart-item .remove:before {
    content: "\f00d";
    font: normal normal normal 20px/1 FontAwesome !important;
    color: #999999;
    cursor: pointer;
}

.cart-heading  {
    background:#f2f2f2;
    padding: 15px 22px;
    text-transform:uppercase;
}

.cart-heading .icon {
    display:inline-block;
    background: url(/web/asset/img/basket.png) center / contain no-repeat  ;
    width:22px;
    height:22px;
    margin-bottom:-5px;
    margin-right:8px;
}


.cart-total  {
    display:flex;
    justify-content:space-between;
    padding:10px 20px;
    color: #999999;
    text-transform: uppercase;
    font-size: 16px;
}

.cart-button  {
    display:block;
    width: 240px;
    border:0 none;
    background:#ff6c62;
    color:white;
    padding: 20px 10px;
    margin: 10px auto 14px;
    border-radius: 10px;
}
.cart-button span {
    font-weight: bold;
    text-transform: uppercase;
}

.form-buy-photos {
    background: transparent;
}

.form-buy-photos .gray-form {
    background: transparent !important;
    border-bottom-color:#999999 !important;
    color:#999999 !important;
}

.content-contact .subscribe input.gray-input { border:0 none; border-bottom:1px solid #999999; box-shadow:none; outline:0 none; background:transparent; }
.gray-text { color:#999999 !important }

button.full-width.uppercase.menu-font.blue-bg { color:#999999; border-bottom-color:#999999; }

button.full-width.uppercase.menu-font.gray-button.blue-bg {width: auto;text-transform: none;margin-top: 20px;line-height: 2.6em;}

 .card-expiration-label {
     padding-top:18px;
     color:#999999;
     font-size:18px;
 }


.content-contact form.buy .subscribe .buy-errors {
    text-align:right;
}

.content-contact form .subscribe .alert {
    text-align:left;
}

.content-contact form .subscribe .alert .close {
    line-height:1em;
    background:none;
    color:#999999;
    opacity:1;
 }

 .thank-you {
     text-align:center;
     padding:30px 10px 60px;
 }

 .thank-you h3 {
    font-size: 48px;
    color: #999;
    font-family: poppinsregular;
 }

.thank-you p {
    color: #999;
    font-family: open_sansregular;
    font-size: 16px;
}

html, body { overflow:auto; }
.crop-icons {/* border: 1px solid red; */height: 28px;color: white;}
.crop-icons .fa { font-size:25px; line-height:25px; vertical-align:middle; }
.crop-icons .fa-facebook:before { font-size:28px; line-height:26px; }
.crop-icons .fa-twitter:before { font-size:35px; line-height:26px; }
.crop-icons .fa-instagram:before { font-size:30px; line-height:24px; }

.top-pickers .ajaxdropdown-input input { color:black;  }
.top-pickers .first .ajaxdropdown-input-wrap input { border-radius:5px 0 0 5px; }
.top-pickers .ajaxdropdown-input-wrap input { height: 70px; border-radius:0; }
.top-pickers .ajaxdropdown .ajaxdropdown-input-wrap:after { top: 33%; font-size:18px; content:"\f078" }
.top-pickers .ajaxdropdown.open .ajaxdropdown-input-wrap:after { content:"\f077" }


.filter-photos-ajax {
    padding: 0 30px 0;
    position: relative;
    z-index: 3 !important;
}

.filter-photos-ajax .ajaxdropdown-input input { color:black; }
.filter-photos-ajax .ajaxdropdown-input-wrap input {height: 70px;background: #f2f2f2 !important;border: 0 none;box-shadow: none;border-left: 1px solid #9999;border-radius: 0;}
.filter-photos-ajax .first .ajaxdropdown-input-wrap input { border-radius:5px 0 0 5px; border-left:0 none; }
.filter-photos-ajax .last .ajaxdropdown-input-wrap input { border-radius:0 5px 5px 0; }

.filter-photos-ajax .ajaxdropdown .ajaxdropdown-input-wrap:after { top: 33%; font-size:18px; content:"\f078" }
.filter-photos-ajax .ajaxdropdown.open .ajaxdropdown-input-wrap:after { content:"\f077" }


.navbar-nav.menu-main li { margin-bottom: 14px;}
.navbar-nav.menu-main li a {font-size: 24px;line-height: 14px; margin:4px 0 7px; padding: 6px 23px 2px 10px; font-size:22px; }
.navbar-nav.menu-main li a * {vertical-align: middle; }



.navbar-nav.menu-main .client-menu {
    display:block;
    position:absolute;
    right:0;
    top: 30px;
    margin: 0;
    padding: 20px 0 0;
    text-align: center;
}

.navbar-nav.menu-main .client-menu li {
    padding: 0;
    white-space: nowrap;
    background: white;
    display: block;
    margin: 0;
}
.navbar-nav.menu-main .client-menu li a {
    padding: 14px 22px 13px;
    display: block;
    color: black;
    margin: 0;
}
.navbar-nav.menu-main .client-menu li a:hover { color:#ff6c62; }

#modal-mis-ordenes [id^=row-order-] h4 {
    color:#ff6c62;
    margin: 0 0 10px;
    padding:0;
}
#modal-mis-ordenes [id^=row-order-] > td {
    padding: 0;
}
#modal-mis-ordenes [id^=row-order-] table {
    margin: 0 0 16px;
    padding:0;
    background-color: transparent;
}
#modal-mis-ordenes [id^=row-order-] table:last-child {
    margin: 0;
}
#modal-mis-ordenes [id^=row-order-] .row-details {
    padding: 11px 10px 16px;
    margin: 19px 0px;
    background: #f6f6f6;
}
#modal-mis-ordenes [id^=row-order-] .row-details .letterbreak {
    word-break: break-all;
}
#modal-mis-ordenes [id^=row-order-] .row-details .wordbreak {
    word-break: break-all !important;
}
#modal-mis-ordenes [id^=row-order-] .row-details th {
    text-align:center;
}
#modal-mis-ordenes [id^=row-order-] .row-details td {
    text-align:center;
}

@media (max-width:640px){
    #modal-mis-ordenes [id^=row-order-] .row-details {
        border-radius:6px;
        padding: 4px 5px 3px;
        margin: 20px 0px;
    }
}


.my-photos-events {
    border-radius:6px;
    padding: 8px 0px 4px;
    margin: 0px 0px 8px;
    text-align:center;
}

.my-photos-events a {
    position:relative;
    display:inline-block;
    margin-bottom: 7px;
}

.my-photos-events a .loading {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:#fe844cc9;
    display:flex;
    justify-content:center;
    align-items:center;
}

.my-photos-events a .loading i.fa {
    color:white;
    font-size:25px;
}

.my-photos-events a .txt-download {
    color:#666;
    font-size:12px;
}

.my-photos-events a span {
    display:block;
}
.my-photos-events img {
    font-size: 13px;
    width: 125px;
    height: 125px;
    object-fit: contain;
}


.nav_top_spacing {padding-top: 40px;padding-bottom: 40px; }
.nav_top_spacing .row.flex { align-items:center;}

button.buy-all {
    background: #ff6c61;
    border:0 none;
    border-radius:10px;
    padding: 10px 25px;
    font-family: poppinsregular;
    font-size: 25px;
    color:white;
    margin:20px auto;
}

.close-left {
    float:left;
    color:black;
    font-size:20px;
    margin: 17px 0 20px 17px;
}


.top-pickers-v2 {
    margin-bottom: 23px;
}

.hero-action-panel {
    clear: both;
    width: 100%;
    margin-top: 6px;
    padding: 0;
    border-radius: 12px;
    background: transparent;
    box-shadow: none;
}

.hero-action-panel .package-action-wrap {
    width: 100%;
}

.hero-action-panel .css-paqbtn:link,
.hero-action-panel .css-paqbtn:visited {
    min-height: 100px;
    padding: 24px 28px;
    border-radius: 8px;
    background: #ff4f2e;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.24);
    transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

.hero-action-panel .css-paqbtn:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.28);
}

.hero-action-panel .css-paqbtn img {
    width: 74px;
    margin-right: 24px;
}

.hero-action-panel .css-paqbtn span {
    flex: 1 1 auto;
}

.hero-action-panel .css-paqbtn span {
    font-size: 12px;
    line-height: 1.35em;
}

.hero-action-panel .css-paqbtn strong {
    font-size: 2.35em;
    line-height: 1.05em;
    margin-bottom: 7px;
}

.hero-action-panel .css-paqbtn-cta {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 168px;
    height: 58px;
    margin-left: 22px;
    padding: 0 18px;
    border-radius: 6px;
    background: #fff;
    color: #ff4f2e;
    font-family: poppinssemibold;
    font-size: 15px;
    font-style: normal;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
}

.hero-action-panel .css-paqbtn-cta i {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 17px;
    border-top: 3px solid #ff4f2e;
    border-right: 3px solid #ff4f2e;
    transform: rotate(45deg);
}

.home-ia-banner {
    clear: both;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 148px;
    margin-top: 18px;
    margin-bottom: 72px;
    padding: 0;
    border: 1px solid rgba(0, 41, 84, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.96);
    color: #002954;
    overflow: hidden;
    box-shadow: 0 14px 34px rgba(0, 41, 84, 0.22);
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.home-ia-banner:hover,
.home-ia-banner:focus {
    color: #002954;
    background: #fff;
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(0, 41, 84, 0.28);
}

.home-ia-banner img {
    flex: 0 0 auto;
    align-self: stretch;
    width: 172px;
    margin-right: 30px;
    padding: 38px 46px;
    border-radius: 0;
    background: #002954;
    object-fit: contain;
}

.home-ia-banner span {
    flex: 1 1 auto;
    font-family: open_sansregular;
    font-size: 15px;
    line-height: 1.35em;
    color: #36516d;
}

.home-ia-banner small {
    display: block;
    margin-bottom: 8px;
    color: #ff4f2e;
    font-family: poppinssemibold;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
}

.home-ia-banner strong {
    display: block;
    margin-bottom: 7px;
    font-family: poppinssemibold;
    font-size: 29px;
    line-height: 1.05em;
    text-transform: uppercase;
    color: #002954;
}

.home-ia-banner em {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 164px;
    height: 58px;
    margin: 0 26px 0 22px;
    padding: 0 18px;
    border-radius: 6px;
    border: 2px solid #ff4f2e;
    background: #fff;
    color: #ff4f2e;
    font-family: poppinssemibold;
    font-size: 15px;
    font-style: normal;
    line-height: 1;
    text-transform: uppercase;
}

.home-ia-banner em i {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 17px;
    border-top: 3px solid #ff4f2e;
    border-right: 3px solid #ff4f2e;
    transform: rotate(45deg);
}

.filter-photos-anchor .top-pickers-v2 {
    display: none;
}

.top-pickers-v2 .select2-container {
    width: 100%;
    height: 70px;
}

.top-pickers-v2 .select2-selection {
    width: 100%;
    height: 100%;
    padding:0 10px;
    display: flex;
    align-items:center;
    justify-content: space-between;
}

.top-pickers-v2 .select2-selection__arrow {
    position: static !important;
    width: auto !important;
    height: auto !important;
}

.top-pickers-v2 .select2-selection__arrow b {
    position:static !important;
    border:0 none !important;
}

.top-pickers-v2 .select2-selection__arrow b::after {
    font: normal normal normal 18px/1 FontAwesome !important;
    color:gray;
    content: "\f078";
}

.top-pickers-v2 .select2-container--open .select2-selection__arrow b::after {
    content: "\f077";
}


.top-pickers-v2 select + .select2-container .select2-selection {
    border-radius:0  !important;
}

.top-pickers-v2 select + .select2-container--disabled .select2-selection { background-color:#d8d5d5 !important; }
.top-pickers-v2 select + .select2-container--disabled .select2-selection__placeholder { color:#5a5a5a !important; }



.top-pickers-v2 .first {  border-radius:5px 0 0 5px  !important; }

.top-pickers-v2 .dd_evento_top.first + .select2-container .select2-selection {
    border-radius: 5px 0 0 5px !important;
}

.dd_bib_wrap input {
    height:70px;
    position:relative;
    border-radius:0  !important;
    border: 1px solid #aaa;
    box-shadow: none;
}

.dd_bib_wrap .fa {
    position:absolute;
    margin:auto;
    right:10px;
    top:0;
    bottom:0;
    font-size: 18px;
    height:1em;
    color:gray;
}

.dd_bib_wrap input:focus + .fa:before {
    content: "\f053";
}


.top-pickers-v2.grayform select + .select2-container .select2-selection {
    background:#f2f2f2;
    border:0 none;
    border-right:2px solid #ccc;
}

.top-pickers-v2.grayform .dd_bib_wrap input {
    background:#f2f2f2;
    border:0 none;
}


.top-pickers-v2 .first + .select2-container .select2-selection {
    border-radius: 5px 0 0 5px  !important;
}
.top-pickers-v2 .last {border-radius: 0 5px 5px 0  !important;}



@media (max-width:991px) {
    .hero-action-panel {
        padding: 8px;
    }

    .hero-action-panel .css-paqbtn:link,
    .hero-action-panel .css-paqbtn:visited {
        min-height: 0;
        padding: 10px;
    }

    .hero-action-panel .css-paqbtn img {
        width: 58px;
    }

    .hero-action-panel .css-paqbtn strong {
        font-size: 2em;
    }

    .hero-action-panel .css-paqbtn-cta {
        min-width: 118px;
        height: 40px;
        margin-left: 10px;
        padding: 0 12px;
        font-size: 13px;
    }

    .home-ia-banner {
        align-items: stretch;
        min-height: 0;
    }

    .home-ia-banner img {
        width: 84px;
        margin-right: 14px;
        padding: 22px;
    }

    .home-ia-banner strong {
        font-size: 22px;
    }

    .home-ia-banner em {
        min-width: 122px;
        height: 42px;
        margin: 14px 12px 14px 10px;
        padding: 0 12px;
        font-size: 12px;
    }

    .top-pickers-v2.grayform select + .select2-container .select2-selection {
        border:0 none;
        border-bottom:2px solid #ccc;
    }

    .top-pickers-v2 .first + .select2-container .select2-selection {
        border-radius: 5px 5px 0 0 !important;
    }
    .top-pickers-v2 .last {border-radius: 0 0 5px 5px !important;}

}

@media (max-width:640px) {
    .jumbotron.home-hero {
        padding-left: 9% !important;
        padding-right: 9% !important;
    }

    .hero-action-panel {
        padding: 0;
    }

    .hero-action-panel .css-paqbtn:link,
    .hero-action-panel .css-paqbtn:visited {
        display: grid;
        grid-template-columns: 64px minmax(0, 1fr);
        gap: 12px 14px;
        align-items: center;
        width: 100%;
        padding: 18px;
    }

    .hero-action-panel .css-paqbtn img {
        width: 54px;
        margin-right: 0;
    }

    .hero-action-panel .css-paqbtn span {
        min-width: 0;
        font-size: 12px;
    }

    .hero-action-panel .css-paqbtn strong {
        font-size: 2em;
        line-height: 1.05em;
    }

    .hero-action-panel .css-paqbtn-cta {
        grid-column: 2;
        justify-self: start;
        min-width: 0;
        width: auto;
        height: 44px;
        margin: 2px 0 0;
        padding: 0 16px;
        font-size: 12px;
    }

    .hero-action-panel .css-paqbtn-cta i {
        width: 10px;
        height: 10px;
        margin-left: 12px;
        border-top-width: 2px;
        border-right-width: 2px;
    }

    .home-ia-banner {
        display: grid;
        grid-template-columns: 84px minmax(0, 1fr);
        align-items: stretch;
        margin-bottom: 62px;
    }

    .home-ia-banner img {
        grid-row: 1 / 3;
        width: 84px;
        height: 100%;
        margin-right: 0;
        padding: 24px;
    }

    .home-ia-banner span {
        min-width: 0;
        padding: 18px 16px 0 0;
        font-size: 14px;
    }

    .home-ia-banner small {
        font-size: 11px;
        line-height: 1.15;
    }

    .home-ia-banner strong {
        font-size: 22px;
        line-height: 1.05em;
    }

    .home-ia-banner em {
        grid-column: 2;
        justify-self: start;
        min-width: 0;
        height: 42px;
        margin: 12px 16px 18px 0;
        padding: 0 14px;
        font-size: 12px;
        white-space: nowrap;
    }

    .home-ia-banner em i {
        width: 10px;
        height: 10px;
        margin-left: 12px;
        border-top-width: 2px;
        border-right-width: 2px;
    }

    .view-order-wrap {
        top: auto;
        right: 16px;
        bottom: 16px;
        width: 126px;
        height: 42px;
        margin: 0;
    }

    .view-order {
        width: 126px;
        height: 42px;
        border-radius: 8px;
        font-size: 12px;
    }

    .view-order img {
        width: 18px;
        margin-right: 6px;
    }
}



.view-order-wrap {
    position: fixed;
    width: 140px;
    height: 47px;
    top:0;
    bottom: 0;
    margin:auto;
    right: 24px;
    z-index: 20;
}

.view-order {
    background: #002954;
    border:1px solid rgba(255,255,255,0.3);
    cursor: pointer;
    border-radius: 10px;
    width: 140px;
    height: 47px;
    color: white !important;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}


.view-order-alert {
    cursor: pointer;
    position: absolute;
    width: 360px;
    bottom: 45px;
    right:0;
}

.view-order-alert .alert {
    width:100%;
    margin-bottom:5px;
}

.view-order img {
    width: 22px;
    margin-right: 7px;
}

.paqbuttons-section {
    display: none;
    padding: 50px 10px 33px;
    text-align:center;
    background:#012751;
    color:white;
}

.paqbuttons-section .container {
    max-width:900px;
}

#paquetes-modal.modal .modal-body .row { margin-bottom:8px; }

#paquetes-modal .modal-header * {
    color:white;
    opacity:1;
}

.modal .alert { width:100%; }
.alert-small {
    padding: 4px 25px 3px 4px;
    font-size: 0.9em;
    line-height: 1.1em;
}

.thanks-modelo {
    margin-top: 38px;
}
.single-button {
    display: inline-block !important;!i;!;
    padding: 15px 25px;
    color: white;
    font-size: 16px !important;!i;!;
    font-weight: 400;
}

.css-paqbtn:link {
    opacity:0.94;
    display:flex;
    align-items:center;
    text-align:left;
    background:#FE844C;
    color:white;
    font-size:11px;
    line-height:1.2em;
    border-radius:10px;
}
.css-paqbtn.prepaq {
    background:#FFA96C;
    border-radius:0 10px 10px 0;
}
.css-paqbtn:hover { opacity:1; color:white; }

.css-paqbtn img {
    width: 90px;
    height:auto;
}
.css-paqbtn strong {
    display:block;
    font-weight:900;
    font-size:3em;
    line-height:1em;
    height:auto;
}
.css-paqbtn em {
    display:block;
    font-style:normal;
    text-decoration:underline;
    font-size:0.9em;
    line-height:1.2em;
    height:auto;
}


a.convert-to-packages img {
    width:90px;
    height:90px;
}

a.convert-to-packages {
    background:#002A59;
    color:white;
    display:flex;
    align-items:center;
    font-size:13px;
    line-height:1.4em;
    padding:3px 0;
    padding-left:10px;
}

a.convert-to-packages strong {
    display:block;
    font-weight:900;
    font-size:1.8em
}


/*** START: TRIPLE INPUT ***/

.paq_triple_input {
    padding:0 15px;
}

.paq_select_wrap {
    position:relative;
}
.paq_select_wrap .select2-container { width:100%; }
.paq_select_wrap .select2-selection--single { display:flex; justify-content:space-between; align-items:center; }
.paq_select_wrap .select2-selection__rendered { display:flex !important;  align-items:center; }
.paq_select_wrap .select2-selection__arrow { position:static !important; }
.paq_select_wrap .select2-selection__arrow {width: 18px !important; height: 18px !important;margin-right:5px;}
.paq_select_wrap .select2-selection__arrow:before { font:400 18px/0.95em FontAwesome; content: "\f078"; }
.paq_select_wrap .select2-container--open .select2-selection__arrow:before { content: "\f077"; }
.paq_select_wrap .select2-selection__arrow b {display:none;}

.paq_select_wrap .select2-selection--single .select2-selection__rendered {width:100%;display:flex;justify-content:space-between;align-items:center;padding-right: 5px;}
.paq_select_wrap .select2-selection--single .select2-selection__clear {order:1;font-size: 20px;line-height: 0.4em;height: 0.7em;width: 0.7em;margin-top: 0.1em;}

.paq_select_wrap .select2-selection--single,
.paq_select_wrap .select2-selection__rendered,
.paq_input_wrap input
{ height:76px; }


.paq_input_wrap {
    position:relative;
}
.paq_input_wrap .fa {
    position:absolute;
    height:18px;
    width:18px;
    right:6px;
    top:0;
    bottom:0;
    margin:auto;
    font-size:18px;
}

.paq_select_wrap .select2-selection--single,
.paq_input_wrap input
{ background:#F4F4F4;border:none; border-radius:0;box-shadow:none; }

.paq_select_wrap .select2-container--disabled .select2-selection--single  { background:#c4c4c4; }
.paq_select_wrap.paq_select_border_right .select2-selection--single { border-right: 2px solid #dddddd; }
.paq_select_wrap.paq_select_radius_left .select2-selection--single { border-radius: 10px 0 0 10px; }
.paq_select_wrap.paq_select_radius_all .select2-selection--single { border-radius: 10px; }


.paq_input_wrap.paq_input_border_right input { border-right: 2px solid #dddddd; }
.paq_input_wrap.paq_input_radius_left input { border-radius: 10px 0 0 10px; }
.paq_input_wrap.paq_input_radius_right input { border-radius: 0 10px 10px 0; }
.paq_input_wrap.paq_input_radius_all input { border-radius: 10px; }

.paq_input_wrap input:focus + .fa:before { content: "\f053"; }

/*** END: TRIPLE INPUT ***/



.paq_btn_row { margin-top:30px; }

.paq_modal_button {
    display:inline-block;
    width:auto;
    min-width:212px;height:54px;
    background:#7d7d7d;
    border:none;
    box-shadow:none;
    color:white;
    padding: 0px 30px;
}
.paq_modal_button_sm {
    display: inline-block;
    width:auto;
    min-width: 105px;
    background:#7d7d7d;
    border:none;
    box-shadow:none;
    color: white !important;
    padding: 6px 20px;
    border-radius: 6px;
    text-align: center;
}
.paq_btn_red { background:#ff6c5e; }
.paq_btn_orange1 { background:#FFA96C; }
.paq_btn_orange2 { background:#FE844C; }

#paquetes-modal .modal-header { color:white; border-radius:5px 5px 0 0; display:flex; justify-content:space-between; }
#paquetes-modal .modal-header:before, #paquetes-modal .modal-header:after { display:none; }
#paquetes-modal .modal-header button { order:1; }
#paquetes-modal .modal-title:before {background: no-repeat center/ 144% auto;display:inline-block;width: 40px;height: 40px;content:'';vertical-align:middle;margin-right:12px;}
#paquetes-modal .modal-title {font-size:25px; }

.paq_modal_paq .modal-header { background:#FE844C; }
#paquetes-modal.paq_modal_paq .modal-title:before {background-image: url(/assets/icon-paq.svg);}

.paq_modal_prepaq .modal-header { background:#FFA96C; }
#paquetes-modal.paq_modal_prepaq .modal-title:before {background-image: url(/assets/icon-prepaq.svg);}

.racephoto-loading {
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.5);
    z-index: 1100;
    color:white;
    display:flex;
    justify-content:center;
    align-items:center;
}
.racephoto-loading .fa {
    font-size: 26px;
    margin-right: 6px;
}

@media (max-width:991px) {
    .jumbotron.jumbotron-fluid {
        height:auto !important;
    }
    .css-paqbtn:link {
        border-radius:8px;
        margin:9px 0;
        padding:8px 8px;
    }
    .paqbuttons-section {
        display:none;
    }
    .paq_modal_button {
        margin:5px 0;
    }
}

#portfolio {
    position:relative;
}
#portfolio .img-loader {
    z-index:3;
    position:absolute;
    background:rgba(0,0,0,0.4);
    left:0;
    top:0;
    width:100%;
    height:100%;
    text-align:center;
}
#portfolio .img-loader .fa-spinner {
    position:absolute;
    bottom:110px;
    left:0;
    right:0;
    margin:auto;
    width:100px;
    height:100px;
    font-size:100px;
    color:#ff6c62;
}

label.checkbox input { display:none; }
label.checkbox .fa { color:#FE844C; display:inline-block; font-size:25px; width:1em; vertical-align:top; margin-top:-2px; }
label.checkbox i::before { content:'\f096'; }
label.checkbox input:checked ~ i::before { content:'\f00c'; }

.li-login {
    float: none;
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 12px 30px;
    padding-right: 0;
    display: block;
    position: relative;
    height: 50px;
}

li.relative span.first-name {position:absolute;right:23px;top:-18px;white-space: nowrap;}
li.level1 span.first-name {display:block;text-transform: none;font-style: italic;margin: 4px 0 -3px;padding: 0;line-height: 1.4em;white-space: nowrap;}


.racephoto-modal {

}

.racephoto-modal .modal-content {
    border-radius:10px;
}

.racephoto-modal .modal-header {
    border-radius:10px 10px 0 0;
    background: #FE844C;
    color: white;
    padding: 22px 14px;
}
.racephoto-modal .modal-header button.close {
    color: white;
    opacity:1;
}
.racephoto-modal .first-name {
    float:right;
    margin-right:15px;
}
.racephoto-modal p strong {
    font-family:  'open_sansbold';

}

#buscar-con-modelo .modal-content {
    border: 0;
    border-radius: 10px;
    overflow: hidden;
}

#buscar-con-modelo .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 26px;
    background: #ff4f2e;
}

#buscar-con-modelo .modal-header:before,
#buscar-con-modelo .modal-header:after {
    display: none;
}

#buscar-con-modelo .modal-title {
    margin: 0;
    font-family: poppinssemibold;
    font-size: 20px;
    line-height: 1.25;
    text-transform: uppercase;
}

#buscar-con-modelo .modal-header button.close {
    order: 2;
    margin: 0;
    font-size: 30px;
    line-height: 1;
}

#buscar-con-modelo .modal-body {
    padding: 0;
    background: #f7f9fb;
}

#buscar-con-modelo .tyc {
    padding: 30px;
}

#buscar-con-modelo .face-consent-intro {
    padding: 26px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(0, 41, 84, 0.08);
}

#buscar-con-modelo .face-consent-badge {
    display: inline-block;
    margin-bottom: 12px;
    color: #ff4f2e;
    font-family: poppinssemibold;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
}

#buscar-con-modelo .face-consent-intro h3 {
    margin: 0 0 10px;
    color: #002954;
    font-family: poppinssemibold;
    font-size: 28px;
    line-height: 1.1;
}

#buscar-con-modelo .face-consent-intro p,
#buscar-con-modelo .face-consent-card p,
#buscar-con-modelo .face-consent-rights {
    margin: 0;
    color: #415365;
    font-size: 15px;
    line-height: 1.7;
}

#buscar-con-modelo .face-consent-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 16px;
}

#buscar-con-modelo .face-consent-card {
    padding: 22px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(0, 41, 84, 0.06);
}

#buscar-con-modelo .face-consent-card strong {
    display: block;
    margin-bottom: 10px;
    color: #ff4f2e;
    font-family: poppinssemibold;
    font-size: 16px;
}

#buscar-con-modelo .face-consent-card ul {
    margin: 0;
    padding-left: 18px;
    color: #415365;
    font-size: 15px;
    line-height: 1.65;
}

#buscar-con-modelo .face-consent-card li + li {
    margin-top: 6px;
}

#buscar-con-modelo .face-consent-rights {
    margin-top: 16px;
    padding: 16px 18px;
    border-left: 4px solid #ff4f2e;
    border-radius: 6px;
    background: #fff;
}

#buscar-con-modelo .face-consent-rights strong,
#buscar-con-modelo .face-consent-rights a {
    color: #ff4f2e;
}

#buscar-con-modelo .tyc .text-center {
    margin-top: 24px;
}

#buscar-con-modelo .tyc .paq_modal_button {
    width: auto;
    min-width: 220px;
    height: 56px;
    border-radius: 28px;
    background: #ff4f2e;
    box-shadow: 0 10px 22px rgba(255, 79, 46, 0.28);
    font-family: poppinssemibold;
    font-size: 16px;
}

@media (max-width: 760px) {
    #buscar-con-modelo .modal-title {
        font-size: 16px;
    }

    #buscar-con-modelo .tyc {
        padding: 18px;
    }

    #buscar-con-modelo .face-consent-intro {
        padding: 20px;
    }

    #buscar-con-modelo .face-consent-intro h3 {
        font-size: 23px;
    }

    #buscar-con-modelo .face-consent-grid {
        grid-template-columns: 1fr;
    }
}

.chk-indent-left {
    margin-left: -1.4em !important;
    margin-right: 0.3em !important;
}

.form-support .clearboth { color:#002954; clear:both; }
.form-support h1 { color:#002954; }
.form-support h2 { color:#ff6c62; }
.form-support p { margin:25px 0; }
.form-support h3 {color:#ff6c62;font-size:21px;margin: 17px 0;}
.form-support h4 {  }
.form-support .btn-submit { background-color:#ff6c62; padding:8px 42px; border:0 none; border-radius:5px; color:white; }

label.input-icon {display:block;margin-bottom: 14px;}
label.input-icon > span:nth-child(1) {
    font-size:14px;
    font-weight:400;
    padding:0 0 6px 8px;
    display:block;
}
label.input-icon > span:nth-child(2) {
    border:1px solid #ccc;
    border-radius:5px;
    display:flex;
    font-size:14px;
    justify-content:stretch;
}
label.input-icon > span:nth-child(2) .fa { font-size:16px; padding:7px 8px; color:#999; }
label.input-icon > span:nth-child(2) input { flex:1 1 auto; border:0 none; margin-right:5px; font-weight:400; color:#999; }
label.input-icon > span:nth-child(2) textarea { flex:1 1 auto; border:0 none; margin-right:5px; padding:5px 8px; min-height:96px; font-weight:400; color:#999; }
.modal-left-info {
  font-size: 15px;
  line-height: 1.25;
  color: #2c2c2c;
  font-weight: 600;
  display: grid;
  gap: 4px;
  justify-items: center;
}

.modal-left-info .event-name {
  font-size: 14px;
  font-weight: 500;
  color: #5b5b5b;
}

#modal-subir-modelo .selfie-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

#modal-subir-modelo .modal-body {
  padding: 20px 22px 22px;
  background: #fff;
}

#modal-subir-modelo .selfie-privacy-note {
  max-width: 520px;
  margin: 0 auto 16px;
  padding: 14px;
  border: 1px solid #eceff3;
  border-radius: 8px;
  background: #fafbfc;
  color: #30343a;
  box-shadow: none;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  text-align: left;
}

#modal-subir-modelo .selfie-privacy-note p {
  margin: 4px 0 0;
  color: #5e6671;
  font-size: 13px;
  line-height: 1.42;
}

#modal-subir-modelo .selfie-privacy-note .selfie-one-shot-warning {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #eceff3;
  color: #b34522;
  font-weight: 700;
}

#modal-subir-modelo .selfie-privacy-note.selfie-lock-note {
  max-width: 520px;
  padding: 12px 14px;
}

#modal-subir-modelo .selfie-privacy-note.selfie-lock-note .selfie-one-shot-warning {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

#modal-subir-modelo .selfie-privacy-note strong {
  display: block;
  color: #252a31;
  font-size: 14px;
  line-height: 1.2;
}

#modal-subir-modelo .selfie-step-number {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #ff6b4a;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 28px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 12px rgba(255, 107, 74, 0.24);
}

#modal-subir-modelo .selfie-row {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 10px;
  gap: 16px;
  width: 100%;
}

#modal-subir-modelo .selfie-col {
  float: none;
  width: auto;
  max-width: 360px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#modal-subir-modelo .camara_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

#modal-subir-modelo .wrap-button {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

#modal-subir-modelo .selfie-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
}

#modal-subir-modelo .camara_wrap > .btn {
  margin-bottom: 10px;
}

#modal-subir-modelo .recipient-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin: 0 auto 10px;
  width: min(520px, 100%);
  padding: 14px;
  border: 1px solid #e8ebf0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(20, 24, 31, 0.07);
  position: relative;
  overflow: hidden;
}

#modal-subir-modelo .recipient-row:before {
  content: "";
  width: 4px;
  height: 100%;
  background: #ff6b4a;
  position: absolute;
  left: 0;
  top: 0;
}

#modal-subir-modelo .recipient-info {
  flex: 1 1 auto;
  text-align: left;
  align-items: flex-start;
  min-width: 0;
}

#modal-subir-modelo .recipient-info .recipient-type {
  margin-bottom: 4px;
  color: #222;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
}

#modal-subir-modelo .recipient-info .event-name {
  color: #5f6670;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#modal-subir-modelo .recipient-actions {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  width: auto;
  text-align: center;
}

#modal-subir-modelo .recipient-actions .btn-open-camera {
  min-width: 122px;
  padding: 10px 16px;
  border: 0;
  border-radius: 6px;
  background: #ff6259 !important;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 6px 14px rgba(255, 98, 89, 0.24);
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

#modal-subir-modelo .recipient-actions .btn-open-camera:hover,
#modal-subir-modelo .recipient-actions .btn-open-camera:focus {
  background: #f04d48 !important;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(255, 98, 89, 0.30);
}

#modal-subir-modelo .recipient-row.has-saved-selfie {
  align-items: center;
}

#modal-subir-modelo .saved-selfie-card {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px;
  border: 1px solid #e6f0df;
  border-radius: 8px;
  background: #f8fcf5;
}

#modal-subir-modelo .saved-selfie-thumb-link {
  flex: 0 0 auto;
  display: block;
}

#modal-subir-modelo .saved-selfie-thumb {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 6px;
  object-fit: cover;
  border: 2px solid #fff;
  box-shadow: 0 4px 10px rgba(20, 24, 31, 0.14);
}

#modal-subir-modelo .saved-selfie-meta {
  min-width: 145px;
  text-align: left;
  line-height: 1.2;
}

#modal-subir-modelo .saved-selfie-meta strong {
  display: block;
  color: #2d6a2d;
  font-size: 13px;
  font-weight: 800;
}

#modal-subir-modelo .saved-selfie-meta span {
  display: block;
  margin-top: 3px;
  color: #5f6670;
  font-size: 12px;
  font-weight: 600;
}

#modal-subir-modelo .saved-selfie-meta small {
  display: block;
  margin-top: 2px;
  color: #7b838e;
  font-size: 11px;
  font-weight: 600;
}

#modal-subir-modelo .saved-selfie-meta em {
  display: block;
  margin-top: 5px;
  color: #2d6a2d;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

#modal-subir-modelo .recipient-actions .wrap-button {
  margin: 0 auto;
}

@media (max-width: 540px) {
  #modal-subir-modelo .selfie-privacy-note {
    margin-bottom: 14px;
    padding: 13px;
    font-size: 13px;
  }

  #modal-subir-modelo .recipient-row {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 14px;
  }

  #modal-subir-modelo .recipient-info {
    text-align: center;
    align-items: center;
  }

  #modal-subir-modelo .recipient-info .event-name {
    white-space: normal;
  }

  #modal-subir-modelo .recipient-actions {
    width: 100%;
  }

  #modal-subir-modelo .recipient-actions .btn-open-camera {
    width: 100%;
  }

  #modal-subir-modelo .saved-selfie-card {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }

  #modal-subir-modelo .saved-selfie-meta {
    min-width: 0;
    text-align: center;
  }

  .jumbotron.home-hero {
    padding-left: 9% !important;
    padding-right: 9% !important;
    padding-top: 22px !important;
  }

  .jumbotron.home-hero h1.display-4,
  .jumbotron.home-hero h1.display-5 {
    font-size: 22px;
    line-height: 1.18;
  }

  .jumbotron.home-hero h1.display-4 {
    margin-top: 0;
    margin-bottom: 6px;
  }

  .jumbotron.home-hero h1.display-5 {
    margin-bottom: 12px;
  }

  .jumbotron.home-hero p {
    max-width: 260px;
    margin: 0 auto 26px !important;
    font-size: 12px;
    line-height: 1.35;
    max-height: 50px;
    overflow: hidden;
  }

  .jumbotron.home-hero .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .top-pickers-v2 > .col-md-11,
  .top-pickers-v2 > .col-md-1 {
    width: 100%;
    float: none;
  }

  .top-pickers-v2 .select2-container {
    height: 58px;
  }

  .top-pickers-v2 .dd_evento_top.first + .select2-container .select2-selection {
    border-radius: 5px 5px 0 0 !important;
  }

  a.button-search {
    height: 54px;
    border-radius: 0 0 5px 5px;
  }

  .hero-action-panel {
    margin-top: 24px;
    padding: 0;
  }

  .hero-action-panel .css-paqbtn:link,
  .hero-action-panel .css-paqbtn:visited {
    display: block;
    padding: 24px;
    text-align: left;
  }

  .hero-action-panel .css-paqbtn img {
    display: block;
    width: 48px;
    margin: 0 0 16px;
  }

  .hero-action-panel .css-paqbtn span {
    display: block;
    font-size: 12px;
    line-height: 1.35;
  }

  .hero-action-panel .css-paqbtn strong {
    font-size: 25px;
    line-height: 1.08;
    max-width: 210px;
  }

  .hero-action-panel .css-paqbtn-cta {
    display: inline-flex;
    width: auto;
    height: 46px;
    margin: 18px 0 0;
    padding: 0 18px;
    font-size: 12px;
  }

  .home-ia-banner {
    display: block;
    margin-bottom: 88px;
  }

  .home-ia-banner img {
    display: block;
    width: 100%;
    height: 88px;
    margin: 0;
    padding: 22px 0;
  }

  .home-ia-banner span {
    display: block;
    padding: 18px 20px 0;
    font-size: 14px;
    line-height: 1.35;
  }

  .home-ia-banner small {
    font-size: 11px;
    margin-bottom: 8px;
  }

  .home-ia-banner strong {
    font-size: 24px;
    line-height: 1.05;
  }

  .home-ia-banner em {
    display: inline-flex;
    height: 44px;
    margin: 18px 20px 22px;
    padding: 0 16px;
    font-size: 12px;
  }

  .view-order-wrap {
    display: none;
  }
}
