@font-face {
    font-family: ArchivoNarrow-Bold;
    src: url(fuente/ArchivoNarrow-Bold.ttf);
}
@font-face {
    src: url(fuente/myriad-pro-8.ttf);
    font-family: Blacklisted;
}
body{
    background:linear-gradient(90deg,#ffffff,#ffffff);
    margin: 0;
}

#cabezera{
    background-color:transparent; 
}

#cabezera img{
    width: 50%;
    display: block;
    margin: 0 auto;
    margin-top: 60px;
}
#cabezera img{
    min-width: 350px;
    max-width: 1000px;
}

.menu{
    text-align: center;
    margin: 20px;
}

.button{
    background: transparent;
    color: rgb(0, 0, 0);
    display:inline-block;
    font-size: 25px;
    margin: 20px;
    padding: 5px 0px;
    text-align: center;
    width:200px;
    text-decoration:none;
    border-style: solid;
    border-color: rgb(0, 0, 0);
    
    font-family:ArchivoNarrow-Bold;
}
.menu a:hover{
    background-color:#000000 ;
    color: rgb(255, 255, 255) ;
}
.menu a span{
    margin-right: 10px;
}

footer  {

    width: 100%;
    height: 200px;

}

header  {

    min-height: calc(100vh - 300px);
}

html, body {
    margin: 0px;
    padding: 0px;
    background: url("http://josesoria.com.ar");
}

.carousel .cajatexto{
    margin: 0;
    display: inline;
    text-align: center;
}
.carousel .cajatexto ul{
    padding: 0;
    margin: 0;
}
.carousel .cajatexto ul li{
    margin: 0;
    display: inline-block;
    text-align: center;
    font-family: ArchivoNarrow-Bold;
    padding: 3px ;

}

#proveedores{
    color: #2372b7;
    padding: 3;
}
.carousel {
    position: relative;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.64);
    margin-top: 26px;
    height: 200px;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-open:checked + .carousel-item {
    position: static;
    opacity: 100;
}

.carousel-item {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-out;
    transition: opacity 0.6s ease-out;
    margin: auto;

}

.carousel-item img {
    display: block;
    height: auto;
    max-width: 100%;
    margin: auto;
}

.carousel-control {
    background: rgba(0, 0, 0, 0.28);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 40px;
    height: 40px;
    line-height: 35px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    cursor: pointer;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
    width: 40px;
    z-index: 10;
}

.carousel-control.prev {
    left: 2%;
}

.carousel-control.next {
    right: 2%;
}

.carousel-control:hover {
    background: rgba(0, 0, 0, 0.8);
    color: #aaaaaa;
}

#carousel-1:checked ~ .control-1,
#carousel-2:checked ~ .control-2,
#carousel-3:checked ~ .control-3,
#carousel-4:checked ~ .control-4,
#carousel-5:checked ~ .control-5{
    display: block;
}

.carousel-indicators {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: -16%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
}

.carousel-indicators li {
    display: inline-block;
    margin: 0 5px;
}

.carousel-bullet {
    color: rgb(0, 0, 0);
    cursor: pointer;
    display: block;
    font-size: 35px;
}

.carousel-bullet:hover {
    color: #aaaaaa;
}

#carousel-1:checked ~ .control-1 ~ .carousel-indicators li:nth-child(1) .carousel-bullet,
#carousel-2:checked ~ .control-2 ~ .carousel-indicators li:nth-child(2) .carousel-bullet,
#carousel-3:checked ~ .control-3 ~ .carousel-indicators li:nth-child(3) .carousel-bullet, 
#carousel-4:checked ~ .control-4 ~ .carousel-indicators li:nth-child(4) .carousel-bullet,
#carousel-5:checked ~ .control-5 ~ .carousel-indicators li:nth-child(5) .carousel-bullet {
    color: #428bca;
}

#title {
    width: 100%;
    position: absolute;
    padding: 0px;
    margin: 0px auto;
    text-align: center;
    font-size: 27px;
    color: rgba(255, 255, 255, 1);
    font-family: 'Open Sans', sans-serif;
    z-index: 9999;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.33), -1px 0px 2px rgba(255, 255, 255, 0);
}