/*
    
    Objetivo Creativo
    www.objetivocreativo.com
    
*/


header {
    
    background-image: none;
    background-color: #eee;
    
}

header:after {
    
    display: none;
    
}

header {
    
    padding-bottom: 30px;
    
}

.logo {
    
    margin-top: 35px;
    
}

.autores-profesores {
    
    margin-top: 25px;
    
}

nav.menu-principal {
    
    margin-top: 30px;
    
}

nav.menu-principal ul li a {
    
    font-size: 13px;
    font-weight: bold;
    
}

@media (max-width: 575px) {
    
    header {
        
        margin-bottom: 0;
        
    }
    
}

@media (max-width: 991px) {
    
    .btn-menu {
        
        display: block;
        
        margin: 40px auto;
        margin-bottom: 0;
        
        cursor: pointer;
        
        transition-duration: 150ms;
        
    }
    
    .btn-menu:hover {
        
        transform: scale(1.09);
        
    }
    
    nav#menu-principal {
        
        display: none;
        
    }
    
}

@media (max-width: 991px) {
    
    nav.menu-principal,
    nav.menu-principal ul,
    nav.menu-principal ul li,
    nav.menu-principal ul li a {
        
        margin-left: 0;
        margin-right: 0;
        
        width: 100%;
        height: auto;
        
        display: block;
        float: none;
        
    }
    
    nav.menu-principal ul li a {
        
        margin-top: 10px;
        padding: 15px 5px;
        
    }
    
    .no-min {
        
        display: none;
        
    }
    
}

footer {
    
    background-image: none;
    background-size: 1600px 470px;
    background-repeat: repeat;
    
    padding-top: 80px;
    
    position: relative;
    
    background-color: #eee;
    
}

footer:before {
    
    background-image: none;
    
}

.proyecto img,
.ficha-proyecto-educativo {
    
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
    
    transition-duration: 150ms;
    
}

.proyecto img:hover {
    
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.8);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.8);
    box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.8);
    
}

.contenido p {
    
    font-size: 16px;
    
}

.ficha .i-isbn { color: #f28714; font-size: 11px; }

img.aligncenter {
    
    text-align: center;
    display: block;
    margin: 0 auto;
    
}

.form.black textarea {
    
    height: 140px;
    
}

.btn-niveles {
    
    opacity: 0.4;
    transition-duration: 200ms;
    
}

.btn-niveles:hover {
    
    opacity: 1;
    
}

.btn-niveles.nivel-activo {
    
    opacity: 1;
    
}

.owl-theme .owl-dots .owl-dot span {
    
    width: 14px; height: 14px;
    
}

.owl-theme .owl-dots .owl-dot span,
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    
    background-color: white;
    border: 1.5px solid #c10a27;
    
    cursor: pointer;
    
    transition-duration: 150ms;
    
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    
    background-color: #c10a27;
    
}

.owl-theme .owl-dots .owl-dot:hover span {
    
    -webkit-box-shadow: 0px 0px 1.5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 1.5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 1.5px 0px rgba(0,0,0,0.75);
    
}

.owl-theme .owl-nav.disabled + .owl-dots {
    
    margin-top: 20px;
    margin-bottom: 15px;
    
}

