/* Your custom styles */
body {
    background-image: url("../img/bg.png");
}
@font-face {
    font-family: "Avenir_bold";
    src: url(../font/avenir/Avenir_Next_Bold.ttf) format("truetype");
}
@font-face {
    font-family: "Avenir_ligth";
    src: url(../font/avenir/Avenir_Light.ttf) format("truetype");
}
@font-face {
    font-family: "Avenir_Medium";
    src: url(../font/avenir/Avenir_Medium.ttf) format("truetype");
}
h1,
h2,
h3,
h4 {
    font-family: "Avenir_bold" !important;
}
p,
span,
h5,
h6 {
    font-family: "Avenir_Medium" !important;
}
a,
div {
    font-family: "Avenir_Medium" !important;
}
p.error {
    color: red;
    margin-top: 0;
    font-size: 12px;
    text-align: center;
}
.materialert {
    position: relative;
    min-width: 150px;
    padding: 15px;
    margin-bottom: 20px;
    margin-top: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: all 0.1s linear;
    webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
        0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
        0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.materialert .material-icons {
    margin-right: 10px;
}
.materialert .close-alert {
    -webkit-appearance: none;
    border: 0;
    cursor: pointer;
    color: inherit;
    background: 0 0;
    font-size: 22px;
    line-height: 1;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
    filter: alpha(opacity=40);
    margin-bottom: -5px;
    position: absolute;
    top: 16px;
    right: 5px;
}
.materialert.info {
    background-color: #039be5;
    color: #fff;
}
.materialert.success {
    background-color: #43a047;
    color: #fff;
}
.materialert.error {
    background-color: #c62828;
    color: #fff;
}
.materialert.danger {
    background-color: #c62828;
    color: #fff;
}
.materialert.warning {
    background-color: #fbc02d;
    color: #fff;
}

.datepicker--nav {
    background-color: white;
    color: black;
    font-size: 14px;
    height: 20px;
    width: auto;
    box-shadow: none;
}
.datepicker--nav-title i {
    font-size: 14px;
    color: black;
}

#nav_bar,
#nav-mobile,
#nav-mobile li,
#nav-mobile li a {
    height: 100px !important;
    color: black;
}
#nav_bar {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 1);
    border-bottom: 9px solid #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}

#boton_menu {
    font-size: 30px;
    color: black;
    padding-top: 20px;
}
.uk-margin {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
}

@media only screen and (max-width: 992px) {
    #caption_slider h2 {
        font-size: 20px !important;
        text-transform: uppercase;
    }
    #caption_slider h5 {
        font-size: 18px !important;
    }
    .py-4 {
        margin-top: 20%;
    }
    #contenido_celulares {
        margin-top: 25%;
    }
    #mapa_celulares {
        margin-top: 30%;
    }
    .uk-margin {
        padding-top: 10%;
    }
}

@media only screen and (min-width: 993px) {
    .py-4 {
        margin-top: 0;
    }
    #slider_celulares {
        margin-top: 0;
    }
    #container_nuestros_clientes {
        /*padding: 10px 50px; 
		float: left; 
		width: 100%;     
		position: relative;    
		left: 2%;*/
    }
    .uk-margin {
        padding-top: 40%;
    }
    #header-row .container {
        width: 80%;
    }
    #textos_container {
        width: 80%;
        margin: 0 auto;
    }
    #contenido_celulares {
        margin-top: 10%;
    }
    #mapa_celulares {
        margin-top: 12%;
    }
}

.menu_desp {
    top: 100px !important;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.85);
    width: auto !important;
    padding: 10px;
}
.menu_desp li a {
    line-height: 32px;
    padding: 0;
    text-decoration: none;
    text-align: left;
    margin-left: 15px;
    color: white !important;
}
.menu_desp li:hover {
    background: #000000;
    color: blue !important;
    font-weight: bold;
    height: 50px;
}

#nav-mobile li a {
    line-height: 20px;
    font-family: "BenchNine", sans-serif;
    color: #464646;
    background: none;
    height: 20px;
    display: block;
    font-weight: 400;
    padding: 40px 1em;
    text-transform: uppercase;
}

#nav-mobile .menu_desp li,
#nav-mobile .menu_desp li a {
    height: 50px !important;
    padding: 0;
    margin: 0;
}
#nav-mobile .menu_desp li a {
    font-size: 12px;
    padding: 20px 0 0 0;
    text-align: left;
    /* margin-left: 15px; */
    width: 200px;
    padding-left: 20px;
}
#nav-mobile .menu_desp li a:hover {
    color: blue !important;
    border-bottom: blue 2px solid;
}
.brand-logo img {
    padding: 10px 0 0 0;
}

#nav-mobile li:hover {
    border-bottom: blue 6px solid;
}
#nav-mobile .menu_desp li:hover {
    border-bottom: none;
}
#slider_next i,
#slider_prev i {
    color: white;
    font-size: 50px;
    margin: 0px 0px 0px -6px;
}
#slider_next,
#slider_prev {
    cursor: pointer;

    margin-top: -20px;
    position: absolute;
    padding: 17% 0 0 0;
    width: 100px;
    z-index: 2;
    opacity: 0;
}
#slider_prev {
    left: 15px;
    height: 100%;
}
#slider_next {
    right: 15px;
    height: 100%;
}
#slider_next:hover,
#slider_prev:hover {
    opacity: 1;
}
.carousel .indicators .indicator-item,
.slider .indicators .indicator-item {
    border-radius: 0;
    height: 12px;
    width: 12px;
}
.carousel .indicators .indicator-item.active,
.slider .indicators .indicator-item.active {
    background: #0200f0;
}

