.card2 {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    z-index: 555;
    border-radius: 10px 10px 10px 10px;
}

/* On mouse-over, add a deeper shadow */
.card2:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 555;
    border-radius: 10px 10px 10px 10px;
}

.card3 {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    z-index: 555;
    border-radius: 10px 10px 10px 10px;
    margin-left:5px;
    margin-top:10px;
    margin-bottom:10px;
    margin-right: 5px;
}

/* On mouse-over, add a deeper shadow */
.card3:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.7);
    z-index: 555;
    border-radius: 10px 10px 10px 10px;
}

.margen_right_card {
    margin-right: 5px;
}


.card_header1 {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    /*background-color: yellow;*/
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    border-radius: 10px 10px 0px 0px;
    
}

.card_header2 {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    /*background-color: yellow;*/
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    margin-right: 5px;
    border-radius: 10px 10px 0px 0px;
}

.margen_foto_organizacion {
    margin-top: 10px;
    margin-bottom: 10px;
}

.margen_colaboradores {
    margin-top: 15px;
    margin-bottom: 15px;
}


.alto_imagen_principal {
    height: auto;
}

.margenes_contenido {
    margin-left: 10;
    margin-right: 10;
    margin-bottom: 15px;
}

.margen_superior {
    margin-top: 75px;
}

.carousel-indicators li {
    margin-top: -50px;
    height: 15px;
    text-align: right;
    background-color: transparent;
}

.radio{
  margin-left:65px;
  margin-top:5px;
}

.titulo_vista{
  font-size:1.3rem;
  font-weight: bold;
}

.imagen_noticia{
  width: 85%;
  max-height: 500px;
}


.minima_resolucion{
  min-width: 1024px;
  min-height: 768px;
}

@media (min-width: 600px) {
    .margen_app {
        margin-right: 200px;
        margin-left: 200px;
    }

    .alto_imagen_principal {
        max-height: 700px;
        height: 700px;
    }

    .margenes_contenido {
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 15px;
    }

    .margen_superior {
        margin-top: 50px;
    }

    .carousel-indicators li {
        margin-top: -100px;
        height: 20px;
        text-align: right;
    }

    .margen_menu{
        margin-right:-150px;
    }

}

@media (min-width: 1278px) {
   .margen_app {
        margin-right: 120px;
        margin-left: 120px;
    }

    .alto_imagen_principal {
        height: 500px;
    }

    .radio{
      margin-left:35px;
      margin-top:5px;
    }

     .margen_superior {
        margin-top: 120px;
    }

    .titulo_vista{
      font-size:1.2rem;
      font-weight: bold;
    }

    .imagen_noticia{
      width: 100%;
      max-height: 500px;
    }
}

@media (min-width: 1920px) {
   .margen_app {
        margin-right: 160px;
        margin-left: 160px;
    }

    .alto_imagen_principal {
        height: 700px;
    }

    .radio{
      margin-left:35px;
      margin-top:5px;
    }

     .margen_superior {
        /*margin-top: 150px;*/ 
        margin-top: 150px;
    }

    .titulo_vista{
      font-size:1.3rem;
      font-weight: bold;
    }

    .imagen_noticia{
      width: 70%;
      max-height: 500px;
    }
}

@media (min-width: 1416px) {
   .margen_app {
        margin-right: 140px;
        margin-left: 140px;
    }

    .alto_imagen_principal {
        height: 700px;
    }

    .radio{
      margin-left:35px;
      margin-top:5px;
    }

     .margen_superior {
        margin-top: 160px;
    }

    .titulo_vista{
      font-size:1.3rem;
      font-weight: bold;
    }

    .imagen_noticia{
      width: 80%;
      max-height: 500px;
    }
}

.opacity {
    /*background-color:rgb(255,0,0);
   opacity:0.6;
   filter:alpha(opacity=60); 
   width:100%;
   height:70px;*/

    opacity: 0.6;
    background-color: white;
    line-height: 100%;
    width: 100%;
    height: 60px;
    left: 0;
    bottom: 0;
}

.carousel-control-next,
.carousel-control-prev {
    /* position: absolute;
    top: 0;*/
    bottom: 0;
    /*z-index: 1;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0;
    transition: opacity .15s ease;*/
}

.carousel-control-next-icon,
.carousel-control-prev-icon {

    width: 40px;
    height: 40px;

}

p{
text-align: justify;
}

.texto_imagen {
    font-weight: bold;
    font-size: 1.2rem;
    color: black;
    text-align: center;
}

.texto_imagen_small {
    font-weight: bold;
    font-size: 0.8rem;
    color: black;
     text-align: center;
}



.sticky-container {
    padding: 0px;
    margin: 0px;
    position: fixed;
    right: -130px;
    top: 230px;
    /*width:210px;*/
    width: 230px;
    z-index: 1100;
}

.sticky li {
    list-style-type: none;
    background-color: transparent;
    color: #efefef;
    /*height:43px;*/
    height: 55px;
    padding: 0px;
    margin: 0px 0px 1px 0px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}

.sticky li:hover {
    /*margin-left:-115px;*/

    -webkit-transform: scale(1.25);

    -moz-transform: scale(1.25);

    -ms-transform: scale(1.25);

    -o-transform: scale(1.25);

    transform: scale(1.25);
}

.sticky li img {
    float: left;
    margin: 5px 4px;
    margin-right: 5px;
}

.sticky li p {
    padding-top: 5px;
    margin: 0px;
    line-height: 5px;
    font-size: 11px;
}

.sticky li p a {
    text-decoration: none;
    color: #2C3539;
}

.sticky li p a:hover {
    text-decoration: underline;
}

body {
   overflow-x: hidden;
}


/*.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}*/

img {
  background:transparent url(img/ajax-loader.gif) center no-repeat;
  }


.hidden {
  display: none !important;
  visibility: hidden !important;
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999999999;
  background: rgba(0, 0, 0, 0.5);
}

.overlay svg{
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -50px;
  position: absolute;
}

.overlay-spinner {
  box-sizing: border-box;
  height: 40px;
  width: 40px;
  margin: -20px 0 0 -20px;
  border: 0px solid #3e4164;
  border-radius: 50%;
  box-shadow: 0 -10px 0 14px #3e4164 inset;
  animation: rotate 1s infinite linear;
  background: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: .6s;
 transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}

.imagen_iglesia{
  width: 80%;
  max-height: 500px;
}

.direccion_iglesia{
  font-size:16px;
  font-weight: bold;
  text-align: center;
}


.carta-box {
  /*margin: 100px;*/
  width: 200px;
  height: 250px;
  position: relative;
  perspective: 1000px;
}

.carta-box:hover .carta {
    transform: rotateY(180deg);
}

.carta {
  transform-style: preserve-3d;
  transition: all 0.5s linear;
}

.cara {
  position: absolute;
  backface-visibility: hidden;
}

.cara.detras {
  transform: rotateY(180deg);
}

.margen_superior_mobile {  
    margin-top: 160px;
}