.bg-newsletter {
    
    min-height: auto;
    background-image: linear-gradient(#88071b,#b70a25);
    
    padding-top: 60px;
    padding-bottom: 60px;
    
}

.bg-newsletter::before {
    
    display: none;
    
}

.newsletter {
    
    margin-top: 0;
    
}

.novedad {
    
    width: 200px;
    
    margin-right: 15px;
    margin-left: 15px;
    
    display: block;
    margin: 0 auto;
    text-align: center;
    
}

.novedad-titulo,
.novedad-autor {
    
    display: block;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    
}

.novedad-titulo {
    
    font-weight: bold;
    font-family: 'Roboto';
    font-size: 14px;
    color: #616161;
    
    border-bottom: 0.5px solid gray;
    
}

.novedad-autor {
    
    font-family: 'Roboto';
    font-size: 11px;
    color: #10aa84;
    
}

.mas-vendidos {
    
    margin: 40px 15px;
    
    display: block;
    text-align: center;
    
}

.mas-vendidos-titulo,
.mas-vendidos-autor {
    
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    
}

.mas-vendidos-titulo {
    
    font-weight: bold;
    font-family: 'Roboto';
    font-size: 14px;
    color: #616161;
    
    border-bottom: 0.5px solid gray;
    
}

.mas-vendidos-autor {
    
    font-family: 'Roboto';
    font-size: 11px;
    color: #10aa84;
    
}

.img-vendidos img {
    
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
    
}

.img-vendidos,
.box-vendidos {
    
    display: inline;
    float: left;
    
    width: 45%;
    margin-right: 5%;
    
}

.img-vendidos {
    
    width: 52%;
    
}

.box-vendidos {
    
    width: 38%;
    
}

.catalogo .novedad img,
html body .novedad.catalogo-interior img {
    
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
    
}

html body .novedad.catalogo-interior {
    
    display: inline;
    float: left;
    
    width: 200px;
    margin: auto;
    text-align: left;
    
}

html body .novedad.catalogo-interior .novedad-titulo {
    
    font-size: 17px;
    border: none;
    
}

.catalogo-interior h1,
.catalogo-interior h2,
.catalogo-interior h3 {
    
    margin: 5px 0;
    padding: 5px 0;
    
}

.catalogo-interior h1 {
    
    color: #616161;
    font-size: 30px;
    font-weight: bold;
    
    border-bottom: 1px solid silver;
    
}

.catalogo-interior h2 {
    
    color: #10aa84;
    font-size: 20px;
    font-weight: normal;
    
}

.catalogo-interior h3 {
    
    color: #616161;
    font-size: 25px;
    
}

.catalogo-interior p strong {
    
    font-weight: bold;
    
}

p.data-libro strong {
    
    color: silver;
    font-weight: normal;
    
}

h1.titulo-coleccion {
    
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    
}

html body a.opcion img {
    
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
    
    transition-duration: 150ms;
    
    margin-bottom: 30px;
    
}

html body a.opcion img:hover {
    
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
    
}

.miga-de-pan {
    
    margin-bottom: 40px;
    
}

.miga-de-pan,
.miga-de-pan a {
    
    font-size: 13px;
    color: #b7b7b7;
    
}

.miga-de-pan a.miga-home {
    
    font-weight: bold;
    color: #c10a27;
    
}

.miga-de-pan a.miga-home:hover,
.miga-de-pan a:hover {
    
    color: #c10a27;
    text-decoration: none;
    
}

.miga-de-pan .current {
    
    color: #000;
    
}

.trabaja-box {
    
    margin-top: 15px;
    margin-bottom: 15px;
    
    padding: 3px 0;
    
    padding-left: 0;
    margin-left: 0;
    
    display: block;
    width: 100%;
    
    clear: both;
    
}

.trabaja-box input,
.trabaja-box label {
    
    display: inline;
    float: left;
    
    width: auto;
    
    padding: 0; margin: 0;
    
}

.trabaja-box input {
    
    margin: 7.5px;
    
}

#acepto-aviso {
    
    margin-top: 22px;
    margin-right: 5px;
    display: inline;
    float: left;
    width: auto;
    
}

.enlace-legal,
.enlace-legal:hover {
    
    color: inherit;
    
}

.novedad img,
.ficha img,
.ficha-detalle img,
.catalogo-interior img {
    
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
    
}

.owl-prev {
    
    float: left;
    left: -30px;
    
}

.owl-next {
    
    float: right;
    right: -30px;
    
}

.owl-prev,
.owl-next {
    
    position: relative;
    top: -300px;
    
    padding-top: 0;
    padding-bottom: 0;
    
    margin: 0; padding: 0;
    line-height: 0.9;
    
}

.owl-prev span,
.owl-next span {
    
    font-size: 80px;
    margin: 0; padding: 0;
    line-height: 0.9;
    
    color: rgba(0,0,0,0.4);
    
    transition-duration: 150ms;
    
}

.owl-prev:hover span,
.owl-next:hover span,
.owl-prev:hover,
.owl-next:hover,
.owl-theme .owl-nav [class*='owl-']:hover {
    
    background-color: transparent;
    cursor: pointer;
    
    color: #c10a27;
    
}

.wrapper-novedades {
    
    padding-left: 50px;
    padding-right: 50px;
    
}
