
.page-item.active .page-link{
    background: #C1272D;
    color:white;
    border:1px solid #C1272D;
    z-index: 1;
}

.page-link{
    color:#777;
}


.fa-search, .fa-bars{
    color: #F5EFE3;
}

.fondo-btn{

  background: #C1272D;  
}




.contenedor{
    width: 90%;
    max-width: 1200px;
    overflow: hidden;
    margin: auto;
   /* padding: 60px 0;*/
}



.gallery{
    background: #f2f2f2;
}

.contenedor-galeria{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 30px;
}



.img-galeria{
    width: 30%;
    display: block;
    margin-bottom: 2px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .6);
    cursor: pointer;
}

.subtitulo{
    color: #9f8ad0;
    font-size: 40px;
    text-align: center;
    font-weight: 300;
    margin-bottom: 30px;
}

.imagen-light{
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.534);
    transform: translate(100%);
    transition: transform .2s ease-in-out;
}

.agregar-imagen{
    width: 70%;
    transform: scale(0);
    border-radius: 10px;
    transition: transform .3s .2s;
}


.showImage{
    transform: scale(1);
}

.show{
    transform: translate(0);
}

.close{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    cursor: pointer;
}




.line{
    width: 90%;
    max-width: 1200px;
    margin: auto;
    height: 2px;
    background: #fff;
    margin-bottom: 60px;
}


.experts{
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}

.cont-expert{
    width: 30%;
    text-align: center;
    margin-bottom: 20px;
    font-family: arial regular;
}

.cont-expert img{
    object-fit: cover;
    display: block;
    margin: auto;
    width: 100%;
}

.n-expert{
    width: 100%;
    display: inline-block;
    margin-top: 20px;
    font-weight: 200;
}


.card-columns-clasificado {
/*    -webkit-column-count: 3;
    -moz-column-count: 3;*/
    column-count: 2;
/*    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;*/
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}



@media screen and (max-width: 800px){

    .img-galeria{
        width: 45%;
    }
    
    .agregarImagen{
        width: 80%;
    }

       .cont-expert{
        width: 80%;
    }


}


@media screen and (max-width: 500px){


    .img-galeria{
        width: 95%;
    }
    
    .agregar-imagen{
        width: 90%;
    }

    .dolarresp { width: 62%; }

}

@media screen and (max-width: 400px){


    .dolarresp { width: 71%; }

}





/*Widget Tabla del Dolar*/

    table{
        text-align: center;
        width: 90%;
        margin: 5px 47px 5px 47px;
        /*margin: 5px auto;*/
        letter-spacing: 1px;
      /*  border: 1px solid #C1272D;*/
        transition: all .5s;


    }

th{
    font-size: 14px;
    
    margin: 10px;
    padding: 10px;
    background-color: #F5EFE3;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

td{
    font-size: 14px;
    color:  #60220B;
    padding: 9px;
    transition: all .3s;
    border: 1px solid #60220B;
}

td:hover{
    color: #fff;
    background-color: #C1272D;
}

#dolarfecha{
    font-size: 12px;
    color: black;
    margin: 10px;
    padding: 2px;
    background-color: #F5EFE3;
    color: #60220B;
   /* border: 1px solid #F5EFE3;*/
}




/* Widget Clima 2*/


#weather_wrapper{
    width: 200px;
    /*margin: 100px auto;*/
}
.weatherCard{
    width: 239px;
    height: 100px;
    font-family: 'Open Sans';
    position: relative;


}
.currentTemp{
    width: 100px;
    height: 100px;
    background: #F5EFE3; /* color de la temperatura*/
    position: absolute;
    top: 0;
    left: 0;
    /*color: #60220B;*/
    font-family: Arial narrow;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
   
}
.currentWeather{
    width: 148px;
    height: 100px;
    background: rgb(237, 237, 237);
    /*margin: 0;*/
    position: absolute;
    top: 0;
    right: 0;
    border-top-right-radius: 5px;


}
.temp{
    font-size: 25px;
    text-align: center;
    display: block;
    font-weight: 300;
    color: #60220B;
    padding: 20px 0 0;

}
.location{
    color: #60220B;
    text-align: center;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 14px;
    display: block;
}

.conditions{
    font-family: weathericons;
    font-size: 40px;
    display: block;
    padding: 10px 0 0;
    text-align: center;
    background: #F5EFE3;
    color: #60220B;

}

.info{
    width: 148px;
    height: 50px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #F5EFE3;
    /*font-weight: 700;*/
    color: #60220B;
    text-align: center;
    
    border-bottom-right-radius: 5px;
}
.rain {
/*    width: 100%;
    position: absolute;
    left: 10px;*/
    /*word-spacing: 10px;*/
  /*  top: 7px;*/

    margin: auto;
    width: 90%;
    position: absolute;
    left: 10px;
    top: 5px;
    font-family: arial regular;

}

@media screen and (max-width: 500px) {
    .rain {
        font-size: 13px;
    }
}

.wind {
    width: 50%;
    right: -10px;
    position: absolute;
   /* word-spacing: 10px;*/
    top: 7px;
}


/*Botones compartir*/


#clickbtn1:checked ~ .share-btn a span {
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 23px;
  z-index: 1;
  opacity: 1;
  
}

#clickbtn1:checked ~ .share-btn a:nth-child(2) span{
  bottom: 0px;
  right: 80px;
  background: #60220B;
  border-color: #60220B;
}

#clickbtn1:checked ~ .share-btn a:nth-child(3) span{
  bottom: 65px;
  right: 65px;
  background: #60220B;
  border-color: #60220B;
}

.share-btn a:nth-child(3) span{
  transition-delay: 0.2s;
}

