@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Cambo');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800');
@import url('https://fonts.googleapis.com/css?family=Courgette');
@import url('https://fonts.googleapis.com/css?family=Passion+One');



/*FONTS
font-family: 'Open Sans', sans-serif;
font-family: 'Cambo', serif;

font-family: 'Ultra', serif;
font-family: 'Courgette', cursive;
/* COLORS */

/* #1baab5 */


/* ------ BODY ------ */
html, body{
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	font-family: 'Open Sans', sans-serif;
}


body p{
	text-align: justify;
	font-size: 16px;
}

body a, a:hover, a:active, a:visited{
	text-decoration: none !important;
}


.ir-arriba {
	padding:10px;
	display:inline-block;
	background: rgba(27, 170, 181, 0.66);
	color:#fff;
	position: fixed;
	font-size:20px;
	bottom:20px;
	right:20px;
	cursor:pointer;
	 border-radius: 50%;
	z-index:9999;
}


.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}


.navbar-not-cover{
	width: 100%;
	height: 100px !important;
}


.content{
	padding: 20px;
}

.page-hidden{
	display: none !important;
}

/* ================ AJAXLOAD ================ */
.ajaxload {
	position: absolute;
  	left: 0px;
  	top: 0px;
  	bottom: 0px;
  	right: 0px;
  	min-width: 100% !important;
  	mim-height: 100% !important;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 999;
	display: flex;
	color: #FFFFFF !important;
	text-align: center;
	
}

.ajaxload .ajaxload-gif{	
	width: 50px;
	height: 50px;
}

#ajaxload{
    display: flex;
    justify-content: center;
    align-items: center;
}


/* ------ NAVBAR ------ */

.navbar-default {
    background-color: rgba(255,255,255,0.70) !important;
	border-bottom: thin solid #CBCBCB;
	padding: 0 !important;
	margin: 0 !important;
}


/****/
.navbar {
	z-index: 99999 !important;	
	height: auto !important;
	min-height: 10px !important;
}




.navbar-nav li a{
	color: #525252;
	font-weight: 700 !important;	
	font-size: 16px;
	margin-top: 10px !important;
	
}

.navbar-nav li a:hover{
	color: aqua;

}

.brand-carana{
	background-color: rgba(195,182,158,0.8);
	border-right: thin solid #CBCBCB;
	height: 71px;
	min-height: 100%;
}

.brand-carana img{
	height: 50px;
	width: auto;
	padding: 10px;
	margin-top: 10px;
}

.brand-crawling{
	border-right: thin solid #CBCBCB;
}

.brand-crawling img{
	height: 70px;
	width: auto;
	padding: 10px;
	
}
.shopping-basket{
	border-left: thin solid #CBCBCB;
	float: right !important;

}

.shopping-basket-container{
	padding: 20px;
	margin-top: 10px;
	color: #525252;
	float: right !important;
}

/* ------ SCROLLED ------ */
.scrolled{
  	background-color: rgba(255,255,255,0.9);
  	transition: 0.5s;
	-webkit-box-shadow: 0px 0px 17px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 17px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 17px 1px rgba(0,0,0,0.75);
}


/* ------ INDEX SLIDE -------*/
.slides-container{
	
}

.slides-container .labelforslide{
	position: relative !important;	
	min-width: 100% !important;
	min-height: 100% !important;
	z-index: 99;
}

.imgforslide{
	width: 100% !important;
	height: auto !important;
	padding: 20px !important;
}

.slides-navigation a {
	color: rgba(255,255,255,0.7) !important;
	padding: 10px;
	font-size: 36px;
}
	


/* ------ INDEX CONTENT ------ */
.callouts{
	margin: 20px 0px;
}

.callouts .callout-img{
	width: 100%;
	height: auto;
	margin-bottom: 10px;

}


.separator{
	width: 150px;
	border-bottom: 2px solid #525252;
	margin: 0 auto;
	display: block;
}


.index-collection{
	margin: 20px 20px;
}

