@import url("https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
/* ==========================================================================
Cuaed_ DIE
========================================================================== */

body {
	padding: 0 auto;
	margin: 0 auto;
	font-family: 'Raleway', sans-serif;
	background: #FCFCFC;
	font-size: 15px;
	font-weight: 300;
	color: #555;
	overflow-wrap: break-word;
	overflow-x: hidden;
}

.nav-tabs>li>a {

    border: 1px solid #1097CC;
}


.clear {
	clear: both;
}

  video.videos {
border: 1px solid gray;
    width: 70%;
    float: left;
    margin: 0 15%;
        margin-bottom: 20px;
            height: 300px;
     }

/**ACORDEON**/
#accordion {
width: 98%;
    height: auto;
    margin: 20px auto;
    overflow: hidden;
    cursor: pointer;
  }
  
  #accordion:after {
    content: " ";
    float: none;
    clear: both;
  }
  
  .cell {
    width: 25%;
height: 229px;
   padding: 0;
    float: left;
    -webkit-transition: width .5s ease-in-out;
    -moz-transition: width .5s ease-in-out;
    -ms-transition: width .5s ease-in-out;
    transition: width .5s ease-in-out;
  }


video {
width: 80%;
    margin: 0 10% 20px 10%;}

   }



    

     .cell img {
    width: 100%;
  }
    
    .cell:nth-child(1)
    {
    background: hsla(16,88%,55%,1.00);
    border: 1px solid hsla(16,88%,55%,1.00);
    }
    
    .cell:nth-child(2)
    {
     background: hsla(37,95%,50%,1.00);
         border: 1px solid hsla(37,95%,50%,1.00);
    }
    
    .cell:nth-child(3)
    {
     background: #1097CC;
         border: 1px solid #1097CC;
    }
    
    .cell:nth-child(4)
    {
      background: gray;
          border: 1px solid gray;
    }
  
    .cell.active {
      width: 80%;
    }
    
    .cell.inactive {
      width: 6.666%;
    }



/**FICHERO**/

  
@mixin ellipsis(){
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    width: 100%;
}

@mixin icon-styles(){
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@mixin transform($transform){
  -webkit-transform: $transform;
  -moz-transform: $transform;
  -ms-transform: $transform;
  -o-transform: $transform;
  transform: $transform;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #1097CC;
    border-bottom-color: transparent;
}

.nav-tabs {
    border-bottom: 1px solid #1097CC;
}

.tab-content{

  border-left: 1px solid #1097CC;
    border-right: 1px solid #1097CC;
    border-bottom: 1px solid #1097CC;
} 

.tab-content p{
padding: 20px;
} 


@media screen and (max-width: 479px) {
  .nav-tabs-responsive {
    > li {
      display: none;
      width: 23%;
      > a {
        @include ellipsis();
        width: 100%;
        text-align: center;
        vertical-align: top;
      }
      &.active {
        width: 54%;
        &:first-child {
          margin-left: 23%;
        }
      }
      &.active,
      &.prev,
      &.next {
        display: block;
      }
      &.prev,
      &.next {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
      }
      &.next > a,
      &.prev > a {
        -webkit-transition: none;
        transition: none;
        .text {
          display: none;
        }
        &:after,
        &:after {
          @include icon-styles();
        }
      }
      &.prev > a:after {
        content: "\e079";
      }
      &.next > a:after {
        content: "\e080";
      }
      &.dropdown {
        > a > .caret {
          display: none;
        }
        > a:after {
          content: "\e114";
        }
        &.active > a {
          &:after {
            display: none;
          }
          > .caret {
            display: inline-block;
          }
        }

        .dropdown-menu {
          &.pull-xs-left {
            left: 0;
            right: auto;
          }
          &.pull-xs-center {
            right: auto;
            left: 50%;
            @include transform(translateX(-50%));
          }
          &.pull-xs-right {
            left: auto;
            right: 0;
          }
        }
      }
    }
  }
}



/**
 * Demo Styles
 */

.wrapper {
  padding: 15px 0;
}

.bs-example-tabs .nav-tabs {

}

@media (max-width: 300px) {
  #narrow-browser-alert {
    display: none;
  }
}



.img-contenido {
	width: 80%;
margin: 30px 10%;
border: 1px solid #CCC;
}

.img-contenido2 {
    width: 65%;
    margin: 30px 17.5%;
    border: 1px solid #CCC;
}

.img-contenido3 {
    width: 90%;
    margin: 30px 5%;
    border: 1px solid #CCC;
}

