html {
    height: 100%;
}

body
{

background: #FFF; /* Old browsers */
/*background: -moz-linear-gradient(-45deg, #5f07b8 0%, #d002ef 100%); /* FF3.6-15 */
/*background: -webkit-linear-gradient(-45deg, #5f07b8 0%,#d002ef 100%); /* Chrome10-25,Safari5.1-6 */
/*background: linear-gradient(135deg, #5f07b8 0%,#d002ef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f07b8', endColorstr='#d002ef',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
height: 100%;
margin: 0;
background-repeat: no-repeat;

}


nav
{
  
  background-color: #ffffff;
}

ul.nav li
{
  margin-right: 50px;
}

nav.breadcrumb
{

  box-shadow: none;
  padding: 0px;
  background-color: transparent;
  margin-bottom: 0px;
}

.breadcrumb
{
  background-color: transparent;
}

ol.breadcrumb
{
  margin-bottom: 0px;
  padding-left: 0px;
  font-size: 12px;
}

.row
{
  margin:0px;
}

.row.main,nav
{
  background-color: #fff;
  
}

.row.main
{ 
  padding-bottom: 50px; 
  padding-left: 20px;
  border-radius: .25rem!important;
}

.container
{
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 40px;
 
}

.row.title
{
    background-color: #3909A6;
    margin-bottom: 15px;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
    border-radius: .25rem!important;
    padding-top: 40px;
}

.row.title h1
{
  color:#fff;
  font-size:20px;
  padding-left: 20px;
  padding-bottom: 10px;
}

footer p
{ color:#fff; font-size: 12px; }


.navbar
{
  border-radius: 0px;
  min-height:80px;
}

.col-lg-4 img
{
  margin: auto;
}

#footer
{
  text-align: center;
  border-top:solid 1px #ddd;
  padding-top: 20px;
  margin-top: 40px;
}

h2
{
  font-size: 16px;
}

.marketing .col-lg-4
{

text-align: center;
margin-bottom: 30px;
}



.btn
{

  background-color: transparent;
  color: #8404D4;
  font-size: 12px;
  font-weight: bold;
  padding: 0px;
}

.btn-info{
  border: none !important;
}

.btn-info:hover {

  background-color: #D6DAEA !important;
  border: none !important;
  color: #474747 !important;

}

.btn-info:active {

  background-color: #D6DAEA !important;
  border: none !important;
  color: #474747 !important;


}

.btn-info:focus {

  background-color: #D6DAEA !important;
  border: none !important;
  color: #474747 !important;

}

p
{text-align: left}

ul.navbar-nav
{list-style-type: none; position: relative;text-transform: uppercase;
    font-size: 13px;
    color: #666666 !important;
    padding-top: 15px;}

ul.navbar-nav li
{margin-right: 20px;}

ul.navbar-nav li a
{color: #6c757d;}

p.media-body
{
  float: left;
  width:90%;
  border-bottom:1px solid #ccc;
}

.media img
{
  float: left;
  margin-right: 10px;
}

.pb-3, .py-3 {
    padding-bottom: 1rem!important;
}

.text-muted
{
  color:#474747;
}

a.btn
{
  margin-right: 10px;
}

.navbar-nav>li>.dropdown-menu
{
  padding: 20px 30px 20px 30px;
}

.dropdown-menu
{
  min-width: 200px;
}

a.ver-standard
{
  display: block;
  text-align: center;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 11px;
  color: #101A4A;
  font-weight: bold;
  padding-top: 30px;
  height: 220px;
}

a.ver-standard:hover
{
box-shadow: rgba(0, 0, 0, 0.08) 0px 10px 20px;
  padding-top: 30px;
  height: 220px;
}


a.ver-medio
{
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  color: #101A4A;
  font-weight: bold;
  padding-top: 30px;
  height: 120px;
}

a.ver-medio:hover
{
  box-shadow: rgba(0, 0, 0, 0.08) 0px 10px 20px;
  padding-top: 30px;
  height: 120px;
}

a.ver-medio img
{
  opacity: 0.7;
}

a.ver
{
  
  text-align: center;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 11px;
  color: #fff;
  font-weight: bold;
}

a.ver img
{
  margin-right: 6px;
  position: relative;
  bottom: 2px;
}

.icon_separate
{
  margin-right: 10px;

}

.main_content
{
  background-color: #fff;
  border-radius: .25rem!important;
}

.main_content img.mr-2 { float: left; overflow: hidden;}



.border_separation
{ border-bottom: 1px solid #ddd }

.padding_row
{ padding-bottom: 10px; }

.padding_content
{ padding: 20px;
}

.center_text
{
  margin: auto;
  width: 180px;
  margin-top: 25px;
}

.formatos img.icon
{
  margin-bottom: 15px;
}

.formatos p
{
  width: 80%;
  height:50px;
  margin-left: auto;
    margin-right: auto;
  font-size: 13px;
   
    top: 20px;
}

.formatos p.prox
{
 margin: -5px 60px;
 color: #00cea6;
 font-weight: bold;
}

.detalle_recuadro
{

  text-align:center;
  
  padding-bottom: 20px;
  overflow: hidden;
  
}



.detalle_recuadro:hover
{
  cursor: pointer;
  height: 220px;
}

button.navbar-toggler
{
  background-image: url("images/menu.png");

}

p.leyenda_doubleclick 
{
  position:relative;
  top:5px;
  margin-left: 10px;
  text-align: center;
  width: 100%;

}

.top_line
{
  border-top:1px solid #ddd;
  margin-top: 30px;
}

.leyenda
{
  overflow: hidden;
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
    text-align: center;
}


.modal-ancho {
    max-width: 800px;
}


.modal-title,.modal-body{
  font-family: 'Nunito';
}


.jumbotron-bg{
   background-image: url(http://beyondmediaagency.com/preview/Lab/Intranet/images/headline.jpg);
   background-repeat:no-repeat;
   padding: 40px 0px;
   
}

.jumbotron{
  background-color:#fff;
}

.container-headline{    
    width:100%;
    padding-right: 50px;
    padding-left: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.title-headline{
  font-size:2.75rem;
  color:#FFF;
  font-weight: bold;
}

.text-headline{
  width: 45%;
  color:#FFF;
}

.disponible{
  font-style: italic;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active
{
  
}

.nav-tabs .nav-link
{
  border: 0px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.contenedor_tabs
{
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 30px;
}

.contenedor_tabs .col-lg-4
{
  margin-bottom: 0px;
}

.nav-tabs
{
  border-bottom: none;
}

.carousel
{

  margin-top: 80px;
}

.mobiles p {font-size: 58px;color:#fff;line-height: 60px;font-weight: bold;font-family: 'Nunito', sans-serif;}

.carousel-item {
  width: 100%;
  height: 20vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}



 
.thumbnail {
    position:relative;
    overflow:hidden;
    height: 240px;
}

 
.caption {
    position:absolute;
    top:-130%;
    right:0;
    background:#00cea6;
    width:100%;
    height:100%;
    padding:2%;
    text-align:center;
    color:#fff !important;
    z-index:2;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

}

.caption h3{
  font-size: 16px;
    text-transform: uppercase;
}

.datos{


    margin-top: -12%;
}

.thumbnail:hover{
  height:100%;

}




.thumbnail:hover .caption {
    top:0%;

}

 .thumbnail:hover .datos h3 {
    font-size: 16px;
    text-transform: uppercase;



margin-top: 75px

}

.thumbnail:hover h2
{
  margin-top: 200px;
}

.thumbnail:hover h2{
  display: none;
}

.btn-noticias{
  float: left;
}

.my-4{
  padding-top: 2.5rem!important
}



.relacionadas a:hover{
cursor: pointer !important;
}

@media only screen and (max-width: 576px) {
   .text-headline{
  width: 100%;
  color:#FFF;
}

.dias img{
  padding-bottom: 30px;
}

.title-headline{
  font-size: 1.75rem;

}


.thumbnail:hover{
  height:100%;
}

.thumbnail:hover .datos h3 {
    font-size: 16px;
    text-transform: uppercase;



margin-top: -30px;

}



.datos{


    margin-top: 25%;
}

}



@media only screen and (max-width: 969px) {

.mobiles img{

  display: none;
}

.mobiles p{
 
  top: -50px;
  margin: 0 auto;
  
}

#cabecera{
  display: inline-block;
}

}



.v-paid
{
  background-image: url(../images/vpaid.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ececec;
}


.counter
{
  background-image: url(../images/counter.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ececec;
}

.calendar
{
  background-image: url(../images/calendar.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ececec;
}

.geolocation
{
  background-image: url(../images/geolocalizacion.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ececec;
}

.shake
{
  background-image: url(../images/mobile_shake.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ececec;
}

.street_view
{
  background-image: url(../images/street_view.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ececec;
}

.compare
{
  background-image: url(../images/compare.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ececec;
}

.eraser
{
  background-image: url(../images/eraser.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ececec;
}

.puzzle
{
  background-image: url(../images/puzzle.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ececec;
}

.drag_and_drop
{
  background-image: url(../images/drag_and_drop.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ececec;
}

.whatsapp
{
  background-image: url(../images/whatsapp.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ececec;
}

.cube
{
  background-image: url(../images/cube.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ececec;
}

.weather
{
  background-image: url(../images/weather.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ececec;

}


.detalle_recuadro span
{
  display: block;
  margin-top: 190px;
}

.carousel-caption
{
  top:30% !important;
}

.tit-home
{ margin-bottom: 70px; }

.fecha
{ font-size: 12px; color: #666; }

.featurette-heading{font-size: 2em;font-family: Nunito; font-weight: bold; }

.featurette {margin-bottom: 60px;}

.detalle_noticias
{ margin-bottom: 50px;}

#noticia h3
{
  color: #fff;
  text-align: center;
  font-family: Nunito;
  font-size: 36px;
}

#noticia img.icono
{margin-right: auto;margin-top: 30px;margin-bottom: 20px;}

#noticia video
{margin-bottom: auto;width: 100%}


.lead
{ text-align: justify; }

#top-link-block.affix-top {
    position: absolute; /* allows it to "slide" up into view */
    bottom: -82px;
    left: 10px;
}
#top-link-block.affix {
    position: fixed; /* keeps it on the bottom once in view */
    bottom: 18px;
    left: 10px;
}