.index-collection-tittle{
 	color: #525252;
	font-weight: 700 !important;	
	font-size: 36px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}



.index-collection-item{
	height: 600px;
	border: solid thin #525252;
	display:flex;
    justify-content:center;
    align-items:center;
    overflow:hidden;
}

.index-collection-item img{
    max-width: 100% !important;
	max-height: 600px;
	height: auto;
	margin: auto;
	display: block;
}

.index-collection-item img:hover{

}


.gotocatalogo-btn{
	border: solid thin #525252;
	padding: 10px 20px;
	color: #525252;
	font-size: 28px;
	text-align: center;
	margin: 0 auto;
	display: table;
	margin-top: 20px;
	margin-bottom: 20px;
}

.gotocatalogo-btn a{
	color: #525252;
}

.gotocatalogo-btn:hover{
	background-color: #C3B69E;
	border: solid thin #BCB8A5;
	color: #ffffff;
}

.aboutus{
	background: url(../../imagenes/about-us-background.jpg) no-repeat bottom center fixed;
  	height: auto;
  	width: 100%;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	
}

.aboutus-container{
	background-color: rgba(255,255,255,0.6);
	padding: 50px 20px;
}

/* ------ COLECCION ---- */
.collection-item{
	height: 500px;
	border: solid thin #525252;
	display:flex;
    justify-content:center;
    align-items:center;
    overflow:hidden;
	margin-bottom: 10px;
	position: relative;
}

.collection-item img{
    max-width: 100% !important;
	height: 500px;
	height: auto;
	margin: auto;
	display: block;
}

.collection-item img:hover{

}

.collection-tittle{
	position: absolute;
	right: 15px;
	bottom: 30px !important;
	background-color: #C3B69E;
	padding: 10px 20px;
	
	font-family: 'Cambo', serif;
	color: #ffffff;
	font-size: 18px;
	text-align: right;
}

.collection-item .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
	background-color:rgba(0,0,0,0.3) ;
}

.collection-item:hover .overlay {
  opacity: 1;
	 transition: .5s ease;
}

.collection-item .overlay-icon {
	
  font-size: 50px;
  color: rgba(255,255,255,0.7);
  padding: 15px 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

/* ------ MODELO ---- */
.block{
	margin-bottom: 30px !important;
}

.modelo-item{
	height: auto;
	border: solid thin #525252;
	display:flex;
    justify-content:center;
    align-items:center;
    overflow:hidden;
	position: relative;
	margin-bottom: 10px;
}

.modelo-item img{
    width: auto;
	max-height: 460px;
	height: auto;
	margin: auto;
	display: block;
}

.modelo-item img:hover{
	
}

.modelo-tittle{
	font-family: 'Cambo', serif;
	color: #525252;
	font-size: 23px;
	text-align: right;
}

.modelo-item .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
	background-color:rgba(0,0,0,0.3) ;
}

.modelo-item:hover .overlay {
  opacity: 1;
transition: .5s ease;
}

.modelo-item .overlay-icon {
  color: rgba(255,255,255,0.8);
  font-size: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}


.modelo-name{
	font-family: 'Cambo', serif;
	color: #525252;
	font-size: 14px;
	text-align: left;
}

.modelo-price{
	font-family: 'Cambo', serif;
	color: #525252;
	font-size: 16px;
	text-align: left;
}


.modelo-price span{
	color: #C3B69E !important;
	font-size: 24px;
}

/* ------ TIENDA ------ */
.category-block{
	width: 100%;
	height: auto;
	border: solid thin #525252;
	padding: 30px;
}

.category-block hr{
	border-bottom: solid thin #BCBBBB;
	border-top: none;
}

.category-block .tittle{
	color: #525252;
	font-size: 28px;
	text-align: left;
}

.category-block ul{
	list-style: none;

}

.category-block li{
	display: list-item;
	margin: 10px 0px;
	
}