.space {
	float: left;
    width: 100%;
	margin-top: 60px;
}
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?rzr4b1');
  src:  url('fonts/icomoon.eot?rzr4b1#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?rzr4b1') format('truetype'),
    url('fonts/icomoon.woff?rzr4b1') format('woff'),
    url('fonts/icomoon.svg?rzr4b1#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}


.navegadores {
    float: left;
    width: 90%;
margin: 20px 5%;
    background: hsla(0,0%,95%,1.00);
    padding: 20px 4%;
    border-radius: 5px;
    border: 2px solid #53AFC0;

}

.navegadores img{
 text-align: center;

}



[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 11px;
    font-weight: bold;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-flecha3:before {
  content: "\e900";
}

.img-centro {
    width: 80%;
}


.pieFoto {
    font-size: 12px;
    margin-bottom: 20px;
    word-break: break-all;
    margin-top: 20px;
    color:darkgray;
    text-align: center;
        padding: 0 10px;
}


.cd-horizontal-timeline .events-content li .linea-bing {
	float: left;
	width: 40%;
	margin:0 5%;
	    padding-top: 27px;
}

.linea-bing  img{
width: 100%;
}


.img-cont {
	width: 150px;
}

.cd-horizontal-timeline .events-content li .img-linea {
	width:80%;
	margin-left: 10%;
	margin-top: 20px;
}


.img-linea img{
	width: 100%;
}


.icom {
	font-size: 54px;
	vertical-align: middle
}
a {
	word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
	overflow: hidden;
	color: hsla(131,80%,35%,1.00);
	font-weight: 600;
}
a:hover {
	word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
	overflow: hidden;
	color: #8D1B1B;
	font-weight: 600;
	text-decoration: none;
}
h1 {
	font-family: 'Raleway', sans-serif;
	color: #8D1B1B;
	text-align: left;
	font-size: 25px;
	font-weight: 800;
	margin-top: 20px;
	margin-bottom: 20px;
}
p {
	font-family: 'Raleway', sans-serif;
	color: #555;
	text-align: left;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.5;
}
p>ol, ul, li {
	font-family: 'Raleway', sans-serif;
	color: #555;
	text-align: left;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.5;
}
strong {
	font-family: 'Raleway', sans-serif;

	text-align: left;
	font-size: 15px;
	font-weight: 800;
}


.content-tabla {
	width: 80%;
	margin: 0 auto;
}

.referencia {

	font-family: "Times New Roman", Georgia, Serif;
}
.content {
	width: 1600px;
	height: auto;
	margin: auto;
}
.menu {
	background: #F9F9F9;
	border-bottom: #FCFCFC;
	-webkit-box-shadow: 0px 10px 5px -6px rgba(0,0,0,0.09);
	-moz-box-shadow: 0px 10px 5px -6px rgba(0,0,0,0.09);
	box-shadow: 0px 10px 5px -6px rgba(0,0,0,0.09);
}
.navbar-brand {
	border-right: 1px solid #CCCCCC;
	top: 12px;
	height: 100%;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a {
	border-bottom: #8C1B19 1px solid;
	background: #FCFCFC;
	box-shadow: none;
}
.navbar-right {
	margin: 20px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #e7e7e7;
	background: #FCFCFC;
	z-index: 999999;
}
#tf-home {
	background: url(../img/contenido/busqueda.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #cfcfcf;
	overflow: hidden;
	margin: 5px 0 0 0;
	text-align:center;
}
#tf-home .overlay {
	background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0.8)), color-stop(17%, rgba(0,0,0,0.73)), color-stop(35%, rgba(0,0,0,0.66)), color-stop(62%, rgba(0,0,0,0.55)), color-stop(100%, rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000', GradientType=0 ); /* IE6-9 */
	height: 350px;
	background-attachment: fixed;
}
.leadM{
	text-align:center;
	padding:20px 130px;
	width:100%;
	
}

.lead{
	color: #fff;
	font-size:30px;
	font-weight:700;
	text-transform:uppercase;
}

.lead2{
	color:#53AFC0;
	font-size:25px;
	font-weight:300;
}

.lead3{
	color: #FBB03B;
	font-size:19px;
	font-weight:300;
}

.conte {
	position: relative;
	padding: 8% 0 0 0;
}
/******/
#tf-p2 {
    padding: 30px 10px 85px 10px;
	background: hsla(0,0%,95%,1.00);
}
.row.vdivide [class*='col-']:not(:last-child):after {
	background: hsla(0,0%,100%,1.00);
	width: 2px;
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	bottom: 10px;
	right: 0;
	min-height: 70px;
	margin: 10px;
}
.row.vdivide2 [class*='col-']:not(:last-child):after {
	background: hsla(0,0%,69%,0.3);
	width: 2px;
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	bottom: 10px;
	right: 0;
	min-height: 70px;
	margin: 10px;
}
hr {
	display: none;
}
#tf-m3 {
	background: #FFFFFF;
	padding: 105px auto;
}
.color {
	color: #f9f9f9;
}
.color1 {
	background: hsla(37,95%,50%,1.00);
	padding: 80px;



}
.color2 {
	background: hsla(177,99%,33%,2.00);
	padding: 80px;
 

}
.color3 {
	background: hsla(16,88%,55%,1.00);
	padding: 80px;
  

}
.p {
	padding: 10px 50px;
}
#tf-p4 {
	background: #ffffff;
	    padding: 85px 45px;
}
#tf-p5 {
	background: #ffffff;
    padding: 29px 85px;
}
.panel-title h3 {
	width: 100%;
	padding: 10px;
	text-align: center;
	float: left;
	font-family: 'Raleway', sans-serif;
	color: #8D1B1B;
	font-size: 25px;
	font-weight: 800;
    margin-top: 20px;
	margin-bottom: 20px;
}
.globo {
	color: #FFFFFF;
	border: #0A709A 1px solid;
	text-align: center;
	background: #1097CC;
	padding: 22px;
	border-radius: 5px;
	    margin: 20px 0;
}