#clickbtn1:checked ~ .share-btn a:nth-child(4) span{
  bottom: 80px;
  right: 0px;
  background: #60220B;
  border-color: #60220B;
}

.share-btn a:nth-child(4) span{
  transition-delay: 0.4s;
}

#clickbtn1 {
  display: none;
}


/*btn2*/

#clickbtn2:checked ~ .share-btn a span {
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 23px;
  z-index: 1;
  opacity: 1;
  
}

#clickbtn2:checked ~ .share-btn a:nth-child(2) span{
  bottom: 0px;
  right: 80px;
  background: #60220B;
  border-color: #60220B;
}

#clickbtn2:checked ~ .share-btn a:nth-child(3) span{
  bottom: 65px;
  right: 65px;
  background: #60220B;
  border-color: #60220B;
}

.share-btn a:nth-child(3) span{
  transition-delay: 0.2s;
}

#clickbtn2:checked ~ .share-btn a:nth-child(4) span{
  bottom: 80px;
  right: 0px;
  background: #60220B;
  border-color: #60220B;
}

.share-btn a:nth-child(4) span{
  transition-delay: 0.4s;
}

#clickbtn2 {
  display: none;
}

/*btn 3*/

#clickbtn3:checked ~ .share-btn a span {
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 23px;
  z-index: 1;
  opacity: 1;
  
}

#clickbtn3:checked ~ .share-btn a:nth-child(2) span{
  bottom: 0px;
  right: 80px;
  background: #60220B;
  border-color: #60220B;
}

#clickbtn3:checked ~ .share-btn a:nth-child(3) span{
  bottom: 65px;
  right: 65px;
  background: #60220B;
  border-color: #60220B;
}

.share-btn a:nth-child(3) span{
  transition-delay: 0.2s;
}

#clickbtn3:checked ~ .share-btn a:nth-child(4) span{
  bottom: 80px;
  right: 0px;
  background: #60220B;
  border-color: #60220B;
}

.share-btn a:nth-child(4) span{
  transition-delay: 0.4s;
}

#clickbtn3 {
  display: none;
}

/*btn 4*/

#clickbtn4:checked ~ .share-btn a span {
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 23px;
  z-index: 1;
  opacity: 1;
  
}

#clickbtn4:checked ~ .share-btn a:nth-child(2) span{
  bottom: 0px;
  right: 80px;
  background: #60220B;
  border-color: #60220B;
}

#clickbtn4:checked ~ .share-btn a:nth-child(3) span{
  bottom: 65px;
  right: 65px;
  background: #60220B;
  border-color: #60220B;
}

.share-btn a:nth-child(3) span{
  transition-delay: 0.2s;
}

#clickbtn4:checked ~ .share-btn a:nth-child(4) span{
  bottom: 80px;
  right: 0px;
  background: #60220B;
  border-color: #60220B;
}

.share-btn a:nth-child(4) span{
  transition-delay: 0.4s;
}

#clickbtn4 {
  display: none;
}

/*btn 5*/

#clickbtn5:checked ~ .share-btn a span {
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 23px;
  z-index: 1;
  opacity: 1;
  
}

#clickbtn5:checked ~ .share-btn a:nth-child(2) span{
  bottom: 0px;
  right: 80px;
  background: #60220B;
  border-color: #60220B;
}

#clickbtn5:checked ~ .share-btn a:nth-child(3) span{
  bottom: 65px;
  right: 65px;
  background: #60220B;
  border-color: #60220B;
}

.share-btn a:nth-child(3) span{
  transition-delay: 0.2s;
}

#clickbtn5:checked ~ .share-btn a:nth-child(4) span{
  bottom: 80px;
  right: 0px;
  background: #60220B;
  border-color: #60220B;
}

.share-btn a:nth-child(4) span{
  transition-delay: 0.4s;
}

#clickbtn5 {
  display: none;
}

/*btn 0*/

#clickbtn0:checked ~ .share-btn a span {
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 23px;
  z-index: 1;
  opacity: 1;
  
}

#clickbtn0:checked ~ .share-btn a:nth-child(2) span{
  bottom: 0px;
  right: 80px;
  background: #60220B;
  border-color: #60220B;
}

#clickbtn0:checked ~ .share-btn a:nth-child(3) span{
  bottom: 65px;
  right: 65px;
  background: #60220B;
  border-color: #60220B;
}

.share-btn a:nth-child(3) span{
  transition-delay: 0.2s;
}

#clickbtn0:checked ~ .share-btn a:nth-child(4) span{
  bottom: 80px;
  right: 0px;
  background: #60220B;
  border-color: #60220B;
}

.share-btn a:nth-child(4) span{
  transition-delay: 0.4s;
}

#clickbtn0 {
  display: none;
}


/*btn Social*/

#clickSocial:checked ~ .share-btn a span {
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 23px;
  z-index: 1;
  opacity: 1;
  
}

#clickSocial:checked ~ .share-btn a:nth-child(2) span{
  bottom: 0px;
  right: 80px;
  background: #60220B;
  border-color: #60220B;
}

#clickSocial:checked ~ .share-btn a:nth-child(3) span{
  bottom: 65px;
  right: 65px;
  background: #60220B;
  border-color: #60220B;
}

.share-btn a:nth-child(3) span{
  transition-delay: 0.2s;
}

#clickSocial:checked ~ .share-btn a:nth-child(4) span{
  bottom: 80px;
  right: 0px;
  background: #60220B;
  border-color: #60220B;
}

.share-btn a:nth-child(4) span{
  transition-delay: 0.4s;
}

#clickSocial {
  display: none;
}