.social-links{
    color: #fff;
    margin: 7px;
    font-size: 26px;
}
.typed-cursor {
    font-size: 60px;
    display: inline-block;
    margin: 0 10px;
    color: #00a8ff;
    -webkit-animation-name: flash;
    animation-name: flash;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.row.title {
    padding: 0 20px;
}

.light {
    font-weight: 300;
}

.regular {
    font-weight: 400;
}

.bold {
    font-weight: bold;
}
/* Colors */

.white {
    color: white;
}

.light-white {
    color: rgba(255, 255, 255, 0.5);
}

.white-bg {
    background: white;
}

.gray-bg {
    background: #f7f7f7;
}

.blue {
    color: #00a8ff;
}
.blue-bold {
    color: #003366;
    font-weight: bold;
}

.blue-bg {
    background: #00a8ff;
}

.muted {
    color: #989da0;
}
.tiktok{
    background-image: url("../images/tiktok.png");
    border: 0px solid #333;
    font-size: 20px;
    padding-left: 10px;
    padding-right: 10px;

}
.tiktok:hover{
    background-image: url("../images/tiktok-hover.png") ;
}
.cut-top {
    content: ' ';
    position: absolute;
    z-index: 1;
    top: -80px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 80px solid transparent;
    border-right: 30px solid white;
}

.cut-bottom {
    content: ' ';
    position: absolute;
    z-index: 1;
    bottom: -80px;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 80px solid transparent;
    border-left: 30px solid white;
}

.intro-tables {
    top: -130px;
    position: relative;
}

.intro-table {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: repeat;
    background-position: 0% 0%;
}

.intro-table-first {
    background-image: url('../images/table-1.jpg');
}

.intro-table-second {
    background-image: url('../images/table-2.jpg');
}

.intro-table-hover {
    -webkit-transition: background-image 0.3s ease, background-position 0.3s;
    transition: background-image 0.3s ease, background-position 0.3s;
    background-image: url('../images/table-2.jpg');
}

.intro-table-hover h4 {
    -webkit-transform: translateY(170px);
    transform: translateY(170px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.intro-table-hover:hover {
    background-image: url('../images/table-2-hover.jpg');
    background-position: 50% 50%;
}

.intro-table-third {
    background-image: url('../images/table-3.jpg');
}

.intro-table-hover .expand {
    margin: 30px;
    margin-top: 120px;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s ease, opacity 0.3s;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
}

.intro-table-hover:hover h4 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.intro-table-hover:hover .expand {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.intro-table-hover .hide-hover {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.intro-table-hover:hover .hide-hover {
    opacity: 0;
}

.intro-tables .intro-table {
    position: relative;
    width: 100%;
    height: 300px;
    margin: 20px 0;
}

.intro-tables .intro-table .heading {
    margin: 0;
    padding: 30px;
}

.intro-tables .intro-table .small-heading {
    margin: 0;
    padding: 0 30px;
}

.intro-tables .intro-table .bottom {
    position: absolute;
    bottom: 0;
}

.intro-tables .intro-table .owl-schedule .schedule-row {
    padding: 10px 30px;
    color: white;
    transition: all 0.3s ease;
}

.owl-schedule .schedule-row:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.owl-testimonials .author {
    margin-top: 50px;
}

.ripple-effect {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: white;
    -webkit-animation: ripple-animation 2s;
    animation: ripple-animation 2s;
}

@-webkit-keyframes ripple-animation {
    from {
        opacity: 0.2;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(100);
        transform: scale(100);
    }
}

@keyframes ripple-animation {
    from {
        opacity: 0.2;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(100);
        transform: scale(100);
    }
}

.phone-link{
    color: #fff;
    text-decoration: none;
}
.phone-link:hover{
    color: #003300;
    text-decoration: none;
}
.phone-link:active{
    color: #fff;
    text-decoration: none;
}
.phone-link:visited{
    color: #fff;
    text-decoration: none;
}



.contenedor {
    
    display: flex;
    width: 100%;
    height: 40px;
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    overflow: hidden;
    
}

ul {
    list-style: none;
    padding-left: 10px;
    animation: cambiar 100s infinite;
}

ul, p {
    margin: 0;
}

@keyframes cambiar {
    
    0%{ margin-top: 0;}
    20%{ margin-top: 0;}
    
    25% {margin-top: -40px;}
    50% {margin-top: -40px;}
    
    55% {margin-top: -80px;}
    80% {margin-top: -80px;}
    
    85% {margin-top: -40px;}
    95% {margin-top: -40px;}
    
    100% {margin-top: 0;}
}


.insiemp {
  font-size:15px;
  font-family:helvetica;
  font-weight:bold;
  color:#fff;
  text-transform:uppercase;
}

.blink {
  
  animation-name: blinker;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name:blinker;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes blinker{  
  0% { opacity: 1.0; }
  50% { opacity: 1.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
  0% { opacity: 1.0; }
  50% { opacity: 1.0; }
   100% { opacity: 1.0; }
}

@keyframes blinker {  
  0% { opacity: 1.0; }
   50% { opacity: 0.5; }
  100% { opacity: 1.0; }
}



.blink-cursor {
  
  animation-name: cursor-blinker;
  animation-duration: 0.7s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name:cursor-blinker;
  -webkit-animation-duration: 0.7s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes cursor-blinker{  
  0% { opacity: 1.0; }
  50% { opacity: 1.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes cursor-blinker {  
  0% { opacity: 1.0; }
  50% { opacity: 1.0; }
   100% { opacity: 1.0; }
}

@keyframes cursor-blinker {  
  0% { opacity: 1.0; }
   50% { opacity: 0.3; }
  100% { opacity: 1.0; }
}
/*******
Animation
********/
.div {
  display:inline-block;
  overflow:hidden;
  white-space:nowrap;
}

.div:first-of-type {    /* For increasing performance 
                       ID/Class should've been used. 
                       For a small demo 
                       it's okaish for now */
  animation: showup 8s infinite;
}

.div:last-of-type {
  width:0px;
  animation: reveal 8s infinite;
}

.div:last-of-type span {
  margin-left:-355px;
  animation: slidein 8s infinite;
}

@keyframes showup {
    0% {opacity:0;}
    20% {opacity:1;}
    80% {opacity:1;}
    100% {opacity:0;}
}

@keyframes slidein {
    0% { margin-left:-800px; }
    20% { margin-left:-800px; }
    35% { margin-left:0px; }
    100% { margin-left:0px; }
}

@keyframes reveal {
    0% {opacity:0;width:0px;}
    20% {opacity:1;width:0px;}
    30% {width:355px;}
    80% {opacity:1;}
    100% {opacity:0;width:455px;}
}


p {
  font-size:12px;
  color:#999;
  margin-top:200px;
}