@import url("https://fonts.googleapis.com/css?family=Nothing+You+Could+Do|Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Nothing+You+Could+Do|Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");


/* line 1, ../../Arafath/CL/December/231. Travel-02/HTML/scss/_extend.scss */
@font-face {
    font-family: 'bebasneue-webfont';
    src: url('font/bebasneue-webfont.woff2') format('woff2');
}

@font-face {
    font-family: 'dosis-bold';
    src: url('font/dosis-bold.woff') format('woff');
}

@font-face {
    font-family: 'lato-bold';
    src: url('font/lato-bold.woff2') format('woff2');
}

@font-face {
    font-family: 'automasdisplay_rg';
    src: url('font/automasdisplay_rg-webfont.woff2') format('woff2');
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    font-family: 'lato-bold';
}

/* _content/Orbelite.Automas.SitioWeb/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-16zkw4maqx] {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a[b-16zkw4maqx] {
    color: #0077cc;
}

.btn-primary[b-16zkw4maqx] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active[b-16zkw4maqx], .nav-pills .show > .nav-link[b-16zkw4maqx] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top[b-16zkw4maqx] {
    border-top: 1px solid #e5e5e5;
}

.border-bottom[b-16zkw4maqx] {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-16zkw4maqx] {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-16zkw4maqx] {
    font-size: 1rem;
    line-height: inherit;
}

/*.footer[b-16zkw4maqx] {
    position: relative;
    bottom: 0;
    width: 100%;
    white-space: nowrap;*/
    /*line-height: 60px;*/
/*}*/
/*=======================================================
	General Styles
=======================================================*/


body {
    background: #F0F0F0 !important;
}



/*=======================================================
	Preloader
=======================================================*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    -webkit-transition: all .3s 1s ease;
    -moz-transition: all .3s 1s ease;
    transition: all .3s 1s ease;
}

    #preloader > .left,
    #preloader > .right {
        position: absolute;
        top: 0;
        width: 50%;
        height: 100%;
        background: #FFF;
        overflow: hidden;
        z-index: 99;
        -webkit-transition: all .7s .3s ease;
        -moz-transition: all .7s .3s ease;
        transition: all .7s .3s ease;
    }

    #preloader > .left {
        left: 0;
    }

    #preloader > .right {
        right: 0;
    }

body.loaded #preloader {
    visibility: hidden;
}

    body.loaded #preloader > .left {
        left: -50%;
    }

    body.loaded #preloader > .right {
        right: -50%;
    }

    body.loaded #preloader > .left,
    body.loaded #preloader > .right,
    body.loaded #preloader .loader {
        opacity: 0;
        visibility: hidden;
    }

.loader {
    height: 140px;
    width: 140px;
    border: solid 4px #FFF;
    border-top-color: #b41914;
    border-right-color: #b41914;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: auto;
    margin-top: -70px;
    transition: all .3s ease;
    z-index: 199;
        -webkit-animation: loader 2s infinite linear;
    -moz-animation: loader 2s infinite linear;
    animation: loader 2s infinite linear;
}

    .loader:before,
    .loader:after {
        content: ' ';
        position: absolute;
        border: inherit;
        border-radius: 50%;
    }

    .loader:before {
        left: 15px;
        top: 15px;
        bottom: 15px;
        right: 15px;
        opacity: .5;
        -webkit-animation: loader 3s infinite linear;
        -moz-animation: loader 3s infinite linear;
        animation: loader 3s infinite linear;
    }

    .loader:after {
        left: 30px;
        right: 30px;
        top: 30px;
        bottom: 30px;
        opacity: .25;
        -webkit-animation: loader 1.5s infinite linear;
        -moz-animation: loader 1.5s infinite linear;
        animation: loader 1.5s infinite linear;
    }

@-webkit-keyframes loader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-moz-keyframes loader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes loader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/************************************************************
                             CABECERA
/************************************************************/

