*{
	margin: 0;
	padding: 0;
}
.galeria{
	width: 100%;
	margin: auto;
	height: 100vh;
	min-height: 750px;
	position: relative;
  overflow: hidden;
}
.h1{
	display: block;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	font-size: 2.5em;
	text-align: center;
	color: #b23f2d;
  font-family: 'the_second_choiceregular';	
}
.circulo-1{
 position: absolute;
  height: 400px;
  width: 400px;
  border-radius: 100%;
  margin-top: -170px;
  right: -10%;
  background: #b23f2d;
  opacity: .5;
  transition: .5s;
}
.circulo-2{
 position: absolute;
  height: 300px;
  width: 300px;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
  bottom: -10%;
  background: #e19a57;
  opacity: .5;
  z-index: -1;
  transition: .5s;
}
.circulo-3{
  position: absolute;
  height: 200px;
  width: 200px;
  border-radius: 100%;
  bottom: -5%;
  background: #b23f2d;
  opacity: .5;
  z-index: -2;
  transition: .5s;
}
.subrayado{
	width: 20%;
	height: 3px;
	background: linear-gradient(to right, #e19a57, #b23f2d);
	margin-right: auto;
	margin-left: auto;
}
.carousel{
	width: 80%;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2%;
	margin-bottom: 2%;
}
.carousel-inner{
	width: 80%;
	height: 100%;
    margin: auto;
    background: linear-gradient(to right, #e19a57, #b23f2d);
}
.carousel-item{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	width: 98%;
	height: 98%;
	margin: auto;
}
.carousel-item img{
  width: 100%;
  height: 100%;
}
.carousel-indicators{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 60%;
	height: 100px;
	left: 50%;
	transform: translateX(-50%);
	overflow: scroll;
	overflow-x: hidden;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
}
.carousel-indicators::-webkit-scrollbar{
    width: 10px;
    margin-right: 8px;
}
.carousel-indicators::-webkit-scrollbar-thumb {
  background: #644c4a;
  border: 6px solid  #b23f2d;
  border-radius: 15px;
}
.carousel-indicators li{
    background-color: #262626;
    width: 20%;
    height: 100%;
    text-indent: 0;
    margin-bottom: 5px;
}
.carousel-indicators li img{
    width: 100%;
    height: 100%;
}
.carousel-indicators  .active {
   color: #262626;
}
@media screen and (min-width: 1901px) and (max-width: 2560px) {
    .galeria{
     min-height: 900px;
    }
    .carousel{
        margin-top: 5%;
     }
}

@media screen and (min-width: 1440px) and (max-width:  1900px) {
    .galeria{
      min-height: 800px;
    }
    .carousel{
        margin-top: 4%;
     }
}
@media screen and (max-width: 1024px) and (max-height: 1366px) {
    .galeria{
      height: 91vh;
    }
    .carousel{
	    width: 90%;
      height: 500px;
	    margin: 20px auto;
     }
}
@media screen and (min-width:  700px) and (max-width:  900px) {
	.galeria{
      height: 89vh;
    }
    .circulo-1{
       height: 300px;
       width: 300px;
    }
    .circulo-2{
        height: 200px;
        width: 200px;
    }
    .circulo-3{
      height: 100px;
       width: 100px;
       left: -5%;
    }
}
@media screen and (min-width:  500px) and (max-width:  699px) {
	.galeria{
      height: 89vh;
    }
    .circulo-1{
       height: 300px;
       width: 300px;
    }
    .circulo-2{
        height: 200px;
        width: 200px;
    }
    .circulo-3{
      height: 100px;
       width: 100px;
       left: -5%;
    }
}
@media screen and (min-width: 401px ) and (max-width:499px) {
	.galeria{
		width: 100%;
        height: 80vh;
        margin-left: 0;
	    margin-right: 0;
    }
    .carousel{
	  width:100%;
      height: 300px;
	  margin: 20px auto;
     }
     .carousel-inner{
	  width: 90%;
	  height: 100%;
      margin: auto;
      background: linear-gradient(to right, #e19a57, #b23f2d);
     }
     .carousel-indicators{
       	width: 70%;
	    height: 100px;	
     }
     .carousel-indicators li{
          width: 40%;
       height: 100%;
     }
     .circulo-1{
       height: 250px;
       width:  250px;
    }
    .circulo-2{
        height: 200px;
        width: 200px;
    }
    .circulo-3{
      height: 100px;
       width: 100px;
       left: -5%;
    }
}
@media screen and (min-width: 361px) and (max-width: 400px) {
	.galeria{
	  width: 100%;
      height: 80vh;
      margin-left: 0;
	  margin-right: 0;
    }
    .carousel{
	  width:100%;
      height: 300px;
	  margin: 20px auto;
     }
     .carousel-inner{
	  width: 90%;
	  height: 100%;
      margin: auto;
      background: linear-gradient(to right, #e19a57, #b23f2d);
     }
      .carousel-indicators li{
          width: 40%;
       height: 100%;
     }
        .carousel-indicators{
       	width: 70%;
	    height: 100px;	
     }
      .circulo-1{
       height: 250px;
       width:  250px;
    }
    .circulo-2{
        height: 200px;
        width: 200px;
    }
    .circulo-3{
      height: 100px;
       width: 100px;
       left: -5%;
    }
}
@media screen and (min-width: 300px) and (max-width: 360px) {
	.galeria{
	  width: 100%;
      height: 70vh;
      margin-left: 0;
	  margin-right: 0;
    }
    .carousel{
	  width:100%;
      height: 300px;
	  margin: 20px auto;
     }
     .carousel-inner{
	  width: 90%;
	  height: 100%;
      margin: auto;
      background: linear-gradient(to right, #e19a57, #b23f2d);
     }
      .carousel-indicators li{
          width: 40%;
       height: 100%;
     }
        .carousel-indicators{
       	width: 70%;
	    height: 100px;	
     }
      .circulo-1{
       height: 250px;
       width:  250px;
    }
    .circulo-2{
        height: 190px;
        width: 190px;
    }
    .circulo-3{
      height: 90px;
       width: 90px;
       left: -5%;
    }
}

