/*ul{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    background: white;
    overflow: hidden;
}*/
/*Colocar elemnto a lado de otro float:left*/
li{
    float: left;
}

li a{
    display: block;
    color: black;
    text-align: center;
    padding: 16px 16px;
    text-decoration: none;
    border-right: 1px solid navy;
    font-weight: 400;/*cambiar tamaño de letra barra principal*/
    font-size: large;
}
/*Cuando lo visite cambie de color*/
li a:visited{
    color: black;
}
/*Cuando pases el cursos sobre el boton*/
li a:hover{
    background-color: dimgray;
    color:white;
}
header{
    padding: 30px 30px;
    background: #373737;
    /*top: 0;
    position: static;*/
    
}

.intro-bodyS {
    vertical-align: middle;
    padding-top: 5%;
    height: auto;
}

.center {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
body {
  background-color:/*#3399FF*/;
}

#segunda{
    width: 100%;
    height: 12%;
    position: fixed;
    z-index: 100;
    top:45px;
}

#primera{
   width: 100%;
    position: fixed;
    z-index: 100;
}

#carouselExampleSlidesOnly0{
    padding-top: 118px;
}
#carouselExampleSlidesOnly1{
    width: 100%;
}
#tope1,#tope2{
    padding-top: 80px;    
}
#arriba1{
    padding-top: 130px;
}
#jumbo{
    /*background-color:cornflowerblue;*/
    padding-top: 0px;
}

/*Contacto*/
#contacto1{
    width: 450px;
    margin: auto;
    background: rgba(0,0,0,0.6);
    padding: 10px 20px;
    box-sizing: border-box;
    margin-top: 50px;
    border-radius: 7px;
}

#h2{
   text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0;
    margin-bottom: 20px;
    font-family: 'Source Sans Pro', sans-serif;
}

.form-consulta {
    max-width: 500px;
    background: #eee;
    padding: 25px;
    font-family: 'Source Sans Pro', sans-serif;
    color: white;
}

.campo-form {
    width: 100%;
    height: 36px;
    margin: 2px 0 6px;
    padding-left: 6px;
    box-sizing: border-box;
    border-radius: 3px;
    border: 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1em;
    
}

label span {
    color: #f00
}

textarea {
    min-height: 150px !important;
    max-height: 200px !important;
}

.btn-form {
    width: 100%;
    display: inline-block;
    border: 0;
    background: #000;
    height: 46px;
    line-height: 46px;
    padding: 0 20px;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px
}

.btn-form:hover {
    background: #444
}
/*parte inferior index*/
.rojo{
    background: rgb(55,55,55,1);
	margin-top: 50px;
	padding: 13px 137px 8px;
    width: 100%;
}
.mapa-sitio {
	display: inline;
}
.mapa-sitio li {
	list-style: none;
	display: inline-block;
	margin-right: 15px;
}
.mapa-sitio li label {
	font-size: 15px;
    color: white;
}
#h5{
    color: white;
}
/*redes*/
.redes {
	display: inline;
	float: right;
	margin-top: -13px;
    list-style: none;
}
.redes li {
	display: inline-block;
	width: 36px;
	height: 35px;
	margin-left: 10px;
	list-style: none;
}
 p a{
    color:white;
    padding-left: 920px;
    width: 100%;
}
/*Body*/
body {
    width: 100%;
    background-image:url("img/fondo1.png");
    background-size: 100vw 100vh;
    background-attachment: fixed;
}
.list-groups{
    background-color: white;
    padding: 5%;
    border-radius: 4px;
}

#contabody{
    background-image: url(img/c2.png);
}

#producttop{
    padding-top: 13%;
}
#prod{    
    padding-left: 35px;
    padding-right: 15px;
}
#proder{
    padding-left: 15px;
    padding-right: 35px;
}











