@font-face {
    font-family: Ahamono;
    src: url(../tipografias/ahamono.otf);
    }
@font-face {
    font-family: Glacial;
    src: url(../tipografias/glacialRegular.otf);
    font-style: normal ;

}

@font-face{
    font-family: Glacial Italic;
    src: url(../tipografias/glacialItalic.otf);
    font-style: Italic ;
}

main{
    margin-top: 30px;
    
}

body{
    padding-top: 20px!important;
    padding-bottom: 20px!important;
}

.navbar{
    padding-right: 45px;
    padding-left: 45px ;
}

.estiloNavBar{
    font-family: Glacial;
    font-size: 140%;
}

.logo{
    font-family: Glacial;
    font-size: 105%;
    margin-left: 6px;
    margin-bottom: 0px;
    color:gray;
}

.palitos{
    margin-bottom: 0px;
    font-size: 18px;
    padding-top: 8px;
    color: gray;
}

.nav-link{
    padding-right: 8px!important;  
    font-size: 70%;/* TAMAÑO NAVBAR */
}

.nav-link:hover{
    color: black!important;
}

.active{
    color: black!important
}

.navbar-light .navbar-toggler {
    
    left: 85vw;
}

.stickyMenu{

    position: sticky;
    top: 0;
    z-index: 1;
    background-color: white;
}

.atras{
    z-index: -1!important;

}

.tama{
    width: 100%;
    margin-bottom: 6%;
}

.letraFooter{
    text-align: left;
    font-family: Ahamono;
    color: gray;
    margin-bottom: 7px;
    font-size: 0.8vw;
}

.letraFooterDerecha{
    text-align: right;
    font-family: Ahamono;
    color: gray;
    margin-bottom: 7px;
    font-size: 0.9vw;
}

.iconos{
    width: 1.7vw;
    color: gray;
    
}

.separacion{
    margin-top: 20px;
}

.iconosMover{
    padding-left: 12vw ;
}

.rounded {
    width: 61%;
}

.logoVertical{
    width: 8.5%;
    position: absolute;
    margin-left: 88.5%;
    margin-top: -13.2%;
}

.fotoServicio{
    width: 95%;
}

.tamPlano{
    width: 180%;
}

.logoVerticalContacto{
    width: 8.5%;
    position: absolute;
    margin-left: 86.5%;
    margin-top: -13.2%;
}

.datosContacto{
    width: 70%;
    margin-top: 123%;
}

.inicioResp{
    display: none!important;
}

.tam{
    width: 100%;
}

.politicas{
    width: 60%;
    height: 17%;
    position: absolute;
    top: 80.6%;
    background-color: white;
    border: 1px solid gray;
    border-radius: 5px;
    opacity: 70%;
    font-family: Glacial;
    font-size: 1vw;
}

.iconoVolver{
    display: none;
}

.privacidad{
    text-decoration: none;
    font-family: Ahamono;
    text-align: right;
    font-size: 0.9vw;
    color: gray;
    margin-bottom: 7px;
}


  @media (max-width: 900px) {
    .logo {
      width: 80%;
    }
    .palitos{
        display: none;
    }
  }

  @media (max-width: 500px) {
    .nav-link{
        font-size: 70%;
    }
    .letraFooter{
        font-size: 75%;
    }
    .letraFooterDerecha{
        font-size: 75%;
    }
    .iconos{
        width: 6vw;
    }
    .iconosMover{
        padding-left: 40vw ;
    }
    .letraFooterDerecha{
        text-align: center;
    }
    .letraFooter{
        text-align: center;
    }
    .palitos{
        display: none;
    }
    .logo{
        margin-left: 0px;
    }
    .navbar-toggler-icon{
        width: 5vw!important;
    }
    .navbar-toggler{
        padding: 0px 5px 0px 5px;
    }
    .nav-link{
        text-align: end;
    }
    .rounded {
        width: 90%;
    }
    .logoVertical{
        display: none;
    }
    .datosContacto{
        margin-top: 0%;
        width: 60%;
    }
    .logoVerticalContacto{
        display: none;
    }
    .tamPlano{
        width: 100%;
        margin-top: 5%;
    }
    .navbar{
        padding-right: 15px;
        padding-left: 15px ;
    }
    .inicioResp{
        display: flex!important;
    }
    .inicioNoResp{
        display: none!important;
    }
    .iconoVolver{
        
        position: absolute;
        display: flex;
        width: 0.1vw;
        bottom: -68%;
        right: 53%;
    }
    .iconoVolverCisco{
        position: absolute;
        display: flex;
        width: 0.1vw;
        bottom: -257%;
        right: 53%;
    }
    .iconoVolverCupula{
        position: absolute;
        display: flex;
        width: 0.1vw;
        bottom: -181.5%;
        right: 53%;
    }

    .iconoVolverFarmacia{
        position: absolute;
        display: flex;
        width: 0.1vw;
        bottom: -257%;
        right: 53%;
    }

    .iconoVolverOtto{
        position: absolute;
        display: flex;
        width: 0.1vw;
        bottom: -143.5%;
        right: 53%;
    }

    .iconoVolverPuntual{
        position: absolute;
        display: flex;
        width: 0.1vw;
        bottom: -105.5%;
        right: 53%;
    }

    .iconoVolverDiogenes{
        position: absolute;
        display: flex;
        width: 0.1vw;
        bottom: -144%;
        right: 53%;
    }

    .iconoVolverNaldamar{
        position: absolute;
        display: flex;
        width: 0.1vw;
        bottom: -219%;
        right: 53%;
    }

    .iconoVolverConsulat{
        position: absolute;
        display: flex;
        width: 0.1vw;
        bottom: -106%;
        right: 53%;
    }

    .celu{
        margin-left: 0.2%;
    }
    .privacidad{
        font-size: 71%;
        text-align: center;
    }

  }

h3{
    font-family: Glacial;
}

h4{
    font-family: Glacial;
}   

.textoPoliticas{
    font-family: Glacial;
}



.iconoVolverDos{
    width: 10vw;
    
}
