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

* 	{
	margin: 0px;
	padding: 0px;
	}

html, body 	{
			margin: 0px;
			padding: 0px;
			font-family: 'Futura Std', sans-serif;
			font-size: 16px;
			line-height: 23px;
			letter-spacing: 0.2px;
			word-spacing: -0.5px;
			-webkit-font-smoothing: antialiased;
	 		scroll-behavior: smooth;
			color: #000;
			max-width: 100%;
	  		overflow-x: hidden;
			}

a 			{
			opacity: 1;
  			-webkit-transition: opacity .25s ease-in-out;
 			-ms-transition: opacity .25s ease-in-out;
 			-moz-transition: opacity .25s ease-in-out;
			-o-transition: opacity .25s ease-in-out;
			transition: opacity .25s ease-in-out; 
			text-decoration: none;
			color: #000;
			}

a:hover 	{
			opacity: 0.5;
			}

.wine 		{
			opacity: 1;
  			-webkit-transition: opacity .25s ease-in-out;
 			-ms-transition: opacity .25s ease-in-out;
 			-moz-transition: opacity .25s ease-in-out;
			-o-transition: opacity .25s ease-in-out;
			transition: opacity .25s ease-in-out; 
			}

.wine:hover	{
			opacity: 0.75;
			}

.parent		{
			display: grid;
			grid-template-columns: repeat(6, 1fr);
			grid-column-gap: 0px;
			grid-row-gap: 0px;
			}

.logo			{
				grid-column: 1 / 4;
				z-index: 1;
				}

.wset			{
				grid-column: 4 / 7;
				z-index: 1;
				}

.full			{
				grid-column: 1 / 7;
				padding-left: 20px;
				padding-right: 20px;
				}

.two			{
				grid-column: 1 / 3;
				border-top: 1px solid #000;
				padding-left: 20px;
				}

.four			{
				grid-column: 3 / 7;
				border-top: 1px solid #000;
				padding-right: 20px;
				}

.two-grey		{
				grid-column: 1 / 3;
				border-top: 1px solid #555555;
				padding-left: 20px;
				}

.four-grey		{
				grid-column: 3 / 7;
				border-top: 1px solid #555555;
				padding-right: 20px;
				}

.half-left		{
				grid-column: 1 / 4;
				padding-left: 20px;
				}

.half-right		{
				grid-column: 4 / 7;
				padding-right: 20px;
				}

.apoyo			{
				grid-column: 4 / 7;
				}

.wset img	{
			float: right;
			width: 35px;
			height: auto;
			margin-top: 10px;
			right: 0;
			margin-right: 16px;
			}

.logo 		{
			margin-top: 15px;
			margin-left: 20px;
			}

.portada	{
			height: 82vh;
			font-size: calc(85px + 0.390625vw);
			line-height: 103px;
			text-align: center;
			word-spacing: -4px;
			position: relative;
			align-content: center;
			align-items: center;
			align-self: center;
			}

.child		{
			border-top: 1px solid #000;
			}

.child img 	{
			width: 100%;
			display: block;
			border-right: 1px solid #000;
			border-left: 1px solid #000;
			}

.child video 	{
				width: 100%;
				display: block;
				border-right: 1px solid #000;
				border-left: 1px solid #000;
				}

.grey		{
			border-top: 1px solid #555555;
			}

.grey img 	{
			width: 100%;
			display: block;
			border-right: 1px solid #555555;
			border-left: 1px solid #555555;
			}

.grey video {
			width: 100%;
			display: block;
			border-right: 1px solid #555555;
			border-left: 1px solid #555555;
			}

.categoria	{
			margin-top: 14px;
			width: 85%;
			}

.text		{
			font-size: 20px;
			line-height: 27px;
			letter-spacing: 0.15px;
			word-spacing: -0.75px;
			margin-top: 14px;
			width: 85%;
			min-height: 300px;
			margin-bottom: 20px;
			}

.naming		{
			font-size: 150px;
			text-align: center;
			position: relative;
			top: 40%;
			letter-spacing: -3px;
			transform: translate(-8%, 0%);
			}

.apoyo 		{
			margin-top: 20px;
			margin-bottom: 20px;
			border-radius: 10px;
			border-top: 1px solid #000;
			border-bottom: 1px solid #000;
			}

.apoyo-grey {
			margin-top: 20px;
			margin-bottom: 20px;
			border-radius: 10px;
			border-top: 1px solid #555555;
			border-bottom: 1px solid #555555;
			}

.last 		{
			border-bottom: 1px solid #000;
			}

.mail		{
			margin-top: 10px;
			}

.contact a 	{
			display: inline-block;
			}

.footer		{
			font-size: 13px;
			margin-top: 45px;
			margin-bottom: 14px;
			}

.white		{
			color: #fff;
			}




@media (max-width: 1024px) {

.parent		{
			display: grid;
			grid-template-columns: repeat(2, 1fr);
			grid-column-gap: 0px;
			grid-row-gap: 0px;
			}

.logo		{
			grid-column: 1 / 2;
			margin-top: 6px;
			margin-left: 10px;
			}
	
.wset img	{
			width: 30px;
			margin-top: 5px;
			margin-right: 8px;
			}

.wset			{
				grid-column: 2 / 3;
				}

.full			{
				grid-column: 1 / 3;
				padding-left: 10px;
				padding-right: 12px;
				}

.two			{
				grid-column: 1 / 3;
				border-top: 1px solid #000;
				padding-left: 10px;
				padding-right: 12px;
				}

.four			{
				grid-column: 1 / 3;
				border-top: 1px solid #000;
				padding-left: 10px;
				padding-right: 12px;
				}
	
.two-grey			{
				grid-column: 1 / 3;
				border-top: 1px solid #555555;
				padding-left: 10px;
				padding-right: 12px;
				}

.four-grey			{
				grid-column: 1 / 3;
				border-top: 1px solid #555555;
				padding-left: 10px;
				padding-right: 12px;
				}

.half-left		{
				grid-column: 1 / 3;
				padding-left: 10px;
				padding-right: 12px;
				}

.half-right		{
				grid-column: 1 / 3;
				padding-left: 10px;
				padding-right: 12px;
				}

.apoyo			{
				grid-column: 1 / 3;
				margin-top: 0px;
				margin-bottom: 12px;
				}
	
.apoyo-grey		{
				grid-column: 1 / 3;
				margin-top: 0px;
				margin-bottom: 12px;
				}
	
.apoyo-bloque	{
				border: none;
				}
	
.portada	{
			height: 65vh;
			font-size: 85px;
			line-height: 106px;
			text-align: center;
			word-spacing: -10px;
			position: relative;
			top: 0%;
			align-content: center;
			align-items: center;
			align-self: center;
			}
	
.categoria	{
			margin-top: 8px;
			width: 95%;
			margin-bottom: 48px;
			}
	
.text		{
			margin-top: 12px;
			width: 95%;
			min-height: 00px;
			margin-bottom: 20px;
			}
	
.portada br {
			display: none;
			}
	
.naming		{
			display: none;
			}
	
	
.child .no-mobile, .grey .no-mobile		{
										display: none;
										}

	
}

@media (max-width: 635px) {
	
.portada	{
			height: 65vh;
			font-size: 50px;
			line-height: 60px;
			text-align: center;
			word-spacing: -5px;
			position: relative;
			top: 0%;
			}
	
.text		{
			font-size: 18px;
			line-height: 24px;
			}
	
}