/*Mobile*/
/*Hamburger btn*/
.hamburger{
    display: none;
}

#sg-formulario .logo-escudo> img{
    display: none;
}

/*Media Mobile*/
@media screen  and (max-width: 768px) and (min-width: 200px) {
    html{
        box-sizing: border-box;
        font-size: 16px;
        margin: 0;
        padding: 0;

    }
    *,
    *::before,
    *::after{
        box-sizing: inherit;
    }
    body{
        overflow: hidden;
    }
    #sg-header{
        padding: 0px !important;
        /* background-color: tomato !important; */
    }
    #sg-header .container{
        display: block !important;
    }

    #sg-header .sg-logo img{
        width: 50vw !important;
        margin-top: 1.4rem;
        margin-left: 2.5rem;
    }
    /* .sg-logo::after{
        display: block;
        content: 'Comisión Presidencial para la Modernización y Seguridad Portuaria';
        font-size: 18px;
        color: black;
        text-transform: uppercase;
    } */
    .sg-form{
        display: flex;
        width: 100%;
        /* padding-bottom: 10px; */
       /*  margin-top: 20px; */
    }

    .sg-form img{
        margin-left: 1.5rem;
        display: none;
    }
    .sg-form form{
        display: flex;
        justify-content: space-between;
        width: 90%;
        margin-left: 2rem;
        margin-right: .6rem;
    }
    .sg-form form input[type="submit"]{
        justify-content: center;
     }

    /* #sg-header .container .sg-form > img::after {
        display: none !important;
    } */

    #sg-header .container .sg-form > .sg-mapa-sitio{
        display: none !important;
    }
    #sg-formulario > input{
        width: 95%;
        margin-left: 4rem;
    }

    #sg-formulario > button{
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    #sg-formulario .logo-escudo{
        display: flex;
        justify-content: flex-end;
        align-items: center;
        position: absolute;
        left: 0;
        width: 60px;
        z-index: 999;
    }
     #sg-formulario .logo-escudo > img{
        display: inline-block;
        margin-left: -15px;
        width: 65%;
        height: 65%;
    } 

    hr{
        background-color: grey;
        margin-top: .5rem;
        margin-bottom: .5rem;
        height: 1px;
        opacity: .7;
    }

    .columns > .is-4{
       display: none;
    }
    /*Hamburger btn*/
    .hamburger{
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 999;
        cursor: pointer;
        margin-top: 1.2rem;
    }

    /*Ocultar el menu*/
    .menu-title{
        display: none;
    }
    #items-container{
        display: none;
    }
    .menu-title.activo{
        display: block;
        animation: aparecer 1s;
        margin-top: inherit;
    }
    #items-container.activo{
        display: block;
        animation: aparecer 1s;
        position: relative;
        margin-top: inherit;
        /* transform: translate(0px, 0px); */
    }


    /*Animar menu*/
    @keyframes aparecer {
        0% {transform: translate(0px, -280px); opacity: .3;}
        100% {transform: translate(0px, 0px); opacity: 1;}
    }

    @keyframes desaparecer {
        0% {transform: translate(0px, 0px); opacity: 1; display: none;}
        100% {transform: translate(0px, -3000px); opacity: 0; display: none;}
    }

    /*Dentro del Menu*/
    #items-container #container-menu .menu > li > .item-sub-menu-submenu{
        max-width: 100%;
        background-color: white;
        position: absolute;
        margin-left: 3px;
        margin-top: 5px;
        width: 100%;
        z-index: 1;
        left: 0;
        right: -10;
        box-shadow: none;
        border-top: 1px solid rgba(0, 41, 82, .81);
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    /*Dentro del footer*/
    .scroll{
        display: none;
    }

    .certificaciones{
        display: none !important;
    }

    footer .columns{
       display: none; 
    }
    /*Footer Mobile*/
    footer{
        background-color: var(--azul) !important;
    }

    footer ul{
        display: flex;
        justify-content: space-around;
        padding: 20px;
    }
    footer > .footer-title > h4{
        text-align: center;
        color: white !important;
    }

    footer > .footer-title > h4 > span{
        padding: 4px;
    }

    footer > .footer-title > h4 > .siglas{
        font-weight: 700;
    }

    footer ul li{
        margin: .5rem;
    }
    footer ul li a{
        font-size: 1rem;
        color: white;
    }

    footer ul li a:hover{
        color: red;
        transition: all .2s ease;
    }

    footer div.footer-btn{
        display: flex;
        justify-content: center;
        align-items: center;
        /* background-color: tomato; */
        padding: 10px;
    } 

    footer div.footer-btn a{
        display: inline-block;
        border: 1px solid white;
        border-radius: 4px;
        padding: 10px;
        color: red;
    } 
    footer div.footer-btn a:hover{
        border: 1px solid red;
        color: white;
        transition: all .3s ease-in-out;
    }

    footer div.footer-btn a > span{
        margin-right: 10px;
    }

    footer > .footer-copy{
        text-align: center;
        color: white;
    }
}

