body {
    padding: 0;
    margin: 0;
    font-family: 'Poppins';
  }

  .container {
    width: 90%;
    max-width: 1280px;
    margin: auto;
  }
  .modal {
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.8);
    
    position: absolute;
    top: 0;
    left: 0;
    
    display: flex;
    
    animation: modal 2s 3s forwards;
    visibility: hidden;
    opacity: 0;
  }
  
  .contenido {
    margin: auto;
    width: 40%;
    height: 40%;
    background: white;
    border-radius: 10px;
  }
  
  #cerrar {
    display: none;
  }
  
  #cerrar + label {
    position: fixed;
    color: #fff;
    font-size: 25px;
    z-index: 50;
    background: darkred;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    right: 150px;
    top: 150px;
    cursor: pointer;
    
    animation: modal 2s 3s forwards;
    visibility: hidden;
    opacity: 0;
  }
  
  #cerrar:checked + label, #cerrar:checked ~ .modal {
    display: none;
  }
  
  @keyframes modal {
    100% {
      visibility: visible;
      opacity: 1;
    }
  }
  .menu .container{
      display: flex;
      justify-content: space-between;
      align-items: center;
  }

  .menu .logo{
     font-size: 23px;
     font-weight: bold;
     color: #000;

  }

  .menu nav ul{
      list-style: none;
      display: flex;
      justify-content: space-between;
  }

  .menu nav ul li{
      margin-left: 40px;
  }



  .menu nav ul a{
      text-decoration: none;
      color: #000;
  }

  .menu .li .vivo{
    color: #C40013;
  }



  .stream{
    background-color: #FF002A;
    height: 70px;
    width: 100%;
    margin: 0 auto;
    display: flex;
   padding-top: 15px;
   padding-bottom: 15px;
  
}

 .vivo span{
    color: #ffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

 .vivo i{
    font-size: 44px;
    margin-right: 10px;
    color: #ffff;
}

.present{
  background-color: #FBF4FA;
}


.platform{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
}

.platform .plat{
  font-size: 40px;
  letter-spacing: 2.5px;
  margin: 0;
}

.platform .plat2{
  margin: 0;
}

.present .flecha{
  color: #000;
  font-size: 60px;
  padding-top: 10px;
}


.sociales .socialm {
  display: flex;
  padding-top: 30px;
}




.socialm .fb .title-fb{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3282b8;
  font-size: 20px;
  font-weight: bold;
}

.sociales .socialm .yt{
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  padding-left: 30px;
  align-items: center;
  padding-right: 30px;
  flex-basis: 30%;
}

.sociales .socialm .yt .parr-yt{
  font-weight: bold;
  font-size: 20px;
}

.sociales .socialm .yt .can-yt{
  font-size: 15px;
  color: grey;
  padding-left: 5px;
}



.sociales .socialm .yt img{
  width: 150px;
  height: 150px;
}

.sociales .socialm .yt .parr2-yt{
  line-height: 25px;
  letter-spacing: 1.5px;
  font-size: 15px;
  padding-top: 30px;
}


.sociales .socialm .videom{
  display: flex;
  justify-content: center;
  align-items: center;
}


.publicidad{
  padding-top: 20px;

}

.publicidad .publi{
  text-align: center;
  font-size: 30px;

}




#options .buttons {
    height: 36px;

    grid-template-columns: 73px 73px 73px;
  }
  
  #play, #options .buttons .backward, #options .buttons .forward {
  display: grid;
  }
  
  #options .buttons svg{
    cursor: pointer;
    width: 36px;
    height: 36px;
    justify-self: center;
    align-self: center;
  }
  

  
  #options .buttons svg path {
    fill: white;
  }
  
  #pause {
    display: none;
  }
  

#red-social{
  padding-top: 40px;
  background-color: #FBF4FA;
  padding-bottom: 40px;
}


#red-social .android{
  display: flex;
  justify-content: space-around;
}

#red-social .android .face1{
  display: flex;
  flex-direction: column;
  align-items: center;
}

#red-social .android .face1 i{
  color: #333333;
  font-size: 50px;
}

footer{
  display: flex;
  justify-content: space-between;
 padding: 10px;
 align-items: center;
}

footer .mail2{
  display: flex;
  justify-content: space-around;
  
}

footer .mail2 .mail3{
  display: flex;
  align-items: center;
  margin-right: 15px;
}

footer .mail2 .mail4{
  display: flex;
  align-items: center;
  margin-right: 15px;
}

footer img{
  width: 28px;
  margin-right: 8px;
}

#whatsapp {
  position: fixed;
  top: 85%;
  right: 1%;
}

  /* services styles */
.img-left {
  float: left;
  margin: 0 10px 10px 0;
}
.img-right {
  float: right;
  margin: 0 0 15px 10px;
}
.upper {
  text-transform: uppercase
}
.line-divider {
  border-bottom: 1px solid #eee;
  height: 20px;
  margin-bottom: 30px
}
.divider-xxs {
  margin: 0;
  height: 1px;
  line-height: 1px;
  clear: both
}
.divider-xs {
  height: 11px;
  line-height: 11px;
  clear: both
}
.divider-sm {
  height: 20px;
  clear: both
}
.divider-md {
  height: 30px;
  clear: both
}
.divider-lg {
  height: 40px;
  clear: both
}
.panel-group .panel {
  border-radius: 0
}
.color, .color:hover {
  color: #f10061 !important
}
.underline {
  text-decoration: underline
}
.underline:hover {
  text-decoration: none
}
.icon-float-left {
  width: 114px;
  float: left;
  margin-right: 10px;
}
.text-float-right {
  height: 100px;
  display: table;
  padding-top: 15px;
}
.text-float-right .inside {
  height: 100px;
  display: table-cell;
  vertical-align: middle;
}
/*circle icon*/
.icon-circle {
  background: #e2e2e2;
  border-radius: 50%;
  color: #fff;
  display: block;
  height: 101px;
  width: 101px;
  margin: 10px auto 15px
}
.icon-circle .icon {
  font-size: 4.167em;
  line-height: 98px
}
.icon-circle {
  height: 95px;
  width: 95px;
  background: #999999;
  text-align: center;
  transition: all 0.5s 0s ease;
  -webkit-transition: all 0.5s 0s ease;
  -moz-transition: all 0.5s 0s ease;
  -o-transition: all 0.5s 0s ease
}
.icon-circle a {
  text-decoration: none !important;
  color: #fff;
}
.icon-circle:hover, .icon-circle.active {
  background: #f10061;
}
.icon-circle:hover .icon, .icon-circle.active .icon {
  color: #fff;
}
.icon-circle .icon.flaticon-clipboard105 {
  margin: -2px 0 0 12px;
}
/* form */
label {
  font-weight: normal;
  margin-bottom: 4px
}
label .required {
  color: #ff0000
}
label.label-inline {
  display: inline-block;
  line-height: 37px
}


@media (max-width: 480px){

  header .menu .container{
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  header .menu nav {
    display: none;
  }

  header .menu .container .logo{
    font-size: 35px;
  }



  #vivo2 .read{
    font-size: 15px;
  }


  #nosotros .present{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 15px;
  }

  #nosotros .sociales .socialm{
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #nosotros .sociales .socialm .videom{
    width: 95%;
  }

  .owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    display: none;
  }

  #red-social .android{
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #red-social .android .face1{
    margin-bottom: 8px;
  
  }
  #red-social .android .face1:last-child{
    margin-bottom: 0;
  }

  footer {
    display: flex;
    flex-direction: column-reverse;
  }

  footer .mail2{
    display: flex;
    flex-direction: column;

  }

}