html{
    height: 100%;
}


body{
    color:#FFF;
    min-height: 100%;
    font-family: 'Roboto Slab', serif;
    font-size: 12pt;
    /*  background: #fff url('../fotos/design/fondoLateral.jpg') no-repeat right;*/
    background: #260544;
    background-size: 40% 100%;

}

.container-fluid{
    padding-left: 0px;
    padding-right: 0px;
}



.row{
    margin-left: 0px;
    margin-right: 0px;
}

#filaLogoIndex{
    height: 150px;
}

#logoIndex{
    max-height: 130px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#navegacion{
    background-color: #6F1121;

}
.navbar{
    margin-bottom: 0px;
    font-weight: bold;
    color:#fff;
    min-height: 0px;
}

.pagination > li > a, .pagination > li > span{
    background-color: #6F1121;
    color:#FFF;
    border:none;
}


.navbar-nav > li > a{
    color:#fff;
    padding: 0px 20px;
}

.menu > li > a{
    color:#fff;
    padding: 15px 20px;
}
.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: center;

}

.navbar-nav > li{
    padding-left: 30px;
    padding-right: 30px;

}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.nav-pills > li > a:hover,
.nav-pills > li > a:focus{
    background-color: #7400a1;

}

.nav-pills > li > a{
    color:white;
}

.carousel-inner{
    max-height: 500px;
}

.carousel-indicators{
    bottom: 5px;

}

.carousel-indicators li{
    height: 20px;
    width: 20px;
    background-color: darkgray;
    border-color: darkgray;
    border-radius: 20px;
}

.carousel-indicators .active{
    height: 20px;
    width: 20px;
    border-color: darkgray;
}

.carousel-control.right{
    background:none;
}

.carousel-control.left{
    background:none;

}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: 0px;
    margin-left: 12px;
    font-size: 3em;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: 45px;
    font-size: 3em;
}


#logoPrincipal
{
    position: absolute;
    bottom: 0%;
    right:5%;
    z-index: 20;
}
#textoCarrusel{
        font-size:3em;
    position: absolute;
    color:white;
    top:0;
    font-weight: lighter;
    height: 200px;
    z-index: 20;
    text-align: center;
    text-shadow:  3px 3px 3px #000;
}


#textoCarruselSM{
        font-size:14pt;   
    color:white;
    top:0;
    font-weight: lighter;
    z-index: 20;
    text-align: center;
    text-shadow:  3px 3px 3px #000;
}

.pagination > .active > a, 
.pagination > .active > a:focus, 
.pagination > .active > a:hover,
.pagination > .active > span, .pagination > .active > span:focus,
.pagination > .active > span:hover{
    border:none;
    background-color: #67267f;
}
#sloganPrincipal{
    font-weight: bold;
    font-size: 50pt;
}

#sloganPrincipalSM{
    font-weight: bold;
    font-size: 16pt;
}


hr {
    height: 5px;
    box-shadow: 0 5px 5px  #fff inset;
    margin-bottom: 0px;
}
.tituloSeccion{
    padding-left: 60px;
}

.blanco{
    color:#fff;
    text-align: left;
}

h1{

    font-size: 20pt; 
    color:#FFF;
    font-weight: bold;
}

h2{
    text-align: center;
    font-size: 20pt; 
    color:#4d4d4d;
    font-weight: bold;
}

h3{
    text-align: center;
    font-size: 16pt; 
    color:#FFF;
    font-weight: bold; 
    margin-top: 0px;
}


#seccionTrabajosRecientes{
    min-height: 168px;
    margin-bottom: 150px;

}

#trabajosRecientes{

    padding-bottom: 20px;
}
.opcion{
    padding-left:  0px;
    padding-right: 0px;
    border-radius: 10px;
    margin-bottom: 10px;
    /* max-height: 50px;*/
    background-color: rgba(0,0,0,0);
}

.opcion img:hover{
    opacity: .4;
    background-color: #7400a1;
}
.opcion img:hover{



}

/*.opcion:hover:before {
    content: '';
    display: block;
    /*background-image:  url("../fotos/Debug/carrusel.jpg"); */
