body {
    /* blue 50 */
    background-color: #E0F0FE;
}

#particles-js{
    display: flex;
    align-items: center;
    pointer-events: none;
  }

  .particles-js-canvas-el{
    position: absolute;
    max-width: 97%;
    margin-top: 110px;
  }

.header {
    background-color: #1A73E8;
    color: white;
    text-align: center;
    position: relative;
}
.jumbotron {
    background-color: #1A73E8;
    text-align: center;
    color: white;
    position: relative;
}
.jumbotron img {
    max-height: 100px;
    z-index: 1;
}

.header h1 {
    line-height: 100px;
}

.header img {
    max-height: 100px;
}

.image-wrapper {
    position: relative;
    padding-bottom: 75%;
}

.image-wrapper img {
    position: absolute;
    object-fit: scale-down;
    width: 100%;
    height: 100%;
}

.title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #202124;
}

.detail {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #202124;
}

.my-btn,
.my-btn:hover,
.my-btn:focus {
    display: inline-block;
    padding: 6px 16px 6px 16px;
    border: 0px;
    border-radius: 100px;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.08);
    color: #1E8E3E;
}

.my-btn:hover,
.my-btn:focus {
    background-color: rgba(0, 0, 0, 0.12);
}

.my-btn2 {
    color: white;
    background-color: #1E8E3E;
}

.linktodetail,
.linktodetail:hover,
.linktodetail:focus {
    text-decoration: none;
}

.image-wrapper-detail {
    position: relative;
    padding-bottom: 66%;
}

.image-wrapper-detail img {
    position: absolute;
    object-fit: scale-down;
    width: 100%;
    height: 100%;
}

.carousel-control-prev,
.carousel-control-next,
.carousel-indicators {
    background-color: rgba(0, 0, 0, 0.08);
}

.gallery-entry{
    height:100%;
}

.tarjetas{
    margin-left:  -3%;
    margin-top: -10px;
}

/*ICON instagram*/

.instagram {
    display: inline-block;
    width: 40%;
    text-align: center;
    border-radius: 35px;
    font-size: 14px;
    vertical-align: middle;
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  }

/*ICON WHATSAAP*/
.btn-wsp{
    position:fixed;
    width:70px;
    height:70px;
    line-height: 70px;
    bottom:25px;
    right:25px;
    background:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:35px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index:100;
    transition: all 300ms ease;
}
.btn-wsp:hover{
    background: #FFF;
    color:#25d366;
}

/*nav*/

.navbar li a:hover {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #285AEB;
    -webkit-transform: scale(1.04);
    
}
.navbar{
    font-size: 15px;

}
nav{
    background-color: #6594BF;
}
.nav-link {
    text-decoration: underline;
}


/* FOOTER */

footer {
    background-color: #6594BF !important;
    color: #fff;
    text-align: center;
    padding: 0% auto 0% auto;
    padding-top:10px;
}

footer .row .img-fluid {
    width: 40%;
}

footer hr {
    height: 2px;
    width: 50%;
    margin: 2vh auto 2vh auto;
    background-color: #FFF;
}

footer span .derechos {
    display: inline;
    margin: 0 10% 0 0;
}

.tarjeta{ 
    width: 8vh;
 }

/* Tablets y phablets esto solo aplican en vertical */
@media all and (min-width: 576px) and (max-width: 767px) and (orientation: portrait) {
    footer .container .row .col .img-fluid .instagram{
        width: 100vw;
    }
    .tarjeta{
        width: 5vh;
        font-size: 15px;
    }
    .tarjetas{
        margin-top: -.5em;
        margin-left: -5%;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    footer .row .img-fluid{
        width: 70%;
    }
    .instagram{
        width: 70%;
    }
    .tarjeta{
        width: 5vh;
        font-size: 15px;
    }
    .tarjetas{
        margin-top: -.5em;
        margin-left: -5%;
    }
}

/*CELULAR*/
@media only screen and (min-width:320px) and (max-width:768px)and (orientation:portrait){
    .btn-wsp{
        width:53px;
        height:53px;
        line-height: 53px;
        font-size:25px;
	}
    .header{
        padding-top:  -5%;
        padding-left: -10%;
    }
    .tarjetas{
        margin-top: -1.5em;
    }
    .tarjeta{
        width: 5vh;
        font-size: 15px;
    }
    footer .row .img-fluid{
        width: 30%;
    }
    .instagram{
        width: 30%;
    }

}

/*CELULAR horizontal*/
@media screen and (min-width: 390px) and (max-width: 1020px) and (orientation:landscape) {
    .tarjeta{
        width: 12vh;
        font-size: 15px;
    }
    footer .row .img-fluid {
        width: 70%;
    }
    .instagram{
        width: 70%;
    }

  }

/* Escritorio grande */
@media screen and (min-width: 992px) and (max-width: 1119px) {
    /*Footer*/
    footer .container .row .col .img-fluid .instagram{
        width: 60%;
    }
}

/* Escritorio extra grande este diseño lo soporta desde el inicio*/

@media only screen and (min-width: 1200px) {
    .tarjetas{
        margin: top 1em;
    }
    .tarjeta{
        font-size: 15px;
    }
}


/* Full HD y un poco mas */
@media only screen and (min-width: 2000px) and (max-width: 2559px) {
    footer {
        font-size: 1.6vh !important;
    }
}
