@charset "utf-8";
/*/
font-family: 'Montserrat', sans-serif;
font-family: 'Bebas Neue', cursive;
/*/

body {
	padding: 20px;
	margin: 20px;
	color: #000000;
	background-color: #F3F1EE;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
}

a:link, a:visited{
	color: #555759;
}
a:visited {
	color: #555759;
}
a:hover, a:focus {
	color: #E18000;
}

h1{
	font-size: 2.5em;
	font-family: 'Bebas Neue', cursive;
}

h2{
	font-size: 2.5em;
	font-family: 'Bebas Neue', cursive;
}
h3{
	font-size: 1.5em;
	font-family: 'Bebas Neue', cursive;
}
/*COLORES*/
.back-angel{
	background-color: #E4E4DB;	
}

.back-orange{
	background-color: #E18000;
}

.angel{
	color: #E4E4DB;
}
.naranja{
	color: #E18000;
}
.orange{
	color: #D35E13;
}
.orange a{
	color: #D35E13;
}
.back-gris{
	background-color: #555759;
}
.back-grisclaro{
	background-color: #E4E4DB;
}
.gris{
	color: #555759;
}
.verde{
	color: #4D8757;
}

.nav-crucero{
	background-color: #E4E4DB;
	color: #555759;
	font-family: 'Bebas Neue', cursive;
}
.position{
	padding-top: 88px;
}
.principal{
	color: #555759;
	font-size: 32px;
	margin-top: 24px;
}
.principalAdmin{
	color: #555759;
	font-size: 18px;
	margin-top: 24px;
}

.active{
	color: #E18000;
}

.buscador{
	height: 23px;
	border-color: #D35E13;
	width: 80%;
}

.perfil {
	display: inline-block;
	text-align: center !important;
	vertical-align: bottom;
	
}

.inline {
	display: inline;
}

.perfil a{
	display: inline-block;
	vertical-align: bottom;
}
.navbar-toggler{
	margin-right: 3rem;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(85, 87, 89, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.footer{
	background-color: #555759;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	padding-top: 32px;
}
.footer ul{
	list-style: none;
	text-align: left;
	font-family: 'Bebas Neue', cursive;
	font-size: 16px;
}

.footer li a:link{
	color: #ffffff;
}

.footer li a:visited{
	color: #ffffff;
}

.footer h4{
	font-weight: bold;
	font-size: 14px;
}
/*.contFo oter{
	position: absolute;
	bottom: 0px;
}*/
.copy{
	font-size: 10px;
}
.politica a:link{
	color: #ffffff;
	text-decoration: underline;
	font-size: 12px;
}
.form-control{
	border-color: #D35E13;
	height: 2em;
}
.input-group-text{
	color: #ffffff;
	background-color: #D35E13;
	font-weight: bold;
	border-color: #D35E13;
	height: 2em;
}
.redes{
	float: left;
	font-size: 32px;
	margin-right: 30px
}

.title{
	position: absolute;
	top: 1rem;
	left: 10%;
	font-size: 7vw;
	color: #ffffff;
	font-family: 'Bebas Neue', cursive;
	max-width: 80%;
	text-shadow: 0.03em 0.03em 0.08em #000000;
	
}
.title2{
	position: absolute;
	top: 25%;
	right: 25%;
	font-size: 7vw;
	color: #ffffff;
	font-family: 'Bebas Neue', cursive;
	max-width: 80%;
	text-shadow: 0.03em 0.03em 0.08em #000000;
	
}
/*.carousel-indicators{
	background-color: white;
	bottom:-20px;
	left:50%;
	
}*/

#container {
    position: relative;
    width: 100%;
    min-width: 980px;
    padding: 0;
}

#content {
    padding: 20px 40px;
}

.dashboard #content {
    width: 600px;
}

#content-main {
    float: left;
    width: 100%;
}

#content-related {
    float: right;
    width: 260px;
    position: relative;
    margin-right: -300px;
}

#footer {
    clear: both;
    padding: 0px;
}

/* COLUMN TYPES */