.globo strong{
	color: #FFFFFF;

}


.globo ul li{
	color: #FFFFFF;

}

.globo ul li p{
text-align:left !important;

}
.salto {
	padding: 20px;
}


table.columnas  {

width: 100%;
	margin: 10px 0;

}

table.columnas td {

	padding: 5px 0;


}

.formulas {
    font-family: 'Trirong', serif;
	color: #555;
}


.formulas strong{
    font-family: 'Trirong', serif;
 font-weight: bold;
 font-size: initial;
}

.ejemplos {
  border:1px solid #1097CC;
  margin: 10px 5%;
  padding: 10px;
width: 90%;
    min-height: 225px;
}


.con1 {
    float: left;
width: 33.3%;
    padding: 0 1.5%;
}

.conclusion1, .conclusion2 ,.conclusion3  {
	    margin-top: 35px;

    padding-top: 21px;
    position: relative;
    background: hsla(0,0%,95%,1.00);
}

.number-conclusion {
position: absolute;
     top: -37px;
    left: 50%;
    margin-left: -50px;
    padding-top: 1px;
    font-size: 38px;
    border-radius: 45px;
    width: 80px;
    height: 80px;
    color: #FFF;
    text-align: center;
    border: 8px solid rgba(255,255,255,.85);
    background: hsla(177,99%,33%,2.00);
    font-weight: normal;
}


.blue {

background: #1097CC;
}


.orange {
background: hsla(16,88%,55%,1.00);
}


.conclusion1 img, .conclusion2 img, .conclusion3 img {
	width: 100%;

}

.conclusion1 p , .conclusion2 p, .conclusion3 p {
float: left;
width: 100%;
    color: #FFF;
    padding:12px;
height: 195px;
}

.conclusion1 p{
	background: hsla(177,99%,33%,2.00);

}


.conclusion2 p{
	background: #1097CC;
}


.conclusion3 p{
	background: hsla(16,88%,55%,1.00);
}

/**IMAGENES**/
.animacion{
	float: left;
	border-radius: 10px;
}


.animacion img{
	width: 100%; 
		border-radius: 10px;
}


.img-centro2 {
width: 100%;
text-align: center;
position: relative;
    border: 1px solid #53AFC0;
}


.img-google {
width: 100%;
}


.img-centro4 {
width: 100%;
text-align: center;
position: relative;
    border: 1px solid #CCC;
}


.articulo {
    position: absolute;
    background: transparent;
    top: 23%;
    left: 2%;
    z-index: 99;
    width: 13%;
    height: 8%;
}



.articulo-txt {
position: absolute;
    background: #53AFC0;
    top: 8%;
    left: 115%;
    width: 200px;
    z-index: 999;
    padding: 10px;
    color: #FFF;
    display: none;

	} 




.tiempo {
position: absolute;
    background: transparent;
    top: 34%;
    left: 2%;
    z-index: 99;
    width: 13%;
    height: 17%;

}

