
.cbin-dinamic-button{
    display:inline-block; 
    width: 90px; 
    height: 40px; 
    background: #000f32; 
    color: #ccd1dd; 
    font-size: 14px; 
    cursor: pointer; 
    border-radius: 3px; 
    border-style: solid; 
    border-color: #ccd1dd; 
    border-width: thin;
    font-family: "Nunito Sans", sans-serif;
}

.cbin-dinamic-button-green{
    display:inline-block; 
    width: 220px; 
    height: 40px; 
    background: #95C28B; 
    color: #fff; 
    font-size: 15px; 
    cursor: pointer; 
    border-radius: 3px; 
    border-style: solid; 
    border-color: #95C28B; 
    border-width: thin;
    font-family: "Nunito Sans", sans-serif;
}

.indicadorError{
    border-bottom: 1px solid rgb(255, 4, 4) !important;
}

.check-red{
    color:rgb(255, 4, 4);
}

.contact-us-section .img-box {
    background: url(../img/contacto/Recepcionista02.jpg) no-repeat center;
    background-size: cover;
    height: 500px;
    border-radius: 5px 0 0 5px;
}

/* PANTALLA TABLET */
@media screen and  (min-width:  767px ) {
    .hide-button{
        display:none !important;
    }
}

/* PANTALLA MEDIANA */
@media (max-width: 991px){
    .contact-us-section .img-box {
        max-height: 250px;
        border-radius: 5px 5px 0 0;
    }
}
.contact-us-section .img-box {
    background: url(../img/contacto/Recepcionista02.jpg) no-repeat center;
    background-size: cover;
    height: 500px;
    border-radius: 5px 0 0 5px;
}
.collapsed-in-bar {
    display:none;
}

/* PANTALLA MEDIANA */
@media (min-width: 991px) {
    
    .collapsed-bar {
        display:block;
    }
    
}

.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); 
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(59, 76, 177);
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; 
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  } 
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }
}

/* PANTALLA DISPOSITIVOS MUY PEQUENOS */
@media (min-width: 0px) and (max-width: 575px) {
   .widthSlider {
        min-height:40vh;
    } 
}

/* PANTALLA CELULAR */
@media (min-width: 576px) and (max-width: 767px) {
    
    .widthSlider {
        min-height:40vh;
    }
}


/* PANTALLA GRANDE */
@media (min-width: 768px) {
    .widthSlider {
        min-height:63vh;
    }
}

.DomusContenido a {
 display: inline !important;
 text-decoration: underline;
 color: #0053ac;
}
.DomusContenido a:hover { 
    color: #007bff;
}

.DomusContenido p {
    padding:0;
    padding-bottom: 0 !important;
    margin: 0 0 10px 0;
}
.DomusContenido ul {
  margin-left: 30px;
  list-style-type: disc;
}

.DomusContenido ul li ul {
  margin-left: 30px;
  list-style-type: circle;
}

.DomusContenido ol li ul {
  margin-left: 30px;
  list-style-type: circle;
}

.DomusContenido ul li ul li ul {
  margin-left: 30px;
  list-style-type: square;
}

.DomusContenido ol li ol li ul {
  margin-left: 30px;
  list-style-type: square;
}

.sf-snow-flake {
  position: fixed;
  top: -20px;
  z-index: 99999;
}
.sf-snow-anim {
  top: 110%;
}