/* Minification failed. Returning unminified contents.
(393,1): run-time error CSS1019: Unexpected token, found '@import'
(393,9): run-time error CSS1019: Unexpected token, found 'url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300)'
(393,75): run-time error CSS1019: Unexpected token, found ';'
 */
html {
    margin: 0;
    padding: 0;
    /* 
    background-color: #000 !important; 
    background-image: linear-gradient(to bottom, #17AA76, #149466);
    background-repeat: repeat-x;
    */
}

body {
    margin: 0;
    padding: 0;
    color: #555 !important;
    font: normal 10pt Arial,Helvetica,sans-serif;
    /*
    background-image: url(../Images/bg/tiled.png);     
    background-repeat: repeat;   
    */
    background-color: #000 !important; /* .color-negro */
}




/* -- cool -- */

.shadow {        
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, .25);    
    box-shadow: 0px 2px 5px rgba(0, 0, 0, .25);
}

.shadow-blue {        
    -webkit-box-shadow: 0px 2px 5px rgba(0, 164, 255, .50);    
    box-shadow: 0px 2px 5px rgba(0, 164, 255, .50);
}

.custom-bg1 {
    background: url("img/pattern_10.png") repeat 0 25%;
}



/* -- elements -- */


#page {
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: white;
    /* background-color: #0C1A1E !important; @color-gris-oscuro2 */
    /*
    background-image: url(../Images/bg/body22.png);     
    background-repeat: repeat;               
    overflow-x: hidden;
    overflow-y: scroll;
    */
}

#header
{
    width: 100%;
    height: 100px;  
    position: fixed;
    z-index: 1;    
    background: url("../Images/banners/banner_70_1024x144.png") no-repeat 0 50%;
    background-color: #fff;
    background-size: 100% auto;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);    
    box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
}



/* -- navbar -- */


#navbar {       
    height: 100px;
    padding: 0px; 
    border: none; 
    background-color: transparent !important;            
    border-width: 0px;
    z-index: 10;     
}

#navbar.navbar {                
    margin-bottom: 0px;
    border-radius: 0px;  
}
#navbar.nav.navbar-nav {    
    margin-top: 0px;
    margin-bottom: 0px;
}

.navbar-brand { padding: 0 15px; height: 50px; line-height: 50px; }

#navbar.navbar-default .navbar-nav > li > a {
    /* color: white; */
    font-size: 14px;
    font-weight: bold;
    background-color: #fff !important;   
    border-bottom: 3px solid darkgray;
    padding-bottom: 12px; /* linea del borde indefior */
    margin: 0px;
    margin-right: 1px;
}

#navbar.navbar-default .navbar-nav > li > a:hover,
#navbar.navbar-default .navbar-nav > li > a:focus 
{
    /* color: white; */
    background-color: #ddd !important;
    
    padding-bottom: 12px; /* linea del borde indefior */
    border-bottom: 3px solid darkgray;
}
#navbar.navbar-default .navbar-nav > .active > a,
#navbar.navbar-default .navbar-nav > .active > a:hover,
#navbar.navbar-default .navbar-nav > .active > a:focus 
{
    /* color: white; */
    background-color: #ddd !important;

    border-bottom: 3px solid #58A424;
    padding-bottom: 12px; /* linea del borde indefior */
}
#navbar.dropdown-menu > li > a {
    min-height: 30px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-transform: none;
    font-weight: normal;
    font-size: 14px;
    color: rgba(0,0,0,.7) !important;
    background-color: transparent !important; /*  #fff !important;    */
}
#navbar.dropdown-menu > li > a:hover, 
#navbar.dropdown-menu > li > a:focus 
{
    background-color: rgba(0,0,0,.2) !important;
}
#navbar.dropdown-menu > .active > a, 
#navbar.dropdown-menu > .active > a:hover, 
#navbar.dropdown-menu > .active > a:focus
{   
    font-weight: bold; 
    background-color: rgba(0,0,0,.2) !important;
}
#navbar.navbar-nav .dropdown-menu {
    background-color: #fff !important;
}

#navbar.navbar-nav .dropdown-menu .divider 
{
    background-color: rgba(0,0,0,.4) !important;
    max-height: 1px;
    padding: 0px;
    margin-top: 1px;
    margin-bottom: 1px;
}

#navbar.navbar-toggle .icon-bar 
{
    background-color: #2458A4; /*  @color-azul-logo */
}


/* ------------- */



.admin-hidden {
    display: inline;
}

.admin-visible {
    display: none;
}


/* ------------- */



.login-background {
    /* color: #fff !important;     
    background-color:  #2458A4; .color-azul-logo */ /* #333334;  */
    background-repeat: no-repeat !important;
    /*background-image: url(../Images/banners/pc-login6_1920.jpeg)  !important;*/
    /*background-image: url(../Images/banners/DSC1382.jpg) !important;*/
    /*background-image: url(../Images/banners/DSC1386.jpg) !important;*/
    /*background-image: url(../Images/banners/DSC1388.jpg) !important;*/
    /*background-image: url(../Images/banners/DSC1390.jpg) !important;*/
    background-image: url(../Images/banners/f1.jpg) !important;
    background-size: cover;
}


.login-form {
    /* color: #fff !important; */
    background-color:  rgba(255,255,255, .90) !important;    

    /*background-image: url(../Images/bg/bg-page2.jpeg);     
    background-repeat: repeat;*/ 
}



/* ------------- */



