.ico-factura{
    width: 1.8rem;
}
.divisiones{
    position: relative;
}

.main .tituloprincipal{
    font-size: 40px;
    margin: 5%;
}

.division{
    margin-top: 2%;
    margin-bottom: 2%;
    padding: 1%;
    position: relative;
    border-style: solid;
    border-radius: 10px;
    background-color: white;
}

.divisionInside{
    font-size: 30px;
    padding-right: 3%;
    top: 10%;
    left: 40%;
    text-align: center;
    position: absolute;
    color: black;
}

.main .textoJustificado{
    text-align: justify;
}

.main .conocenos {
    margin-top: 5%;
    margin-bottom: 5%;
}

.contenedor {
    background-image: url(img/iconos/divfarma.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: auto;
}

.footer {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background-color: #07132f;
    color: white;
}

.main img {
    background-size: cover;
    width: inherit;
}
.main #myCarouselPeru{
    margin-top: 10px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
    .divisionInside{
        font-size: 15px;
        padding-right: 3%;
        top: 10%;
        left: 50%;
        text-align: center;
        position: absolute;
    }
    .main .c2{
        display: none;
    }
    .main .c3{
        display: none;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 769px) {
    .divisionInside{
        font-size: 22px;
        padding-right: 3%;
        top: 20%;
        left: 45%;
        text-align: center;
        position: absolute;
    }
    .main .c3{
        display: none;
    }
}

@media only screen and (min-width: 1201px) {
    .divisionInside{
        padding-right: 3%;
        top: 20%;
        left: 45%;
        text-align: center;
        position: absolute;
    }
}

.main .c1{
    position: relative;
}

.main .iconoabs{
    top: 70%;
    left: 80%;
    position: absolute;
    border-style: none;
}

.main .tituloFacturacion {
    font-family: serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #0b9560;
}