/*==============================================
    Header Area Css
===============================================*/
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
    border: none;
}
.header-area {
    /*background: rgba(255, 255, 255, 0.95);*/
    background: #000;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    z-index: 99;
}

    .header-area .header-upper {
    }

        .header-area .header-upper .inner-content {
            border-bottom: 1px solid #eaeaea;
            display: block;
            padding: 7px 0;
        }

.state-select-box {
    position: relative;
}

    .state-select-box .icon-holder {
        position: absolute;
        top: 5px;
        left: 0;
    }

        .state-select-box .icon-holder span:before {
            color: #f87845;
            font-size: 18px;
            line-height: 30px;
        }

.state-content {
}

    .state-content .state {
    }

        .state-content .state ul {
            margin: 5px 0 6px;
        }

            .state-content .state ul li {
                display: inline-block;
                float: left;
                border-left: 1px solid #e4e4e4;
                padding-left: 45px;
                position: relative;
                margin-left: 15px;
            }

                .state-content .state ul li:last-child {
                    border-right: 0px solid;
                    padding-right: 0px;
                    margin-right: 0px;
                }

                .state-content .state ul li .icon-box {
                    position: absolute;
                    top: 0;
                    left: 15px;
                }

                    .state-content .state ul li .icon-box span:before {
                        height: 30px;
                        width: 30px;
                        border: 1px solid #e5e5e5;
                        display: block;
                        border-radius: 50%;
                        color: #f87845;
                        font-size: 14px;
                        text-align: center;
                        line-height: 28px;
                        transition: all 500ms ease;
                    }

                .state-content .state ul li:hover .icon-box span:before {
                    border: 1px solid #f87845;
                    background: #f87845;
                    color: #ffffff;
                }

                .state-content .state ul li .text-box {
                    padding-left: 10px;
                }

                    .state-content .state ul li .text-box p {
                        color: #949494;
                        line-height: 24px;
                        margin: 3px 0;
                    }



.header-lawer-content {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

    .header-lawer-content .logo a {
        display: inline-block;
    }

.header-lower-right {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 0px;
}

.main-menu {
    float: left;
    position: relative;
}

    .main-menu .navbar-collapse {
        padding: 0px
    }

    .main-menu .navigation {
        float: left;
        margin: 0;
        position: relative;
    }
        .main-menu .navigation li {
            float: left;
            margin-left: 0px;
            position: relative;
        }

            .main-menu .navigation li:first-child {
                margin-left: 0px;
            }

            .main-menu .navigation li::before {
            }

            .main-menu .navigation li:last-child:before {
                display: none;
            }

            .main-menu .navigation li a {
                position: relative;
                color: #fff;
                display: block;
                font-size: 14px;
                font-weight: 700;
                line-height: 14px;
                text-transform: uppercase;
                opacity: 1;
                padding: 20px 11px;
                transition: all 300ms ease;
                font-family: 'Poppins', sans-serif;
            }

        .main-menu .navigation > li:hover > a,
        .main-menu .navigation > li.current > a {
            color: #fff;
            background: #b41914;
            opacity: 1;
        }

        .main-menu .navigation li a:after {
            position: absolute;
            left: 0px;
            content: "";
            display: block;
            width: 100%;
            height: 1px;
            transition: all 300ms ease;
            text-align: center;
            opacity: 0;
        }

        .main-menu .navigation li:hover > a:after,
        .main-menu .navigation li.current > a:after,
        .main-menu .navigation li.current-menu-item > a:after {
            opacity: 1;
        }


        .main-menu .navigation > li > ul {
            position: absolute;
            left: 0px;
            top: 110%;
            width: 250px;
            background: rgba(255, 255, 255, 0.98) none repeat scroll 0 0;
            z-index: 100;
            visibility: hidden;
            opacity: 0;
            transition: all 500ms ease;
            -moz-box-shadow: -1px -2px 4px #e8e8e8;
            -webkit-box-shadow: -1px -2px 4px #e8e8e8;
            box-shadow: 0px -2px 5px #e8e8e8;
            display: block;
            padding: 10px 15px 10px;
        }

        .main-menu .navigation > li:hover > ul {
            top: 80%;
            opacity: 1;
            visibility: visible;
        }

        .main-menu .navigation > li > ul > li {
            float: none;
            margin: 0;
            padding: 0;
            position: relative;
            width: 100%;
            display: block;
        }

        .main-menu .navigation > li > ul li::before {
            display: none;
        }

        .main-menu .navigation li ul li a {
            color: #353535;
            display: block;
            font-size: 15px;
            font-weight: 400;
            line-height: 20px;
            padding: 15px 15px 15px 15px !important;
            position: relative;
            text-transform: capitalize;
            transition: all 500ms ease 0s;
        }

            .main-menu .navigation li ul li a:before {
                position: absolute;
                right: 15px;
                top: 0;
                bottom: 0;
                content: "\f105";
                font-family: FontAwesome;
                font-size: 16px;
                color: #ffffff;
                display: block;
                transition: all 300ms ease;
                opacity: 1;
                margin: 15px 0;
            }

            .main-menu .navigation li ul li a:after {
                display: none;
            }

        .main-menu .navigation > li > ul > li:hover > a {
            color: #fff;
            background-color: #47588f;
        }

    .main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
        position: absolute;
        right: 10px;
        top: 6px;
        width: 34px;
        height: 30px;
        border: 1px solid #ffffff;
        background: url(../images/icon/submenu-icon.png) center center no-repeat;
        background-size: 20px;
        cursor: pointer;
        z-index: 5;
        display: none;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        -moz-border-radius: 3px;
    }

