.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }

  .b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
  }

  .b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
  }

  .bi {
    vertical-align: -.125em;
    fill: currentColor;
  }

  .nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
  }

  .nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: 1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
  }

  .bd-mode-toggle {
    z-index: 1500;
  }

  .bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important;
  }


  .text-bg-header{
      color:#0b2653 !important;
      background-color:  #8da4ee !important;
  }


  .text-white{
    
    color: #0b2653  !important ;
}

.text-red{
    font-weight: bolder;
  color: #0b2653  !important ;
}

.text-re{
  font-weight: bolder;
color: #ffffff  !important ;
}

.link-body-emphasis:focus,.link-body-emphasis:hover{
  color:#ffffff !important;
  -webkit-text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,0.75))!important;
  text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,0.75))!important;
}

.navbar-collapse{
  flex-basis:100%;
  align-items:center;
}


 
.lead{
  font-size:1.25rem;
  font-weight:300;
  text-align: justify;
}
.img-fluid{
  max-width:100%;
  height:auto
}


.navbar-dark,.navbar[data-bs-theme=dark]{
  --bs-navbar-color:#8da4ee;
  --bs-navbar-hover-color:rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color:rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color:#8da4ee ;
  --bs-navbar-brand-color:#8da4ee ;
  --bs-navbar-brand-hover-color:#fff;
  --bs-navbar-toggler-border-color:rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}



  .blue{
    text-shadow:
    1px 1px 2px black,
    0 0 1em #ff0000,
    0 0 0.2em #ff0000;
    color:#ffffff !important;
  }




  .card-cover{
    /* background-color: green; */
    transition: transform 1s; /* Animation */
    text-decoration: none !important;
  }
  
  .card-cover:hover {
    filter: brightness(50%);
    transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  }


.modal-cuerpo{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
  }






label {
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
  color: #0b2653;
}

label.error {
  color: red;
  font-size: 14px;
  font-weight: 400;
  margin: 7px 0 0 0;
}

.form-group {
  position: relative;
  margin-bottom: 30px;
}

.form-control {
  height: 60px;
  border: 2px solid #494848;
  background-color:#ffffffb0;
  border-radius: 1px;
  padding: 0 0 0 20px;
  border-radius: 3px;
}

.form-control:focus {
  background-color: #ffffffb0;
  border-color: #0b2653;
}

.form-control:-webkit-input-placeholder {
  color: #0b2653;
}

.form-control:-moz-placeholder {
  color: #0b2653;
}

.form-control::-moz-placeholder {
  color: #0b2653;
}

.form-control:-ms-input-placeholder {
  color: #0b2653;
}

textarea.form-control {
  min-height: 100px;
  padding-top: 10px;
}


.btn {
  background-color: #ffffff;
  color: #ff0000;
  border-color: #ff0000;
}

.btn:hover {
  background-color: #ff0000;
  color: #ffffff;
  border-color: #ffffff;
}



.btn-quote {
  background-color: #29b905;
  color: #ffffff;
  border-color: #ffffff;
}

.btn-quote:hover {
  background-color: #ffffff;
  color: #29b905;
  border-color: #29b905;
}










/* Extra Small Devices */
@media (min-width: 320px) and (max-width: 767px) {
  .form-group,
  .nice-select {
    margin-bottom: 20px;
  }

  }
  



.rrss{
  width: auto;
  display:contents;
}

.oscura {
	filter: brightness(50%);
}

.ima{
  filter: drop-shadow(5px 5px  90px #ffffff);
}





.galleria {
  width: 100%; /* el ancho nos limitara el numero de imagenes por fila. */
  height: 400px;
  margin: auto; /*  esto es para centrar todas las imagenes*/
  text-align: center;
}

.item {
  float: left;
  width: 100%;
  
  margin-bottom:10px; /* separación con las filas inferiores*/
  overflow: hidden; /* Para que la imagen no se salga*/
  margin-right: 30px; /*  Separacion por la derecha*/
}

.item img {
  width: 100%; /*  Tiene que ser como el ancho de .item*/
  display:inline-flex; /*  Esto es para que el texto aparezca debajo*/
}



.ocultar-div{
  display:block;
  text-align:center;
  margin:auto;
}




.menu {
  height: 100px;
}



@media (min-width: 766px) {
  .ocultar-div{
    display:none;
  }
  .galery{
  display:flex;
  }
  #nombre{
  margin: auto auto auto 20px; 
  font-size: xx-large;
  display:flex;
  }
  #nombre1{
    display:none;
  }
  .acomoda{
    display: flex;
  }
  .peque{
    font-size:large;
    text-align: right;
      width: 100%;
     
    }

}