/*Media Tablet*/
@media screen  and (max-width: 991px) and (min-width: 769px){
    html{
        box-sizing: border-box;
        font-size: 16px;
        margin: 0;
        padding: 0;

    }
    *,
    *::before,
    *::after{
        box-sizing: inherit;
    }
    body{
        overflow: hidden;
    }
    #sg-header{
        padding: 0px !important;
        /* background-color: tomato !important; */
    }
    #sg-header .container{
        display: block !important;
    }

    #sg-header .sg-logo img{
        width: 50vw !important;
        margin-top: 1.4rem;
        margin-left: 2.5rem;
    }
    /* .sg-logo::after{
        display: block;
        content: 'Comisión Presidencial para la Modernización y Seguridad Portuaria';
        font-size: 18px;
        color: black;
        text-transform: uppercase;
    } */
    .sg-form{
        display: flex;
        width: 100%;
        /* padding-bottom: 10px; */
       /*  margin-top: 20px; */
       background-color: white;
    }

    .sg-form img{
        margin-left: 1.5rem;
        display: none;
    }
    .sg-form form{
        display: flex;
        justify-content: space-between;
        width: 90%;
        margin-left: 2rem;
        margin-right: .6rem;
    }
    .sg-form form input[type="submit"]{
        justify-content: center;
     }

    /* #sg-header .container .sg-form > img::after {
        display: none !important;
    } */

    #sg-header .container .sg-form > .sg-mapa-sitio{
        display: none !important;
    }
    #sg-formulario > input{
        width: 95%;
        margin-left: 4rem;
    }

    #sg-formulario > button{
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    #sg-formulario .logo-escudo{
        display: flex;
        justify-content: flex-end;
        align-items: center;
        position: absolute;
        left: 0;
        width: 60px;
        z-index: 999;
    }
     #sg-formulario .logo-escudo > img{
        display: inline-block;
        margin-left: -15px;
        width: 65%;
        height: 65%;
    } 

    hr{
        background-color: grey;
        margin-top: .5rem;
        margin-bottom: .5rem;
        height: 1px;
        opacity: .7;
    }

    .columns > .is-4{
        display: none;
    }

    /*Hamburger btn*/
    .hamburger{
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 999;
        cursor: pointer;
        margin-top: 1.4rem;
    }

    .hamburger-box{
        color: white;
    }

    /*Ocultar el menu*/
    .menu-title{
        display: none;
    }
    #items-container{
        display: none;
    }
    .menu-title.activo{
        display: block;
        animation: aparecer 1s;
        margin-top: inherit;
    }
    #items-container.activo{
        display: block;
        animation: aparecer 1s;
        position: relative;
        margin-top: inherit;
        /* transform: translate(0px, 0px); */
    }


    /*Animar menu*/
    @keyframes aparecer {
        0% {transform: translate(0px, -280px); opacity: .3;}
        100% {transform: translate(0px, 0px); opacity: 1;}
    }

    @keyframes desaparecer {
        0% {transform: translate(0px, 0px); opacity: 1; display: none;}
        100% {transform: translate(0px, -3000px); opacity: 0; display: none;}
    }

    /*Dentro del Menu*/
    #items-container #container-menu .menu > li > .item-sub-menu-submenu{
        max-width: 100%;
        background-color: white;
        position: absolute;
        margin-left: 3px;
        margin-top: 5px;
        width: 100%;
        z-index: 1;
        left: 0;
        right: -10;
        box-shadow: none;
        border-top: 1px solid rgba(0, 41, 82, .81);
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    /*Dentro del footer*/
    .scroll{
        display: none;
    }

    .certificaciones{
        display: none !important;
    }

    footer .columns{
       display: none; 
    }
    /*Footer Mobile*/
    footer{
        background-color: var(--azul) !important;
    }

    footer ul{
        display: flex;
        justify-content: space-around;
        padding: 20px;
    }
    footer > .footer-title > h4{
        text-align: center;
        color: white !important;
    }

    footer > .footer-title > h4 > span{
        padding: 4px;
    }

    footer > .footer-title > h4 > .siglas{
        font-weight: 700;
    }

    footer ul li{
        margin: .5rem;
    }
    footer ul li a{
        font-size: 1rem;
        color: white;
    }

    footer ul li a:hover{
        color: red;
        transition: all .2s ease;
    }

    footer div.footer-btn{
        display: flex;
        justify-content: center;
        align-items: center;
        /* background-color: tomato; */
        padding: 10px;
    } 

    footer div.footer-btn a{
        display: inline-block;
        border: 1px solid white;
        border-radius: 4px;
        padding: 10px;
        color: red;
    } 
    footer div.footer-btn a:hover{
        border: 1px solid red;
        color: white;
        transition: all .3s ease-in-out;
    }

    footer div.footer-btn a > span{
        margin-right: 10px;
    }

    footer > .footer-copy{
        text-align: center;
        color: white;
    }
}