.mainmenu-middle {
    margin-left: 35px;
}

    .mainmenu-middle ul {
    }

        .mainmenu-middle ul li {
            display: inline-block;
            float: left;
            margin-right: 10px;
            border-right: 1px solid #e4e4e4;
            padding-right: 10px;
        }

            .mainmenu-middle ul li:last-child {
                margin-right: 0px;
                border-right: 0px solid #e4e4e4;
                padding-right: 0px;
            }


/* Update header Style */
@keyframes menu_sticky {
    0% {
        margin-top: -100px;
    }

    50% {
        margin-top: -74px;
    }

    100% {
        margin-top: 0;
    }
}

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    background: #000;
    z-index: 0;
    border-bottom: 1px solid #3c4c83;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

    .sticky-header .logo {
        padding: 20px 0px;
    }

        .sticky-header .logo a {
            display: inline-block;
        }

.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    animation-name: menu_sticky;
    animation-duration: 0.60s;
    animation-timing-function: ease-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}


.thm-btn {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    padding: 18px 30px 18px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    transition: all 500ms ease;
    line-height: 14px;
    position: relative;
    background: #fec500;
    color: #000 !important;
}

    .thm-btn:hover {
        background: #252525 !important;
        color: #fff !important;
    }

    .thm-btn.btn-style-two {
        background: #f87845;
        color: #fff;
    }

        .thm-btn.btn-style-two:hover {
            background: #47588f;
            color: #ffffff;
        }

        /*******************************DE RESPONSIVE******************************/
@media only screen and (min-width: 1200px) {
    .container {
        padding: 0;
    }

    .container-fluid {
        padding: 0;
    }
}