.tiempo-txt {
    position: absolute;
    background: #53AFC0;
    top: 39%;
        left: 115%;
    width: 200px;
    z-index: 999;
    padding: 10px;
    color: #FFF;
    display: none;

}

.publicado {
    position: absolute;
    background: transparent;
       top: 23%;
    right: 4%;
    z-index: 99;
    width: 15%;
height: 14%;

}


.publicado-txt {
    position: absolute;
    background: #53AFC0;
     top: 118%;
    right: 8%;
    width: 200px;
    z-index: 999;
    padding: 10px;
    color: #FFF;
    display: none;
}



.tipo {

    position: absolute;
    background: transparent;
    bottom: 38%;
    left: 2%;
    z-index: 99;
    width: 12%;
    height: 9%
}


.tipo-txt {
    position: absolute;
    background: #53AFC0;
    top: 13%;
    left: 126%;
    width: 200px;
    z-index: 999;
    padding: 10px;
    color: #FFF;
    display: none;

}


.articulo:hover .articulo-txt, .tiempo:hover .tiempo-txt , .publicado:hover .publicado-txt , .tipo:hover .tipo-txt  {
	display: block;
	transition-duration: 10s;

}



.img-centro1 {
width: 100%;
text-align: center;
position: relative;
}


.img-centro1 img, .img-centro2 img, .img-centro2 embed  {
width: 100%;
    margin: 20px 0;
}


.img-google img{
	width: 100%
}


.img-centro4 img {
width: 100%;
}




.img-centro1 .autor {
 
position: absolute;
    background: #FBB03B;
    color: #FFF;
    padding: 10px;
    top: 38px;
    left: 23%;
       width: 76%;
    display: none;
    z-index: 99;
  
}

.img-centro1 .autor p {
    margin-top: 7px;
    color: #FFF;
    width: 100%;
        margin-top: 34px;
  
}

.img-centro1 .autor-hover {
    position: absolute;
    background: transparent;
    width: 18%;
    height: 62%;
    top: 14%;
    left: 9%;

   
}

.cerrar-autor {
    position: absolute;
    right: 12px;
    top: 1px;
    color: #FFF;
    z-index: 99;
    font-size: 37px;
}


.google-images, .google-images1 {
	float: left;
	border:1px solid #53AFC0;
	width:100%;


}

.google-images img, .google-images1 img {
width: 100%;


}



.drive-img {
	float: left;
	width: 45%;
	margin-left: 27.5%;
}



.drive-img2 {
    float: left;
    width: 60%;
    margin: 25px 20%;
    background: rgba(83,175,192,.3);
    border-radius: 10px;
}


.drive-img img,.drive-img2 img,.drive-img3 img, .drive-img3 embed, .drive-img4 img, .drive-img5 img {

width: 100%;
}


.drive-img3 {
    float: left;
    width: 100%;
    border:1px solid #CCC;
    margin:10px 0;
  
}


.drive-img4 {
    float: left;
    width: 8.28%;
    /* border: 1px solid #CCC; */
    margin: 10px 3%;
    /* height: 167px; */
}





/**GALERIA**/




#demo, #demo2, #demo3 {

    border: 2px solid hsla(16,88%,55%,1.00);
    clear: both;
    margin-bottom: 40px;

}

.numbers {
	    top: -70px;
	font-family: 'Numans', sans-serif;
    position: absolute;
     left: 50%;
    margin-left: -35px;
        background: #FFF;
        padding-top: 2px;
}

.point {
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	background: red;
	top:-11px;
	left: 50%;
}

.number {

    color: #FFF;
    text-align: center;
    
    font-size: 42px;
    color: red;
    float: left;

}

.number2 {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    color: red;
    float: left;
    margin: 15px 16px;


}

.container-gallery{
	width: 90%;
	margin: 0 auto;
	position: relative;

}

.owl-theme .owl-controls .owl-buttons div {
    display: inline-block;
    zoom: 1;

    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: transparent;
    font-size: 75px;
    color: hsla(16,88%,55%,1.00);
    font-family: 'Acme', sans-serif;
}

.item  {
    width: 100%;
        border-top: 1px solid red;
}


.owl-prev, .owl-next {
    position: absolute;
        top: 0;

}


.owl-prev {
    left: 2%;
}

.owl-next {
    right: 2%;
}


.descripcion-galeria {


    color: red;
    width: 100%;
padding: 46px 0 0 0;
}

.descripcion-galeria p{

    padding: 0;

}


.item .descripcion-galeria p:first-child{

    text-align: center;
    width: 74%;
    margin: 0 auto;
}


