header{
    z-index: 100;
}

header nav{
    display: none;
}

header nav#phoneMenu{
    display: block;
    align-items: center;
    overflow: hidden;
    height: 50px;
    margin-top: 15px;
    margin-bottom: 0px;
    transition: all 0.3s;
}

header nav#phoneMenu a{
    margin-top: 20px;
    width: 100%;
    display: block;
    text-align: center;
}

header nav#phoneMenu a:first-of-type{
    margin-top: 0px;
}


section div.content.padded{
    padding: 0 15px;
}

section#home img#eye{
    display: none;
}

section#home img#logo{
    margin: auto !important;
    margin-top: 200px !important;
    width: auto;
    max-width: 70%;
}

div.pensamiento_content{
    width: 100%;
}

section#pensamiento{
    padding: 90px 0;
}

section#pensamiento div.content{
    flex-flow: column;
}

div.pensamiento_content:last-of-type{
    margin-top: 60px;
}

div.pensamiento_content img{
    margin-left: auto;
}



div.como_content{
    flex-flow: column;
}

div.como_content img#triangle{
    width: auto;
    max-width: 60%;
    margin: auto;
}

div.como_content div.info{
    width: 100%;
}

div.como_content div.info nav.first{
    justify-content: center;
}

div.como_content img#tech{
    width: auto;
    max-width: 60%;
    margin: auto;
}

div.como_content:last-of-type{
    margin-top: 120px;
}

div.como_content div.info nav.last{
    justify-content: center;
}



section#quien div.content article{
    flex-flow: column;
    margin-top: 120px;
}

section#quien div.content article img.pic{
    width: 55%;
    margin-left: auto;
}

section#quien div.content article div.info{
    width: 100%;
    margin: auto;
}

section#quien div.content article div.info img{
    margin: auto;
    margin-top: 10px;
}

section#quien div.content article:nth-child(2){
    flex-flow: column;
}

section#quien div.content article:nth-child(2) img.pic {
    width: 55%;
    margin: auto !important;
}


section#donde{
    display: none;
}

section#con_quien{
    display: none;
}

section#contacto div.content footer div br{
  display: none;
}

/*****DONDE PHONE*****/

section#donde_phone{
    display: flex;
    padding-top: 20px;
    padding-bottom: 40px;
}

section#donde_phone div.content{
    flex-flow: column;
}

section#donde_phone div.content img{
    margin: auto;
    max-width: 100%;
    margin-top: 25px;
}



section#contacto div.content footer{
    flex-flow: column;
}

section#contacto div.content footer div{
    width: 100%;
    display: flex;
    flex-flow: column;
    margin-top: 40px;
}

section#contacto div.content footer div img{
    margin: auto;
}

section#contacto{
    padding-top: 20px;
}

section#contacto div.content footer div:last-of-type a{
    margin-left: 0;
    margin-right: auto;
}

@media screen and (max-width: 480px){
    div.como_content div.info{
        min-height: 500px;
    }
}