.category-block li a{
	color: #525252;
	font-weight: 400;
	font-size: 16px;
	text-align: left;
	text-decoration: underline !important;
}

.category-block li a:hover{
	color: #C3B69E;
}

.tittle-frame{
	width: 100%;
	height: auto;
	border: solid thin #525252;
	padding: 10px;
	margin-bottom: 30px;
}


.tittle-frame h1{
	color: #525252;
	font-weight:300;
	font-size: 36px;
	text-align: center;
}



.tienda-item{
	height: auto;
	border: solid thin #525252;
	display:flex;
    justify-content:center;
    align-items:center;
    overflow:hidden;
	margin-bottom: 10px;
	position: relative;
}

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



.tienda-item .promo-label{
	position: absolute;
	top:10px;
	right: 0px;
}

.tienda-item .promo-label img{
	width: 120px;
	height: auto;
}



.tienda-tittle{
	position: absolute;
	right: 15px;
	bottom: 30px !important;
	background-color: #C3B69E;
	padding: 10px 20px;
	
	font-family: 'Cambo', serif;
	color: #ffffff;
	font-size: 18px;
	text-align: right;
}

.tienda-item .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background-color:rgba(0,0,0,0.3) ;
}

.tienda-item:hover .overlay {
  opacity: 1;
  transition: .5s ease;
}

.tienda-item .overlay-icon {
  font-size: 50px;
  color: rgba(255,255,255,0.7);
  padding: 15px 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
	
}


.tienda-name{
	font-family: 'Cambo', serif;
	color: #525252;
	font-size: 14px;
	text-align: left;
}

.tienda-price{
	font-family: 'Cambo', serif;
	color: #525252;
	font-size: 16px;
	text-align: left;
}



.tienda-price span{
	color: #C3B69E !important;
	font-size: 24px;
}

.tienda-price span.precio-tachado{
	text-decoration: line-through;

}


/* ------ DETALLE ------ */

 .backbutton{
	float: right;
	color: #CBCBCB;
	font-weight:300;
	font-size: 15px;
	text-align: right;
	border: solid thin #CBCBCB;
	padding: 10px 20px;
	margin-bottom: 20px;
}

 .backbutton:hover{
	 background-color: #C3B69E;
	color: #ffffff;
}


.details-photo{
	height: auto;
	border: solid thin #525252;
	display:flex;
    justify-content:center;
    align-items:center;
    overflow:hidden;
	margin-bottom: 20px !important;
	position: relative;
}

.details-photo img{
	 max-width: 100% !important;
	height: auto;
	margin: auto;
	display: block;
}

.details-photo .promo-label{
	position: absolute;
	top:20px;
	right: 0;
}

.details-photo .promo-label img{
	width: 100px;
	height: auto;
}


.product-details h1{	
	font-family: 'Cambo', serif;
	color: #525252;
	font-size: 36px;
	text-align: left;
	margin-top: 0 !important;
}

.product-details .sku{	
	font-family: 'Cambo', serif;
	color: #CBCBCB;
	font-size: 14px;
	text-align: left;
}

.product-details .text-details{
	font-family: 'Cambo', serif;
	color: #525252;
	font-size: 16px;
	text-align: justify;
}

.product-details a.sizes  {
	font-family: 'Cambo', serif;
	color: #525252;
	font-size: 12px;
	text-decoration: underline !important;
}

.image-thumb{
	
}

.image-thumb ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.image-thumb li{
	
	
}

.image-thumb li img{
	width: 20%;
	border: solid thin #525252;
	float: left;
}

/* ------ TABLA PRECIOS ------ */
.tabla-precios{
	font-family: 'Cambo', serif;
	color: #525252;
	font-size: 20px;
	margin-bottom: 30px !important;
}

.tabla-precios .tabla-thead th{
	border-bottom: solid thin #CBCBCB;
	padding: 5px 15px;
	text-align: center !important;
	vertical-align: middle !important;
}
.precio-venta{
	color: #C3B69E;
}

