* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	overflow-x: hidden;
}

/*CABECERA */

header {
	width: 100vw;
	height: 150px;
	background-color: #FFFFFF;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px;
	position: relative;
}

.logo48hopenhouse img {
	width: 100%;
	height: 34px;
	display: flex;
	transform: scale(1.2);
	margin-left: 20px;
}

.logo48hsmall img {
	width: auto;
	height: 60px;
	position: absolute;
	left: 35px;
	top: 35px;
	display: none;
}

.iconMenu img {
	width: 65px;
	padding-right: 20px;
	display: none;
	cursor: pointer;
}

.menuOHB {
	width: 60vw;
	height: auto;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: right;
}

.menuOHB ul, li {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 15px;
	text-decoration: none;
	list-style: none;
	background-color: #FFFF;
}

.menuOHB a {
	display: block;
	text-decoration: none;
	color: #000000;
	padding: 10px;
}

.menuOHB li a:hover {
	background-color: #FFFF;
}


.menuOHB li ul {
	display: none;
	position: absolute;
	z-index: 1;
}

.menuOHB li ul ul {
	left: 100%;
	top: 0;
}


.menuOHB li:hover > ul {
	display: block;
}

.menuOHB li ul li {
	position: relative;
}

.menuOHB li ul li a {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 15px;
	text-decoration: none;
	list-style: none;
}

.menuOHB li ul li a:hover {
	background-color: #f0f0f0; 
	font-weight: 500;
}


.menuDesplegable {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.2s linear;
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background-color: #FFFF;
    z-index: 3; 
    padding-top: 40px;
    padding-left: 20px;
    display: flex;
    justify-content: flex-start;
}

.menuDesplegable.mostrar {
  visibility: visible;
  opacity: 1;
}


.menuDesplegable li {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	text-decoration: none;
	background-color: #FFFF;
	position: relative;
	padding: 5px;
	width: 50vw;
}

.menuDesplegable a {
	display: block;
	text-decoration: none;
	color: #000000;
	padding: 10px;
}

.menuDesplegable li a:hover {
	background-color: #FFFF;
}

.menuDesplegable li ul {
	display: none;
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 0;
}

.menuDesplegable li ul li {
	position: relative;
}

.menuDesplegable li ul li a {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	text-decoration: none;
	list-style: none;
	margin-left: 30px;
}


.menuDesplegable li ul li ul {
	position: absolute;
	left: 0;
	top: 100%;
}

.menuDesplegable li ul li ul a {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	text-decoration: none;
	list-style: none;
	margin-left: 60px;
}

.closemenu > img {
	width: 35px;
	position: absolute;
	top: 35px;
	right: 18px;
	cursor: pointer;
	z-index: 4;
	margin-right: 30px;
}


/*HERO SLIDER*/

.heroslider {
	max-width: 100vw;
	height: auto;
	display: flex;
	position: relative;
}

.heroImage {
  display: none;
}

.heroImage img {
	width: 100vw;
  height: auto;
  object-fit: cover;
}

.heroImage.show {
  display: block;
}

.prev, .next {
	cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  padding: 20px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  margin-top: 20px;
}

.active, .dot:hover {
  background-color: #717171;
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: 0}
  to {opacity: 1}
}



/*CARDS DESTACADOS*/

.cards{
	width: 100vw;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
	margin-top: 5%;
	margin-bottom: 5%;

}

.cardsindivid {
	padding: 25px 50px 25px 50px;
}

.cards img {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 30px;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}

.cards :hover {
  opacity: 0.7;
  transition: opacity 0.3s ease-in-out;
}

.cards h3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 20px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 800;
	font-size: 24px;
	color: #000000;
}

/*BANNER EVENTOS*/

.bannereventos {
	width: 100vw;
	height: auto;
	display: flex;
	align-items: center;
	position: relative;
}

.bannereventos img {
	width: 100%;

}

/*COLABORADORES*/

.colaboradores > h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 800;
	font-size: 38px;
	line-height: 30px;
	color: #000000;
	padding-top: 8%;

} 

.logos {
	overflow: hidden;
	padding: 10px 0;
	white-space: nowrap;
}

.carrusellogos {
	display: inline-block;	
	animation: 5s sliderlogos infinite linear;	
	animation-duration: 15s;
}


.carrusellogos img {
	height: 60px;
	margin: 30px;
	margin-top: 5%;
	margin-bottom: 5%;
}

@keyframes sliderlogos {
	from {
		transform:  translateX(0);
	}
	to {
		transform:  translateX(-100%);
	}
}

/*FOOTER*/

.contenedor {
	width: 100vw;
	height: auto;
	background-color: #000000;
	display: flex;
	flex-wrap: wrap;
}

