@charset "utf-8";
body {
    font-family: "Montserrat", sans-serif;
    color: #E5E5E5;
    background-color: #1B1B1B;
}

.bg-light-menu {
    background-color: hsla(0,0%,88%,0.81);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0,0,0,0.00);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
  /*border-bottom: 5px solid #ff0066;*/	
}	

.texto-normal-1 {
    font-size: 16px;
}

.texto-grande-0 {
    font-size: 18px;
}

.texto-grande {
    font-size: 20px;
}

.texto-grande-2 {
    font-size: 26px;
}

.texto-500 {
    font-weight: 500;
}

.texto-600 {
    font-weight: 600;
}

.texto-chico-1 {
    font-size: 14px;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 50px;
    height: 5px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ff0066;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease;
}
.magenta {
    color: #ff0066;
}

.fondo-magenta {
    background-color: #ff0066;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='32' height='32' viewBox='0 0 16 16'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.img-opacidad {
  /* For Safari 3.1 to 6.0 */
  -webkit-transition-property: filter;
  -webkit-transition-duration: 1s;
  /* Standard syntax */
  transition-property: filter;
  transition-duration: 1s;
}

.img-opacidad:hover {
  filter: grayscale(100%);
}

.caluga-blanca {
    width: 80%;
    height: 240px;
    border-radius: 8px;
    background-color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
}

.caluga-magenta {
    width: 76%;
    border-radius: 8px;
    /* [disabled]height: 240px; */
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #ff0066;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

.linea-magenta {
    border-bottom: 1px solid #ff0066;
}

.link-blanco:link {
    color: #FFFFFF;
    text-decoration: none;
}

.link-blanco:visited {
    color: #FFFFFF;
    text-decoration: none;
}

.link-blanco:hover {
    color: #D3D3D3;
    text-decoration: none;
}

.link-gris:link {
    color: #B1B1B1;
    text-decoration: none;
}

.link-gris:visited {
    color: #B1B1B1;
    text-decoration: none;
}

.link-gris:hover {
    color: #989898;
    text-decoration: none;
}

.nav-tabs {
    border-bottom: 3px solid #1B1B1B;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #1B1B1B #1B1B1B #1B1B1B;
}

.nav-tabs .nav-link.active,	
.nav-tabs .nav-item.show .nav-link {
    color: #FFFFFF;
    background-color: #1B1B1B;
    border-color: #1B1B1B #1B1B1B #ff0066;
    border-bottom-width: 4px;
}

.logo-b-infante {
    top: 200px;
    left: 0px;
    z-index: 50;
    position: absolute;
}

.logo-b-infante-der {
    top: 200px;
    right: 0px;
    z-index: 50;
    position: absolute;
}

.boton-whatsapps {
    width: 80px !important; 
    height: 80px !important; 
    right: 0px !important;
    z-index: 20 !important; 
    position: fixed;
    color: #00cc66 !important;
    top: auto !important;
    bottom: 80px !important;
}

.texto-vertical {
    z-index: 50;
    position: absolute;
    right: 130px;
    bottom: 50px;
}

.texto-vertical-izq {
    z-index: 50;
    position: absolute;
    left: 20px;
    bottom: 30px;
}
.form-control {
    border: thin solid #000000;
}







@media screen and (max-width:575.98px){
.texto-grande {
    font-size: 15px;
}
.display-4 {
    font-size: 2.3rem;
    font-weight: 300;
    line-height: 1.2;
}
.logo-b-infante {
    top: 200px;
    left: 0px;
    z-index: 50;
    position: absolute;
    width: 160px;
}
.logo-b-infante-der {
    top: 200px;
    left: auto;
    z-index: 50;
    position: absolute;
    width: 160px;
}
.texto-vertical {
    z-index: 50;
    position: absolute;
    right: 30px;
    bottom: 50px;
    /* [disabled]height: 100px; */
    width: 40px;
}
.texto-vertical-izq {
    z-index: 50;
    position: absolute;
    bottom: 50px;
    width: 40px;
    left: 10px;
}




}


#fancybox-inner{
    width:100% important;
    height:100% important;
}