.logo_desk{
	display: block;
    max-width: 100%;
    height: auto;
    padding: 5px;
    margin-top: 50px;
    margin-right: 35px;
    cursor: pointer;
}
.slogan{
	margin-top: 70px;
	font-family: 'FjallaOne-Regular';
	src: url(../fonts/FjallaOne-Regular.ttf)format('truetype');
	color: #BBE42A;
	font-size: 22px;
	cursor: pointer;
}
.slogan:hover{
	font-style: italic;
	cursor: pointer;
}
.formulario{
	background-color: #ccc;
}
.gracias{
    padding-top: 100px;
    padding-left: 30px;
}
.gracias h2{
    font-size: 20px;
    color: #BBE42A;
    text-align: center;
}
/* Efecto Eventos al pasar el mouse */
.view-ninth .mask-3, .view-ninth .mask-4 {
    background-color: rgba(0, 0, 0, 0.5);
  height: 454px;
  width: 424px;
    background:#BBE42A;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out 0.6s;
    -moz-transition: all 0.3s ease-in-out 0.6s;
    -o-transition: all 0.3s ease-in-out 0.6s;
    transition: all 0.3s ease-in-out 0.6s;
}

.view {
    width: 396px;
    height: 230px;
    margin: 10px;
    float: left;
    border: 10px solid #BBE42A;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 1px 1px 2px #e6e6e6;
    -moz-box-shadow: 1px 1px 2px #e6e6e6;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
}
@media (min-width: 350px){
    .view {
    width: 340px;
    height: 189px;
}

.volver{
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 25px;
    
}