<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:media="http://search.yahoo.com/mrss/"
	
	>

<channel>
	<title>baracutaseasonal</title>
	<link>https://projectroom.baracuta.com</link>
	<description>baracutaseasonal</description>
	<pubDate>Mon, 17 Jan 2022 10:10:02 +0000</pubDate>
	<generator>https://projectroom.baracuta.com</generator>
	<language>en</language>
	
		
	<item>
		<title>SPLASHPAGE</title>
				
		<link>https://projectroom.baracuta.com/SPLASHPAGE</link>

		<pubDate>Mon, 17 Jan 2022 10:10:02 +0000</pubDate>

		<dc:creator>baracutaseasonal</dc:creator>

		<guid isPermaLink="true">https://projectroom.baracuta.com/SPLASHPAGE</guid>

		<description>

.bgsx  {

background-image: url("https://freight.cargo.site/t/original/i/7de16d2836cba95e06c950e01ec1030646aa773161cf42e47982e2da3e9fed92/Tavola-da-disegno-2.jpg"); /* The image used */
  background-color: #cccccc; /* Used if the image is unavailable */
  height: 100%; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
  z-index: -1;
  height: 100vh;
  
}

.txtbg {
	margin: 0;
  	position: relative;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);

}



.bgdx  {

background-image: url("https://freight.cargo.site/t/original/i/34264bfd876ea04c7142d52205bc67efc25202220a9a146828788178fb394cc2/960-x-1080.jpg"); /* The image used */
  background-color: #cccccc; /* Used if the image is unavailable */
  height: 100%; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
    z-index: -1;
  height: 100vh;
}


@media only screen and (max-width: 600px){
.bgsx  {

background-image: url("https://freight.cargo.site/t/original/i/7de16d2836cba95e06c950e01ec1030646aa773161cf42e47982e2da3e9fed92/Tavola-da-disegno-2.jpg"); /* The image used */
  background-color: #cccccc; /* Used if the image is unavailable */
  height: 50vh; /* You must set a specified height */
  background-position: center /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
  z-index: -1;
  
}

.bgdx  {

background-image: url("https://freight.cargo.site/t/original/i/a5675cd9af40b365e5529b983615e55a192a22f560e1bb9f9cebad6510d063a7/1080-x-540.jpg"); /* The image used */
  background-color: #cccccc; /* Used if the image is unavailable */
   height: 50vh; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
    z-index: -1;
}
}    


@media only screen and (max-width: 600px){
body.mobile #site_menu_button {
	display: none !important;
	margin: -6px;
	font-size: 34px;
    color: black;
    }
}    
/*STILE BOTTONE*/

  .button {
  background-color: transparent;
  border: 1px solid #fff;
  color:  #fff;
  padding: 2px 12px;
  text-align: center;
  text-decoration: none !important;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 20px;
}

.button:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: #191925 !important;
  padding: 2px 12px;
  text-align: center;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 20px;
}

/*NAVIGATORE FONDO*/

div.fondo {
  /*position: -webkit-sticky;
  position: sticky;*/
   position: fixed;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 5px;
   bottom: 0;
   width: 100%;
   text-align: center;
}

@media only screen and (max-width: 600px) {
div.fondo  {
    position: fixed;
    margin-left: 0;
    margin-bottom: 5px;
    bottom: 0;
    width: 100%;
    text-align:left;
  }
}

body.mobile #site_menu_button {
	margin: -6px;
	font-size: 34px;
    color: black;
    }

hr {
  border: none;
  height: 1px;
  color: rgba(240, 240, 240, 0.8);
  background-color: rgba(240, 240, 240, 0.8);
  margin: 0px;
}



/* STILE HOVER IMAGES */
.hover-title {
    display: inline;
    pointer-events: auto;
    cursor: pointer;
}


.hover-image {
    visibility: hidden;
}

body:not(.mobile) .hover-title:hover + .hover-image {
    visibility: visible;
    pointer-events: none;
}

.hover-image {
    /*POSIZIONATO ANGOLO AL CENTRO */
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
  	transform: translate(-50%, -50%);
    z-index: 1;
    pointer-events: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
    /*POSIZIONATO ANGOLO DX ALTO*/
   /* position: absolute;
  	top: 5px;
  	right: 10px;
  	z-index: 1;*/

/* Change width and height to scale images 
    width: 90vw;
    height: 90vh;*/
}

.hover-image img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    margin-bottom: 0;
}



/* STILE LINK ANIMATION */ 
.animato {
margin: auto;
  transition: all .3s ease-in-out;
  
}

.animato:hover {
    transform: scale(1.1, 1.1);
    text-decoration: none !important;
  }
  
  



/* STILE TABELLE */ 

table {
  width: 100%;
  margin: 0px;
   vertical-align: TOP;
  
}

td, th {
 border-top: 1px solid rgba(240, 240, 240, 0.8);
  text-align: left;
  opacity: 1;
   /*vertical-align: top;*/
   vertical-align: CENTER;
}

/*tr {  
	border-top: 1px solid rgba(240, 240, 240, 0.8);
  vertical-align: top;
}*/

/* CATEGORIE FONDO SX */
div.categories {
 position: fixed;
  bottom: 0;
  width: 95%;
  margin-bottom: 50px;
  left: 50%;
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

@media only screen and (max-width: 600px) {
 div.categories {
 position: fixed;
  bottom: 0;
  width: 95%;
  margin-bottom: 50px;
  
}
}

/*IMG FULL DIV*/
.box1 img {
  /*object-fit: cover;*/
  width:auto;
  height:200px;
  
}

@media only screen and (max-width: 600px) {
 .box1 img {
  /*object-fit: cover;*/
  width:auto;
  height:120px;
 /* position: relative;
  left: 50%;
  transform: translate(-50%);*/
  
}
}


/*IMG FULL DIV*/
.boxDX img {
  /*object-fit: cover;*/
  width: auto;
  height: 200px;
  position: relative;
  left: 100%;
  transform: translate(-100%);
  
}

@media only screen and (max-width: 600px) {
 .boxDX img {
  /*object-fit: cover;*/
  width:auto;
  height:120px;
  position: relative;
  /*left: 50%;
  transform: translate(-50%);*/
  left: 0%;
  transform: translate(0%);
  
}
}




	&#60;img width="160" height="150" width_o="160" height_o="150" data-src="https://freight.cargo.site/t/original/i/ddd3ccda64a3c3832288bf7fd4b67e0bd01e19c496db302b1411d1d45ded459b/BRLOGOCOLORI.svg" data-mid="199994175" border="0" data-scale="7" data-no-zoom data-icon-mode src="https://freight.cargo.site/w/160/i/ddd3ccda64a3c3832288bf7fd4b67e0bd01e19c496db302b1411d1d45ded459b/BRLOGOCOLORI.svg" /&#62;


	BARACUTA 2024FALL WINTER


( ENTER )
	
BARACUTA 2025SPRING SUMMER

( ENTER )
</description>
		
	</item>
		
	</channel>
</rss>