.precio-venta span{
	text-decoration: line-through !important;
}

.tabla-precios .tabla-list .addtocart {
	background-color: #C3B69E;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;	
	color: #ffffff;
	display: block;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	padding: 5px 10px !important;
}


.tabla-precios .tabla-list .addtocart:hover {
	background-color: #CBCBCB;
}

.tabla-precios td, th {
    padding: 5px !important;
}

/* ------ TABLA MEDIDAS ------ */
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}


/* ------ KART ------ */
.kart-tittle{
	width: 100%;
	height: auto;
	border: solid thin #525252;
	padding: 10px;
	margin-bottom: 30px;
	color: #525252;
	font-weight:300;
	font-size: 24px;
	text-align: center;
	margin-top: 20px;
}


.kart-delete-icon{
	font-weight:300;
	font-size: 36px;
	text-align: center;
}

a.kart-delete-icon{
	color: #525252;
}

a.kart-delete-icon:hover{
	color: #C3B69E;
}

.kart-th th{
	background-color: #C3B69E;
	color: #ffffff;
	font-family: 'Cambo', serif;
	font-size: 16px;
	font-weight: 300;
	border: solid thin #DDCE87;
}

.kart-items .kart-image{
	height: 80px;
	width: auto;
	float: left;
}

.kart-items td{
	border: solid thin #CBCBCB;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 10px;
    vertical-align:middle !important;
	
}


.kart-items .qty{
	height: auto; 
	border: solid thin #CBCBCB;
	padding: 5px 8px;
	font-family: 'Cambo', serif;
	color: #525252;
	font-size: 24px;
}

.kart-items .qty:hover{
	background-color: #525252;
	color: #ffffff;

}

.kart-items input{
	font-family: 'Cambo', serif;
	color: #525252;
	font-size: 23px;
	text-align: center;
	width: 40px;
	margin: 0 !important;
}


.kart .datosenvio input, .kart .datosenvio select, .kart .datosenvio textarea{

  	display: inline-block;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	 box-sizing: border-box;
	
	font-size:14px;
	font-weight: 300;
	background-color:transparent;
  	margin:0;
	padding: 10px;
  	border: 1px solid #b7b7b7;
	resize: none;
	outline: none !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 5px !important;

}

.kart  .kart-payoptions ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.kart .kart-payoptions li{
	font-size:22px;
	margin-left: 5px;
}

.kart .kart-payoptions li input{
	margin-right: 20px;
}

.kart .note{
	font-size:11px;
}

.kart-resume{
	width: 100%;
	height: auto;
	border: solid thin #525252;
	padding: 20px;
	margin-bottom: 30px;
}

.kart-resume .tittle{
	font-family: 'Cambo', serif;
	color: #525252;
	font-size: 22px;
	text-align: center;
}

.kart-resume .kart-line{
	
}

.kart-resume .money{
	float: right;
	color: #C3B69E;
	margin-right: 5px;
}

.kart-resume .kart-line span{
	float: right;
	color: #C3B69E;
}


.kart-resume .note{
	font-size:  10px;
}

.kart-resume .kart-button{
	background-color: #C3B69E;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;	
	padding: 10px;
	color: #ffffff;
	display: block;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 20px;
	text-align: center;
}


.kart .kart-secction {
    color: #ffffff;
    font-size: 18px;
    background: #C3B69E;
    padding: 10px 20px;
    width: 100%;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    text-align: left;
	margin-bottom: 10px;
}



.button-backshopping {
	background-color: #C3B69E;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;	
	padding: 10px 20px;
	color: #ffffff;
	display: table;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 20px;
	text-align: center;
	float: left;
	margin-right: 10px;
}

.button-backshopping:hover {
	background-color: #525252;
	color: #ffffff;
	text-decoration: none;
}

.button-emptykart{
	background-color: #C3B69E;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;	
	padding: 10px 20px;
	color: #ffffff;
	display: table;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 20px;
	text-align: center;
	float: left;
	margin-right: 10px;
}

