html { font-size: 62.5%; }
body { font-family: sans-serif,arial,helvetica; 
		font-size: 14px; font-size: 1.4rem; 
		line-height: 1.42857143;
	 }

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

h1, h2, h3, h4 {line-height: 1.1}

article,
aside,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
   /*font-size: 0.9em; line-height: 1.1em;*/
}


details,
figcaption,
figure,
section,
summary {}



/* address, blockquote, div, fieldset, form, ol, ul, p, pre, table{
	font-size: 0.9rem; line-height: 1.1rem;
}*/

/* h1, h2, h3, h4, h5, h6{} */
img {
  border: 0;
   vertical-align: middle;
}


h1 {
	font-size: 2.1em;
    margin: .67em 0 .67em 0;}
h2 {
    font-size: 1.5em;
    margin: .83em 0 .83em 0;}
h3 {
    font-size: 1.17em;
    margin: 1em 0 1em 0;}
h4 {
    margin: 1.33em 0 1.33em 0;}
h5 {
    font-size: .83em;
    margin: 1.67em 0 1.67em 0;}
h6 {
    font-size: .67em;
    margin: 2.33em 0 2.33em 0;}
/* address, blockquote, div, fieldset, form, ol, ul, p, pre, table{
	font-size: 0.9rem; line-height: 1.1rem;
}*/


/*  /////   PERSONALIZADO    //////*/

h1, h2, h3, h4 {
	color:#2196F3}
h1 {
	font-family: 'Oswald', sans-serif;}
		
main.container-fluid{ 
  /*margin: 30px 4.5% 0;*/
  max-width: 1200px; }



p {
  margin: 0 0 1em;}

ul,ol {
  margin-top: 0;
  margin-bottom: 1.3rem;
  padding: 0;
  list-style: none;
}

ul ul,ol ul, ul ol, ol ol {
  margin-bottom: 0;
}


li {
	line-height: 1.2em;
	margin: 0 0 0.4em;/*  li */
}

ol { counter-reset: item; }
ol li { display: block; }
ol li:before {
    content: counter(item) ". ";
    counter-increment: item;
    color: #2196F3;
}
ol li{
	text-indent: -16px;
}
img[src$=".svg"] {
  height: 100%;
  width: 100%;
}
.img-responsive{
  display: block;
  max-width: 100%;
  height: auto;
}

.blanco{color:white;}
.orange{color:orange;}
.grisAzul{color:#525E67;}


.bg-gr-blTr{
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

  }
.box-codigo {
	background-color: #E4E4E4;
    padding: 1rem 2rem;
    border-radius: 0.8rem;
    box-shadow: inset 0 0 2px #A0A0A0;
    color: #2C5679;
}
/* technologias  */
.box-ul{
  /*letter-spacing: -0.2em;*/
  font-size: 0;
}

.box-ul li{
   /*letter-spacing: normal;*/
   font-size: 14px;
   font-size: 1.4rem;
   margin: 0;
}


.box-ul.technologias img{
  max-height: 195px;
  margin: auto;
}


.box-ul.technologias p{
  max-width: 25rem;
  padding: 0 .5rem;
  font-size: 0.9em;
  color:#666;
  text-align: center;
  margin: -20px auto 2rem;  
}

@media (min-width: 360px) {
 
  .col3 li {
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
  }

}

.definiciones{
  background-color: orange;
    overflow: hidden;
}
.definiciones>div{
  overflow: hidden;
  background-color: orange;
  margin-bottom: 10px;
}

.video-av{
  margin: auto;
  display: block;
  }