/*GENERALES*/
* {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
body, html {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}

section.section {
  width: 100%;
  padding: 4.75rem 0 0 0; 
}
.container {
  max-width: 66.25rem;
}
/*BOTONES*/
.btn.btn-more-info {
  background-color: #ffba00;
  color: #fff;
  border-radius: 1.875rem;
  width: 19.375rem;
  height: 3.25rem;
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  padding: 0.875rem 0;
}

.btn.btn-more-info:hover {
  background-color: #cb1619;
}

/*NAVBAR*/
.navbar-home {
  position: fixed;
  top: 0;
  z-index: 100;
  background-color: transparent;
  width: 100%;
  padding: 0;
  height: 76px;
}
.navbar-home.scrolled {
  background-color: rgba(0, 0, 0, 0.75);
}

.navbar-home .nav-item .nav-link {
  font-size: 1rem;
  color: #fff !important;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  padding: 0 1rem !important;
}

.navbar-home .nav-item .nav-link.active,
.navbar-home .nav-item .nav-link:hover {
  color: #cb1619 !important;
}

.navbar-home .nav-item:last-child .nav-link{
  padding-right: 0!important;
}

/*SLIDER*/
section.section.slider {
  padding: 50px 0;
  min-height: 100vh;
}

section.section.slider h2 {
  color: #fff;
  font-size: 3.75rem;
  font-weight: 900;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  margin: 0 0 3.125rem 0;
}

/*SECTION MISSION*/

section.section.mission {
  min-height: 100vh;
  background-color: #252a36;
  padding: 7.75rem 0 0 0;
}

section.section.mission h2 {
  color: #fff;
  font-size: 1.875rem;
  text-transform: uppercase;
  font-weight: 900;
}

section.section.mission hr{
  margin-top: 3.125rem;
  background-color: #fff;
  height: 2px;
  border: 0;
  width: 100%;
  max-width: 150px;
}

section.section.mission p {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 300;
  margin: 3.125rem 0;
  line-height: 3rem;
}

/*SECTION ABOUT*/
section.section.about {
  padding: 7.75rem 0 0 0;
  min-height: 100vh;
  background-color: transparent;

}
section.section.about .box-about {
  background-color: #fff;
  border-radius: 1.875rem;
  padding: 6.25rem 0.9375rem;
  -webkit-box-shadow: 0px 5px 19px 1px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 5px 19px 1px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 5px 19px 1px rgba(0, 0, 0, 0.28);
  display: flex;
  flex-direction: column;
  align-items: center;
}

section.section.about h2 {
  max-width: 43.75rem;
  font-size: 1.875rem;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 2.8125rem;
}
section.section.about p {
  max-width:  43.75rem;
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  color: #000;
  line-height: 1.875rem;
  margin-bottom: 2.8125rem;
}

section.section.about p:last-child{
  margin: 0;
}

/*capabilities*/

section.section.capabilities {
  padding: 4.75rem 0 0 0;
  min-height: 100vh;
  background-color: transparent;
}

section.section.capabilities h2{
  font-size: 1.875rem;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 2.8125rem;
  width: 100%;
  max-width: 500px;
}
section.section.capabilities hr{
  margin: 0;
  background-color: #fff;
  height: 2px;
  border: 0;
  width: 100%;
  max-width: 150px;
}
section.section.capabilities p{
  font-size: 1.5rem;
  color: #fff;
  font-family: "Roboto", sans-serif;
  margin: 2.8125rem 0 0 0 ;
  width: 100%;
  max-width: 400px;
}

/*GALLERY*/

section.gallery{
  background-color: #fff;
  padding: 0; 
}

section.gallery .galleryCarrusel{
  width: 100%;
}

section.gallery .galleryCarrusel .carousel-control-prev-icon,
section.gallery .galleryCarrusel .carousel-control-next-icon{
  width: 50px;
  background-color: #cb1619;
  height: 50px;
  background-size: 40%;
  border-radius: 50px;
}
section.gallery .galleryCarrusel .carousel-indicators li{
  background-color: #cb1619;
}
/*FOOTER*/

footer{
  background-color: #252a36;
  padding: 90px 0;
}

footer h2{
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 2.1875rem 0 ;
}
footer p,
footer a{
  color: #fff;
  text-decoration: none;
  font-size: 1.125rem;
  line-height: 1.875rem;
}
footer p img{
  margin: 0 0 15px 0; 
}
footer a:hover{
  text-decoration: none;
  color: #cb1619;
}

footer .logo-footer{
  margin: 2.1875rem 0 0 0;
}

div.marker {
  width: 100%;
  position: absolute;
  height: 1px;
  margin-top: -76px;
}

