.content-ppal{
    background-image: url("../img/header.png");
    width: 100%;
    display: inline-block;
    border: none;
    padding-top: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding:150px;
}
.text-ppal{
    margin:150px 0;
    font-size: 80px;
    line-height: 75px;
    color: #fffeff;
    font-family: "Work Sans";
    font-weight: 700;
    filter: drop-shadow(0 0 5px rgba(0,1,1,0.41));
}
.text-link{
    font-size: 33px;
    line-height: 37px;
    color: #ffffff;
    font-family: "Work Sans";
    font-weight: 700;
    text-align: right;
    padding:15px;
    border-radius: 28px;
    filter: drop-shadow(0px 5px 2.5px rgba(0,0,0,0.2));
    background-color: #cf4d21;
}
.text-title{
    font-size: 58px;
    line-height: 18px;
    color: #2e4265;
    font-family: "Work Sans";
    font-weight: 700;
    text-align: left;
    margin: 40px 0;
}
.text-desc{
    font-size: 23px;
    line-height: 28px;
    color: #636363;
    font-family: "Work Sans";
    font-weight: 300;
    text-align: left;
    margin-left: 36px;
}
.text-link2{
    font-size: 20px;
    line-height: 37px;
    color: #ffffff;
    font-family: "Work Sans";
    font-weight: 700;
    text-align: right;
    padding:15px;
    border-radius: 28px;
    filter: drop-shadow(0px 5px 2.5px rgba(0,0,0,0.2));
    background-color: #cf4d21;
    margin-left: 35px;
}
.img-description{
    width: 100%;
}
.text-title2{
    font-size: 58px;
    line-height: 18px;
    color: #2e4265;
    font-family: "Work Sans";
    font-weight: 700;
    text-align: right;
    margin: 40px 0;
}
.text-title3{
    font-size: 50px;
    line-height: 18px;
    color: #2e4265;
    font-family: "Work Sans";
    font-weight: 700;
    text-align: left;
    margin: 40px 0;
}
.text-desc span{
    font-size: 23px;
    line-height: 30px;
    color: #2e4265;
    font-family: "Work Sans";
    font-weight: 300;
}
.subtitle-description{
    font-size: 18px;
    line-height: 20px;
    color: #23375e;
    font-family: "Work Sans";
    font-weight: 700;
    text-align: left;
}
.fecha{
    font-size: 18px;
    line-height: 20px;
    color: #23375e;
    font-family: "Work Sans";
    font-weight: 700;
    text-align: left;
    margin-left:15px;
}
.text-link:hover, .text-link2:hover{
    background-color: #d68c6f;
    color:#ffffff;
}
.content-insc{
    background-color: #23375e;
}
.text-title-ins{
    font-size: 60px;
    line-height: 20px;
    color: #ffffff;
    font-family: "Work Sans";
    font-weight: 700;
    text-align: left;
}
.desc-text-ins{
    font-size: 20px;
    line-height: 20px;
    color: #fffdfe;
    font-family: "Work Sans";
    font-weight: 700;
    text-align: left;
    margin: 15px 0 0 0;
}
#name, #mail, #campus, #aeropuerto, #phone{
    border-radius: 10px;
    background-color: #ffffff;
    border: 0.66px solid #ffffff;
    width: 100%;
}
.check{
    margin-top:20px;
    font-size: 11px;
    line-height: 15px;
    color: #fffbfc;
    font-family: "Work Sans";
    font-weight: 700;
}
.text-ins{
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
    font-family: "Work Sans";
    font-weight: 300;
    text-align: center;
    margin-top: 50px;
}
.text-ins span{
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    font-family: "Work Sans";
    font-weight: 300;
    text-align: center;
}
.text-link3{
    font-size: 20px;
    line-height: 37px;
    color: #ffffff;
    font-family: "Work Sans";
    font-weight: 700;
    text-align: right;
    padding: 15px 30px;
    border-radius: 10px;
    filter: drop-shadow(0px 5px 2.5px rgba(0,0,0,0.2));
    background-color: #cf4d21;
    margin-left: 35px;
}
@media (max-width: 550px) {
    .content-ppal{
        padding:50px;
    }
    .text-ppal{
        margin: 69px 0;
        font-size: 26px !important;
        line-height: 35px;
    }
    .text-link{
        font-size: 20px;
    }
    .text-title{
        font-size: 35px;
    }
    .text-title2{
        font-size: 35px;
        text-align:left;
    }
    .text-title3{
        font-size: 30px;
        text-align:left;
    }
    .img-re{
        margin-top:50px;
    }
    .subtitle-description{
        text-align:center;
    }
    .fecha{
        text-align:center;
    }
}