ul.equipo
{
  list-style-type: none;
  padding: 10px 0px 0px 0px;
  /*padding: 0px 20px 0px 50px !important;*/
}

ul.equipo p
{float: left;color: #222;font-size: 12px;margin-top: 0px;margin-left: 0px;}

ul.equipo img
{float: left;}

.centrado
{text-align: center;}


ul.equipo li
{
  float: left;
  margin-right: 20px;
}

img.noticia
{
  margin-bottom: 30px;

}

img.noticia_index
{
   box-shadow: rgba(0, 0, 0, 0.08) 0px 10px 20px;
}


span#top-link-block
{
  position: absolute;
}


.lightbox {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, .5);
  z-index: 999;

}
.toolbarLB {
  text-align: right;
  padding: 3px;
}
.closeLB {
  cursor: pointer;
  font-size: 36px;
  cursor: pointer;
}
.lightbox .iframeContainer {
  vertical-align: middle; 
  padding: 0px 20px 30px 30px;
  background-color: #fff;
  box-shadow: 0px 0px 50px #000;
  border-radius: 25px;
  width: 500px;
}

.lightbox .iframeContainer p
{margin:auto;
text-align: center;
margin-right: 50px;
margin-left: 20px;
position: relative;
top:30%;
text-align: left;
}

