/*=============================================
GLOBAL
=============================================*/

* {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-decoration: none;
    font-family: 'Ubuntu', sans-serif;
}

ul, ol {
    padding: 0px;
}

a:visited, a:link, a:focus, a:hover, a:active {
    list-style: none;
    text-decoration: none;
}

.barraSuperior {
    background: #004499;
}

    .barraSuperior a {
        color: white;
    }

.backColor, .backColor a {
    background: #004499 /*#47bac1*/;
    color: white;
}

.backColorOut, .backColorOut a {
    background: #fff;
    color: black;
}

.fondoBreadcrumb {
    margin-bottom: 0px;
    background: rgba(0,0,0,0);
}

/*=============================================
REDES SOCIALES
=============================================*/

.redSocial {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

/*FACEBOOK*/

.facebookBlanco {
    color: white;
}

.facebookNegro {
    color: black;
}

.facebookColor {
    color: white;
    background: #46639f;
}

/*YOUTUBE*/

.youtubeColor {
    color: white;
    background: #d6513e;
}

.youtubeBlanco {
    color: white;
}

.youtubeNegro {
    color: black;
}

/*TWITTER*/

.twitterColor {
    color: white;
    background: #0ab2e6;
}

.twitterBlanco {
    color: white;
}

.twitterNegro {
    color: black;
}

/*GOOGLE PLUS*/

.google-plusColor {
    color: white;
    background: #d71617;
}

.google-plusBlanco {
    color: white;
}

.google-plusNegro {
    color: black;
}

/*INSTAGRAM*/

.instagramColor {
    color: white;
    background: linear-gradient(45deg, #fca925, #ee1d5f, #6350a2);
}

.instagramBlanco {
    color: white;
}

.instagramNegro {
    color: black;
}

/*=============================================
ERROR 404, VERIFICAR
=============================================*/

.error404. .verificar {
    color: #333;
}

/*=============================================
SCROLL UP
=============================================*/
#scrollUp {
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: url(../img/plantilla/flecha.jpg);
}


/*=============================================
ESCRITORIO GRANDE (LG revisamos en 1366px en adelante)
=============================================*/

@media (min-width:1200px) {

    .col-lg-0 {
        display: none;
    }

    .error404 h1 {
        font-size: 300px;
        text-shadow: 8px 8px 1px #dadada;
    }

    .verificar h3 {
        margin-top: 30px;
        font-size: 100px;
        text-shadow: 4px 4px 1px #dadada;
    }
}

/*=============================================
ESCRITORIO MEDIANO O TABLET HORIZONTAL (MD revisamos en 1024px)
=============================================*/

@media (max-width:1199px) and (min-width:992px) {

    .col-md-0 {
        display: none;
    }

    .error404 h1 {
        font-size: 200px;
        text-shadow: 6px 6px 1px #dadada;
    }

    .verificar h3 {
        margin-top: 30px;
        font-size: 100px;
        text-shadow: 4px 4px 1px #dadada;
    }
}

/*=============================================
ESCRITORIO PEQUEÑO O TABLET VERTICAL (SM revisamos en 768px)
=============================================*/

@media (max-width:991px) and (min-width:768px) {

    .col-sm-0 {
        display: none;
    }

    .error404 h1 {
        font-size: 150px;
        text-shadow: 4px 4px 1px #dadada;
    }

    .verificar h3 {
        margin-top: 30px;
        font-size: 100px;
        text-shadow: 4px 4px 1px #dadada;
    }
}

/*=============================================
MOVIL (XS revisamos en 320px)
=============================================*/

@media (max-width:767px) {

    .col-xs-0 {
        display: none;
    }

    .error404 h1 {
        font-size: 75px;
        text-shadow: 2px 2px 1px #dadada;
    }

    .verificar h3 {
        margin-top: 30px;
        font-size: 50px;
        text-shadow: 2px 2px 1px #dadada;
    }
}

.loader-page {
    position: fixed;
    z-index: 25000;
    background: rgb(255, 255, 255);
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}

loader-page-2 {
    position: fixed;
    z-index: 25000;
    background: rgb(0, 0, 0);
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}

.loader-page::before {
    content: "";
    position: absolute;
    border: 2px solid rgb(50, 150, 176);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-sizing: border-box;
    border-left: 2px solid rgba(50, 150, 176,0);
    border-top: 2px solid rgba(50, 150, 176,0);
    animation: rotarload 1s linear infinite;
    transform: rotate(0deg);
}

loader-page-2::before {
    content: "";
    position: absolute;
    border: 2px solid rgb(50, 150, 176);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-sizing: border-box;
    border-left: 2px solid rgba(50, 150, 176,0);
    border-top: 2px solid rgba(50, 150, 176,0);
    animation: rotarload 1s linear infinite;
    transform: rotate(0deg);
}

@keyframes rotarload {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.loader-page::after {
    content: "";
    position: absolute;
    border: 2px solid rgb(50, 150, 176);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-sizing: border-box;
    border-left: 2px solid rgb(50, 150, 176);
    border-top: 2px solid rgba(50, 150, 176, 0.02);
    animation: rotarload 1s ease-out infinite;
    transform: rotate(0deg);
}
loader-page-2::after {
    content: "";
    position: absolute;
    border: 2px solid rgb(50, 150, 176);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-sizing: border-box;
    border-left: 2px solid rgb(50, 150, 176);
    border-top: 2px solid rgba(50, 150, 176, 0.02);
    animation: rotarload 1s ease-out infinite;
    transform: rotate(0deg);
}

.footer {
    background: none repeat scroll 0 0 white;
    border-top: 1px solid #e7eaec;
    bottom: 0;
    left: 0;
    padding: 10px 20px;
    /*position: absolute;*/
    right: 0;
}

.card {
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.card {
    margin-bottom: 30px;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

html body .m-r-20 {
    margin-right: 20px;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
