@font-face{
    font-family:"Raleway-ExtraBold";
    src: url("./fonts/Raleway-ExtraBold.ttf") format("truetype");
    font-weight: normal;
	font-style: normal;
}

@font-face{
    font-family:"Raleway-Medium";
    src: url("./fonts/Raleway-Medium.ttf") format("truetype");
    font-weight: normal;
	font-style: normal;
}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

h1{
    font-family:"Raleway-ExtraBold";
    font-weight: normal;
	font-style: normal;
}

p{
    font-family: "Raleway-Medium";
    font-weight: normal;
	font-style: normal;
}

.main-container{
    width: 1536px;
    height: 648px;
    background: url('../assets/bg.png');
    background-size: cover;
    background-position: center;
    position: relative;
}

.content{
    display: flex;
    position: relative
}

.left-content{
    width: 600px;
    height: 648px;
    padding-left: 70px;
    position: relative
}

.right-content{
    width: 936px;
    height: 648px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 70px;
}

.main-title{
    font-size: 48px;
    line-height: 56px;
    color: #F16322;
    margin-top: 215px;
}

.logos-container {
    position: absolute;
    bottom: 50px;
    display: flex;
}

img.logo-sanjuan{
    margin-left: 15px;
    width: 285px;
    height: 65px;
}

.main-description{
    font-size: 32px;
    line-height: 38px;
    color: #FFFFFF;
    text-align: center;
    width: 650px;
}

.invisible{
    display: none;
}

.visible{
    display: block;
}

.failsafe{
    width: 1536px;
    height: 648px;
    background: url('../assets/failsafe.jpg');
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}