
@import url('https://fonts.cdnfonts.com/css/proxima-nova-2?styles=44818,44819,44822,44823,44817,44816,44820,44821,44812,44813,44814,44815,44810,44811');  
      <!--Fin Archvos CSS-->
	  
#carouselVideos .carousel-control-prev,
#carouselVideos .carousel-control-next {
    width: 55px;
    height: 55px;
    background-color: #00723f;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}

#carouselVideos .carousel-control-prev {
    left: 12%;
}

#carouselVideos .carousel-control-next {
    right: 12%;
}

#carouselVideos .carousel-control-prev:hover,
#carouselVideos .carousel-control-next:hover {
    background-color: #005f35;
    opacity: 1;
}
	  
	  #carousel-inner{
		  //background-image:url("images/bkg.jpg");
		  background-color: #FFFFFF;
	  }
	  .carousel-inner {
    height: auto;
}
.carousel-item {
    height:auto;
}
.yt{
	max-height:633px;
}
/*
.video-responsive {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
	}
.video-responsive iframe, .video-responsive object, .video-responsive embed {
	height: 50%;
	left: 0;
	position: absolute;
	top: 0;
	width: 50%;
	}*/

/********************/
:root{
    --background:#087f8c;
}
.box2{
    background: #000;
    font-family: 'PT Sans', sans-serif;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.box2:before{
    content: "";
    background: #DD971A;
    width: 100%;
    height: 20px;
    position: absolute;
    bottom:-20px;
    left: 0;
    transition: all 0.4s ease;
    z-index: 1;
}
.box2:hover:before{ bottom: 0; }
.box2 img{
    width: 100%;
    height: auto;
    transform: scale(1.1);
    transition: all 0.4s ease;
}
.box2:hover img{
    opacity: 0.8;
    transform: scale(1);
}
.box2 .box-content2{
    color: #fff;
    background: #016337;
    width: 100%;
    padding: 15px 0 25px;
    clip-path: polygon(0 0, 100% 0, 100% 50%, 50% 100%, 0 50%);
    transform: translateX(-50%) ;
    position: absolute;
    top: -100px;
    left: 50%;
    transition: all 0.4s ease;
}
.box2:hover .box-content2{ top: 0; }
.box2 .title{
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    /*text-shadow: 2px 2px 3px rgba(0, 0, 0, .6);*/
    margin: 0 0 3px;
	color:#fff;
}
.box2 .post2{
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: capitalize;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, .6);
}
.box2 .icon2{
    padding: 0;
    margin: 0;
    list-style: none;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.3s ease 0s;
}
.box2 .icon2 li{
    display: inline-block;
    margin: 0 7px;
    transform: rotateX(90deg);
    transition: all 0.3s ease 0s;
}
.box2 .icon2 li:last-child{ transition-delay: 0.2s; }
.box2:hover .icon2 li{ transform: rotateX(0); }
.box2 .icon2 li a{
    color: #505050;
    background: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 17px;
    border-radius: 5px;
    display: block;
    transition: all 0.3s ease 0s;
}
.box2 .icon2 li a:hover{
    color: #fff;
    background: #016337;
}
@media only screen and (max-width:990px){
    .box2{ margin: 0 0 30px; }
}
/*******************************/
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:300,400);
@media only screen and (max-width: 600px) {

}







.demo a {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font : normal 400 20px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}
.demo a:hover {
  opacity: .5;
}


#section01 a {
  padding-top: 60px;
}
#section01 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}

.imgcar
{
   width: 75%;
   margin: auto;
}






.carousel-caption{
	margin-bottom:20%;
	margin-bottom:20%;
	background: rgba(0,0,0,0.6);
	padding:50px 100px;
	top: inherit;
}
.carousel-caption h5{
	font-size:60px;
	text-transform: uppercase;
}
.carousel-caption p{
	font-size:20px;
}



    .carousel-indicators {
        bottom: -2.4375rem;
    }
	.carousel-indicators li {
    background-color: #ebecec;!important;
}



.divisor-nav .nav-item {
    position: relative;
    padding-left: 1.2rem;   /* Espacio entre divisor y texto */
    padding-right: 1.2rem;  /* Espacio simétrico */
}

.divisor-nav .nav-item:first-child {
    padding-left: 0;         /* El primero no necesita padding izquierdo */
}

.divisor-nav .nav-item:last-child {
    padding-right: 0;        /* El último no necesita padding derecho */
}

.divisor-nav .nav-item:not(:first-child)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background-color: rgba(255, 255, 255, 1);
}

.titulo-columna {
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.carousel {
     margin-top: 0; 
}
/*body h2 {
    font-size: 34px;
}*/