﻿/*
------------------------------------------------------
Articulos 
------------------------------------------------------
*/



.articulo-actas {
    margin-right: -5px;
    margin-left: -3px;
}
.articulo-banner-icono {
    margin-top: 10px;
    width: 5%;
    display: inline-block;
    margin-bottom: 10px;
}

.articulo-banner-titulo {
    font-weight: bold;
    margin-top: 10px;
}
.articulo-banner-contenido {
    width: 100%;
    position: relative;
}
.articulo-imagen-principal {
    width: 100%;
    height: 375px;
}
.articulo-contenido ul {
    list-style: none;
    list-style-type: none !important;
    padding: 0;
}

    .articulo-contenido ul li {
        padding-left: 1.3em;
    }

        .articulo-contenido ul li:before {
            content: "\f00c"; /* FontAwesome Unicode */
            font-family: FontAwesome;
            display: inline-block;
            margin-left: -1.3em; /* same as padding-left set on li */
            width: 1.3em; /* same as padding-left set on li */
            color: rgb(46, 125, 51);
        }

.articulo-contenido-mobile {
    font-size: 17px !important;
}

.articulo-lado-derecho{
    background-color: white;
}

.linea-degradada-acta-defuncion {
    text-align: center;
    height: 180px;
    color: #fff;
    background-repeat: no-repeat;
    background-image: url(/imagenes/actas/fondotransparente-azul.svg);
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    width: 100%;
    opacity: 0.5;
    position: absolute;
}

.linea-degradada-acta-nacimiento {
    text-align: center;
    height: 180px;
    color: #fff;
    background-repeat: no-repeat;
    background-image: url(/imagenes/actas/fondotransparente-amarillo.svg);
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    width: 100%;
    opacity: 0.5;
    position: absolute;
}

.linea-degradada-acta-matrimonio {
    text-align: center;
    height: 180px;
    color: #fff;
    background-image: url(/imagenes/actas/fondotransparente-rojo.svg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    width: 100%;
    position: absolute;
    opacity: 0.5;
}

.linea-degradada-acta-union-convivencial {
    text-align: center;
    height: 180px;
    color: #fff;
    background-image: url(/imagenes/actas/fondotransparente-rosado.svg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    width: 100%;
    position: absolute;
    opacity: 0.5;
}

.linea-degradada-tramites {
    text-align: center;
    height: 180px;
    color: #fff;
    background-repeat: no-repeat;
    background-image: url(/imagenes/actas/fondotransparente-azul.svg);
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    width: 100%;
    opacity: 0.5;
    position: absolute;
}

article > h4 {
    margin-top:0px !important
}
.acta-defuncion-icono {
}

.btn-articulo-descargar{
    color: white !important;
}

.jumbotron-body {
    position: relative;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.border-accordion-actas {
    border-radius: 10px !important;
    border: 1px solid #4E9D2D;
}

.border-none-important {
    border: none !important;
}

.card-header-actas {
    background-color: white;
    padding: 1px 2px;
    border-radius: 33px;
    border-bottom: 1px solid #4E9D2D;
}

.rotate-icon {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.accordion .card .card-header button.border-none-important {
    border-bottom: 1px solid #4E9D2D !important;
}
.accordion .card .card-header button:not(.collapsed) .rotate-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion .card .card-header button:not(.collapsed).border-none-important {
    border-bottom: 1px solid #4E9D2D !important;
}

.border-bottom-verde {
    border-bottom: 1px solid #4E9D2D !important;
}

.flechita-estilo {
    float: left;
    font-size: 25px;
}

@media (min-width: 768px) {
    .articulo-imagen-principal {
        min-height: 375px;
    }
    .acta-defuncion-icono {
        height: 90.73px;
    }
}


@media (min-width: 1300px){
    .linea-degradada-tramites,
    .linea-degradada-acta-defuncion,
    .linea-degradada-acta-matrimonio,
    .linea-degradada-acta-union-convivencial,
    .linea-degradada-acta-nacimiento {
        height: 200px;
        width: 100%;
    }
    .articulo-contenido-mobile {
        font-size: 20px;
    }
    .articulo-banner-titulo {
        font-size: 37px;
    }
    
}

@media (min-with: 1400px){
    .linea-degradada-tramites,
    .linea-degradada-acta-defuncion,
    .linea-degradada-acta-matrimonio,
    .linea-degradada-acta-union-convivencial,
    .linea-degradada-acta-nacimiento {
        height: 225px;
        width: 100%;
    }
}

@media(max-width: 768px) {

    .articulo-banner-icono {
        margin-top: 10px;
        width: 10%;
    }
}