/*!
 * GreenWater 1.0 (http://politecnia.net)
 * Desarrollado para TRADESA - Tratamiento de Efluentes S.A (http://tradesa.com.ni)
 * Autor: Ing. José L. Gutiérrez (info@politecnia.net)
 */

@-ms-viewport  { width: device-width; }
@-webkit-viewport  { width: device-width; }
@-moz-viewport  { width: device-width; }
@-ms-viewport  { width: device-width; }
@-o-viewport  { width: device-width; }
@viewport  { width: device-width; }

root {
	display: block;
}

body {
    background-color: #0193CE;
    background-image: url('../img/gui/background1.jpg');
    background-repeat: no-repeat;
   	background-size: contain;
}

/*######################################################################
    ELEMENTOS DEL ENCABEZADO (LOGO - SLOGAN - CONTACTO)
######################################################################*/

#MainHeader {
    padding-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    color: black;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, .5);
    -ms-box-shadow: 0px 10px 20px rgba(0, 0, 0, .5);
    -o-box-shadow: 0px 10px 20px rgba(0, 0, 0, .5);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, .5);
    border-bottom: 2px solid rgb(0, 184, 255);
    z-index: 10;
}
#EncabezadoInfo {
    border-bottom: 1px solid rgb(231, 231, 231);
}
#EncabezadoMenu {
	background-color: #FFF;
    padding-top: 3px;
    border-top: 5px solid rgba(0, 88, 168, 0.22);
    -webkit-box-shadow: 0px 0px 10px rgb(255, 255, 255);
    -moz-box-shadow: 0px 0px 10px rgb(255, 255, 255);
    -ms-box-shadow: 0px 0px 10px rgb(255, 255, 255);
    -o-box-shadow: 0px 0px 10px rgb(255, 255, 255);
    box-shadow: 0px 0px 10px rgb(255, 255, 255);
}
#Contacto {
    background-color: #000;
    color: #DDD;
    padding: 8px;
    font-size: 12px;
}
#Logo {
    text-align: center;
    background-color: #FFF;
    padding: 15px 0px 20px 0px;
    margin-top: 30px;
    margin-bottom: -20px;
    min-width: 340px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 25px rgb(0, 224, 255);
    -moz-box-shadow: 0px 0px 25px rgb(0, 224, 255);
    -ms-box-shadow: 0px 0px 25px rgb(0, 224, 255);
    -o-box-shadow: 0px 0px 25px rgb(0, 224, 255);
    box-shadow: 0px 0px 25px rgb(0, 224, 255);
    border: 1px solid rgb(228, 228, 228);
}
#LogoImg {
    height: 100px;
}
#LogoTxt {
    height: 80px;
}
#Slogan {
    font-weight: bold;
    color: #FFF;
    font-style: italic;
    font-size: 20px;
    text-shadow: 3px 3px 5px #000;
}

/*######################################################################
    ELEMENTOS DEL MENÚ PRINCIPAL
######################################################################*/

#MenuPrincipal {
    background-color: #FFF;
    margin-bottom: 0px;
    border: 0px;
}
#MenuPrincipal .nav>li {
    border-bottom: 3px solid #FFF;
    margin: 0px 10px;
}
#MenuPrincipal li a {
	color: #707070;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
#MenuPrincipal .navbar-nav>li:hover {
	background-image: url('../img/gui/menu-item-hover.jpg');
	background-size: contain;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
#MenuPrincipal li:hover a {
	color: #FFF;
}
#MenuPrincipal .dropdown:hover .dropdown-menu {
    display: block;
}
#MenuPrincipal .dropdown-menu li a {
    color: grey;
    padding: 15px;
}
#MenuPrincipal .dropdown-menu li a:hover {
    color: #FFF;
    background-color: hsl(197, 84%, 44%);
}
.dropdown-menu {
    padding: 0px;
}
.dropdown-menu li {
    margin: 0px;
}
#HeaderShadow {
    margin-bottom: 130px;
}

/*######################################################################
    ELEMENTOS DEL CONTENEDOR DEL SLIDER
######################################################################*/

