| Current Path : /home/baheco/public_html/css/ |
Linux sd-1582531-l.dattaweb.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 |
| Current File : /home/baheco/public_html/css/estilo.less |
@rojo:#e42412;
@escarlata:#cb3020;
@gris:#666666;
@plateado:#EEEEEE;
@grisMapa:rgb(204,204,204);
@celeste:#00a3d9;
@condensado: 'Roboto Condensed', sans-serif;
@normal:'Roboto', sans-serif;
body
{
font-family: @condensado;
a
{
text-decoration: none;
}
a:hover
{
text-decoration: none;
}
.caja
{
height: 250px;
margin-bottom: 10px;
img
{
border: 1px solid @grisMapa;
width: 70%;
margin: auto;
}
.texto
{
height: 30px;
p
{
margin-top: 20px;
text-align: center;
color: @gris;
font-size: 1em;
font-family: @normal;
}
}
}
}
.navbar
{
background-color: @plateado;
height: 45px;
a
{
float: right;
display: block;
box-sizing: border-box;
height: 45px;
margin-left: 1px;
color: white;
padding: 10px;
}
a.link
{
background-color: black;
width: 45px;
}
a.lupa
{
background-color: @rojo;
width: 45px;
}
a.link-texto
{
width: auto;
background-color: black;
font-size: 1.1em;
}
}
#menu
{
height: 150px;
#navegador
{
width: 70%;
float: left;
}
#logo
{
width:30%;
float: left;
padding-left: 15px;
a
{
img
{
margin-top:35px;
height: 80px;
}
}
}
.navbar-right
{
margin-top: 65px;
a
{
color: @gris;
margin-left: 30px;
font-size: 1.1em;
font-weight: bold;
}
a:hover
{
background-color: transparent;
color: @rojo;
}
a.activo
{
color: @rojo;
}
}
}
#slider
{
margin-bottom: 20px;
#myCarousel
{
.item
{
background-size: 100% auto;
background-repeat: no-repeat;
background-position: center;
height: 350px;
width: 100%;
}
.carousel-caption
{
background-color: rgba(228, 36, 18, 0.8);
bottom: 27%!important;
left: 30%;
right: 30%;
h2
{
font-size: 3em;
font-family: @normal;
font-weight: bold;
}
}
}
}
#destacados
{
height: auto;
padding-top: 75px;
padding-bottom: 50px;
}
#empresa
{
.objetivo
{
h2
{
color:@rojo;
}
p
{
text-align: justify;
font-family: @normal;
}
}
#myCarousel
{
border: 1px solid @grisMapa;
}
}
.titulo
{
margin-top: 80px;
h1
{
color:@rojo;
font-size: 3.4em;
padding-left: 15px;
}
}
#productos
{
padding-top: 70px;
#miga
{
margin-left: 15px;
font-size: 1.4em;
a
{
float: left;
color: @gris;
margin-right: 2px;
}
p
{
float: left;
color: @gris;
line-height: 32px;
margin-right: 2px;
}
}
h2
{
color:#ffa64d;
text-align: center;
font-size: 3em;
margin-bottom: 70px;
}
#imagen-grande
{
margin-bottom: 20px;
img
{
border: 1px solid @grisMapa;
}
}
.miniatura
{
img
{
border: 1px solid @grisMapa;
}
}
#titulo
{
color: @escarlata;
margin-top: 5px;
margin-bottom: 30px;
}
#texto-principal
{
margin-bottom: 20px;
}
}
iframe
{
width: 100%;
height: 400px;
}
#contacto
{
#formulario
{
margin-bottom: 60px;
margin-top: 40px;
label
{
color: @grisMapa;
margin-left: 5px;
margin-bottom: 0px!important;
}
input[type=checkbox]
{
margin-top: 15px;
}
input[type=submit]
{
background-color: @rojo;
color: white;
border: 0px!important;
}
label.error
{
color: red;
}
}
}
.plano
{
border: 1px solid @grisMapa;
height: 300px;
background-size: 60% auto;
background-repeat: no-repeat;
background-position: center;
border-radius: 10px;
margin-bottom: 15px;
label
{
width: 100%;
height: 300px;
padding: 10px;
color: @gris;
}
}
footer
{
background-color: black;
height: auto;
#footer
{
margin-top: 30px;
padding-bottom: 40px;
padding-top: 30px;
h4
{
color: white;
font-weight: bold;
}
ul.normalizar
{
list-style: none;
padding-left: 0px;
#izquierda
{
float: left;
}
#derecha
{
margin-left: 40px;
float: left;
}
li
{
margin-bottom: 10px;
}
}
a
{
color: white;
}
a:hover
{
color: @gris;
}
#logo-footer
{
img
{
margin-top: 30px;
max-width: 200px;
}
}
.contacto
{
.icono
{
width: 10%;
float: left;
margin-top: 5px;
span
{
height: 30px;
display: table-cell;
vertical-align: middle;
color: @rojo;
}
.glyphicon
{
font-size:1.5em;
}
}
.dato
{
width: 90%;
float: left;
margin-top: 5px;
p
{
height: 30px;
display: table-cell;
vertical-align: middle;
padding-left: 10px;
color: white;
}
a>p:hover
{
color: @gris;
}
}
}
#redes-inferiores
{
a
{
height: 40px;
width: 40px;
padding: 5px;
box-sizing: border-box;
float: left;
background-color: @rojo;
margin-right: 10px;
}
}
}
}
@media only screen and (min-width : 200px) and (max-width : 768px)
{
.container
{
padding: 0px;
}
.titulo
{
h1
{
font-size: 3em;
}
}
#menu
{
height: 40px;
#navegador
{
width: 70%;
float: left;
}
#logo
{
width:30%;
float: left;
padding-left: 0px;
}
.navbar-header
{
background-color: white;
border-bottom: 1px solid @plateado!important;
a
{
color: @gris;
}
button
{
border: 1px solid @gris!important;
span
{
background-color: @gris;
}
}
}
#navbar
{
background-color: white!important;
z-index: 9999;
ul
{
li
{
z-index: 9999;
background-color: white!important;
a
{
color: @gris;
z-index: 9999;
}
a:hover
{
color:white;
background-color: @gris;
}
}
}
}
}
#destacados
{
padding-top: 20px;
padding-bottom: 20px;
.caja
{
height: 235px;
margin-bottom: 10px;
.imagen
{
height: 200px;
width: 100%;
img
{
max-height: 200px!important;
}
}
.texto
{
height: 35px;
}
}
}
#productos
{
#logo-categoria
{
img
{
height: 40px;
}
}
.fila-productos
{
margin-bottom: 0px;
.producto
{
margin-bottom: 15px;
}
}
#relacionados
{
.producto
{
margin-bottom: 15px;
}
}
}
footer
{
#footer
{
margin-top: 30px;
padding-bottom: 40px;
padding-left: 30px;
h4
{
margin-top: 30px;
margin-bottom: 20px;
}
#derecha
{
margin-left: 10px!important;
}
ul
{
li
{
margin-bottom: 5px;
}
}
}
}
}