.firstSection{
    text-align: center;
    min-height: 37vw;
    padding: 5vw 0px 5vw 0;
    background-position: center;
    background-size: cover;
}
.firstSection .brandLogo{
    width: 10vw;
    display: flex;
    height: 10vw;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-left: 15%;
}
.firstSection .brandLogo img{
    width: 80%;
    margin: 0;
    margin: 0 auto;
}
#parentPage{
    background-color: #43B7AB;
    color: white;
    font-size: 1.5em;
    text-align: center;
    padding: 0.5em 15%;
    text-transform: uppercase;
}
#content{
    overflow: hidden;
}

#content{
    padding-bottom: 4em;
}
#content > .wrapper{
    margin-top: 2%;
}

.parentTitle{
    font-size: 5em;
    margin-bottom: 1.25em;
    position: relative;
    display: inline-block;
}
.parentTitle::before{
    content: "";
    height: 1em;
    width: 1em;
    background-image: url(../img/deco-left.png);
    left: -1.25em;
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat; 
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
}
.parentTitle::after{
    content: "";
    height: 1em;
    width: 1em;
    background-image: url(../img/deco-right.png);
    right: -1.25em;
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
}

.parentTitle > span:after{
    content: "";
    position: absolute;
    bottom: -0.35em;
    height: 10px;
    width: 70%;
    left: 15%;
    background-color: #F3A5B8;
}

.childTitle{
    font-size: 5em;
    margin-bottom: 1em;
    position: relative;
    display: inline-block;
}
.childTitle::after{
    content: "";
    position: absolute;
    bottom: -0.35em;
    height: 10px;
    width: 70%;
    left: 15%;
    background-color: #F3A5B8;}

.botonEnviarBeca {
	text-align:center;
}



.formContainerBeca input[type="submit"] {
    background-color: #F3A5B8;
	text-transform: uppercase;
	border-radius: 2em;
	border: none;
	width: auto;
	float: right;
	padding: 1em 3em 0.85em;
	font-size: 1.2em;
	position: relative;
	bottom: 0em;
	right: 0em;
	opacity: 1;
	transition: all 0.5s ease;
	cursor: pointer;
}	
	
a.formContainerBeca  {
    text-decoration:none;
}
	
.formContainerBeca {
    background-color: #343434;
    padding: 4em 4em 1em 4em;
    color: white;
    margin-top: 4em;
    position: relative;
/*	margin-right: 25%;
	margin-left: 25%;	*/
}

.formContainerBeca:after{
    content: "";
    display: block;
    width: 100%;
    clear: both;
}

.formContainerBeca p > a{
    color: white;
    text-decoration: underline;
    margin-top: 1em;
}
.formContainerBeca p{
    position: relative;
    margin-bottom: 3em;
    width: calc(50% - 1em);
    margin-right: 2em;
    /*display: inline-block;*/
    float: left;
}
.formContainerBeca p:nth-child(odd){
    margin-right: 0; 
}
.formContainerBeca p > label > span:first-child{
    position: absolute;
    left: -0.25em;
    top: -0.5em;
    color: white;
    font-size: 1.2em;
    background-color: #343434;
    z-index: 1;
    padding: 0 0.25em 0em 0em;
}

.formContainerBeca p:last-of-type{
    float: right;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    position: initial;
	margin-top: 2%;
}

input[type=submit]:disabled{
    opacity: 0.7;
}
input[type=submit]:hover{
    background-color: #F3A5B8;
}
input[type=submit]:hover:disabled{
    background-color: #F3A5B8;
}



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


	.firstSection{
		text-align: center;
		min-height: 176vw;
		padding: 5vw 0px 5vw 0;
		background-position: center;
		background-size: cover;
		background-image: url(https://australianway.es/wp-content/uploads/Dubai_m.jpg) !important;
	}

	.wpcf7-text {
		padding-top: 50px;
	}
    .formContainerBeca p{
        width: 100%;
        margin-right: 0;
    }
	
	.formContainerBeca {
        padding: 2em 2em 1em 2em;
    }
	
    .formContainerBeca p:last-of-type{
        margin-bottom: 0;
    }
	
    input[type=submit]{
        position: initial;
        float: none;
        width: 100%;
    }
	
	.formContainerBeca input[type="submit"] {
		background-color: #F3A5B8;
		text-transform: uppercase;
		border-radius: 2em;
		border: none;
		width: auto;
		float: right;
		padding: 1em 1.5em 0.85em;
		font-size: 1.2em;
		position: relative;
		bottom: 0em;
		right: 0em;
		opacity: 1;
		transition: all 0.5s ease;
		cursor: pointer;
		margin-left: 25%;
		margin-right:25%;
	}	
	
}
