@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');


*, body {
  font-family: 'Rubik', sans-serif;
  font-weight:300;
}

.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.bg-danger {
	background-color: #c70402  !important;
}

.text-danger {
	color: #c70402  !important;
}


a, a:visited {
	color: #c70402  !important;	
  font-size: 14px !important;
  color: gray !important;
}

a:hover, a:active {
  color: red !important;
}



.efecto-imagen{
	transition:all .5s ease-in-out;
	-webkit-transform:scale(1);transform:scale(1);
}


.efecto-imagen:hover{
	transition:all .5s ease-in-out;
	-webkit-transform:scale(.8);transform:scale(.8);

}




html {
  scroll-behavior: smooth; // scroll suave en link
}



/*---------------------------------
FLECHA TOP
-------------------------*/
.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  background: rgba(52, 58, 64, 0.5);
  line-height: 46px;
}

.scroll-to-top:focus,
.scroll-to-top:hover {
  color: white;
}

.scroll-to-top:hover {
  background: #343a40;
}

.scroll-to-top i {
  font-weight: 800;
}



.texto-sombra {
  text-shadow: 1px 1px 2px black;
}

#pie {
  /*opacity:30%;*/
}

#pie:hover {
  background-color: white;
  opacity:80%;
}



  /* .carousel-item {
   transition: transform 10s ease-in-out;
 }

 .carousel-fade .active.carousel-item-start,
 .carousel-fade .active.carousel-item-end {
   transition: opacity 0s 10s;
 } */


 /* change transition duration to control the speed of fade effect */
 .carousel-item {
   transition: transform 2.6s ease-in-out;
 }

 .carousel-fade .active.carousel-item-start,
 .carousel-fade .active.carousel-item-end {
   transition: opacity 0s 2.6s;
 }


/* img {
  vertical-align: middle;
} */


  /* .slide img {
    min-width: 1980px;
    min-width: 100%;
    vertical-align: middle;
 }  */


 /*.carousel-inner>.item>img {
   position: absolute;
   top: 0;
   left: 0;
   min-width: 100%;
   height: 1000px;
 }
*/


 /* .carousel-inner {
   position: relative;
   width: 100%;
   height: 100%;
   overflow: hidden;
 } */





  .carousel-item > img {
   width: 100vw; 
   /* min-height: 900px; */
   /*min-height: 800px;*/
   min-height: 100vh;
   display: block;
   object-fit: cover;
 } 