@font-face {
    font-family: "Canela Light";
    src: url(../fonts/Canela-Light.otf) format("opentype");
}

@font-face {
    font-family: "Canela Medium";
    src: url(../fonts/Canela-Medium.otf) format("opentype");
}

@font-face {
    font-family: "F37 Ginger Pro Light";
    src: url(../fonts/F37GingerPro-Light.otf) format("opentype");
}

@font-face {
    font-family: "F37 Ginger Pro Demi";
    src: url(../fonts/F37GingerPro-Demi.otf) format("opentype");
}

.canelaMedium {
    font-family: "Canela Light";
}

.canelaLight {
    font-family: "Canela Medium";
}

.proLight {
    font-family: "F37 Ginger Pro Light";
}

.proDemi {
    font-family: "F37 Ginger Pro Demi";
}

div {
    font-family: "F37 Ginger Pro Light";
    font-size: large;
}

h1 {

    font-family: "Canela Medium";
}

h3 {

    font-family: "Canela Light";
}

hr.style-one {
    border: 0;
    height: 1px;
    background: rgb(0, 0, 0);
    background-image: -webkit-linear-gradient(left, #B9D9EB, rgb(20, 4, 4), #B9D9EB);
    background-image: -moz-linear-gradient(left, #B9D9EB, #333, #B9D9EB);
    background-image: -ms-linear-gradient(left, #B9D9EB, #333, #B9D9EB);
    background-image: -o-linear-gradient(left, #B9D9EB, #333, #B9D9EB);
}

p.rule {
    font-size: 0.8rem;

    text-align: justify;
}


.content_center {
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: 2px 2px 4px #5189a8;
    text-align: justify;
    font-size: 2.7vmin;
}

.test {
    background-color: #001E31;
    color: #B9D9EB;
    font-size: 0.7rem;
    padding: 4% 8%;
    border: none;
    border-radius: 12px;
    box-shadow: 3px 3px 13px 4px #5189a8;
}

.test.r {
    padding: 4% 13%;
}

.btnBack {
    background-color: #B9D9EB;
    border: 2.5px solid #5189a8;
    color: black;
    padding: 9px 14px;
    text-align: center;
    text-decoration: none;
    text-shadow: 2px 2px 4px #5189a8;
    display: inline-block;
    font-size: 14px;
    margin: 0px 0px;
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 15px;
    font-family: "F37 Ginger Pro It";
}


.mainBtns {
    background-color: white;
    color: #001E31;
    font-size: 1.3rem;
    padding: 1.8% 1.8%;
    border: none;
    border-radius: 12px;
    box-shadow: 1px 1px 5px 1px #808486;
}



.mainBtns3 {
    background-color: #992C4F;
    color: white;
    font-size: 1.3rem;
    padding: 1.8% 1.8%;
    border: none;
    border-radius: 12px;
    box-shadow: 1px 1px 5px 1px #808486;
}



hr.style14 {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #f0f0f0, #6b6b6b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #6b6b6b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #6b6b6b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #6b6b6b, #f0f0f0);
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    #logo {
        width: 32%;
    }

    #subLogo {
        height: auto;
        padding: 0px;
        width: 250px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    #logo {
        width: 25%;
    }

    .btnBack {
        padding: 4px 8px;
    }

    #subLogo {
        height: auto;
        padding: 0px;
        width: 350px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    p.rule {
        font-size: 2rem;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    #logo {
        width: 15%;
    }

    #subLogo {
        height: auto;
        padding: 0px;
        width: 390px;
    }

}