.colMS {
    margin-right: 300px;
}

.colSM {
    margin-left: 300px;
}

.colSM #content-related {
    float: left;
    margin-right: 0;
    margin-left: -300px;
}

.colSM #content-main {
    float: right;
}

.popup .colM {
    width: auto;
}

/* MODULES */

.module {
    border: none;
    margin-bottom: 30px;
    background: #fff;
}

.module p, .module ul, .module h3, .module h4, .module dl, .module pre {
    padding-left: 10px;
    padding-right: 10px;
}

.module blockquote {
    margin-left: 12px;
}

.module ul, .module ol {
    margin-left: 1.5em;
}

.module h3 {
    margin-top: .6em;
}

.module h2, .module caption, .inline-group h2 {
    margin: 0;
    padding: 8px;
    font-weight: 400;
    font-size: 13px;
    text-align: left;
    background: #D35E13;
    color: #fff;
}

.module caption,
.inline-group h2 {
    font-size: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.module table {
    border-collapse: collapse;
}


/* MESSAGES & ERRORS */

ul.messagelist {
    padding: 0;
    margin: 0;
}

ul.messagelist li {
    display: block;
    font-weight: 400;
    font-size: 13px;
    padding: 10px 10px 10px 65px;
    margin: 0 0 10px 0;
    background: #dfd url(../img/icon-yes.svg) 40px 12px no-repeat;
    background-size: 16px auto;
    color: #333;
}

ul.messagelist li.warning {
    background: #ffc url(../img/icon-alert.svg) 40px 14px no-repeat;
    background-size: 14px auto;
}

ul.messagelist li.error {
    background: #ffefef url(../img/icon-no.svg) 40px 12px no-repeat;
    background-size: 16px auto;
}

.errornote {
    font-size: 14px;
    font-weight: 700;
    display: block;
    padding: 10px 12px;
    margin: 0 0 10px 0;
    color: #ba2121;
    border: 1px solid #ba2121;
    border-radius: 4px;
    background-color: #fff;
    background-position: 5px 12px;
}

ul.errorlist {
    margin: 0 0 4px;
    padding: 0;
    color: #ba2121;
    background: #fff;
}

ul.errorlist li {
    font-size: 13px;
    display: block;
    margin-bottom: 4px;
}

ul.errorlist li:first-child {
    margin-top: 0;
}

ul.errorlist li a {
    color: inherit;
    text-decoration: underline;
}

td ul.errorlist {
    margin: 0;
    padding: 0;
}

td ul.errorlist li {
    margin: 0;
}

.form-row.errors {
    margin: 0;
    border: none;
    border-bottom: 1px solid #eee;
    background: none;
}

.form-row.errors ul.errorlist li {
    padding-left: 0;
}

.errors input, .errors select, .errors textarea {
    border: 1px solid #ba2121;
}

div.system-message {
    background: #ffc;
    margin: 10px;
    padding: 6px 8px;
    font-size: .8em;
}

div.system-message p.system-message-title {
    padding: 4px 5px 4px 25px;
    margin: 0;
    color: #c11;
    background: #ffefef url(../img/icon-no.svg) 5px 5px no-repeat;
}

.description {
    font-size: 12px;
    padding: 5px 0 0 12px;
}

/* BREADCRUMBS */

div.breadcrumbs {
    background: #D35E13;
    padding: 10px 40px;
    border: none;
    font-size: 14px;
    color: #c4dce8;
    text-align: left;
}

div.breadcrumbs a {
    color: #fff;
}

div.breadcrumbs a:focus, div.breadcrumbs a:hover {
    color: #c4dce8;
}

/* ACTION ICONS */

.addlink {
    padding-left: 16px;
    background: url(../img/icon-addlink.svg) 0 1px no-repeat;
}

.changelink, .inlinechangelink {
    padding-left: 16px;
    background: url(../img/icon-changelink.svg) 0 1px no-repeat;
}

.deletelink {
    padding-left: 16px;
    background: url(../img/icon-deletelink.svg) 0 1px no-repeat;
}

a.deletelink:link, a.deletelink:visited {
    color: #CC3434;
}

a.deletelink:focus, a.deletelink:hover {
    color: #993333;
    text-decoration: none;
}

/* OBJECT TOOLS */

.object-tools {
    font-size: 10px;
    font-weight: bold;
    padding-left: 0;
    float: right;
    position: relative;
    margin-top: -48px;
}

.form-row .object-tools {
    margin-top: 5px;
    margin-bottom: 5px;
    float: none;
    height: 2em;
    padding-left: 3.5em;
}

.object-tools li {
    display: block;
    float: left;
    margin-left: 5px;
    height: 16px;
}

.object-tools a {
    border-radius: 15px;
}

.object-tools a:link, .object-tools a:visited {
    display: block;
    float: left;
    padding: 3px 12px;
    background: #999;
    font-weight: 400;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #fff;
}

.object-tools a:focus, .object-tools a:hover {
    background-color: #D35E13;
}

.object-tools a:focus{
    text-decoration: none;
}

.object-tools a.viewsitelink, .object-tools a.golink,.object-tools a.addlink {
    background-repeat: no-repeat;
    background-position: right 7px center;
    padding-right: 26px;
}

.object-tools a.viewsitelink, .object-tools a.golink {
    background-image: url(../img/tooltag-arrowright.svg);
}

.object-tools a.addlink {
    background-image: url(../img/tooltag-add.svg);
}

/* OBJECT HISTORY */

table#change-history {
    width: 100%;
}