.button-emptykart:hover{
	background-color: #525252;
	color: #ffffff;
	text-decoration: none;
}



/* ------ OPENPAY ------ */

.borderRight{
	border-right: thin solid #b7b7b7;
}


.OpenPayInputs p{
	font-size: 13px;
	margin: 0 !important
}

.OpenPayInputs input{
    display: block;
	width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 300;
    background-color: transparent;
    margin: 0;
    padding: 10px;
    border: 1px solid #b7b7b7;
    resize: none;
    outline: none !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 5px !important;
}


.pay-button{
	display: block;
	width: 100%;
    background-color: #FF0004;
	padding: 15px;
	cursor: pointer;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}

.pay-button:hover{
	color: #FFFFFF !important;
	background-color: #660103;
}

/* ------ FOOTER ------ */
footer{
	background-color: #F5E8D0;
	padding: 30px 0px;
	width: 100%;
	height: auto;
	margin-top: 20px !important;
}

footer .info-block{
	width: 100%;
	height: auto; 
	border: solid thin #525252;
	padding: 30px 30px;
	font-family: 'Cambo', serif;
	color: #525252;
}

footer .info-block hr{
	border-bottom: solid thin #525252;
}

footer .footerlogo{
	width: 200px;
	height: auto;
	margin: 0 auto;
	display: table;
}

footer .tittle{
	font-size: 24px;
	font-weight: 700;
}



footer>.pagination-links a:hover, a:visited {

   color: #525252 !important;
}

footer ul.icons{
	list-style: none;
	padding: 0;
	margin: 0;
}

footer ul.icons>li{
	display:list-item;
}

footer ul.icons>li a{
	color: #525252;
	font-size: 36px;
	text-align: right;
}

.copyright{
	background-color: #C3B69E;
	padding: 10px;
	text-align: center;
	font-family: 'Cambo', serif;
	color: #ffffff;
	font-size: 16px;
	
}


.copyright a{
   color: #979393 !important;
}

/* ===== CONTACTO ===== */

.contacto{
	margin-bottom: 20px;
	position: relative;
}

.contacto .adress{
	font-size: 18px;
}


.contacto form ul{
	list-style:none;
	margin:0;
	padding:0;
}

.contacto form li{
	display:list-item;	
	margin-bottom:8px;
	font-size:12px;
}

.contacto form .formGroup{
	margin-bottom:10px;
}

.contacto form input, select, textarea{
	width:100%;	
	font-size:12px;
	background-color:#BDD0F0;
	
  	display: inline-block;
  	-webkit-box-sizing: content-box;
  	-moz-box-sizing: content-box;
  	box-sizing: content-box;
  
  	margin:0;
  	padding: 8px 0px 8px 8px;
  
  	border: 1px solid #b7b7b7;
  	-webkit-border-radius: 3px;
  	border-radius: 3px;
  
  	color: rgba(0,142,198,1);
  	-o-text-overflow: clip;
  	text-overflow: clip;

  	-webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  	box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  	text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
  	-webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  	-moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  	-o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  	transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	resize: none;
}

.contacto form .button{
	font-size:16px;
	font-weight:normal;
	padding:9px 50px;
	text-decoration:none;
	background-color:#0669B2;
	color:#FFFFFF;
	margin-top:20px;
	float:right;
}


.contacto form .button:hover{
	text-decoration:none;
	background-color:#BDD0F0;
	color:#4189D3;
}

.contacto form  .txtobligatorios{
	font-size:10px;
	font-weight:normal;
}