.lightbox.closed {
  display: none;
}

.lightbox p
{ float: left; margin-right: 20px; color: #666;}

.lightbox img
{ float: left; }

.tit_equipo
{ font-size: 1.35rem; }





/* The ribbons */

.corner-ribbon{
  width: 200px;
  height: 35px;
  background: #e43;
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);

}

/* Custom styles */





.corner-ribbon.top-right{
  top: 25px;
  right: -50px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -webkit-box-shadow: 23px 18px 32px -18px rgba(0,0,0,0.75);
-moz-box-shadow: 23px 18px 32px -18px rgba(0,0,0,0.75);
box-shadow: 23px 18px 32px -18px rgba(0,0,0,0.75);
}




.corner-ribbon.violeta{background: #c2e7e0;}



.prox{

      width: 80%;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
    margin: -5px 60px;
    top: 20px;
        font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

#canvas {
  display: block;
  width: 100%;
  margin: 0 auto;
   position:absolute;
  
  z-index: -1;
}


#cabecera {
position: relative;
left: 0; 
top: 0;
height: 330px;
   display: flex;
   justify-content: center;
   align-items: center;
}


.mobiles{
  position:relative;
  width: 415px;
  float: right;
  z-index: 1;
  margin: 0px 200px;
  top: 0px;
}

.text-cabecera{
  position: absolute;
  /* background-color: orange; */
  float: left;

 

}

#bubble
{
  background-image: url(../images/bubble.jpg);
  background-repeat: no-repeat;
  height: 111px;
  width: 250px;
  float: left;
  padding-left: 10px;
    justify-content: center;


}

