  body{
	font-size: 2.5em;
    background-color: #552200;
  }
	
	h1{
	font-size: 2.5em;
    background-color: #552200;
}
	
	h2{
		font-size: 1.5em;
	}
	
	h5{
		font-size: 1.5em;
  }
  
  video{
    width: 90%;
    margin: 1% 2%;
  }

  #moduloVideos{
    width: 100%;
    margin: 3%;
    
  }
  #moduloVideos iframe{
    width: 100%;
    height: auto;
  }
	
  #container{
    text-align: none;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 2% 4%;
    background-color:#000;
  }

  .menu{
    float:left;
    max-width: calc(50% - 30px);
    display: flex;
    flex-direction: column;
    background-color: #552200;
    justify-content: space-between;
  }



  #columna-izq{
    float:left;    height: 100%;
    max-width: calc(50% - 30px);
  }

  .columna-cen{
    height: 100%;
    min-width: 280px;
    margin:0%;
    padding: 0%;
    display:none;
  }

  .columna-der{
    float:left;
    flex:auto;
    position: relative;
    padding: 3%;
    background-color: #552200;
    color:#fff;
    overflow: hidden;
  }

  #menu ul{
    display:block;
    list-style: none;
    padding: 0%;
  }

  #cont{
    height: 100%;
    overflow-y: visible;
  }


  /* Track */
::-webkit-scrollbar-track {
  background-color: transparent;
}
 
/* Handle */
::-webkit-scrollbar {
  width: 10px;
  background-color: transparent; 
}

::-webkit-scrollbar-thumb {
  background-color: rgba(212, 85, 0, 255);
}
	
.persona{
	box-shadow: 0 32px 84px 0 rgba(0,0,0,0.5);
}
	
	.person__info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	color: #fff;
	background-color: #552200;
	padding:5% 0%;
}



article img{
  width: 100%;
}

.textcenter{
    text-align: center;
}

.imagen{
    width: 100%;
}
	
	.person__position {
    font-size: 18px;
    font-weight: bold;
    color: var(--c-primary);
    text-align: center;
    margin-top: 10px;
    line-height: normal;
}
	
	.person__socials-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    list-style: none;
}
	
	.person__name {
    font-weight: 900;
    line-height: 1.17;
    color: var(--c-white);
    text-align: center;
}
	
.person__socials-list li{
padding: 2%;		
		
	}

  .persona img{
    width: 100%;
    min-width: 100x;
  }
  a, a:hover{
    color: rgba(212, 85, 0, 255);
  }
  h2,h3,h4,h5{
	  
      color: rgba(212, 85, 0, 255);
  }

  .aligncenter{

    clear: both;
    display: block;
    margin: 0.5em auto;

  }

  .fotomovil{
    width: 280px;
    height: 320px;
    overflow: hidden;
    margin:0 auto;
  }

  /*#person{
    float:left;
    position: relative;
    width: 100%;
    -webkit-box-shadow: 0 32px 84px 0 rgba(0,0,0,0.5);
    box-shadow: 0 32px 84px 0 rgba(0,0,0,0.5);
  }

  .persona{
    float:left;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .persona img{
    float:left;
  }*/

  /*#menu li{
    list-style: none;
    padding: 30% 0%;
    margin: 30% 0%;
    border: 1px solid #000;
    width: 100%;
  }

  #menu i{
    width: 100%;
  }*/

  .naranja{
    color: rgba(212, 85, 0, 255);
  }

  .material-icons.md-light.naranja{
      color: rgba(212, 85, 0, 255);
      margin: 0% 0%;
  }


/* Rules for sizing the icon. */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; padding: 20px;}
.material-icons.md-48 { font-size: 48px; padding: 20px;}
.material-icons.md-66 { font-size: 66px; padding: 20px;}

/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }

.material-icons.md-light:hover { color: rgba(212, 85, 0, 255); cursor: pointer;}

@media only screen and (min-width: 1200px) {

body{
	font-size: 16px;
    background-color: #fff;
}

.container-fluid{

    max-width: 1140px;

}
	
  #cont{
    
    height: 500px;
    /*overflow-y: scroll;*/

  }

  #columna-izq{
    float:left;    height: 100%;
    max-width: calc(50% - 30px);

  }

  .menu{
    float:left;
    max-width: calc(50% - 30px);
    display: flex;
    flex-direction: column;
    background-color: #552200;
    justify-content: space-between;
    margin: 40px 0;
  }


  .columna-cen{
    display: inline;
    height: 100%;
    min-width: 280px;
    max-width: 400px;
    margin:0%;
    padding: 0%;

  }

  .columna-der{
    float:left;
    flex:auto;
    position: relative;
    padding: 3%;
    background-color: #552200;
    color:#fff;
    margin: 40px 0px;
    overflow: hidden;
    width: 90;
  }


  .quitarmargen{
    padding:0%;
  }

  .fotomovil{
    display:none;
  }


  article{
    margin: 1% 0;
    float:left;
  }

  .conten{
    height: 500px;
    overflow-y: scroll;
    margin: 10% 0% 10% 0%;
  }

  .foto{

    float:left;
    width: 20%;
    background-color: #fff;
    padding: 1%;

  }

  .detalles{
    float:left;
    width: 70%;
    padding: 1% 2%;
  }

  .empresas{
    float:left;
    width: auto;
    background-color: #fff;
    padding: 2%;
  }
  .empresas img{
    
    height: 10%;
    margin: 2%;
  }

  .cut{
    width: 125px;
    object-fit: cover;
  }

}


@media only screen and (min-width: 600px) and (max-width: 1200px) {
  
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}


  .material-icons.md-48 { font-size: 80px; padding: 20px;}
 

   .menu{
    position:fixed;
    float:left;
    max-width: calc(50% - 30px);
    display: flex;
    flex-direction: column;
    background-color: #552200;
    justify-content: space-between;
    margin: 40px 0;
  }

  #columna-izq{
    float:left;    height: 100%;
    max-width: calc(50% - 30px);

  }

  .columna-cen{
    height: 100%;
    min-width: 280px;
    max-width: auto;
    margin:0%;
    padding: 0%;

  }

  .columna-der{
    float:left;
    flex:auto;
    position: relative;
    padding: 3%;
    background-color: #552200;
    color:#fff;
    margin: 40px 0px 111px 111px;
    overflow: hidden;
    width: 90;
  }

  .conten{
    margin: 20% 0% 0% 0%;
  }

  .foto{

    float:left;
    width: 100%;
    background-color: #fff;
    padding: 1%;

  }

  .detalles{
    float:left;
    width: 96%;
    padding: 1% 2%;
  }

  .empresas{
    float:left;
    width: 100%;
    background-color: #fff;
    padding: 2%;
  }
  .empresas img{
    
    height: 100;
    margin: 2%;
  }

  .cut{
    width: 125px;
    object-fit: cover;
  }



}