/* ------ Responsive Tables ------ */
@media only screen and (max-width: 800px) {
	
	/* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	#no-more-tables td:before { content: attr(data-title); }
	
		.slides-navigation a {
			color: rgba(255,255,255,0.7) !important;
			padding: 10px;
			font-size: 36px;
		}
}

/* ------ CRAWLING FORWARD ------ */
.crawlingforward123 .blue-background{
	background-color: #45C3D3;
}

.crawlingforward123 .orange-background{
	background-color: #F37435;
}

.crawlingforward123 .purple-background{
	background-color: #E07EB2;
}

.crawlingforward123 .blue-color{
	color: #45C3D3;
}

.crawlingforward123 .orange-color{
	color: #F37435;
}

.crawlingforward123 .purple-color{
	color: #E07EB2;
}

.crawlingforward123 .bigtittle{
	font-size: 60px;
	color:#F37435;
	text-align:left;
	font-weight: bold;
	font-family: 'Passion One', cursive;

}

.crawlingforward123 .subtittle{
	font-size: 24px;
	font-family: 'Courgette', cursive;
}

.crawlingforward123 .callouts{
	display: flex;
	justify-content: space-between;
	
}

.crawlingforward123 .calloutblock{
	padding: 50px;
	color: #ffffff;
	width:33%;

}

.crawlingforward123 .calloutblock .cube-num{
	width: 70px;
	height: auto;
	margin-right:10px;
}


.crawlingforward123 .callout-tittle{
	font-size: 24px;
	font-family: 'Courgette', cursive;
}


/* ------ COLLAGE ------ */

.wrapper {
  position: relative;
}

.wrapper:after {
  padding-top: 56.25%; 
  display: block;
  content: ' ';
}
.flex-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 5px;
  display: flex;
  align-content: center;
}

.flex-container  img{
    max-width: 100% !important;
	height: auto;
	margin: auto;
	display: block;
}


.flex-container > div {  
  height: 100%;
  display: flex;
  flex-direction: column;
	
  
	
}
.flex-container > div > div {
  margin: 5px;
  display: flex;
}

.flex-overflow{
	overflow: hidden;
}

