/* body {
    background-color: #f2f3f9;
} */
:root {
    --gray: #707070;
    --graylight: #EBEBEB;
    --red: #f03120;
    --blue: #f5c320;
    --primary: #f38f20;
    --white: #fff;
    --blue: #2A88BE;
    --primary: #2275A4;
}

.contenedor_formulario {
    background-color: var(--main);
    width: 80%;
    height: 80%;
    margin-top: 2%;
    /*box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.75);*/
    box-shadow: 0px 0px 22px -10px rgba(0, 0, 0, 0.75);
    /*border-radius: .25rem;*/
    border-radius: 15px 15px 15px 15px;
    /* border-top: 15px solid #2D89CA; */
}


.titulo_cuestionario {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}

.input_formulario {
    background-color: #D7DBE0;
    border: 1px solid #D7DBE0;
    color: #97A3AB;
    font-size: 12px;

}

.input_formulario_text_area {
    background-color: #e6ebee;
    border: 1px solid grey;
    color: #8e8c8d;
    font-size: 12px;
}

.subtitulos_formulario {
    font-weight: bold;
}

.contenedor_botones_formulario {
    margin-top: 10px;
}

.btn-primary {
    background-color: var(--main) !important;
}

.btn-primary:hover {
    background-color: var(--second) !important;
}

.navbar_header {
    box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.75);
}

.contenedor_organismos {
    margin-left: 25px;
}

.contenedor_general {
    background-color: white;
    width: 80%;
    height: 80%;
    margin-top: 2%;
    /*box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.75);*/
    box-shadow: 0px 0px 22px -10px rgba(0, 0, 0, 0.75);
    /*border-radius: .25rem;*/
    border-radius: 15px 15px 15px 15px;
    /* border-top: 15px solid #2D89CA; */
}

.contenedor_admin {
    background-color: white;
    width: 80%;
    height: 80%;
    margin-top: 2%;
    /*box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.75);*/
    box-shadow: 0px 0px 22px -10px rgba(0, 0, 0, 0.75);
    /*border-radius: .25rem;*/
    border-radius: 15px 15px 15px 15px;
    /* border-top: 15px solid #2D89CA; */
}

.contenedor_proveedores {
    background-color: white;
    width: 80%;
    height: 80%;
    margin-top: 2%;
    /*box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.75);*/
    box-shadow: 0px 0px 22px -10px rgba(0, 0, 0, 0.75);
    /*border-radius: .25rem;*/
    border-radius: 15px 15px 15px 15px;
    /* border-top: 15px solid #2D89CA; */
}

.contenedor_compradores {
    background-color: white;
    width: 80%;
    height: 80%;
    margin-top: 2%;
    /*box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.75);*/
    box-shadow: 0px 0px 22px -10px rgba(0, 0, 0, 0.75);
    /*border-radius: .25rem;*/
    border-radius: 15px 15px 15px 15px;
    /* border-top: 15px solid #2D89CA; */
}


.seccionesclass {
    text-decoration: none;
}


.box_clientes {
    padding-top: 10px;
}

.sub_formulario {
    color: var(--main);
}

.obligatorio {
    color: red !important;
    font-weight: bold;
}

.bold {
    font-weight: bold;
}

.botones_accesos {
    margin-top: 5px;
    box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.75) !important;
}

.contenedor_general {
    background-color: white;
    box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.75);
    border-radius: .25rem;
    padding: 5px;
}

.centrar {
    text-align: center;
}

.borde {
    border-bottom: 1px solid rgba(122, 116, 116, 0.795);
    border-right: 1px solid rgb(197, 194, 194);
    border-left: 1px solid rgb(197, 194, 194);
}

.tabla-sm tr td {
    padding: 5px;
}

.btn-light {
    border: 1px solid rgb(197, 197, 197);
}


.border-row {
    border-bottom: 1px solid rgb(197, 197, 197);
    border-radius: 0.25rem
}

body {
    font-family: 'Roboto';
}

.white {
    color: white !important;
}

.blue-title {
    color: var(--main) !important;
}

.no-bold {
    font-weight: normal !important;
}

.contenedor_info_perfil {
    background-color: #fff;
    border: 1px solid #ccc;
    padding-top: 20px;
    padding-bottom: 20px;
}

.card-body-perfil {
    background-color: #fff !important;
}

.new_cube {
    background-color: #effbfb;
    width: 95%;
    margin-left: 2.5%;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.75);
    margin-top: 3em;
}

@media only screen and (min-width: 600px) {
    /* For tablets: */
    .licencias_input {
        width: 100% !important;
    }
}

@media only screen and (min-width: 768px) {
    /* For desktop: */
    .licencias_input {
        width: 400px !important;
    }
}