.newsletter {
	width: 45vw;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	padding-left: 100px;
	padding-bottom: 50px;
	order: 1;
}

input {
	width: 85%;
	height: 50px;
	background: #FFFFFF;
	border-radius: 15px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 27px;
	color: rgba(68, 60, 60, 1);
	padding-left: 20px;
	margin-bottom: 25px;
	border: 0;
}

.textos > h3 {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 800;
	font-size: 24px;
	color: #FFFFFF;
	margin-top: 125px;
	padding-bottom: 40px;
}

.textos > h4 {
	width: 85%;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	padding-bottom: 30px;
}


.textos button {
	width: 180px;
	height: 50px;
	background: #FFFFFF;
	color: #000000;
	border-radius: 15px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 800;
	font-size: 18px;
	line-height: 25px;
	text-align: center;
	cursor: pointer;
	border: 0;
}


.contacto {
	width: 25vw;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	padding-left: 50px;
	order: 2;
}

.infolegal {
	width: 30vw;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	padding-left: 50px;
	order: 3;
}

.redessociales {
	width: 100vw;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: right;
	order: 4;
}

.iconosrrss {
	width: 30vw;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	margin-right: 20%;
	margin-top: -8%;
}


.copyright {
	width: 100vw;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #000000;
	display: flex;
	flex-wrap: wrap;
	order: 5;

}

.copyright > h5 {
	width: 100%;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 30px;
	color: #FFFFFF;
	text-align: center;
	margin-left: 30px;
	margin-right: 30px;
}

.backlogo {
	width: 100vw;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.backlogomovil {
	display: none;
}


/*MEDIA QUERIES FOOTER 1500PX*/

@media screen and (max-width: 1500px) {

.contenedor {
	display: flex;
	flex-direction: column;
}


.newsletter {
	order: 1;
	width: 100vw;
	background-color: #000000;
	margin-bottom: 40px;	
}

.textos > h3 {
	margin-top: 60px;
}

.redessociales {
	order: 2;
	margin-top: 20px;	
	margin-bottom: 30px;
}

.iconosrrss {
	width: 100vw;
	display: flex;	
	margin-left: auto;
	margin-right: auto;
	
}

.contacto {
	width: 100vw;
	order: 3;
	padding-left: 100px;
	background-color: #FFFFFF;
}

.contacto  h3 {
	margin-top: 40px;
	color: #432818;
}

.contacto  h4 {
	color: #432818;
	padding-bottom: 20px;
}

.infolegal {
	width: 100vw;
	order: 4;
	padding-left: 100px;
	background-color: #FFFFFF;
}

.infolegal  h3 {
	margin-top: 20px;
	color: #432818;
}

.infolegal  h4 {
	color: #432818;
	padding-bottom: 20px;
}

.copyright {
	width: 100vw;
	order: 5;
	background-color: #FFFFFF;
	display: flex;
	justify-content: center;
}

.copyright  h5 {
	color: #000000;
	background-color: #FFFFFF;
}

hr {
	width: 90vw;
	height: 0.5px;
	color: #000000;
	opacity: 0.5;
	margin-top: 15px;
}

.backlogo {
	order: 6;
	display: flex;
	margin-top: -20px;
}

/*MEDIA QUERIES MENÚ HAMBURGUESA 1000PX*/

}

@media screen and (max-width: 1000px) {

header {
	height: 100px;
	padding: 20px;
}

.logo48hopenhouse img {
	display: none;
}

.logo48hsmall img {
	display: block;
	left: 30px;
	top: 20px;


}

nav {
	width: 100%;
	display: none;
}

.iconMenu img {
	display: block;
}


.menuDesplegable {
	visibility: hidden;
}


}



/*MEDIA QUERIES VARIOS*/


@media screen and (max-width: 768px) {


.cards  h3 {
	font-size: 22px;
	text-align: center;
}

.colaboradores > h2 {
	font-size: 32px;
	padding-top: 80px;
	} 

.carrusellogos img {
	height: 50px;
}




}

/*MEDIA QUERIES FOOTER 768PX*/

@media screen and (max-width: 768px) {

.newsletter, .contacto, .infolegal {
	padding-left: 50px;	
}

.newsletter h3 {
	font-size: 22px;
}

.newsletter h4 {
	font-size: 16px;
}

.contacto h3 {
	font-size: 22px;
}

.contacto h4 {
	font-size: 16px;
}

.infolegal h3 {
	font-size: 22px;
}

.infolegal h4 {
	font-size: 16px;
}

.copyright h5 {
	font-size: 14px;
}

.colaboradores > h2 {
	font-size: 28px;
}


}