#titulos img{
  width:300px;
  height:auto;
  display:block;
  margin-left:auto;
  margin-right:auto;
  padding-bottom:30px;
}
#nosotros{
  background: #7EAA15;
  color: white;
}
#nosotros img{
  display:block;
  margin-left:auto;
  margin-right:auto;
  padding-bottom:30px;
  border-radius: 15px;
}
#nosotros h1{
  text-align:center;
}
#nosotros p{
  padding-top:20px;
}
.footer-copyright{
  background-color: #0953c2; 
}
#contacto{
  background-image: linear-gradient( 112.1deg,  rgba(10,56,108,1) 11.4%, rgba(63,76,119,1) 70.2% );
  color: white;
}
#contacto form{
  background: white;
  color: black;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.75);
  box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.75);
}
#contacto a{
  color: black;
  text-decoration: none;
}
#social a{
  margin-right: 10px;
}
#social a{
  color: #292b2c;
}
#copyright{
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
#btnScrollToTop{
  position:fixed;
  right:10px;
  bottom:10px;
  width:50px;
  height:50px;
  border-radius:50%;
  background:#ffe300;
  opacity:0.3;
  -webkit-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.75);
  color:#181818;
  border:none;
  outline:none;
  cursor:pointer;
}
#btnScrollToTop:hover{
  background:#ffe300;
  opacity:1;
}
#btnScrollToTop:active{
  background:#c4a500;
} 
html{
  scroll-behavior:smooth;
}
#slogan{
  background-image: linear-gradient( 112.1deg,  rgba(10,56,108,1) 11.4%, rgba(63,76,119,1) 70.2% );
  color: white;
}
.carousel-item img{
  display:block;
  margin-left:auto;
  margin-right:auto;
}
#videoyoutube{
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#videocontenedor{
  background-color: #7EAA15;
  color: white;
}
#tituloVideo{
  background-image: linear-gradient( 112.1deg,  rgba(10,56,108,1) 11.4%, rgba(63,76,119,1) 70.2% );
  color: white;
}