.descripcion-galeria ul{

list-style: none;

}




.titulo-galeria {
    font-size: 20px;
    font-weight: 500;
}

.item table {
	    width: 80%;
    text-align: center;
    margin: 0 auto;
    color:#555;
        border: 1px solid #1097CC;
}

/*FINAL GALERIA**/



.btn1 {
	background: #B41A83;
	color: #FFFFFF;
	width: 100%;
	text-shadow: none;
}
.btn1:hover {
	background: #B41A83;
	opacity: 0.8;
	color: #FFFFFF;
}
.btn2 {
	background: #3E830C;
	color: #FFFFFF;
	width: 100%;
	text-shadow: none;
}
.btn2:hover {
	background: #3E830C;
	opacity: 0.8;
	color: #FFFFFF;
}
.btn3 {
	background: #134581;
	color: #FFFFFF;
	width: 100%;
	text-shadow: none;
}
.btn3:hover {
	background: #134581;
	opacity: 0.8;
	color: #FFFFFF;
}
.btn4 {
	background: #682090;
	color: #FFFFFF;
	width: 100%;
	text-shadow: none;
}
.btn4:hover {
	background: #682090;
	opacity: 0.8;
	color: #FFFFFF;
}
.btn5 {
	background: #FBB23C;
	color: #FFFFFF;
	width: 100%;
	text-shadow: none;
}
.btn5:hover {
	background: #FBB23C;
	opacity: 0.8;
	color: #FFFFFF;
}
.btn6 {
	background: #01C1C3;
	color: #FFFFFF;
	width: 100%;
	text-shadow: none;
}
.btn6:hover {
	background: #01C1C3;
	opacity: 0.8;
	color: #FFFFFF;
}