table#change-history tbody th {
    width: 16em;
}


.slide1{
	height: 50em;
	width:100%;
	background-image: url("../images/slider/poster1-1.jpg");
	background-size: contain;
	background-repeat: no-repeat;
}
.slide2{
	height: 50em;
	width:100%;
	background-image: url("../images/slider/poster2.jpg");
	background-size: contain;
	background-repeat: no-repeat;
}
.slide3{
	height: 50em;
	width:100%;
	background-image: url("../images/slider/poster3.jpg");
	background-size: contain;
	background-repeat: no-repeat;
}

.destacado{
	margin-top: 5em;
	background-image: url("../images/crucero_steel.jpg");
	background-size: cover;
}

.nosotros{
	background-image: url("../images/nosotrosCrucero.jpg");
	background-size: cover;
	background-position: center;
}
.txtDest{
	font-family: 'Bebas Neue', cursive;
	font-size: 2.5em;
	color: #E18000;
}
.titSecc{
	font-size: 4em;
}
.filtro ul{
	list-style: none;
	color: #ffffff;
	font-size: .8em;
}
.titFiltro{
	font-family: 'Bebas Neue', cursive;
	font-size: 1.5em;
	color: #E18000
}
.custom-control-label{
	padding-top: 3px;
}
.custom-control-label:before{
  	background-color:white;
	border-color: #E18000;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before{
  	background-color:#E18000;
	border-color: #ffffff;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before{
  	background-color:#E18000;
	border-color: #ffffff;
}

.zapato{
	position: absolute;
	top: -10px;
	right: 15px;
}

.tarjeta{
	background-color: #E4E4DB;
	border-radius: 5px;
	color: #555759;
	-webkit-box-shadow: 4px 4px 6px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 4px 4px 6px 0px rgba(0,0,0,0.75);
	box-shadow: 4px 4px 6px 0px rgba(0,0,0,0.75);
	/*float: left;
	margin: 0px 20px 20px 20px;*/
}
.tarjeta-nombre h3{
	font-family: 'Montserrat', sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 0px;
}
.tarjeta-nombre p{
	font-family: 'Montserrat', sans-serif;
	font-size: 0.8em;
}
.tarjeta-imagen{
	background-color: #ffffff;
	padding: 20px;
}
.tarjeta-cont{
	padding: 15px;
	min-height: 100px;
}
.icono{
	float: left;
	margin:0px 10px 5px 10px;
}
.compara{
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 100;
}

