/**********************************Carousel************************************************/
.carousel-indicators{
    margin-bottom: 100px;
}

#intro h2 {
    font-size:30px;
    font-weight:700;
    margin-bottom:10px;
    line-height:40px;
}

/* -----  Photos Hover Animations ----- */
.popup-wrapper{ 
display:block; 
position:relative; 
overflow:hidden;
}

.popup-gallery{
	display:inline-block;
	position:relative;
}

.first-gallery{
	margin-bottom:15px;
}

.popup-gallery img {
	position:relative;
	z-index:10;
	width: 100%;
	height: auto;
        border-radius: 3px;
}

.popup-gallery:hover img {
	opacity: 0.25;
}

.popup-gallery a span.eye-wrapper, 
.popup-gallery a span.eye-wrapper2 {
	background-color:#000;
	position: absolute;
	display: block;
	overflow:hidden;
	z-index: 2;
	height:100%!important;
	top: 0%;
	margin-top: 0px;
	left: 0%;
	right: 0%;
	font-size: 22px;
	color:#fff;
	text-align: center;
	font-weight:300;
	opacity: 0;
}

.popup-gallery a span.eye-wrapper2 {
	-webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.popup-gallery a span.eye-wrapper i.eye-icon, .popup-gallery a span.eye-wrapper2 i.eye-icon{
	position: absolute;
	display: inline-block;
	font-size:38px;
	z-index: 3;
	top: 50%!important;
	margin-top: -19px!important;
	left: 0%;
	right: 0%;
}

.popup-gallery a:hover span{
	opacity: 1;
}

.popup-gallery img,
.popup-gallery a span {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

/*============================whatsapp flotante===============================================*/
#whatsapp-flotante{
    position: fixed;
    display: none;
    background: #8dc63f;
    color: #fff;
    display: inline-block;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 70px;
    transition: background 0.5s;
    z-index: 11;
    cursor: pointer;
}

#whatsapp-flotante i {
  padding-top: 12px;
  color: #fff;
  font-size: 18px;
}

.popover{
    border: 0 !important;
    border-radius: 3px;
    background-color:#8dc63f;
    -webkit-box-shadow:0 0px 3px rgba(0,0,0,.4);
    box-shadow:0 0px 3px rgba(0,0,0,.4);
    -moz-box-shadow:0 0px 3px rgba(0,0,0,.4);
    /*-webkit-box-shadow: none;
    -moz-box-shadow:none;
    box-shadow:none;*/
    /*border:1px solid green !important;
    border-color: green !important;*/
    font-family:"Open Sans", sans-serif;
}

.popover-body{
    padding:9px 14px;
    color:#fff !important;
    font-weight: 800 !important;
}

.arrow::after, .bs-popover-left .arrow::after {
    border-left-color: #8dc63f !important;
}

.arrow::after, .bs-popover-right .arrow::after {
    border-right-color: #8dc63f !important;
}

/******************************acordion faq*******************************************/
#accordion{
    padding-bottom:40px;
    background:transparent;
    padding-left: 50px;
    padding-right: 50px;
}

@media (max-width: 767px) {
    #accordion{
        padding-left: 0px;
        padding-right: 0px;
    }
}

.card{
    background: transparent;
    border:none;
    border-radius:0
}

.card-header{
    background: rgba(42,130,171,0.1);
    /*background: rgba(0,0,0,0.1);*/
    /*background: rgba(255,255,255,0.4);*/
    border:none;
    padding:5px;
    margin-bottom: 2px;
}

.card-body{
    font-size: 14px;
    color:#000;
    text-align: center;
}

.accordion-btn{
    text-decoration: none !important;
    font-size:14px;
    font-weight: 600;
    color:#5f737b;
}

.accordion-btn{
    white-space: normal !important;
}

.accordion-btn i{
     color:#7b8f97;
     font-size: 12px
}

.accordion-btn:hover{
    text-decoration: none !important;
    color:#1ea6ee;
}

.accordion-btn i:hover{
     color:#1ea6ee;
}

.rowCard {/*importante para que queden del mismo height*/
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.aboutCard {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 10px;
  margin-bottom: 20px;
  /*border-bottom: 1px solid rgba(0, 0, 0, 0.125);*/
}

#intro p,h2{    
    /*font-weight: bold;*/
    text-shadow: 0px 0px 2px #000000;
}
#intro p{    
    font-weight: bold;
    text-shadow: 0px 0px 2px #000000;
}