.flex-text-block {
	text-align: center;
	font-size: 18px;
	padding: 20px;
	color: #FFFFFF;
	
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.flex-col-1 {
  width: 25%;
}
  .flex-col-1 .flex-row-1 {
    height: 30%;
  }
  .flex-col-1 .flex-row-2 {
     height: 20%;
  }

  .flex-col-1 .flex-row-3 {
     height: 30%;
  }

.flex-col-1 .flex-row-4 {
     height: 20%;
  }

.flex-col-2 {
  width: 32.5%;
}
  .flex-col-2 .flex-row-1 {
    height: 40%;
  }
  .flex-col-2 .flex-row-2 {
    height: 20%;
  }

  .flex-col-2 .flex-row-3 {
    height: 40%;
  }

  .flex-col-2 .flex-row-4 {
    height: 40%;
  }

.flex-col-3 {
  width: 42.5%;
}
  .flex-col-3 .flex-row-1 {
    height: 44%;
  }
  .flex-col-3 .flex-row-2 {
    height: 56%;
  }

.flex-col-3-inner {
  flex: 1;
  display: flex;

}
  .flex-col-3-inner .flex-col-1-inner {
    width: 60%;
    margin-right: 5px;

  }
  .flex-col-3-inner .flex-col-2-inner {
    width: 40%;
    margin-left: 5px;
	  
  }


/* Laptops, Desktops */
@media (min-width: 1025px) and (max-width: 1366px) {
	.flex-text-block {
		font-size: 14px;
	}
	
	.index-collection-item{
		height: auto;
	}

	.index-collection-item img{
		height: auto;
	}
	
	.modelo-item{
		height: auto;
	}

	.modelo-item img{
		max-height: auto;
	}
	
	.collection-item{
		height: 320px;
		border: solid thin #525252;
		display:flex;
		justify-content:center;
		align-items:center;
		overflow:hidden;
		margin-bottom: 10px;
		position: relative;
	}

	.collection-item img{
		max-width: 100% !important;
		height: 320px;
		margin: auto;
		display: block;
	}
	
	
	
	.content .tittle{
		font-size: 18px;
	}
	
	.category-block {
    	padding: 10px;
	}
	
	.category-block ul {
    	list-style:circle;
	}
	
	.category-block li {
    	display: list-item;
    	margin: 3px 0px;
	}
	.category-block li a {
    	font-size: 12px;
	}
	
	.tienda-item{
		height: auto;
	}

	.tienda-item img{
		height: auto;
	}
	
	.tienda-price{
		font-size: 14px;
	}
	
	.slides-navigation a {
		color: rgba(255,255,255,0.7) !important;
		padding: 10px;
		font-size: 36px;
	}

}	

	
/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
	
	body p {
    	font-size: 14px;
	}
	
	.content {
    	padding: 10px !important;
	}

	.brand-carana img{
		height: 35px;
		width: auto;
		padding: 10px;
	}


	.brand-crawling img{
		height: 50px;
		width: auto;
		margin-top: 10px;
	}
	

	.shopping-basket-container{
		padding: 10px !important;
		margin-top: 10px !important;
		font-size: 12px !important;
	}
	
	.navbar {
    	margin-bottom: 0px !important;
	}
	
	.navbar-nav>li>a {
    	padding-top: 0px !important;
    	padding-bottom: 0px !important;
	}
	
	.nav>li>a {
    	padding: 10px !important;
		font-size: 12px !important;
	}
	
	.navbar-not-cover {
    	height: 70px !important;
	}

	
	.category-block {
    	padding: 5px;
	}
	
	.category-block .tittle{
		font-size: 13px;
	}
	
	.category-block ul{
		list-style: none;
		margin: 0 !important;
		padding: 0 !important;

	}

	.category-block li{
		margin: 0px !important;

	}

	.category-block li a{

		font-size: 12px !important;
	}
	
	footer .footerlogo{
		width: 150px;
	}

	footer .tittle{
		font-size: 18px;
		text-align: left !important;
	}

	.copyright{
		padding: 8px;
	}
	
	.index-collection-item {
    	height: auto !important;
	}
	
	.modelo-item {
		max-height: 200px !important;
	}
	
	.modelo-item img{
		width: 100%;
	}
	
	.collection-item {
    	height: auto !important;	
	}	
	
	.collection-tittle {
		right: 15px;
		bottom: 30px !important;
		padding: 5px 10px;
		font-size: 11px;
	}
	
	.tienda-name {
		font-size: 12px;
		text-align: left;
	}
	
	.tienda-item .promo-label img {
		width: 50px;
		height: auto;
	}
	
	.tienda-price {
    	font-size: 11px;
	}
	
	.tienda-price span{
    	font-size: 14px;
	}
	
	.crawlingforward123 p{
    	font-size: 12px !important;
	}
	
	.slides-navigation a {
			color: rgba(255,255,255,0.7) !important;
			padding: 10px;
			font-size: 36px;
		}
	
	
}



