/* Video*/
.video {
  position: relative;
}

.overlay {
  position: absolute;
  width: 100%;
}

video {
  display: block;
  width: 100%;
}

.contenido-video h4 {
  margin: 0;
}

.contenido-video p {
  margin: 0;
  color: var(--negro);
  font-size: 3rem;
  font-weight: bold;
}

.rowvideo {
  background-color: rgb(51, 54, 74);
  margin-top: 2.8rem;
}

@media (max-width: 400px) {
  .rowvideo {
    margin-top: 7rem;
  }
}

.primer-barra-superior {
  background-color: #d5d6da;
  background-color: #f4f5ff;
  width: 100%;
}

.menu-barrasup{
  margin-left: 0;
}

.texto-empresa {
  color: black;
  padding-top: 10px;
}

.span-texto {
  color: var(--blanco);
  padding-top: 0.5rem;
  font-size: 2rem;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif, fantasy, garamont;
}

.social-links i {
  color: #1073BA;
  width: 5rem;
  font-size: 1.5rem;
  padding-top: 1.5rem;
}

.app-encabezado,
.app-logo {
  background-color: #d5d6da;
  background-color: rgb(51, 54, 74);
  background-color: #212529;
}

.app-header {
  background-color: rgb(51, 54, 74);
  background-color: #212529;
  display: block;
}

.app-sidebar,
.app-content {
  margin-top: 3rem;
}

.texto-header h2 {
  color: var(--dark);

}

.app-content {
  background-color: rgb(51, 54, 74);
  background-color: #f4f5ff;
}

.volumenoff {
  margin-top: 5px;
}

.bocina {
  width: 20%;
  height: 10%;
  padding: 3px;
   border: 2px solid red;
  margin-top: 5px;
  border-radius: 55%;
  color: white;
}

.bocina:hover{
  color: #106eea;
}

@media (max-width: 400px) {
  .top-logo {
    margin-left: 0;
  }
}

.top-logo {
  margin-left: 1rem;
}

/* .menuhambur {
  margin-left: 1rem;
  padding: 30;
} */

/* IMAGENES BARRA LATERAL */
.app-sidebar__user-name,
.app-sidebar__user-designation {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-bottom: 0;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: small;
  font-weight: bold;
}

.app-sidebar__user-avatar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 15px;
}

.rounded-circle,
.app-sidebar__user-avatar {
  border-radius: 50% !important;
}

img {
  vertical-align: middle;
  border-style: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  overflow-clip-margin: content-box;
  overflow: clip;
}

.app-sidebar__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  margin-bottom: 20px;
  margin-top: 50px;
  color: #fff;
}


/* otro contendigo */

.services {
  --background-color: color-mix(in srgb, var(--accent-color), transparent 97%);
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 66px;
  }
}

section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  scroll-margin-top: 100px;
  overflow: clip;
}

*,
::after,
::before {
  box-sizing: border-box;
}

body {
  color: var(--default-color);
  font-family: var(--default-font);
}

/*
---------------------------------
Waves
----------------------------------*/

.hero-waves {
  display: block;
  width: 100%;
  height: 60px;
  position: relative;
}

.wave1 use {
  animation: move-forever1 10s linear infinite;
  animation-delay: -2s;
}

.wave2 use {
  animation: move-forever2 8s linear infinite;
  animation-delay: -2s;
}

.wave3 use {
  animation: move-forever3 6s linear infinite;
  animation-delay: -2s;
}

@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }

  100% {
    transform: translate(-90px, 0%);
  }
}

@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

.app-nav__item {
  color: black;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 70px 0 60px;
}

.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #cfe2ff;
  /*#e9ecef; /* #f1f6fe;*/
}

.counts .count-box i {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: #106eea;
  color: #fff;
  width: 56px;
  height: 56px;
  line-height: 0;
  border-radius: 50px;
  border: 5px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #062b5b;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #222222;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e2eefd;
  height: 10px;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #106eea;
}

.servicesform{
  margin: 5rem 1rem;
  /* border: 1px solid red; */
  padding: 2rem 8rem;
}

.fondo{
  background:gainsboro;
  padding: 2rem 7rem;
}


.play-btn {
  width: 54px;
  height: 54px;
  background: radial-gradient(var(--color-primary) 30%, rgba(var(--color-primary-rgb), 0.9) 52%);
  border-radius: 50%; 
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  left: calc(7% - 47px);
  top: calc(20% - 47px);
  overflow: hidden;
}


.play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent; 
  border-bottom: 10px solid transparent;
  border-left: 15px solid var(--color-white);
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.cajacabeza{
  background-color: red;
}

.cabezadialogo{
  font-family: 'plantagenetcherokee' !important;
  font-size: 3rem;
}

.cajabody{
    /* background:
    linear-gradient(105deg, rgb(255 255 255 / 20%) 39%, rgb(51 56 57 / 100%) 96%) center center / 400px 200px no-repeat,
     url(big-star.png) center no-repeat,
    rebeccapurple; */
    background-color:#002d62; 
    font-family: Roboto,Oxygen-Sans,Ubuntu;
    font-size: 1.5rem;
}
