.masthead{

	padding-top: 100px !important;

	padding-bottom: 10px !IMPORTANT;

}

.embed-responsive{

	margin-top: 10px;

}

section{

    margin-top: 15px;

}		

video{
    width: 100%;
}

.container{
    margin: 0px !important;
    /* padding: 0px; */
}
.container.head{

	margin-top: -80px !important;

}		



.subtitulo{

	text-align: center;

}

.lead{

	text-align: justify;

}

.img-info{

	padding-top: 20%;

}

li:hover{

	color: #00411c;

	cursor:pointer;

}

#mainNav .navbar-nav li.nav-item a.nav-link:hover {
    color: white !important;
    background: #00411c;
}

.bg-secondary{
    background-color: white!important;
    border-bottom: 5px solid black;
    border-radius: 15px;
}

.footer{
	background-color: #212529!important;
	padding-top: 2rem !important;
    padding-bottom: 1rem !important;
}

.copyright{
	background-color: #212529!important;
}

.img-fluid-circle {
    max-width: 100%;
    height: auto;
    border-radius: 50%;
    border-style: solid;
    border-color: #00411c !important;
    border-width: 3px;
}

.portfolio .portfolio-item .portfolio-item-caption {
    background-color: #ffffff4a !important;
    border-radius: 50% !important;
}

.portfolio .portfolio-item .portfolio-item-caption:hover {
    border: 2px solid #15512f;
    border-radius: 0PX !important;
}


.navbar-toggler {
    background-color: #00411c !important;
    border-style: solid;
	border-color: #00411c !important;
	color: #00411c !important;
}

#mainNav .navbar-nav li.nav-item a.nav-link {
    color: #00411c;
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #00411c!important;
    color: white !important;
}

.bg-primary {
    background-color: white!important;
}

section {
    padding: 2rem 0 !important;
}

.floating-label-form-group {
    border-bottom: 1px solid #00411c !important;
}

.section-info{
	border-style: solid;
    border-color: #00411c;
    border-radius: 20px;
    margin: 10px;
    background-color: #fff !important;
    color: black !important;
	border-width: 3px;
    animation: bounceIn 2s;
    margin-top: 30px;
}

.section-head{
    animation: bounceIn 2s;
    margin-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
}
.text-green {
    color: #00411c!important;
}

.btn-outline-green {
    color: #00411c !important;
    border-color: #00411c !important;
    border-radius: 10px;
}

.btn-outline-green:hover {
    color: white !important;
    background-color: #01461e !important;
}

hr.star-light {
    border-color: #00411c !important;
}

hr.star-light:after {
    color: #00411c !important;
    background-color: white !important;
}

.select-nav{
    border-bottom: 2px solid #00411c;
}

.campanaNotificacion {
    -webkit-animation: animarCampana 2s infinite ease; /* Safari 4.0 - 8.0 */
    -moz-animation: animarCampana 2s infinite ease; /* Mozilla */
    animation: animarCampana 2s infinite ease;
}

.logo-head{
    width: 230px;
  }

/* Mozilla */
@-moz-keyframes animarCampana {
    0% {
        color: #00411c;
    }

    25% {
        color: #00411c;
    }

    50% {
        color: white;
    }

    100% {
        color: white;
    }
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes animarCampana {
    0% {
        color: #00411c;
    }

    25% {
        color: #00411c;
    }

    50% {
        color: white;
    }

    100% {
        color: white;
    }
}

/* Standard syntax */
@keyframes animarCampana {
    0% {
        color: #00411c;
    }

    25% {
        color: #00411c;
    }

    50% {
        color: white;
    }

    100% {
        color: white;
    }
}

body{
    opacity: 1;
    animation: fadeIn 3s ease;
  }
  
  @keyframes fadeIn{
    0%{
      opacity: 0;
    }
    100%{
      opacity: 1;
    }
  }

  .fade-in {
    opacity:0;  /* make things invisible upon start */
    -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;
  
    -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
  
    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    animation-duration:1s;
  }
  
  .fade-in.one {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
  }
  
  .fade-in.two {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay:1.5s;
    animation-delay: 1.5s;
  }
  
  .fade-in.three {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    animation-delay: 2s;
  }

  .fade-in.four {
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    animation-delay: 3s;
  }
  
  .fade-in.five {
    -webkit-animation-delay: 3.6s;
    -moz-animation-delay:3.6s;
    animation-delay: 3.6s;
  }
  
  .fade-in.six {
    -webkit-animation-delay: 4.2s;
    -moz-animation-delay: 4.2s;
    animation-delay: 4.2s;
  }

  /* inicio estilos para el menu lateral */
  
.icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
  }
  
  .icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
  }
  
  .icon-bar a:hover {
    background-color: #000;
  }
  
  .whatsapp {
    background: #25D366;
    color: white;
  }

  .facebook {
    background: #3B5998;
    color: white;
  }
  
  .twitter {
    background: #55ACEE;
    color: white;
  }
  
  .google {
    background: #dd4b39;
    color: white;
  }
  
  .linkedin {
    background: #007bb5;
    color: white;
  }

  .instagram {
    background: #5f2485;
    color: white;
  }
  
  .youtube {
    background: #bb0000;
    color: white;
  }
/* Fin estilos para el menu lateral*/  