h3 {
  display: inline-block;
  padding: 10px;
  

}

.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 769px){



.carrusel{
    padding-left: 0;
    padding-right: 0;

  }

.carousel-info{
  position: absolute;
  width: 60%;
  height: auto;
  background-color: rgba(0, 0, 0, 0.5);
  top: 30%;
  left: 20%;
  padding: 4% 0;
  text-align: center;

}

#Text_1{
  font-family: "Poppins", Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 60px;
  font-weight: bold;
  color: white;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  margin: 0;

}



 #myCarousel .carousel-control.left{
    background-color: transparent;
    background-image: url(../images/icons/flecha_izquierda.png); 
    background-repeat:no-repeat;
    float: left;
    position: absolute;
    left: 1%;
    top: 35%;
    width: 90px;
    height: 90px;

  }
  #myCarousel .carousel-control.right{
   
    background-color: transparent;
    background-image: url(../images/icons/flecha_derecha.png); 
    background-repeat:no-repeat;
    float: right;
    position: absolute;
    text-align: right;
    right:0%;
    top: 35%;
    margin: 0 auto;
    width: 90px;
    height: 90px;


}

.boton_ver{
  position: absolute;
  width: 20%;
  height: auto;
  background-color: #21ae67;
  top: 65%;
  left: 40%;
  padding: 1% 0;
  text-align: center;
  text-decoration: none;
  color: white;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;  
}

.boton_ver:hover{
  background-color: #004f8a;
  color: white;
  transition:all 0.5s;
  text-decoration: none;
}




}



@media (max-width: 769px){


.carrusel{
    padding-left: 0;
    padding-right: 0;

  }

.carousel-info{
  position: absolute;
  width: 80%;
  height: auto;
  background-color: rgba(0, 0, 0, 0.5);
  top: 20%;
  left: 10%;
  padding: 10% 5%;
  text-align: center;

}

#Text_1{
  font-family: "Poppins", Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 31px;
  font-weight: bold;
  color: white;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  padding: 0;
  margin: 0;

}

#Text_2{
  color: #ee682a;
}


 #myCarousel .carousel-control.left{
    background-color: transparent;
    background-image: url(../images/icons/flecha_izquierda.png); 
    background-repeat:no-repeat;
    float: left;
    position: absolute;
    left: 1%;
    top: 70%;
    width: 90px;
    height: 90px;

  }
  #myCarousel .carousel-control.right{
   
    background-color: transparent;
    background-image: url(../images/icons/flecha_derecha.png); 
    background-repeat:no-repeat;
    float: right;
    position: absolute;
    text-align: right;
    right:-1%;
    top: 70%;
    margin: 0 auto;
    width: 90px;
    height: 90px;


}


.boton_ver{
  position: absolute;
  width: 80%;
  height: auto;
  background-color: #21ae67;
  top: 57%;
  left: 10%;
  padding: 3% 0;
  text-align: center;
  text-decoration: none;
  color: white;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;  
}

.boton_ver:hover{
  background-color: #004f8a;
  color: white;
  text-decoration: none;
}


}


@media (min-width: 700px) and (max-width: 1000px) and (orientation: portrait){ 

.carrusel{
    padding-left: 0;
    padding-right: 0;

  }

.carousel-info{
  position: absolute;
  width: 70%;
  height: auto;
  background-color: rgba(0, 0, 0, 0.5);
  top: 30%;
  left: 15%;
  padding: 2% 0;
  text-align: center;

}

#Text_1{
  font-family: "Poppins", Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 56px;
  font-weight: bold;
  color: white;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  padding: 5% 0;
  margin: 0;


}

#Text_2{
  color: #ee682a;
}


 #myCarousel .carousel-control.left{
    background-color: transparent;
    background-image: url(../images/icons/flecha_izquierda.png); 
    background-repeat:no-repeat;
    float: left;
    position: absolute;
    left: 1%;
    top: 35%;
    width: 90px;
    height: 90px;

  }
  #myCarousel .carousel-control.right{
   
    background-color: transparent;
    background-image: url(../images/icons/flecha_derecha.png); 
    background-repeat:no-repeat;
    float: right;
    position: absolute;
    text-align: right;
    right: -1%;
    top: 35%;
    margin: 0 auto;
    width: 90px;
    height: 90px;


}


.boton_ver{
  position: absolute;
  width: 50%;
  height: auto;
  background-color: #21ae67;
  top: 60%;
  left: 25%;
  padding: 2% 0;
  text-align: center;
  text-decoration: none;
  color: white;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;  
}

.boton_ver:hover{
  background-color: #004f8a;
  color: white;
  text-decoration: none;
}


}




