﻿body{
	font-family: 'Montserrat', sans-serif !important;
}

.cabecera{
	padding-top: 10px;
	padding-bottom: 10px;
}

.logotipo{
	text-align: center;
}
.logotipo img{
	width: 60%;
}


nav a, nav a:hover{
	color: black;
	text-decoration: none;
}

nav{
	text-align: right;
}

.menu-r{
	align-items: center;
	background: transparent;
	border: 0;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0;
	padding: 0;
	position: fixed;
	right: 24px;
	top: 24px;
	width: 48px;
	height: 44px;
	z-index: 1001;
}

nav ul{
	align-items: center;
	background: white;
	box-shadow: 0 12px 40px rgba(0,0,0,.18);
	display: flex;
	flex-direction: column;
	height: 90vh;
	justify-content: center;
	left: 50%;
	list-style: none;
	opacity: 0;
	overflow-y: auto;
	padding: 70px 24px 40px;
	pointer-events: none;
	position: fixed;
	top: 50%;
	transform: translate(-50%, -50%) scale(.98);
	transition: opacity .2s ease, transform .2s ease;
	visibility: hidden;
	width: 90vw;
	z-index: 1000000;
}

nav ul li{
	width: 100%;
	float: none;
}

nav.is-open ul{
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, -50%) scale(1);
	visibility: visible;
}

.menu-close-item{
	display: block;
	position: absolute;
	right: 24px;
	text-align: right;
	top: 20px;
}

.menu-close{
	background: transparent;
	border: 0;
	color: black;
	cursor: pointer;
	font-size: 32px;
	line-height: 1;
	padding: 0;
}

.menu-r span{
	background: black;
	display: block;
	height: 2px;
	margin: 6px auto;
	width: 28px;
}

.menu{
	text-align: center;
	font-size: 16px;
	padding: 10px 0;
}


.contenido{
	background: #f7f7f7;
	padding-top: 20px;
	padding-bottom: 20px;
}

.titulote{
	text-align: center;
	font-size: 230px;
	line-height: 230px;
	font-family: "Didot", "Bodoni 72", serif;
	font-weight: bold;
}

.imagen-seccion img{
	width: 100%;
}

.seccion{
	font-size: 17px;
	line-height: 22px;
}

.seccion strong{
	width: 100%;
	text-align: center;
	display: inline-block;
}

.blanco{
	border: 3px solid #d7405e;
	background: white;
	width: 80%;
	text-align: center;
	margin: 0 10% 20px;
	padding: 0 50px;
}




@media screen and (max-width:1200px){
	.titulote{
		font-size: 100px;
	}
}

@media screen and (max-width:992px){
	
}

@media screen and (max-width:768px){
	.logotipo img{
		width: 30%;
	}
	.logotipo2{
		text-align: center;
	}
	.logotipo2 img{
		width: 30%;
	}
}

@media screen and (max-width:576px){
    .titulote{
		font-size: 80px;
	}
}