#ContenedorSlider {
    background-color: #FFF;
    padding: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 15px rgb(0, 224, 255);
    -moz-box-shadow: 0px 0px 15px rgb(0, 224, 255);
    -ms-box-shadow: 0px 0px 15px rgb(0, 224, 255);
    -o-box-shadow: 0px 0px 15px rgb(0, 224, 255);
    box-shadow: 0px 0px 15px rgb(0, 224, 255);
}
#Slider {
    padding-left: 0px;
    padding-right: 0px;
}
#SliderInformacion .item {
    
}
#SliderInformacion img {

}
#SliderInformacion .carousel-caption {
    position: static;
    text-align: justify;
    padding-top: 0px;
    padding-left: 5px;
}
#SliderInformacion {
    padding: 10px;
    /*background-color: red;*/
}
#SliderControles {
    padding: 10px;
    background-color: #2986bf;
    margin: 15px -28px 0px -28px;
}
#SliderControles a {
    color: #FFF;
    font-weight: bold;
    text-shadow: 1px 1px 3px #000;
    text-decoration: none;
}
#SliderControles .carousel-indicators {
    bottom: 0px;
}
#SliderInformacion h3, #SliderInformacion p {
    text-shadow: 0 0px 0px rgba(0,0,0,.1);
}
#SliderInformacion h3 {
    color: green;
    margin-top: 0px;
    margin-bottom: 15px;
    font-weight: bold;
}
#SliderInformacion p {
    color: black;
    overflow: hidden;
}
.BotonAzul {
    background-color: #2986bf;/*
    background-image: url('../img/gui/flecha-der.png');
    background-position-x: 10px;
    background-repeat: no-repeat;
    background-position: left;*/
    padding: 10px 20px;
    border-radius: 5px;
    color: #FFF;
    font-weight: bold;
    text-shadow: 1px 1px 3px #000;
}
.BotonAzul:hover {
    text-decoration: none;
    color: #FFF;
    background-color: #149B24;
}
.BotonAnt {
    background-image: url('../img/gui/flecha-izq.png');
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 25px;
}
.BotonSig {
    background-image: url('../img/gui/flecha-der.png');
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 25px;
    float: right;
}

/*######################################################################
    ELEMENTOS DEL CONTENEDOR Y LA PAGINA
######################################################################*/
 h2 {
    font-size: 25px;
    color: green;
    font-weight: bold;
    font-variant: small-caps;
}
p {
    text-align: justify;
    font-size: 15px;
}
#ContenedorPagina {
    background-color: #FFF;
    padding: 10px 25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
    -ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
    -o-box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
}

#Servicios .row {
    background-color: #d5d5d5;
    margin: 0px;
    padding-top: 15px;
}
#Servicios a {
    text-decoration: none;
}
.Servicio {
    background-color: #FFF;
    padding: 10px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: background-color 0.3s, border-radius 0.3s, transform 0.3s;
    -moz-transition: background-color 0.3s, border-radius 0.3s, transform 0.3s;
    -ms-transition: background-color 0.3s, border-radius 0.3s, transform 0.3s;
    -o-transition: background-color 0.3s, border-radius 0.3s, transform 0.3s;
    transition: background-color 0.3s, border-radius 0.3s, transform 0.3s;
    /*transform: scale(1,1);*/
}
.Servicio:hover {
    background-color: green;
    -webkit-box-shadow: 0px 0px 10px #FFF;
    -moz-box-shadow: 0px 0px 10px #FFF;
    -ms-box-shadow: 0px 0px 10px #FFF;
    -o-box-shadow: 0px 0px 10px #FFF;
    box-shadow: 0px 0px 10px #FFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    transform: scale(1.1, 1.1);
    -webkit-transition: background-color 0.3s, border-radius 0.3s, transform 0.3s;
    -moz-transition: background-color 0.3s, border-radius 0.3s, transform 0.3s;
    -ms-transition: background-color 0.3s, border-radius 0.3s, transform 0.3s;
    -o-transition: background-color 0.3s, border-radius 0.3s, transform 0.3s;
    transition: background-color 0.3s, border-radius 0.3s, transform 0.3s;
}
.Servicio:hover p {
    color: #FFF;
}
.Servicio p {
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    margin-top: 10px;
    height: 40px;
    color: #000;
}
.UltimaFila .Servicio {
    margin-bottom: 15px;
    margin-top: 15px;
}
.GaleriaPaginaServicios p {
    font-size: 13px;
    text-align: center;
}
.GaleriaPaginaServicios img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    border: 7px solid #DBDBDC;
}