/* Cellphone */
@media (max-width: 481px) {
	
	#header{
		overflow-x: hidden !important;
	}
	
	.content{
		padding: 0 !important;
	}
	
	.mobil-hidden{
		display: none !important;
	}
	
	.page-hidden{
		display: block !important;
	}
	
	#slides {
	margin-top: 50px !important;
    position: relative;
    max-height: 450px !important;
	}
	
	
	#slides .labelforslide{
		margin: 0px !important;
	}
	
	#slides .labelforslide img{
		backface-visibility: hidden;
		position: absolute;
		left: 0px !important;
		top: 200px !important;  
		width: 100% !important;
		height: auto !important;
		padding: 40px !important;
	}
	
	#slides .imgforslide{
		width: 100% !important;
		height: auto !important;
		padding: 20px !important;
	}
	
	.slides-navigation a {
		color: rgba(255,255,255,0.7) !important;
		padding: 10px;
		font-size: 36px;
	}
	
	
	
	.photo-mobil {
		display: block !important;
		width: 100% !important;
		height: auto!important
	}
	

	/* ------ MOBIL BLOCK ------ */
	.mobil-block {
		width: 100%;
		height: auto;
		display: block !important;
		margin-top: 0px !important;
		padding: 0;
		border-bottom: thin solid #CBCBCB;
	}
	
	.mobil-block ul{
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
	
	.mobil-block li{
		display: inline-block!important;
		width: 32%;
		margin: 0px;
		padding: 0px;
	}
	

	
	.mobil-brand-carana{
		background-color: rgba(195,182,158,0.8);
		border-right: thin solid #CBCBCB;
		
	}

	.mobil-brand-carana img{
		width: 100%;
		height: auto;
		padding: 10px;
		margin-top: 5px;
	}

	.mobil-brand-crawling{
		border-right: thin solid #CBCBCB;
	}

	.mobil-brand-crawling img{
		width: 100%;
		height: auto;
		padding: 10px;

	}
	.mobil-shopping-basket{

	}

	.mobil-shopping-basket-container{
		color: #525252;
		float: right !important;
		text-align: right;
		
	}
	
	
	.mobil-shopping-basket p{
		text-align: right !important;
		font-size: 14px;
		
	}
	
	.navbar-default {
		background-color: rgba(255,255,255,1) !important;
		border-bottom: thin solid #CBCBCB;
		padding: 0 !important;
		margin: 0 !important;
}
	
	.brand-carana img{
		height: 35px;
		width: auto;
		padding: 10px;
		margin-top: 18px !important;
	}


	.brand-crawling img{
		height: 50px;
		width: auto;
		margin-top: 10px;
	}
	
	.shopping-basket-container{
		padding: 0px !important;
		font-size: 11px !important;
	}
	
	.shopping-basket{
		border-left: thin solid #CBCBCB;
	}
	
	
	.index-collection-item {
    	height: auto !important;
		margin-bottom: 10px;
	}
	
	.modelo-item {
		max-height: 350px !important;
	}
	
	.modelo-item img{
		width: 100%;
	}
	
	.collection-item {
    	height: auto !important;	
	}	
	
	.collection-tittle {
		right: 15px;
		bottom: 30px !important;
		padding: 5px 10px;
		font-size: 11px;
	}
	
	.tienda-name {
		font-size: 12px;
		text-align: left;
	}
	
	.tienda-item .promo-label img {
		width: 50px;
		height: auto;
	}
	
	.tienda-price {
    	font-size: 11px;
	}
	
	.tienda-price span{
    	font-size: 14px;
	}
	
	.crawlingforward123 p{
    	font-size: 12px !important;
	}
	
	.crawlingforward123 .callouts{
		display: block;
		position: relative;
	}

	.crawlingforward123 .calloutblock{
		padding: 20px;
		width:100%;
		font-size: 14px;
	}

	.flex-text-block {
		font-size: 14px;
	}
	

	.flex-container {
	 	width: 100%;
	 	height: auto;
		display: block;
		position: relative;
		padding: 0px 10px 0px 0px !important;
	}	


	.flex-container  img{
 		width: 100% !important;
		height: auto;
	}

	.flex-container > div, .flex-container > div > div, .flex-container > div > div > div, .flex-container > div > div > div > div{
	  width: 100% !important;
	  height: auto;
	  display: block;
		
	}
	
	
	.flex-col-3-inner .flex-col-2-inner {
    	margin-left: 0px;
		margin-top: 5px;
	}
	
	
	.details-photo img{
		max-width: 100% !important;
	}
	
	
	.cat-select {
		width:100%;
		margin-bottom: 20px;
	}
	
	

	.tittle-frame h1 {
		color: #525252;
		font-weight: 300;
		font-size: 24px;
		text-align: center;
	}
	
	.contacto form input, select, textarea {
    	background-color: #C3B69E !important;
	}
	
	.contacto form {
    	padding: 20px !important;
		
	}
	
	.contacto form input, select, textarea {
		color: #ffffff;
		text-shadow: none !important;
	}

	/* -------------------------*/
	
	
	
}





