@font-face {
    font-family: "Gill Sans Semi Bold";
    src: url("../fonts/Gill_Sans_SemiBold.ttf");
}

@font-face {
    font-family: "Gill Sans Ligth";
    src: url("../fonts/Gill_Sans_Std_Light.otf");
}

img.zooom {
    width: 300px;
    height: 150px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
 
.transitions2 {
    -webkit-transform: scale(1.03); 
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}

.articulos {
    margin-left: 1vw;
    width: 95%;
    height: 30%;
    border-style: solid;
    border-color: #F2F2F2;
    border-width: 1px;
    -webkit-box-shadow: 1px 34px 18px -30px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 34px 18px -30px rgba(0,0,0,0.75);
    box-shadow: 1px 34px 18px -30px rgba(0,0,0,0.75);
}

h1.title {
    font-family: "Gill Sans Semi Bold";
    color: #008FA3;
    font-size: 2em;
    padding: 10px;
}

p.detail {
    font-family: "Gill Sans Ligth";
    color: #000000;
    font-size: 1.4em;
    padding: 10px;
}

input.btn-mas {
    width: 7vw;
    height: 5vh;
    border-style: none;
    color: #0090a4;
    background-color: #c6e5ef;
    padding: 5px;
}

div#articulo {
    margin-left: 1vw;
    width: 95%;
    height: 30%;
    border-style: solid;
    border-color: #F2F2F2;
    border-width: 1px;
    -webkit-box-shadow: 1px 34px 18px -30px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 34px 18px -30px rgba(0,0,0,0.75);
    box-shadow: 1px 34px 18px -30px rgba(0,0,0,0.75);
}

.pagina {
    width: 25px;
    height: 25px;
    font-family: Gill Sans Regular;
    font-size: 20px;
    border-width: 1px;
    background-color: #0090a4;
    color: white;
    border-radius: 5px;
}

.paginaline {
    width: 25px;
    height: 25px;
    font-family: Gill Sans Regular;
    font-size: 20px;
    border-width: 1px;
    background-color: white;
    color: #0090a4;
    border-radius: 5px;
}

@media screen and (min-width: 200px) and (max-width: 699px) {
    div.positionIcon {
        display: none;
    }

    div#paginasArticulosB {
        display: none;
    }
    div#paginasArticulosBM {
        width: 100% !important;
        text-align: center !important;
        align-content: center !important;
        
    }

    .articulos-m {
        margin-left: 1vw;
        width: 50%;
        height: 50%;
        border-style: solid;
        border-color: #F2F2F2;
        border-width: 1px;
        -webkit-box-shadow: 1px 34px 18px -30px rgba(0,0,0,0.75);
        -moz-box-shadow: 1px 34px 18px -30px rgba(0,0,0,0.75);
        box-shadow: 1px 34px 18px -30px rgba(0,0,0,0.75);
    }
    .articulos {
        display: none;
    }

    div#articulos-blog {
        display: none;
    }

    h1.title {
        font-family: "Gill Sans Semi Bold";
        color: #008FA3;
        font-size: 1.5em;
        padding: 10px;
    }

    p.detail {
        font-family: "Gill Sans Ligth";
        color: #000000;
        font-size: 1em;
        padding: 10px;
    }

    input.btn-mas {
        width: 20vw !important;
        height: 5vh !important;
        border-style: none;
        color: #0090a4;
        background-color: #c6e5ef;
        padding: 5px !important;
    }
}

@media screen and (min-width: 700px) and (max-width: 999px){
    div#paginasArticulosBM {
        display:none;
    }

    div#articulos-blog-movil {
        display: none;
    }

    div.positionIcon {
        text-align: center;
    }
    .articulos-m {
        display: none;
    }

    .articulos {
        margin-left: 1vw;
        width: 95%;
        height: 30%;
        border-style: solid;
        border-color: #F2F2F2;
        border-width: 1px;
        -webkit-box-shadow: 1px 34px 18px -30px rgba(0,0,0,0.75);
        -moz-box-shadow: 1px 34px 18px -30px rgba(0,0,0,0.75);
        box-shadow: 1px 34px 18px -30px rgba(0,0,0,0.75);
    }

    .col-8 {
        padding: 20px;
        flex: 2;
    }

    .col-4 {
        padding: 0;
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    h1.title {
        font-family: "Gill Sans Semi Bold";
        color: #008FA3;
        font-size: 1.2em;
        padding: 5px;
    }

    p.detail {
        font-family: "Gill Sans Ligth";
        color: #000000;
        font-size: 0.8em;
        padding: 5px;
    }

    input.btn-mas {
        width: 10vw !important;
        height: 4vh !important;
        border: none;
        color: #0090a4;
        background-color: #c6e5ef;
        padding: 2px !important;
        margin-top: 10px;
    }

    .img-article {
        max-width: 100%;
        height: auto;
        display: block;
    }
}

@media screen and (min-width: 1000px) and (max-width: 2000px) {

    .col-8 {
        padding: 20px;
        flex: 2;
    }

    .col-4 {
        padding: 0;
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .img-article {
        max-width: 100%;
        height: auto;
        display: block;
    }

    div#paginasArticulosBM {
        display: none;
    }

    div#articulos-blog-movil {
        display: none;
    }

    div.positionIcon {
        text-align: center;
    }

    .articulos-m {
        display: none;
    }

    .articulos {
        margin-left: 1vw;
        width: 95%;
        height: 30%;
        border-style: solid;
        border-color: #F2F2F2;
        border-width: 1px;
        -webkit-box-shadow: 1px 34px 18px -30px rgba(0,0,0,0.75);
        -moz-box-shadow: 1px 34px 18px -30px rgba(0,0,0,0.75);
        box-shadow: 1px 34px 18px -30px rgba(0,0,0,0.75);
    }

    .img-article {
        width: 100% !important;
        height: 90% !important;
    }
}

@media only screen and (min-width: 2001px) {
    .col-8 {
        padding: 20px;
        flex: 2;
    }

    .col-4 {
        padding: 0;
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .img-article {
        max-width: 100%;
        height: auto;
        display: block;
    }
    
    div#paginasArticulosBM {
        display: none;
    }

    div#articulos-blog-movil {
        display: none;
    }

    div.positionIcon {
        text-align: center;
    }
    .articulos-m {
        display: none;
    }
    .articulos {
        margin-left: 1vw;
        width: 95%;
        height: 30%;
        border-style: solid;
        border-color: #F2F2F2;
        border-width: 1px;
        -webkit-box-shadow: 1px 34px 18px -30px rgba(0,0,0,0.75);
        -moz-box-shadow: 1px 34px 18px -30px rgba(0,0,0,0.75);
        box-shadow: 1px 34px 18px -30px rgba(0,0,0,0.75);
    }
}