/* width: 20px; /* image width */
/*   height: 100px; /* image height */

/*  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}*/


.easy-autocomplete-container ul li, .easy-autocomplete-container ul .eac-category {
    color:black;
}
footer{
z-index:4;
    background-color: #6F1121;
    text-align: center;
    min-height: 70px;
    color:#fff;
    padding-top: 10px;
    position:fixed;
    bottom: 0px;
    width: 100%;


}

.icon-bar{

    background-color: white;
}


#filaFacebookMenu{
    text-align: right;
margin-top: 10px;
}
#filaSlogan{
    text-align: center;
    font-weight: bold;

    margin-top: 50px;
}

#slogan{
    font-size: 20pt;

}

#menu2{
    background-color: #6F1121;
    color:white;
}

#indexProductos{
    margin-top: 13px;
    margin-bottom: 40px;

}

.producto{
    margin-top: 30px;
}

.productoFinal{
    margin-top: 4%;
    margin-bottom: 4%;
}


.thumbnail {
	height: 250px;
	border-radius: 30px;
	border: 2px solid #361554;
	/* border: none; */
	background-color: rgba(0,0,0,0);
	margin-bottom: 0;
	background-color: #160034;
}

.thumbnail img{
    max-height: 250px;
    margin: 0;
    position: absolute;               /* 2 */
    top: 50%;                
    left:50%;
    /* 3 */
    padding: 20px;
    transform: translate(-50%, -50%);
}
#menuProductos{
    background-color: #67267f;
    color:#fff;
    text-align: center;
    padding: 10px;
}



#paginador{
    margin-top: -30px;
    margin-bottom: 40px;
    text-align: center;
}
textarea{
    resize: none;
}

#botonEnviar{
    text-align: right;
}
.btn-primary{
    background-color: #7400a1;
}

.modal-content{
    background-color: rgba(77, 77, 77, .7);
    color:#fff;
    padding: 20px;
}

.modal-lg{
    width: 1018px;
}

.modal-dialog{

    margin-top: 100px;


}

.imgModal img{
    max-height: 353px;
}
.imgModal{
    height: 363px;
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 0px;
    border: none;

}
.informacionImagenModal{
    height: 300px;
    padding-right: 20px;
}




#desarrollador{
    float: right;
    margin-right: 60px;
}

#desarrollador a{
    text-decoration: none;
    color:white;
    font-weight: bolder;
}


#secccionAdministracion{
    margin-bottom: 100px;
}


#testd{
    background-color: #7400a1;;
    height: 500px;
    background-image: url('../fotos/Debug/carrusel.jpg');
    background-repeat: repeat-y;
    background-size: contain;
}

.easy-autocomplete-container { max-height: 320px; overflow: auto; overflow-y: auto; overflow-x:hidden; }

/*xs*/
@media only screen and (max-width:768px){
    .nav-pills > li ,
    .navbar-nav > li{
        float: left;
        text-align: left;
        width: 100%;

    }


    .carousel-indicators li,
    .carousel-indicators .active{
        height: 10px;
        width: 10px;

    }
    .carousel-indicators{
        bottom: -10px;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev,
    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next{

        font-size: 1.5em;
    }


}

@media only screen and (max-width:800px){
      #textoCarrusel{
        font-size:14pt;
        top:0%;
        position: relative;
        height: auto;
    }
    .navbar-brand{
        float:none;
    }

    #sloganPrincipal{   
        font-size: 14pt;
    }
    
    #logoPrincipal{
        position: relative;
    }
    
}
/*sm*/
@media only screen and (min-width:801px) and (max-width:992px){
    #textoCarrusel{
        font-size:2em;
        top:0%;
    }


    #sloganPrincipal{   
        font-size: 25pt;
    }

    .carousel-indicators li,
    .carousel-indicators .active{
        height: 15px;
        width: 15px;
    }
} 
/*med*/
@media only screen and (min-width:992px) and (max-width:1600px){
    #textoCarrusel{
        font-size:2em;
        top:0;
    }


    #sloganPrincipal{   
        font-size: 40pt;
    }

}