.mensaje p{
  width: 100%;
  padding-bottom: 50px;
}

.dias img{
  width: 171px;
  height: 171px;
  padding-left: 10px;
}

canvas{background-image: url(../images/slider.gif);height: 387px;}

#mobile{background-image: url(../images/mobile.png);height: 387px;}


.seccion
{
  font-weight: bold;
  font-family: 'Nunito', sans-serif;
  font-size: 50px;
  font-weight: normal;
  color: #fff;
  background-size:cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;

}

.seccion span
{ color: #00cea6; }

.showcase
{
  background-image: url(../images/cabecera.jpg);
 
}

.noticias
{
  background-image: url(../images/cabecera_noticias.gif);
  background-repeat: repeat-x;
  background-attachment: none !important;
}


.nav-tabs
{
  margin-top: 30px;
}

.lead {
    font-size: 1.10rem;
    font-weight: 300;
}

.card
{
  padding:50px;
  margin-bottom: 30px;
  float: left;
}

.card:hover
{
  padding:50px;
  margin-bottom: 30px;
  cursor: pointer;
  background-color: #00d4aa;
  border: solid 1px #00d4aa;
  color: #fff;
  border:none;
  border: 1px solid #00d4aa;
}

.card_active
{
  padding:50px;
  margin-bottom: 30px;
  cursor: pointer;
  background-color: #00d4aa;
  border: solid 1px #00d4aa;
  color: #fff;
  border:none;
  border: 1px solid #00d4aa;
}

.card:hover p
{
  color: #fff;
}

h2
{
  text-align: left;
  font-weight: normal;
  font-size: 34px;
  font-family: Nunito;
  margin-bottom: 50px;
  padding-bottom: 30px;
  
}

h2.specs-title{
  text-align: center !important;
  font-weight: normal;
  font-size: 18px;
  font-family: Nunito;
  margin-bottom: 50px;
  padding-bottom: 40px;
  text-transform: uppercase;
}

.novedades::first-letter{
  
  border-bottom: 2px solid;
  padding-bottom: 7px;

}

.video-noticia
{
  box-shadow: 0px 0px 30px #666;
}

.card.descargas
{
  text-align: left;
  padding: 10px !important;

}

.card.descargas:hover
{
  text-align: left;
  padding: 10px !important;
  background-color: #fff;
  color:#000;
}

.card.descargas p.card-text:hover
{
  color:#000;
}

.card.descargas a
{ color: #fff; }

.newsletter
{
  padding-top: 50px;
 
}

.recursos_container { background-color:#f4f4f4; }


.modal-header .close {
    padding: 5px !important;
    margin: -1rem -1rem -1rem auto !important;}

button {background-color: #7300ba !important; color: #fff !important;border-radius: 4px !important;width: 35px;}

h2.newsletter{font-size: 26px;text-align:center; color: #00d4aa;text-transform: normal;margin-bottom: 0px;padding-top: 30px;padding-bottom: 0px;}

input.newsletter_form { border-radius: 25px !important; margin-right: 10px;}

.input-group{ margin-top: 40px !important;}

img.icono_sugerencias{margin:auto;}

.descarga,#submit {color:#fff;background-color: #00cea6 !important; border-radius: 25px !important;padding:8px 20px 8px 20px;border: none;}

#submit{width: 100%;}

input{border-radius: 25px !important;padding:8px 20px 8px 20px;border: 1px solid #ddd;}

textarea{border-radius: 25px !important;padding:8px 20px 8px 20px;border: 1px solid #ddd;margin-top: 10px;padding-top: 20px;}

form{ margin-top: 40px; }

label{display: none;}

.columna_news,.columna_news p{text-align: center;}

.frase {height: 250px; background-image:url(../images/slider.gif); } 

.frase p{color: #fff; font-size: 28px;font-weight: bold;text-align: center; margin:auto; font-family: Nunito;}

.frase span{font-size: 12px; font-weight: normal;}


/* Media Queries */

@media only screen and (max-width: 600px) {
    p.txt-noticia {
        display: none;
    }

    button
    {
      background-color: #fff;
    }

    .mobiles p
    {
      font-size: 40px;
    }
}


/* Close Button */

.panel-heading span
{
    margin-top: -26px;
    font-size: 15px;
    margin-right: -12px;
}

.clickable {
    background: rgba(0, 0, 0, 0.15);
    display: inline-block;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
}