.carousel-slider h2 {
    font-family: "Trebuchet MS";
}
.carousel-item img {
    width: 100%;
}

.btn-block {
    width: 100%;
}

#circulos img {
    background: #424d9d;
    border: 10px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 1px 0 0 #99b5c9;
    margin-bottom: 15px;
    padding: 35px;
    transition: background 0.5s ease 0.1s;
}
#circulos {
    text-align: center;
}
#img_circulos:hover {
    background: #99b5c9;
    transition: background 0.5s ease 0.1s;
    cursor: pointer;
}
#circulos h2 {
    float: none;
    overflow: visible;
    margin: 10px 0px 10px 0px;
    padding: 0px;
    font-size: 20px;
    color: #626262;
}

#nuestros_clientes h3 {
    margin-bottom: 0px;
    padding-bottom: 30px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #626262;
}

.ir-arriba {
    position: fixed;
    bottom: 1rem;
    right: 1.9rem;
    font-size: 3rem !important;
    color: #c2e1f6;
    text-decoration: none;
    z-index: 99999;
    line-height: 0;
    display: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.ir-arriba:hover,
.ir-arriba:focus {
    outline: 0;
    text-decoration: none;
    color: blue;
}

#nuestros_valores_slide .caption h3,
#nuestros_valores_slide .caption h5 {
    text-shadow: black 3px 3px 3px;
}
#textos_container .card .card-title {
    font-size: 20px;
    text-shadow: black 3px 3px 3px;
    font-weight: bold;
}
#listas_circle {
    padding-left: 20px;
}
#listas_circle li {
    padding-left: 20px;
    list-style-type: circle !important;
    font-family: "PT Sans", Arial, serif !important;
    font-size: 14px;
    color: #626262;
}

#parrafos_collapsive,
#parrafos_collapsive ul,
#listas_numeradas li {
    font-family: "PT Sans", Arial, serif !important;
    font-size: 14px;
    color: #626262;
}
#h5_collapsive {
    margin-bottom: 0px;
    padding-bottom: 30px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}
.collapsible-header {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 5px 20px;
    background: #eee;
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;
    font-weight: bold;
}
#titulos_asesoria {
    margin-bottom: 0px;
    padding-bottom: 30px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}
#images_asesoria img {
    margin-bottom: 25px;
    display: inline-block;
    padding: 2px;
    max-width: 97%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #e2e2e2;
    background-color: #fff;
    margin-top: 20%;
}
table thead {
    background: #4857ff;
    color: white;
}
@media only screen and (max-width: 992px) {
    #slider_celulares {
        margin-top: 10%;
        height: 300px;
    }
    #header-row .container {
        width: 100%;
        padding-left: 2%;
        padding-right: 2%;
    }
    #slider_celulares .carousel {
        height: 300px !important;
    }
    .carousel-item img {
        height: 300px !important;
        width: 150%;
    }
    #slider_next,
    #slider_prev {
        display: none;
    }
}

.social {
    position: fixed; /* Hacemos que la posiciÃ³n en pantalla sea fija para que siempre se muestre en pantalla*/

    top: 200px; /* Bajamos la barra 200px de arriba a abajo */
    z-index: 2000; /* Utilizamos la propiedad z-index para que no se superponga algÃºn otro elemento como sliders, galerÃ­as, etc */
}

.social2 {
    position: fixed; /* Hacemos que la posiciÃ³n en pantalla sea fija para que siempre se muestre en pantalla*/
    left: 10px; /* Establecemos la barra en la izquierda */
    top: 200px; /* Bajamos la barra 200px de arriba a abajo */
    z-index: 2000; /* Utilizamos la propiedad z-index para que no se superponga algÃºn otro elemento como sliders, galerÃ­as, etc */
}
.social2 ul {
    list-style: none;
}

.social2 ul li a {
    color: white;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    width: 60px;
    height: 50px;
    padding: 10px;
    cursor: pointer; /* Establecemos una transiciÃ³n a todas las propiedades */
}
.social ul {
    list-style: none;
}

.social ul li a {
    color: white;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    width: 40px;
    height: 40px;
    padding: 10px; /* Establecemos una transiciÃ³n a todas las propiedades */
}

.social ul li .icon-facebook {
    background: #3b5998;
    border-radius: 0px 10px 0 0;
} /* Establecemos los colores de cada red social, aprovechando su class */
.social ul li .icon-twitter {
    background: #00abf0;
}

.social ul li .icon-linkedin {
    background: #0073b0;
}
.social ul li .icon-email {
    background: #00abf0;
}
.social ul li .icon-youtube {
    background: #d95232;
}
.social ul li .icon-call {
    background: #0083b3;
    border-radius: 0 0 10px 0px;
}
#ocultador,
#ocultador2 {
    color: black;
    font-weight: bold;
    cursor: pointer;
}
#ocultador i,
#ocultador2 i {
    font-size: 30px;
    cursor: pointer;
}
.social ul li a:hover {
    /* Cambiamos el fondo cuando el usuario pase el mouse */
    background-color: black;
    color: white;
    font-size: 20px;
}
#circulos:hover #img_circulos {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

#ocultable li:hover i {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.ir-arriba:hover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

#images_asesoria img {
    width: 200px !important;
    height: 200px !important;

    border: 10px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 1px 0 0 #99b5c9;
    margin-bottom: 15px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
#imagen_asesoria:hover #images_asesoria img {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background-color: #b1b1b1;
}
::-webkit-scrollbar-thumb {
    background-color: blue;
}
