.cuadro-bg{
	height: 95vh;
	background: url(img/reunion-mesa-desenfoque.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
	margin-top: 5vh;
	}
	
.cuadro-contenido {
    /*background: rgba(255,255,255,0.8);*/
	background: rgba(247,190,129,0.7);
}

.cuadro-contenido-2 {
    /*background: rgba(255,255,255,0.8);*/
	background: rgba(255,255,255,0.5);
}

.div-middle {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.titulo {
    text-align: center;
	padding-bottom:1vh;
}

.titulo h1{
	border-bottom: dotted;
	font-size: 5vw;
	/*font-family: Roboto;*/
	font-family: Pacifico;
	/*text-shadow: 1px 1px 15px #ffffff, -1px -1px 15px #ffffff, 1px -1px 15px #ffffff, -1px 1px 15px #ffffff;*/
	text-shadow: 1px 1px 5px #d7a978, -1px -1px 5px #d7a978, 1px -1px 5px #d7a978, -1px 1px 5px #d7a978
	}

.titulo h2 {
    font-size: 3vw;
    margin: 0px;
	font-family: Satisfy;
}
	
#menu-superior {
    height: 5vh;
	background: #f7be81;
	    position: fixed;
    width: 100%;
    z-index: 99;
}

#menu-secciones
{
	text-align: right;
	font-size: 2vh;
	font-family: Roboto;
	color: white;
	text-shadow: 1px 1px 5px #d7a978, -1px -1px 5px #d7a978, 1px -1px 5px #d7a978, -1px 1px 5px #d7a978
	}
	
#menu-secciones a
{
	color: white;
	text-decoration: none;
	padding-right: 1vw;
	font-family: Pacifico;
	}

.texto-logo{
	font-size: 3vh;
	font-family: Roboto;
	color: white;
	text-shadow: 1px 1px 5px #d7a978, -1px -1px 5px #d7a978, 1px -1px 5px #d7a978, -1px 1px 5px #d7a978;
	font-family: Pacifico;
	}

.encabezado-seccion {
    height: 5vh;
}

.titulo-seccion{
		font-size: 3vh;
	/*font-family: Roboto;*/
	font-family: Satisfy;
	color: white;
	text-shadow: 1px 1px 5px #d7a978, -1px -1px 5px #d7a978, 1px -1px 5px #d7a978, -1px 1px 5px #d7a978;
	}

.sec-servicio {
    height: 80vh;
	background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
	background-position: center!important;
	text-align:center;
	font-size: x-large;
}

.seccion{
	/*background: #f7be81;*/
	background: #FAD3A8;
	}
	
.contenido-seccion {
    height: 90vh;
}

#servicio-1{
	background: url(img/calculadora-contrato-desenfoque.jpg);
	}

#servicio-2{
	background: url(img/facturas-varias-desenfoque.jpg);
	}

#servicio-3{
	background: url(img/cuentas-calculadora-3-desenfoque.jpg);
	}
	
#contacto-contenido{
	background: url(img/ordenador-chica-desenfoque.jpg);
	background-position: center;
	}
	
#empresas-contenido{
	background: url(img/grupo-personas-desenfoque.jpg);
	background-position: center;
	}
	
.container-fluid {
    font-family: Satisfy;
}

#contacto-contenido input{
	font-size: 4vh;
	height: auto;
}

#contacto-contenido textarea{
	font-size: 4vh;
	height: auto;
}

#contacto-contenido button{
	font-size: 3vh;
	height: auto;
}