.MisionVision {
    background-color: #FFFEF0;
    padding: 1px 25px 16px 25px;
    margin-bottom: 15px;
    border: 1px solid #E6E65E;
    -webkit-box-shadow: 0px 0px 10px #CCC;
    -moz-box-shadow: 0px 0px 10px #CCC;
    -ms-box-shadow: 0px 0px 10px #CCC;
    -o-box-shadow: 0px 0px 10px #CCC;
    box-shadow: 0px 0px 10px #CCC;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 15px;
}
.MisionVision h2 {
    text-align: center;
    font-size: 30px;
}

/*######################################################################
    ELEMENTOS DEL LA PÁGINA DE PROYECTOS
######################################################################*/
.ProyectoImg img {

}


/*######################################################################
    ELEMENTOS DEL CONTENEDOR DEL PIE DE PAGINA
######################################################################*/

footer {
    background-color: #FFF;
    border-top: 2px solid rgb(0, 194, 255);
    border-bottom: 2px solid rgb(0, 194, 255);
    padding: 15px;
    padding-top: 40px;
}
.VisitarEnlace {
    background-image: url('../img/gui/flecha-der-blanca.png');
    font-weight: bold;
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 25px;
    float: left;
}

/*######################################################################
    ESTILOS PARA SOBRE ESCRIBIR COMPLEMENTOS DE TERCEROS
######################################################################*/
/* ACCORDION JQuery UI */
.ui-widget-content {
    border: 0;
}
#accordion {
    font-family: inherit;
}
#accordion h3 {
    margin-bottom: 10px;
}
.Galeria p {
    font-size: 13px;
    text-align: center;
    padding: 5px;
    background-color: rgb(235, 235, 235);
    height: 50px;
}
#FormularioContacto {
    background-color: #F0F0F0;
    padding: 15px 20px;
}

/*######################################################################
    ESTILOS PARA EL MODAL
######################################################################*/

#Modal-Container {
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
#Modal-Window {
    background-color: #FFF;
    width: 640px;
    height: 480px;
    margin: auto;
    margin-top: 90px;
    border-radius: 5px;
    overflow: hidden;
}
#Controls {
    background-color: #F5F5F5;
    padding: 10px;
    text-align: right;
}
#Modal-Window #Close {
    font-size: 11px;
}
#Image {
    padding: 10px;
}
#Modal-Window #Image img {
    width: 100%;
}

/*######################################################################
    ENCABEZADOS Y FONDO (BODY)
######################################################################*/

@media (min-width:240px) {
    body {
        background-position-y: 380px;
    }
    #Slogan {
        padding: 20px 0px 15px 10px;
        text-align: center;
    }
}

@media (min-width:480px) {
    body {
        background-position-y: 350px;
    }
    #Slogan {
        padding: 20px 0px 15px 10px;
        text-align: center;
    }
}

@media (min-width:510px) {
    body {
        background-position-y: 240px;
    }
    #Slogan {
        padding: 18px 0px 15px 10px;
        text-align: center;
    }
    #MenuPrincipal .nav>li {
        margin: 0px 10px;
    }
}

@media (min-width:768px) {
    body {
        background-position-y: 200px;
    }
    #Slogan {
        padding: 20px 0px 14px 10px;
        text-align: center;
    }
    .navbar-header {
        display: none;
    }
    #MenuPrincipal .nav>li {
        margin: 0px;
    }
}

@media (min-width: 992px) {
    body {
    	background-color: #0F70AC;
    	background-image: url('../img/gui/background1.jpg'), radial-gradient(hsl(203, 100%, 68%), hsl(202, 90%, 41%));
    	background-image: url('../img/gui/background1.jpg'), radial-gradient(hsl(203, 100%, 68%), hsl(202, 90%, 41%));
    	background-image: url('../img/gui/background1.jpg'), radial-gradient(hsl(203, 100%, 68%), hsl(202, 90%, 41%));
    	background-image: url('../img/gui/background1.jpg'), radial-gradient(hsl(203, 100%, 68%), hsl(202, 90%, 41%));
    	background-repeat: no-repeat;
    	background-size: contain;
        background-position-y: 5px;
    }
    #Slogan {
        padding: 60px 0px 0px 10px;
    }
    #MenuPrincipal .nav>li {
        margin: 0px 10px;
    }
}