@media (min-width: 992px) {
    .navbar-collapse.collapse {
        display: block !important;
        height: auto;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .navbar-toggle {
        display: none !important;
    }
}
/***************MENU RESPONSIVE***************/
.logoymenubar {
    justify-content: center;
    display: flex;
}

@media (max-width: 992px) {
    .logoymenubar {
        justify-content: space-between;
        display: flex;
    }
    .header-upper .logo a img {
        max-width: 96px;
    }
    .sticky-header-movil {
        position: fixed;
      opacity: 0;
        visibility: hidden;
        left: 0px;
        top: 0px;
        width: 100%;
          padding: 0px 0px;
        background: #000;
        z-index: 0;
        border-bottom: 1px solid #3c4c83;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }
    .fixed-header .sticky-header-movil {
        background: #000 !important;
        height: 62px;
        padding: 7px !important;
        z-index: 999;
        opacity: 1;
        visibility: visible;
        animation-name: menu_sticky;
        animation-duration: 0.60s;
        animation-timing-function: ease-out;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }
}


/**************PERSONALIZACION ************/
@keyframes moviendrew {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(20px);
    }
}

.flecha {
    animation-name: moviendrew;
    animation-duration: 0.9s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    font-size: 50px;
}

.titulo {
    font-family: dosis-bold;
    font-size:70px;
}
.subtitulo {
    font-family: dosis-bold;
    color: #000;
    font-size: 40px;
}
.descripcion {
    font-family: 'lato-bold', sans-serif;
    color: #a3a3a3;
    font-size: 20px;
}

@media (max-width: 767px) {
    .flecha {
        font-size: 30px;
    }

    .titulo {
        font-size: 30px;
    }

    .subtitulo {
        font-size: 20px;
    }

    .descripcion {
        font-size: 13px;
    }
}

.text-guinda {
    color: #b41914;
}
.text-amarillo {
    color: #fec500;
}


.border-amarillo {
    border-color: #fec500 !important;
}

.bg-amarillo {
    background-color: #fec500;
}
.bg-guinda {
    background-color: #b41914;
}

.btn-continuar-registro {
    background-color: #b41914;
    font-family: 'bebasneue-webfont';
    display: block;
    padding: 5px 15px;
    margin-bottom: 5px;
    text-align: center;
    transition: background-color 0.3s;
    width: 180px;
    max-width: 280px;
    color: #fff;
    border: 0px;
    outline: none;
}

.btn-continuar-registro:disabled {
    background-color: #ae8382;
    cursor: no-drop;
}

    .btn-continuar-registro:hover {
        background-color: #2f2f2f;
        color: #fff;
    }

.btn-enviar-registro {
    background-color: #000;
    font-family: 'bebasneue-webfont';
    display: block;
    padding: 5px 15px;
    margin-bottom: 5px;
    text-align: center;
    transition: background-color 0.3s;
    width: 180px;
    max-width: 280px;
    color: #fff;
}

    .btn-enviar-registro:hover {
        background-color: #2f2f2f;
        color: #fff;
    }

@media (max-width: 767px) {
   .galeria .carousel-inner .carousel-item > div {
        display: none;
    }

    .galeria .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
    .header-upper .logo a img {
        max-width: 96px;
    }
}

.galeria .carousel-inner .carousel-item.active,
.galeria .carousel-inner .carousel-item-next,
.galeria .carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

    .galeria .carousel-inner .carousel-item-end.active,
    .galeria .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    .galeria .carousel-inner .carousel-item-start.active,
    .galeria .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}

.galeria .carousel-inner .carousel-item-end,
.galeria .carousel-inner .carousel-item-start {
    transform: translateX(0);
}



.titulo-modal {
    font-family: dosis-bold;
    font-size: 20px;
}


@media (max-width: 767px) {
    .titulo-modal {
        font-size: 15px;
    }

}

/***************************************/
.contactar {
    position: fixed;
    bottom: 60px;
    right: 4px;
    z-index: 100;
}

    .contactar .icon-whatsapp {
        cursor: pointer;
        width: 80px;
        height: auto;
    }

.ea-salto {
    animation: saltaboton 2s infinite;
    animation-timing-function: ease-in;
    transition: .5s;
}

@keyframes saltaboton {
    0%, 20%, 50%, 80%, 100% {
        transform: translateX(0);
    }

    40% {
        transform: translateX(-12px);
    }

    60% {
        transform: translateX(-6px);
    }
}

@-moz-keyframes saltaboton {
    0%, 20%, 50%, 80%, 100% {
        transform: translateX(0);
    }

    40% {
        transform: translateX(-12px);
    }

    60% {
        transform: translateX(-6px);
    }
}
/********************AUTOCOMPLETADO******************/

.typeahead .form-control.tt-hint {
    color: #b5b5c3
}

