@media screen and (max-width: 450px) and (min-width: 180px){

    #gtco-logo a {
        font-size: 20px;
        margin-left: -70px;
        color: #ffb400 ;

    }
    #gtco-logo{
        margin-left: -1px;
        margin-bottom: 4%;
    }
     nav img{
         height: 32px;
         width: 32px;
         margin-left: 5%;
     }
     #telf{
         font-size: 18px;
     }

     #gtco-header {
         background-position-y: 0px;
     }
     #gtco-header h2{
         font-size: 16px !important;
     }

     #grupajes{
         height: 1400px;
     }

     #gtco-features-2{
         height: 3000px;
         width: 100%;
     }

     #contact{
         margin-top: 5%;
         margin-bottom: 5%;
         clear: both;
     }
     #ubicacion{
         width: 350px !important;
         max-height: 280px;

         border-radius: 10px;
         margin-bottom: 4%;
     }

    #map iframe {
        width: 290px !important;
        height: 290px !important;
        border-radius: 10px;
        margin-bottom: 4%;
        margin: auto;

    }


     iframe{
         width: 350px !important;
     }
    #gtco-footer{
        bottom: 0px;
        margin-top: 95%;
        clear: both;
        padding-top: 100px;
    }
    .nodesktop{
        margin: auto;
        margin-top: 8% ;

    }

}

@media screen and (max-width: 600px){
    #gtco-features-2{
        height: 3000px;
        width: 100%;
    }

    #map iframe {
        width: 350px;
        height: 290px;
        border-radius: 10px;
        margin-bottom: 4%;
        margin: auto;

    }

    #ubicacion{
        width: 355px !important;
        max-height: 280px;

    }
    #contact{
        margin-top: 5%;
        margin-bottom: 9%;
        clear: both;
    }
    iframe{
        width: 380px !important;
    }
    #gtco-footer{
        bottom: 0px;
        margin-top: 95%;
        clear: both;
        padding-top: 150px;
    }
}