@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,200;0,500;0,700;0,800;1,400;1,500&display=swap');
.sectionFH {
    width: 100%;
    color: #ffffff;
    position: relative;
    background-color: #E12028; 
    font-family: 'Kanit', sans-serif;
    display: flex;
    justify-content: center;
}

.trapecio {
    width: 80%;
    height: 0; 
    border-right: 80px solid transparent;
    border-left: 80px solid transparent;
    border-bottom: 250px solid #15253e;

}

.footer2 {
    width: 100%;
    height: auto;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    /* border: 2px solid salmon; */

}

.footer3Log {
    width: 30%;
    text-align: center;
    /* border: 2px solid rgb(100, 0, 92); */
}

.cont {
    display: flex;
    justify-content: center;
    /* border: 2px solid red; */
}

.logFooter {
    width: 280px;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.logFooter:hover {
    filter: drop-shadow(0px 0px 2px #ffffff);
}

.footer3 {
    width: 30%;
    text-align: center;
    /* border: 2px solid green; */
}

.tith3Footer {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    /* border: 2px solid pink; */
    padding: 0%;
    margin-top: 0;
    margin-bottom: 0;
}

.pText {
    margin: 0;
    font-weight: 300;
    font-size: 14px;
    /* border: 1px solid goldenrod; */
    padding: 0%;
    /* width: auto;
    height: auto; */
    margin-top: 0;
    margin-bottom: 0;
}

.linkfoot {
    text-decoration: none;
    color: white;
    margin: 0;
    font-weight: 300;
    font-size: 14px;
    /* border:1px solid blueviolet; */
    padding: 0%;
    /* width: auto;
    height: auto; */
    margin-top: 0;
    margin-bottom: 0;
}

.Linea {
    width: 80%;
    height: 4px;
    border-radius: 5px;
    /* text-decoration: solid;
    text-decoration: wavy;  */
    align-items: center;
    background-color: white;
}

.footerText {
    text-align: center;
    color: white;
    margin: 0;
    text-decoration: none;
}

.titPrecom {
    margin: 0;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Kanit', sans-serif;
}

.FtextP{
    font-size: 15px;
}

.FtextAp {
    text-decoration: none;
    color: white;
    margin: 0;
}

.FtextP {
    margin: 0;
    font-weight: 300;
}

.copyrigthImg {
    width: 10px;
    margin-top: 0;
    margin-bottom: 0;
}

.copyrigth {
    margin: 7px;
    font-weight: 300;
    font-size: 11px;
}

@media only screen and (min-width:280px) and (max-width:900px) {
    /* max-width:900px */

    #logFotr {
        width: 90%;
    }

    #atcFotr {
        display: none;
    }
    #usFotr {
        display: none;
    }

    .titPrecom {
        width: 100%;
        /* font-weight: 400; */
    }

    .Linea {
        margin: 0 auto;
        justify-content: center;
    }

    .footerText {
        width: 100%;
    }

    .copyrigth {
        display: none;
    }

    .FtextP {
        width: 100%;
    }

}

@media only screen and (min-width:290px) and (max-width:361px) {
    /* 365 */

    .trapecio {
        width: 95%;
        border-right: 30px solid transparent;
        border-left: 30px solid transparent;
        border-bottom: 150px solid #15253e;
    }

    .logFooter {
        width: 85%;   
    }

    .Linea{
        margin: 7px;
        width: 90%;
    }

    .titPrecom {
        /* font-size: 15px; */
        font-size: 12px;
        /* font-weight: 400; */
    }

    .FtextP {
        font-size: 12px;
    }

}

@media only screen and (min-width:362px) and (max-width:440px) {

    /* 366  - 443  */
    .trapecio {
        width: 95%;
        border-right: 40px solid transparent;
        border-left: 40px solid transparent;
        border-bottom: 170px solid #15253e;
    }

    .logFooter {
        width: 70%;   
    }

    .Linea{
        margin: 7px;
        width: 90%;
    }

    .titPrecom {
        /* font-size: 15px; */
        font-size: 12px;
    }

    .FtextP {
        font-size: 12px;
    }
}

@media only screen and (min-width:440px) and (max-width:519px) {
    /*  --- 523 */
    .logFooter {
        width: 70%;
    }
    
    .Linea{
        margin: 7px;
        width: 90%;
    }

    .titPrecom {
        /* font-size: 15px; */
        font-size: 12px;
    }

    .FtextP {
        font-size: 12px;
    }
}

@media only screen and (min-width:520px) and (max-width: 620px) {

    /*  524 -- 624 */


    .logFooter {
        width: 60%;
    }

    .titPrecom {
        font-size: 16px;
    }

    .FtextP {
        font-size: 14px;
    }
}

@media only screen and (min-width: 621px) and (max-width: 700px) {
    /* 625--704 */

    .logFooter {
        width: 50%;
    }

    .titPrecom {
        font-size: 16px;
        margin: 10px;
    }

    .FtextP {
        font-size: 14px;
    }

}

@media only screen and (min-width: 701px) and (max-width: 900px){

    /* 705  - 904px */

    .logFooter {
        width: 50%;
    }

    .titPrecom{
        font-size: 15px;
        margin: 8px;
        /* font-weight: 400; */
    }

    .FtextP{
        font-size: 10px;
    }

}