.typeahead .form-control.tt-input {
    color: #3f4254
}

.typeahead .twitter-typeahead {
    display: block !important
}

.typeahead .tt-menu {
    border: 0;
    margin: 0;
    width: 100%;
    min-width: 275px;
    padding: .65rem 0;
    left: auto !important;
    background: #fff;
    -webkit-box-shadow: 0 0 50px 0 rgba(82,63,105,.15);
    box-shadow: 0 0 50px 0 rgba(82,63,105,.15);
    border-radius: .42rem
}

    .typeahead .tt-menu .tt-dataset .tt-suggestion {
        padding: .65rem 1rem;
        font-size: 1rem;
        color: #3f4254;
        cursor: pointer
    }

        .typeahead .tt-menu .tt-dataset .tt-suggestion .tt-highlight {
            color: #3f4254;
            font-weight: 500
        }

        .typeahead .tt-menu .tt-dataset .tt-suggestion:hover {
            background: #f3f6f9
        }

.bg-negro {
    background-color: #000;
    border-bottom-left-radius: 150px;
    padding-left: 19px;
    padding-right: 19px;
}

@media (max-width: 767px) {
    .bg-negro {
        border-bottom-left-radius: 50px;
    }
}



.box-shadow-blanco {
    box-shadow: 10px 10px 12px -1px rgba(242,242,242,0.4);
    -webkit-box-shadow: 10px 10px 12px -1px rgba(242,242,242,0.4);
    -moz-box-shadow: 10px 10px 12px -1px rgba(242,242,242,0.4);
}
.automas-label.form-label {
    font-family: "Rubik", sans-serif;
    margin-bottom: 0px;
}
.automas-text.valid-feedback {
    font-family: "Rubik", sans-serif;
}
.automas-text.alert {
    font-family: "Rubik", sans-serif;
}
.automas-input.form-control {
    min-height: 40px;
    margin: 0;
    padding: 0 20px !important;
    /*width: 100% !important;*/
    color: #656A69;
    font-size: 17px;
    font-weight: 100;
    font-family: sans-serif;
    border: 1px solid #E8E9E8;
    border-radius: 4px;
    background-color: #E8E9E8;
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    border-radius: 22px;
}


.automas-search.btn {
    height: 40px;
    min-height: 40px;
    min-width: 50px;
    border-radius: 22px;
    background-color: #b41914;
    border: 0px solid #000;
    color: #fff;
}

    .automas-search.btn:hover {
        /*border-color: #2f2f2f;*/
        background-color: #2f2f2f;
        color: #fff;
        -webkit-transition: all .15s ease;
        -moz-transition: all .15s ease;
        -ms-transition: all .15s ease;
        -o-transition: all .15s ease;
        transition: all .15s ease;
    }
    .automas-search.btn:focus {
        /*border: 0px solid #000;*/
        -webkit-transition: all .15s ease;
        -moz-transition: all .15s ease;
        -ms-transition: all .15s ease;
        -o-transition: all .15s ease;
        transition: all .15s ease;
        outline: none !important;
        box-shadow: 0px rgba(13,110,253,.25) !important;
        box-shadow: 0000rem 0000rem #B2B5B4 !important;
    }

.automas-input.form-control:focus {
    border-color: #b41914;
    /*  border-color: #B2B5B4;*/
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -ms-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
    outline: none !important;
    box-shadow: 0px rgba(13,110,253,.25) !important;
    box-shadow: 0000rem 0000rem #B2B5B4 !important;
}


.descripcion-respuesta {
    color: #333;
    font-size: 15px;
    font-family: 'automasdisplay_rg';
}
.transicion-respuesta {
    transition: opacity 0.9s ease-in-out; /* Duración y tipo de curva de la transición */
}

.text-gracias {
    font-family: "Nothing You Could Do", cursive;
    font-size: 20px;
}

.automas-valorizar.modal-header {
    background: #fec500;
}
.automas-valorizar.modal-body {
    background: #ddd;
}