#content /* main */ {
    background-image: url(../Images/bg/pattern_10.png);
    background-repeat: repeat;
    opacity: 1;
    width: 100%;
    height: calc(100vh - 143px);
    margin-top: 100px;
    padding: 0px;
    z-index: 0;
}

#footer
{
	margin: 0;
	padding: 0;    	    
    /*
    padding-top: 20px;    	    
    padding-bottom: 40px;    	    
    */
    color: #fff;
   
    background: #0C1A1E;
	border-top: 1px solid #000;
	/* border-bottom: 1px solid #000; */

    width: 100%;
    /*min-height: 220px;*/
}

    #footer a { 
        color: #fff;
    }




.custom-background {
    color: #fff !important;     
    /* background-color:  #2458A4; .color-azul-logo */ /* #333334;  */      

    background-image: url(../Images/bg/pattern-subtle_dots.png);     
    background-repeat: repeat;  
}


/* ---------- View ---------- */


.view-custom {
    /* color: #000; */
    background-color: #fff;    

    margin-top: 0px; 
    margin-bottom: 0px;
    
	border: 1px solid #A9A9A9;
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, .25);    
    box-shadow: 0px 2px 5px rgba(0, 0, 0, .25);

    border-radius: 0;
    -webkit-border-radius: 0;      
}

.center-horizontal {
    display: flex;
    flex-direction: column;
    align-content:center
}

.center-vertical {
    display: flex;
    align-items: center
}




/* ---------- CAROUSEL---------- */

.carousel .item {
    background:#F9F9F9;
    border:1px solid #E0E0E0;
    overflow:hidden;
    margin-bottom:0;
    margin-top:0;
    padding:0px;
}

.carousel-inner > .item > img {
    border: 1px solid #DDDDDD;
    float: left;
    margin: 0pt 0px;
    padding: 0px;
    object-fit: cover;
    overflow: hidden;
    max-height: 400px;
    width:  100%;
}

.carousel-inner > .item > img:hover {
    border: 1px solid #000000;
}


.carousel-caption {
    /* font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif; */
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align:center;
    color: #fff !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .90) !important;

    background-color:  rgba(0, 0, 0, .30) !important;

    border-radius: 4px;
    -webkit-border-radius: 4px;
}
.carousel-caption h5, 
.carousel-caption h4,
.carousel-caption h3,
.carousel-caption h2,
.carousel-caption h1
{
    color: #fff !important;
}


/* ------------- */



/* ************
break-points
xs  <   768px
sm  >=  768px
md  >=  992px 
lg  >=  1200px
************ */
@media (max-width: 768px) { /* xs */
    .navbar .nav { 
        background-color: #fff !important;
    }
    .navbar-nav { 
        margin: 0px;
    }
    .carousel-caption {
        font-size: 14px;
    }
}

@media (min-width:768px) { /* sm */
    .navbar .nav { 
        background-color: #fff !important;
    }
    .carousel-caption {
        font-size: 15px;
    }
}

@media (min-width:992px) { /* md */                           
    .carousel-caption {
        font-size: 16px;
    }
}

@media (min-width:1200px) { /* lg */
    .login-form {
        min-width:unset;
    }
}


@media (max-width:1780px) { /* lg */
    .login-form {
        min-width: 30%;
    }
}
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300);
footer { background-color:#0c1a1e; 
         /*min-height:220px;*/ 
         font-family: 'Open Sans', sans-serif; 
         padding: 15px
}
.footerleft { margin-top:30px; padding:0 15px; }
.logofooter { margin-bottom:10px; font-size:25px; color:#fff; font-weight:700;}

.footerleft p { color:#fff; font-size:12px !important; font-family: 'Open Sans', sans-serif; margin-bottom:15px;}
.footerleft p i { width:20px; color:#999;}


.paddingtop-bottom {  margin-top:30px;}
.footer-ul { list-style-type:none;  padding-left:0px; margin-left:2px;}
.footer-ul li { line-height:29px; font-size:12px;}
.footer-ul li a { color:#a0a3a4; transition: color 0.2s linear 0s, background 0.2s linear 0s; }
.footer-ul i { margin-right:10px;}
.footer-ul li a:hover {transition: color 0.2s linear 0s, background 0.2s linear 0s; color:#ff670f; }


.social {
    height: 25px;
    width: 25px;
}

.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
 

 
 .icon-ul { list-style-type:none !important; margin:0px; padding:0px;}
 .icon-ul li { line-height:75px; width:100%; float:left;}
 .icon { float:left; margin-right:5px;}
 
 
 .copyright { min-height:40px; background-color:#000000;}
 .copyright p { text-align:left; color:#FFF; padding:10px 0; margin-bottom:0px;}
 .heading7 { font-size:21px; font-weight:700; color:#d9d6d6; margin-bottom:22px;}
 .post p { font-size:12px; color:#FFF; line-height:20px;}
 .post p span { display:block; color:#8f8f8f;}
 .post a { font-size:12px; color:#FFF; line-height:20px; text-decoration: none;}
 .post a:hover, a:visited, a:active, a:focus { text-decoration: none;}
 .post a span { display:block; color:#8f8f8f;}
 .bottom_ul { list-style-type:none; float:right; margin-bottom:0px;}
 .bottom_ul li { float:left; line-height:40px;}
 .bottom_ul li:not(:last-child):after { content:"/"; color:#FFF; margin-right:8px; margin-left:8px;}
 .bottom_ul li a { color:#FFF;  font-size:12px;}

.news {
    /* solo para identificar todas las noticias por la clase */
}