@media (max-width: 765px) {
  .galery{
    display:none;
    }
    #nombre{
      display:none;
    }
    #nombre1{
        margin: auto auto auto 10px; 
        font-size: large;
        display:flex;
    }
    .peque{
      font-size:large;
      text-align: right;
        width: 100%;
        display: none;
    }

}




.galery{
  height: 400px;
  gap: 0.5rem;
  margin-top: 40px;
}

.galery > div{
  flex: 1;
  border-radius:1.5em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 1.4);
}

.galery > div:hover{
  flex:8;
}

















.lateral{
  width: 50%;
  display:inline-flex;
  vertical-align: top;
  margin-left: auto;
  margin-right: auto;
}


.padre{
  width: 49%;
  height: 85vh;
  display: inline-block;
  vertical-align: top;
  
}

.iframevideo{
  width: 100%;
  height: 85vh; /* 500px*/
  display: inline-block;
}

.iframelateral{
  width: 100%;
  height: 85vh; /* 500px*/
  overflow: auto;
  margin-left: auto;
  margin-right: auto;
}

.vid{ 
  width: 49%;
  display:inline-flex;
  padding-bottom: 20px;
  height: 280px;
  border-radius: 3px;
  background:  rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
}

#cajavideo{ 
  width: 80%;
  height: 280px;
  position: relative;
  background:  rgba(0, 0, 0, 0);
}

.minivideo{
  width: 100%;
  height: 280px;
  border: 1px solid #0b2653;
  background:  rgba(0, 0, 0, 0);
}

.capatransp{
  display: block;
  position: absolute;
  bottom: 0px;
  z-index: 10;
  background:  rgba(0, 0, 0, 0);
  width: 100%;
  height: 280px;
  
}









/* Extra Small Devices */
@media (min-width: 320px) and (max-width: 767px) {
  .form-group,
  .nice-select {
    margin-bottom: 20px;
  }

  .padre{
    width: 100%;
    height: auto;
    background:  rgb(255, 255, 255);
    
  }
  .lateral{
    width: 100%;
    
  }

  .iframevideo{
    width: 100%;
    height: 55vh; /* 500px*/
  }


  .iframelateral{
    width: 100%;
    height: 60vh; /* 500px*/
  }


  .vid{ 
    width: 49%;
    height: 30vh;
    display:inline-flex;
    padding-bottom: 20px;
    
    border-radius: 3px;
    background:  rgba(0, 0, 0, 0);
    margin-left: auto;
    margin-right: auto;
  }


  #cajavideo{ 
    width: 80%;
    height: 100%;
    position: relative;
    background:  rgba(0, 0, 0, 0);
  }
  
  .minivideo{
    width: 100%;
    height: 100%;
    border: 1px solid #0b2653;
    background:  rgba(0, 0, 0, 0);
  }
  
  .capatransp{
    display: block;
    position: absolute;
    bottom: 0px;
    z-index: 10;
    background:  rgba(0, 0, 0, 0);
    width: 100%;
    height: 280px;
    
  }
  
}


.cuerpo{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}

.acomoda{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: space-between;
}

.fondu{
  background-image: url('../images/LogoHorizontal_c.png');
  background-position: center;
  background-repeat: no-repeat;
  
}

.bg-color-black{

  width: auto;
  height: auto;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, 0.219);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
  padding: 0px 30px 40px 30px ;
}

.stars{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.star{
  font-size: 32px;
  color: #8da4ee ;
  transition: color 0.3s;
  cursor: pointer;

}

.star:hover,
.star.checked{
  color: #ffd700;
  
}

.starss{
  font-size: 32px;
  color: #ffd700;
  transition: color 0.3s;


}

.starr{
  font-size: 32px;
  color: #8da4ee ;

}

.esconde{
  display: none;
}


.rate {
	height: 50px;
	margin-left: -5px;
	padding: 5px;
	font-size: 25px;
	position: relative;
	cursor: pointer;
}
.rate input[type="radio"] {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,0%);
	pointer-events: none;
}
.star-over::after {
	font-family: 'Font Awesome 5 Free';
  font-weight: 900;
	font-size: 16px;
	content: "\f005";
	display: inline-block;
	color: #d3dcff;
	z-index: 1;
	position: absolute;
	top: 17px;
	left: 10px;
}


.tarios{
  border-radius: 9px;
  margin-top: 35px;
  background-color: #8da3eeb2;
}

.testo{
  font-size:larger;
  font-style: italic;
  color: #ffffff;
  
}

.namess{
  font-size:medium;
  font-style:normal;
  font-weight: 800;
  color: #ffffff;
}

