﻿body {
    padding-top: 50px;
    background-color: #9F0900;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.jumbotron {
    margin-top: 30px;
    background-color: white;
    color: #9F0900;
    margin-bottom: 0;
}

.jumbotron-espaciado {
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
}

.btn-mayca {
    margin-top: 50px;
    background-color: black;
    color: white;
    padding: 20px;
}

.jumbotron-contenido-centrado {
    text-align: center;
}

.jumbotron-espaciado-derecha {
    text-align: center; 
    width: 49%;
    float: right;
}

.jumbotron-espaciado-izquierda {
    text-align: center;
    width: 49%;
    float: left;
}

img {
    width: 60%;
    height: auto;
}


.img-chica {
    width: 80%;
    height: auto;
}

.btn-xl {
    font-size: 20px;
    padding: 50px;
}

.icono-boton {
    padding-right: 10px;
}

/* BUSQUEDA */
.sin-resultado {
    color: gray;
    font-size: 20px;
    text-align: center;
}

.combobox {
    padding: 10px;
}

.textbox {
    padding: 10px;
}

.linea-vertical {    
   border-left: thick solid #9F0900;
}

.marca-catalogo {
    vertical-align: middle;
}

.visible-desktop {
    display: inline;

}

.img-header {
    border-radius: 30px;
    opacity: 0.6;
    filter: alpha(opacity=50);
}

.element-nav {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.element-nav a {
    color: white !important;
}

.element-nav a:hover {
    color: #9f0900 !important;
}

@media (min-width:320px) and (max-width: 480px) { /* smartphones, iPhone, portrait 480x320 phones */ 
    .visible-desktop {
        display: none;
    }
    .img-header {
        border-radius: 11px;
    }
}
@media (min-width:481px) and (max-width: 640px) { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ 
    .visible-desktop {
        display: none;
    }
    .img-header {
        border-radius: 11px;
    }
}
@media (min-width:641px) and (max-width: 960px) { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
    .visible-desktop {
        display: none;
    }
    .img-header {
        border-radius: 11px;
    }
}
@media (min-width:961px) and (max-width: 1024px) { /* tablet, landscape iPad, lo-res laptops ands desktops */ 
    .visible-desktop {
        display: none;
    }
}
@media (min-width:1025px) and (max-width: 1280px) { /* big landscape tablets, laptops, and desktops */ }
@media (min-width:1281px) and (max-width: 480px) { /* hi-res laptops and desktops */ }

.btn-mayca:focus{
    color:white!important;
}

.bg-white {
    background-color: white;
}

.bg-white.no-padding-bottom {
    padding-bottom: 0 !important;
}

.img-navbar {
    width: 102px;
    height: 30px;
    border-radius: 5px;
}

.content-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
}

.bg-index-blur {
    background: url("/Content/Imagenes/bg-index-blur.jpg") no-repeat center center fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    width: 100% !important;
    height: 100% !important;
   
    display: table;
    position: relative;
    
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: 20% !important;
}

.portfolio-link {
    cursor: pointer;
}