.button, input[type=submit], input[type=button], .submit-row input, a.button {
    background: #D35E13;
    color: #fff;
	border-style: solid;
	border-color: #707070;
    cursor: pointer;
	padding: 5px 20px;;
	border-radius: 4px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}

.paginador{
	padding-top: 30px;
	padding-bottom: 50px;
	color:#000000;
	text-align: left;
}

.img-destacada{
	min-width: 100%;
}

.producto{
	padding: 15px;
	border:solid #707070 1px;
	background-color: #ffffff;
}

.detalles{
	
}

.detalles h1{
	color: #555759;
	font-size: 2.5em;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-style: italic;
}
.detalles h2{
	color: #E18000;
	font-family: 'Bebas Neue', cursive;
	font-size: 1.8em;
}
.detalles h3{
	color: #555759;
	font-family: 'Bebas Neue', cursive;
	font-size: 1.5em;
}
.etiqueta{
	color: #555759;
	font-family: 'Bebas Neue', cursive;
	font-size: 1.5em;
}
.cajita{
	width: 50px !important; 
}


.color {
	width: 48px;
	height: 24px;
	float: left;
	border: solid #707070 1px;
	margin-right: 15px;
}
.miel {
	background-image: url("../images/colores/miel.jpg");
	background-size: cover;
}

.negro {
	background-image: url("../images/colores/negro.jpg");
	background-size: cover;
}
.table-border {
	background-color: #ffffff;
	border: solid #707070 1px;
}
.table-border td{
	border-color: #707070;
}
.caracteristica{
	background-color: #555759;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	width: 170px;	
}

.cien{
	width:10%;
}

.fotoCarrito {
	width: 16%;
	border: solid #707070 1px;
	padding: 5px 18px;
	background-color: #ffffff;
	float: left;
}
.comp{
	font-size: 12px;
	font-style: normal;
}
.table td {
	vertical-align: bottom;
}
.numZzapatos{
	width: 10px;
}
.talla{
	font-size: 1em;
	font-weight: bold;
}
.totales p{
	margin-bottom: 5px;
}
.datos p{
	margin-bottom: 0px;
}
.menu{
	margin-top: 50px;
}
.menu li{
	margin-bottom: 50px;
	font-size: 1.5em;
	font-family: 'Bebas Neue', cursive;
}
.menu li a{
	color: #ffffff;
}
.etiq{
	font-weight: bold;
	margin-right: 15px;
}
.direccion p{
	margin-bottom:0px;
}

/*--------ANIMACIONES */


/*--------ESCRITORIO GRANDE XL - DESKTOP */
@media (min-width: 1200px) {

.background{
	background-image: url("../images/fondos/izq/llanta.png"), url("../images/fondos/der/Martillo.png");
	background-position: left bottom, right;
	background-repeat: no-repeat;
}

}
/*--------ESCRITORIO MEDIANO LG - TABLET HORIZONTAL----------(1024px)*/
@media (max-width: 1199px) and (min-width: 992px) {



}
/*--------ESCRITORIO PEQUEÑO MD - TABLET VERTICAL----------(768px)*/
@media (max-width: 991) and (min-width: 768px) {
	
	.slide1{
	height: 372px;
}
.slide2{
	height: 372px;
}
.slide3{
	height: 372px;
}

}
/*--------MÓVIL SM----------(512px)*/
@media (max-width: 767px) and (min-width: 480px) {

		
	.slide1{
	height: 372px;
	}
	.slide2{
		height: 372px;
	}
	.slide3{
		height: 372px;
	}

}
/*--------MÓVIL SM----------(320px)*/
@media (max-width: 479px) and (min-width: 321px) {

	.slide1{
	height: 372px;
	}
	.slide2{
		height: 372px;
	}
	.slide3{
		height: 372px;
	}
	
}
/*--------MÓVIL XSM----------(320px)*/
@media (max-width: 320px) {
	.slide1{
		height: 182px;
	}
	.slide2{
		height: 182px;
	}
	.slide3{
		height: 182px;
	}

}

dropdown-menu {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 10px;
    min-width: 09em; !important;

}