.btn7 {
    background: #f47337;
color: #FFFFFF;
width: 100%;
text-shadow: none;
}
.btn7:hover {
    background: #f47337;
opacity: 0.8;
color: #FFFFFF;
}
/*******************************
rc 06
*******************************/
.panel-group .panel {
	border-radius: 0;
	box-shadow: none;
	border-color: #EEEEEE;
}
.panel-default > .panel-heading {
	padding: 0;
	border-radius: 0;
	color: #212121;
	background-color: #FAFAFA;
	border-color: #EEEEEE;
}
.panel-title {
	font-size: 14px;
}
.panel-title > a {
	display: block;
	padding: 15px;
	text-decoration: none;
	    text-shadow: none;
}
.more-less {
	float: right;
	color: #212121;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #EEEEEE;
}
footer {
	width: 100%;
	background: #4D4D4D;
	margin: 10px 0 0 0;
	float: left;
}
.textFooter {
	padding: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.mn {
	padding-left: 21px;
}
.txt {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 500;
}
h2 a {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 600;
}
h2 a:hover {
	color: #C5C5C5;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
}

.lith{ border:1px solid hsla(0,0%,48%,1.00);
border-radius:10px;
max-height:3500px;
padding:30px;
}
/* scroll to top */
.scrollup {
	position: fixed;
	width: 52px;
	height: 52px;
	bottom: 20px;
	right: 40px;
	/*background:hsla(198,76%,52%,1.00);*/
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}
a.scrollup {
	outline: 0;
	text-align: center;
}
a.scrollup:hover, a.scrollup:active, a.scrollup:focus {
	opacity: 0.5;
	text-decoration: none;
}
a.scrollup i {
	/*margin-top: 5px;*/
	color:hsla(0,0%,59%,1.00);
	font-size: 36px;
}
a.scrollup i:hover {
	text-decoration: none;
}



@media (max-width: 1500px) {
.content {
	width: 95%;
	height: auto;
	margin: auto;
}
.conte {
	position: relative;
	padding: 12% 0 0 0;
}
}

@media (max-width: 990px) {
.row.vdivide2 [class*='col-']:not(:last-child):after {
	display: none;
}

.row.vdivide [class*='col-']:not(:last-child):after {
	display: none;
}

hr {
	border:hsla(0,0%,100%,1.00) 1px solid;
	width: 50%;
	margin: 10px auto;
	display: block;
}
.navbar-right {
   margin: 10px -85px 0px 0;
    padding: 0 px;
    font-size: 15px;
}
}



@media (min-width: 992px) {

.navegadores {
 
    height: 420px;
}

.txt {
	padding-top: 19%;
}


	}



@media (min-width: 800px) {


.cd-horizontal-timeline .events-content li .img-linea {
	width:40%;
	margin-left: 30%;
	margin-top: 20px;
}


.google-images {
 width: 45%;
    margin: 30px 27.5%;

}

.google-images1 {
    width: 40%;
    margin: 30px 30%;
}

}



@media (min-width: 980px) {
.img-centro1 {
width: 40%;
margin-left: 30%;
}


.img-centro1 .autor {
top: 38px;
left: 35%;
width: 268px; 
}



.img-centro2 {
    width: 80%;
    margin-left: 10%;

}

.img-google {
    width: 80%;
    margin-left: 10%;

}


.img-centro4 {
    width: 80%;
    margin-left: 10%;

}


}

@media (max-width: 1024px) {

.img-contenido, .img-contenido2, .img-contenido3{
	width: 100%;
	    margin: 30px 0;


} 


.con1 {
	width:100%;
}

.conclusion1 p , .conclusion2 p, .conclusion3 p {

        height: initial;
}


.conclusion1, .conclusion2, .conclusion3 {
	margin-top: 65px;
height: initial;

}


}

@media (min-width: 768px) and (max-width: 991px) {

.drive-img4 {
    width: 15%;
    margin: 25px 13%;
}

.img-google {
     width: 40%;
    margin: 0 30%;

}



}





@media (min-width: 641px) and (max-width: 767px) {

.drive-img4 {
 width: 22%;
    margin: 25px 13%;

}

}


@media (min-width: 480px) and (max-width: 767px) {

.img-google {
     width: 60%;
    margin: 0 20%;

}

}




@media (min-width: 481px) and (max-width: 640px) {

.drive-img4 {
    width: 24%;
    margin: 10px 10%;

}





}


@media (min-width: 320px)  and (max-width: 480px) {
.drive-img4{
    width: 30%;
    margin: 10px 8%;
}

}


@media (min-width: 320px)  and (max-width: 640px) {
.drive-img {
	float: left;
	width: 80%;
	margin-left: 10%;
}


.drive-img2 {

    width: 80%;
    margin: 25px 10%;
  
}


}
@media (min-width: 641px)  and (max-width: 1024px) {

.drive-img2 {
  
    width: 40%;
    margin: 25px 30%;
   
}
}



@media (max-width: 768px) {
	.leadM{
	text-align:center;
	padding:20px 100px;
	width:100%;
}
.conte {
	position: relative;
	padding: 17% 0 0 0;
}



.cd-horizontal-timeline .events-content li .linea-bing {
  
    width: 100%;
     margin: 0;
 
}


  video.videos {
   border:1px solid gray;
   width: 100%;
   margin:0;
     margin-bottom: 20px;
  }


}
@media (max-width:600px) {
	#tf-p2 {
	padding:0;
}

#tf-p4 {
	padding:10%;
}

#tf-p5 {
	padding:10%;
}

.color {
	color: #f9f9f9;
	text-align:center !important;
}

.color1 {
	background: hsla(37,95%,50%,1.00);
	padding: 55px;


}
.color2 {
	background: hsla(177,99%,33%,2.00);
	padding: 55px;


}
.color3 {
	background: hsla(16,88%,55%,1.00);
	padding: 55px;


}

}
@media (max-width:580px) {
	.leadM{
	text-align:center;
	padding:20px 80px;
	width:100%;
}
.conte {
	position: relative;
	padding: 22% 0 0 0;
}
}

@media (max-width:550px) {
	.leadM{
	text-align:center;
	padding:20px 10px;
	width:100%;
}
.conte {
	position: relative;
	padding: 25% 0 0 0;
}
}
@media (max-width: 450px) {
.navbar-brand {
	border-right: 1px solid #CCCCCC;
	top: 12px;
	width: 60%;
}
.menu {
	background: #F9F9F9;
	border-bottom: #FCFCFC;
}
.conte {
	position: relative;
	padding: 25% 0 0 0;
}

.color1 {
	background: hsla(37,95%,50%,1.00);
	padding: 35px;

}
.color2 {
	background: hsla(177,99%,33%,2.00);
	padding: 35px;

}
.color3 {
	background: hsla(16,88%,55%,1.00);
	padding: 35px;

}

}

@media (min-width: 992px) and (max-width: 1499px)  {
.color1, .color2, .color3 {

    height: 780px;
}

}


@media (min-width: 1500px) {
.color1, .color2, .color3 {

 height: 600px;
}

}


@media (min-width: 800px) {
table.columnas {
width: 70%;
    margin: 31px auto;

}


}