.pagination > li > a,
.pagination > li > span {
    color: var(--main);
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    /* color: #fff; */
    /* background-color: var(--main); */
    /* border-color: var(--main); */
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    /* color: #fff!important; */
    /* background-color: var(--main)!important; */
    /* border-color: var(--main)!important; */
}

.pagination > .active > a::selection {
    color: #fff !important;
    background-color: var(--main) !important;
    border-color: var(--main) !important;
    box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.2),
    4px 4px 4px 4px rgba(0, 0, 0, 0.19) !important;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #000;
    background-color: #fff;
    border-color: #000;
    cursor: not-allowed
}

/*********************************************************************/
/*********************************************************************/
/*********************************************************************/
#header {
    padding: 35px 55px;
}

#main-slider {
    background-image: url(/img/WNASC/banner.jpg);
    background-size: cover;
    padding: 80px
}

#main-nav {
    background-color: #1e1e1e;
    color: #fff;
}

#main-nav .nav-link {
    color: #fff;
}

#main-nav .nav-link:hover {
    background-color: #555;
}

#main-nav .nav-link.active {
    background-color: var(--main);
    font-weight: bold;
}

#main-footer {
    background: linear-gradient(var(--main) 0%, var(--second) 100%);
    min-height: 100px;
    color: #fff;
    padding: 35px 55px;
}

#main-carousel {
}

.title {
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--main);
}

.empty-box {
    min-height: 300px;
    background: #e1e1e1;
}

.empty-box.primary {
    min-height: 365px;
}

.empty-box.adds {
    min-height: 100px;
}

.contact-box {
    border: 3px solid #454545;
    padding: 10px;
    text-align: center;
    border-radius: 1.7em;
    font-size: 1.2em;
    font-weight: bold;
}

.add-hover {
}

.add-hover:hover {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    /* IE 5-7 */
    filter: alpha(opacity=70);
    /* Netscape */
    -moz-opacity: 0.7;
    /* Safari 1.x */
    -khtml-opacity: 0.7;
    /* Good browsers */
    opacity: 0.7;
}

#tool-profile {
    position: relative;
    padding-bottom: 1em;
}

#tool-profile .bi-three-dots {
    vertical-align: middle;
    font-size: 1.7em;
    margin-left: 11px;
}

#tool-profile .bi-person-circle {
    position: absolute;
    right: 110%;
    font-size: 2.5em;
    color: var(--main);
}

#tool-profile span {
    display: block;
    text-transform: uppercase;
    line-height: 1em;
    margin-bottom: 10px;
}

#tool-profile .nav-link {
    padding: 0;
    color: #333;
}

#tool-profile .nav-link:hover {
    color: var(--main);
}

#tool-profile .primary {
    font-size: 1.7em;
}

#tool-profile .secondary {
    font-size: 1.2em;
}

#tool-profile .dropdown-item .bi {
    margin-right: 10px;
}

#tool-search {
}

#tool-search .bi {
    font-size: 1.6em;
    color: var(--main);
    vertical-align: middle;
    font-weight: bold;
}

#tool-search button, #tool-search button:focus {
    border: none;
    background: transparent;
}

#tool-search button:hover .bi {
    color: #000;
}

#tool-search input {
    max-width: 345px;
    width: 14em;
    background: #e1e1e1;
    border: none;
    padding: 0.3em 1em;
    border-radius: 0.4em;
}

@media only screen and (max-width: 767px) {
    #tool-profile {
        float: none !important;
        text-align: center;
        font-size: 14px;
    }

    #tool-profile .bi-person-circle {
        position: initial;
    }

    #tool-search {
        float: none !important;
    }

    #tool-lang {
        margin-top: 10px;
    }

    #main-carousel {
        background: #efefef;
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

/*SLIDER*/
.show-neighbors {
    overflow: hidden;
}

.show-neighbors .carousel-indicators {
    margin-right: 15%;
    margin-left: 15%;
}

.show-neighbors .carousel-control-prev, .show-neighbors .carousel-control-next {
    background: rgba(255, 255, 255, 0.3);
    width: 15%;
    z-index: 11;
    /* .carousel-caption has z-index 10 */
}

.show-neighbors .carousel-inner {
    width: 210%;
    left: -55%;
}

.show-neighbors .carousel-item-next:not(.carousel-item-left), .show-neighbors .carousel-item-right.active {
    -webkit-transform: translate3d(33%, 0, 0);
    transform: translate3d(33%, 0, 0);
}

.show-neighbors .carousel-item-prev:not(.carousel-item-right), .show-neighbors .carousel-item-left.active {
    -webkit-transform: translate3d(-33%, 0, 0);
    transform: translate3d(-33%, 0, 0);
}

.show-neighbors .item__third {
    float: left;
    position: relative;
    /* captions can now be added */
    width: 33.33%;
}

.show-neighbors .item__third .col {
    padding: 0 1px 1px 0;
}
