/*!
 * Start Bootstrap - Grayscale v3.3.7+1 (https://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
body {
  width: 100%;
  height: 100%;
  font-family: 'Roboto', sans-serif;
  color: white;
  background-color: white;
}
html {
  width: 100%;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 35px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}

h2{ 
  font-size: 37px;
  color:#3a3939;
  text-align: center;
  margin: 40px 0;
  }

h3{
  font-family: 'Roboto', sans-serif;
  color: #2d2d2d;
  font-weight: 700;
  margin: 10px 0;
  font-size: 31px;
  }

p {
  margin: 0 0 25px;
  font-size: 18px;
  line-height: 25px;
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
  font-weight: 300;
  color: #4c4c4c;
}

@media (min-width: 768px) {
  p {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.8;
  }
}
a {
  color: #c32525;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #650e05;
}

.light {
  font-weight: 400;
}

.navegacion-collapse{
  text-shadow:0 0 !important;
  color:black !important;
  /*margin: 0 5px !important;*/
}

.navbar-custom {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  background-color: rgba(255,255,255,0.6);
  height: 90px;
}
.navbar-custom .navbar-toggle {
  color: white;
  background-color: rgba(195, 37, 37, 0.8);
  font-size: 14px;
}
.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:active {
  outline: none;
}
.navbar-custom .navbar-brand {
  font-weight: 700;
}
.navbar-custom .navbar-brand:focus {
  outline: none;
}
.navbar-custom a {
  color: #3a3939;
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px;
}
.navbar-custom .nav li a {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  margin:0 5px;
  font-weight: 400;
  /*color: #fff;
  text-shadow:2px 1px 1px #000;*/
}
.navbar-custom .nav li a:hover {
  color: #fff !important;
  outline: none;
  background-color: #c32525;
  text-shadow:0 0;
  /*border:2px #c32525 solid;*/
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
  outline: none;
  background-color: transparent;
}
.navbar-custom .nav li.active {
  outline: none;
}
.navbar-custom .nav li.active a {
  color: #fff !important;
  outline: none;
  background-color: #c32525;
  text-shadow:0 0;
  /*border:2px #c32525 solid;
  background-color: rgba(255, 255, 255, 0.3);*/
}
.navbar-custom .nav li.active a:hover {
  color: #c32525;
}
@media (min-width: 768px) {
  .navbar-custom {
    padding: 20px 0;
    border-bottom: none;
    letter-spacing: 1px;
    /*background: transparent;*/
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  }
  .navbar-custom.top-nav-collapse {
    /*padding: 0;
    background: black;*/
    border-bottom: 2px solid #cecece;
    background-color: rgba(255,255,255,1);
  }
}
.intro {
  display: table;
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: center;
  color: white;
  background: url(../img/intro-bg.jpg) no-repeat bottom center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.intro .intro-body {
  display: table-cell;
  vertical-align: middle;
}
.intro .intro-body .brand-heading {
  font-size: 40px;
}
.intro .intro-body .intro-text {
  font-size: 18px;
}
@media (min-width: 768px) {
  .intro {
    height: 100%;
    padding: 0;
  }
  .intro .intro-body .brand-heading {
    font-size: 100px;
  }
  .intro .intro-body .intro-text {
    font-size: 26px;
  }
}
.btn-circle {
  width: 70px;
  height: 70px;
  margin-top: 15px;
  padding: 7px 16px;
  border: 2px solid white;
  border-radius: 100% !important;
  font-size: 40px;
  color: white;
  background: transparent;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.btn-circle:hover,
.btn-circle:focus {
  outline: none;
  color: white;
  background: rgba(255, 255, 255, 0.1);
}
.btn-circle i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
}
.btn-circle:hover i.animated {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
.content-section {
  padding-top: 100px;
}
.download-section {
  width: 100%;
  padding: 50px 0;
  color: white;
  background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
#map {
  width: 100%;
  height: 200px;
  margin-top: 100px;
}
@media (min-width: 767px) {
  .content-section {
    padding-top: 250px;
  }
  .download-section {
    padding: 100px 0;
  }
  #map {
    height: 400px;
    margin-top: 250px;
  }
}
.btn {
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
}
.btn-default {
  border: 1px solid #42DCA3;
  color: #42DCA3;
  background-color: transparent;
}
.btn-default:hover,
.btn-default:focus {
  border: 1px solid #42DCA3;
  outline: none;
  color: black;
  background-color: #42DCA3;
}
ul.banner-social-buttons {
  margin-top: 0;
}
@media (max-width: 1199px) {
  ul.banner-social-buttons {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  ul.banner-social-buttons li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.banner-social-buttons li:last-child {
    margin-bottom: 0;
  }
}
footer {
  height: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c32525;
  margin-top: -5px;
}
footer p {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  margin: 0;
  color: #fff;
}

footer a{ color: inherit; }

footer a:hover{ 
  color: inherit;
  text-decoration: underline; 
}

footer img{ 
  width: 55px;
  margin-left: 6px; 
  height: auto;
}

::-moz-selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}
::selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}

/* ADS */

.lang{
  position: absolute;
  width: 100%;
  max-width: 1510px;
  margin: 0 auto;
  color: black;
  font-size: 12px;
  font-weight: 100;
  top: 0
}

.white{
  background-color: #fff;
  position: absolute;
  padding: 2px 10px;
  right: 0;
}

.white a{
  color: gray;
  font-size: 11px;
  font-weight: 300;
}


.white a:hover{ color:#c32525; }

/* SLIDER CSS */

.gradient{
  height: 55px;
  width: 100%;
  opacity: 0.9;
  position: absolute;
  bottom: 0;
  z-index: 999;
  background: rgba(255,255,255,0);
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 44%, rgba(255,255,255,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(44%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 44%, rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 44%, rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 44%, rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 44%, rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );

}

.cycle-slideshow{
  width: 100%;
  display: none;
  position: relative;
  margin: 0 auto;
}

.cycle-slideshow img{
  max-width: 100%;
}

.cycle-pager{
  width: 100%;
  display: block;
  position: absolute;
  text-align: center;
  bottom: 15px;
  z-index: 1000;
}

.cycle-pager span{
  width: 8px;
  height: 8px;
  display: inline-block;
  background-color: #fff;
  margin: 0 4px;
  border-radius: 50%;
  font-size: 0;
  cursor:pointer;
}

.cycle-pager span:hover{
  background-color: #c32525;
}

.cycle-pager .cycle-pager-active{
  background-color: #c32525;
  margin-top: 1px;
}

/* ADS Sections */

.hello{
  width: 100%;
  background-color: #fff;
}

.special{
  color: #c32525;
}

.special-line{
  width: 10%;
  height: 3px;
  background-color: #c32525;
  margin: 15px auto;
}

.special-line-blanco{
  width: 10%;
  height: 3px;
  background-color: #fff;
  margin: 15px auto;
}

.special-line-white{
  width: 10%;
  height: 3px;
  background-color: #cecece;
  margin: 10px 0 20px;
}

.content{
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
}

.content-form{
  max-width: 800px;
  width: 100%;
  margin: 0 auto 2%;
  text-align: center;
}

.hola{
  padding:4% 2%;
  text-align: center;
}

.hola-servicios{
  padding:0 2% 2% 2%;
}

.hola-servicios p{
  /*font-size: 18px;*/
}

.hola-servicios li{
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.red{
  width: 100%;
  background-color: rgba(80,36,31,0.5);
  background-image: url('../img/two.jpg');
  background-size: cover;
  /*padding:4%;
  padding-bottom: 7%;*/
  position: relative;
  
}

.gray{
  width: 100%;
  background-color: #fff;
  /*background-image: url('../img/three.jpg');
  background-size: cover;*/
  margin-bottom: -4px;
  padding:2% 4%;
  display: inline-block;
}

.servicios-menu{
  text-align: center;
  padding: 5% 0;
}

.servicios-menu-unit{
  font-family: 'Roboto', sans-serif;
  font-size: 31px;
  color:#cecece;
  margin: 0 20px;
  cursor:pointer;
  text-transform: uppercase;
  font-weight: 600;

}

.servicios-menu-unit:hover{
  color:#fff;
  border-bottom: 3px #fff solid;
}

.servicios-titulo{
  color: white;
  text-transform: uppercase;
}

.perfil{
  text-align: center;
  font-family: 'Roboto', sans-serif;
  color: #3a3939;
  padding: 0 3%;
}

.perfil a{
  outline: 0;
  color: #4c4c4c;
  text-decoration: none;
}

.perfil img{ 
  margin-bottom: 35px;
  outline: 0;
  }

.perfil h4{
  font-size: 23px;
  font-weight: 500;
  margin: 1% 0;
  outline: 0;
}

.perfil h5{
  font-size: 15px;
  font-weight: 300;
  text-transform: initial;
  font-style: italic;
  outline: 0;
}

.perfil p{
  font-size: 17px;
  font-weight: 300;
  color: #2d2d2d;
}

.redes{
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1rem;
  margin-top: 20px;
  margin-bottom: 20px;
  }

.redes a{ 
  color: #fff;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  }

.redes a:hover{ opacity: 0.8; }

.redes img{ }

#per-slide-template{
  width: 100%;
  max-width: 1260px;
  margin: 50px auto;
  text-align: center;
}

#per-slide-template a{
  display: inline-block;
  color: #cecece;
  font-family: 'Roboto', sans-serif;
  font-size: 23px;
  font-weight: 600;
  margin: 8px 20px;
  text-transform: uppercase;
  cursor: pointer;
}

#per-slide-template a:hover{
  color: #fff;
  border-bottom: 3px solid #fff;
}

#per-slide-template .cycle-pager-active{
  color: #fff;
  border-bottom: 3px solid #fff;
}

#cycle-prev, #cycle-next{
  font-size: 500%;
  color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 9999;
  cursor: pointer;
}

#cycle-prev{ left: 0; }

#cycle-next{ right: 0; }

.form-control{
  border-radius: 0;
  margin-bottom: 16px;
  font-size: 13px;
  font-weight: 100;
}

.education{
  height: 350px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.education img{
  /*border: 1px solid gray;*/

}

/* Helpers */

.center{
  text-align: center;
}

.font-white{
  color: #fff;
}

.centered{
  max-width: 1260px;
}

.btn-info{
  width: 150px;
  background-color: #c32525;
  border: 0;
  opacity: 0.8;
}

.btn-info:hover{
  opacity: 1;
  background-color: #c32525;
}

/* video */

#header-container{
  background-color: rgba(0,0,0,.2);
  left: 0;
  position: relative;
  top: 0;
  transition: background-color 300ms ease;
  width: 100%;
}

.fade { 
  background-color:rgba(0,0,0,.62) !important;
  opacity: 1;
   }

#state{
  background-color: rgba(195,37,37,.5);
  bottom: 0;
  cursor: pointer;
  font-size: 2.25em;
  left: 0;
  padding: 1.5rem 2.5rem;
  position: absolute;
  width: 31px;
}

#muted{
  background-color: rgba(45,45,45,.5);
  bottom: 0;
  cursor: pointer;
  font-size: 2.25em;
  left: 50px;
  padding: 1.5rem 2.5rem;
  position: absolute;
  width: 31px;
}

.fa{
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  width: 20px;
  height: 20px;
  margin: -2px -8px;
}

.fa-pause{
  -webkit-mask-image: url('https://estudioroco.com/img/pause.svg');
  mask-image: url('https://estudioroco.com/img/pause.svg');
}

.fa-play{
  -webkit-mask-image: url('https://estudioroco.com/img/play.svg');
  mask-image: url('https://estudioroco.com/img/play.svg');
}

.fa-vol{
  -webkit-mask-image: url('https://estudioroco.com/img/voloff.svg');
  mask-image: url('https://estudioroco.com/img/voloff.svg');
}

.fa-voloff{
  -webkit-mask-image: url('https://estudioroco.com/img/vol.svg');
  mask-image: url('https://estudioroco.com/img/vol.svg');
}

.video-container{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

video{
  z-index: -1;
  opacity: 0.89;
  width: 100%;
  margin-bottom: -6px;
  /*position: fixed;*/
}

.dodecahedro{ display: none; }

.logo{
  width: 150px;
  height: 150px;
  background-color: #c32525;
  border-radius: 50%;
  margin:10px auto;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo img{
  width: 100px;
  height: 100px;
}

.frame{
  width: 100%;
  margin: 2% 0;
  text-align: center;
}

.serv{}

.serv h1{
  color:#c32525;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.serv a{
  outline: 0 !important;
}

.serv-title{
  font-family: 'Roboto', sans-serif;
  color: #2d2d2d;
  font-weight: 700;
  margin: 10px 0 0;
  font-size: 31px;
  width: 100%;
}

.content-serv{
  max-width: 830px;
  width: 100%;
  margin: 100px auto;
  display: flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
}

.content-serv p{
  text-align: center;
  width:100%;
}

.content-serv ul{
  /*text-align: center;*/
  margin: 1% 33%;
  width: 100%;
  color: #4c4c4c;
}

.content-serv ul li{
  /*list-style-position: inside;*/
}

.content-serv h5{
  width: 100%;
  color: #4c4c4c;
  text-align: center;
  margin: 0;
}

.content-serv img{
  margin: 3%;
  border-radius: 50%;
}

.partners{ 
  display: flex; 
  margin: 2% auto;
  justify-content:center;
}

.partners img{
  width: 100%;
  height: 100%;
  max-width: 1000px;
}

.logos{
  display: flex;
  flex-wrap:wrap;
  justify-content:center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

#cliente{
  display: flex;
  justify-content:center;
  align-items:center;
  width:190px;
  height: 190px;
  border: 1px solid #fff;
  overflow: hidden;
}

.cliente-color1{
  background-color: #650e05;
}

.cliente-color2{
  background-color: #941315;
}

.cliente-color3{
  background-color: #c42525;
}

.cliente-color4{
  background-color: #dc7a7d;
}

.cliente-color5{
  background-color: #edbcbd;
}

.modal-content{
  border-radius: 0 !important;
  box-shadow: 0 0 0!important;
  height: 100%;
  display:flex;
  justify-content:center;
  align-items:center;
  padding: 0 5%;
}

.modal-dialog {
  position: fixed;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}

.back{ margin: 6% 0; }

#servicios{
  width: 100%;
  background-image: url('../img/escafandra2.png');
  background-size: cover;
  position: relative;
  border-top: 2px solid #cecece;
  border-bottom: 2px solid #cecece;
  /*height: 700px;*/
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*background-color: rgba(80,36,31,0.5);
  padding:4%;
  padding-bottom: 7%;*/
}

#clientes{
  padding-bottom: 4%;
  width: 100%;
  background-image: url('../img/dodeca.png');
  background-size: cover;
  position: relative;
  border-top: 2px solid #cecece;
  border-bottom: 2px solid #cecece;
  /*height: 1000px;*/
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#nosotros{
  width: 100%;
  background-image: url('../img/jirafa.png');
  background-size: cover;
  position: relative;
  border-top: 2px solid #cecece;
  border-bottom: 2px solid #cecece;
  /*height: 700px;*/
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  /*align-items: center;*/
}

#contacto{
  width: 100%;
  /*background-image: url('../img/casa.png');*/
  background-size: cover;
  position: relative;
  border-top: 2px solid #cecece;
  border-bottom: 2px solid #cecece;
  /*height: 800px;*/
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*display: flex;*/
  flex-wrap: wrap;
  align-items: center;
}

.enlace-equipo a{
  color: #c32525 !important;
}

.enlace-equipo a:hover{
  color: #650e05 !important;
}

.button-back{
    display: none;
  }

/*MEDIA QUERIES ADS*/


@media (max-width: 1920px) {
  #header-container{ /*height: 76%;*/ }
}

@media (max-width: 1820px) {
  #header-container{ /*height: 72%;*/ }
}

@media (max-width: 1720px) {
  #header-container{ /*height: 68%;*/ }
}

@media (max-width: 1620px) {
  #header-container{ /*height: 64%;*/ }
}

@media (max-width: 1520px) {
  #header-container{ /*height: 58%;*/ }
}

@media (max-width: 1420px) {
  #header-container{ /*height: 54%;*/ }
}

@media (max-width: 1377px) {
  .contactRoco{ padding-bottom: 12%; }
}

@media (max-width: 1320px) {
  #header-container{ /*height: 48%;*/ }

  #cycle-prev{ display: none; }

  #cycle-next{ display: none; }

  .red{ padding-bottom: 16%; }
}

@media (max-width: 1220px) {
  #header-container{ /*height: 46%;*/ }
}

@media (max-width: 1120px) {
  #header-container{ /*height: 41%;*/ }
}

@media (max-width: 1020px) {
  #header-container{ /*height: 36%;*/ }
}

@media (max-width: 1000px) {
  .contactRoco{ padding-bottom: 20%; }
}

@media (max-width: 990px) {

   .hola{
    text-align: center;
    padding: 0 4%;
  }

  .special-line{
    margin: 10px auto 20px;
  }

  .special-line-white{
    margin: 10px auto 20px;
  }

  .servicios-titulo{ text-align: center; }

  .font-white{ text-align: center; }

  .dodecahedro{ 
    text-align: center;
    padding-bottom: 5%;
    height: 460px;
  }

  .dodecahedro img{ width: 400px; }

  h2{ font-size: 51px; }

  p{ font-size: 14px; }

  .redes{ 
    font-size: 16px; 
  }

  .redes img{ /*width: 20%;*/ }

  .contactRoco{ padding-bottom: 22%; }

  .hola-servicios li{ 
    list-style: none; 
    text-align: center;
    font-size: 14px;
  }

  .education img{
    width: 120px !important;
    margin: 5px;
  }

  .navbar-brand > img{
    width: 160px;
    margin: 10px 0;
  }

}

@media (max-width: 920px) {
  #header-container{ /*height: 32%;*/ }
}

@media (max-width: 820px) {
  .header-container{ /*height: 26%;*/ }

  .modal-dialog {
    overflow-y: scroll;
  }

  .modal-content{
    height: auto !important;
  }

  .button-back{
    display: block;
  }

}


@media (max-width: 767px) {

  #header-container{ margin-top: 75px; }

  .navbar-custom{ 
    background-color: #fff;
    height: 75px;
  }

  .navbar-custom .nav li a:hover { 
    border: 0;
    border-radius: 0;
    border-bottom:2px #c32525 solid; 
  }

  .navbar-toggle{
    margin-top:16px;
    margin-right: 90px;
  }

  .navbar-brand > img{ width: 200px; }

  .white{
  background-color: #fff;
  position: absolute;
  padding: 27px 20px;
  right: 0;
  height: 75px;
  }

  /*.cycle-slideshow { margin-top: 70px; }*/

  .cycle-pager span{
    width: 8px;
    height: 8px;
    margin: 0 2px;
  }

  .servicios-menu{ padding:4% 0; }

  .servicios-menu-unit{ font-size: 25px; }

  #per-slide-template a{ font-size: 18px; }

  #cycle-prev, #cycle-next{ font-size: 200%; }

  .gradient{
    height: 32px;
  }

  .cycle-pager{
    bottom: 15px;
  }

  footer p{ 
    font-size: 14px; 
    padding: 10px;
  }
  
  .contactRoco{ padding-bottom: 32%; }

  .navbar-custom .nav li.active a{
    border: 0;
    border-bottom: 2px #c32525 solid;
    border-radius: 0;
  }

  h2{
    font-size: 29px;
    padding-top: 5%;
  }

  .perfil img{ 
    width: 70%; 
    outline: 0;
  }

  .perfil h4{
    font-size: 25px;
    outline: 0;
  }

  .perfil h5{
    font-size: 16px;
    margin-bottom: 20px;
    outline: 0;
  }

  .perfil p{
    font-size: 16px;
  }

  .hola-servicios p{ font-size: 14px; }

  .hola-servicios ul{ padding: 0; }

   .education img{
    width: 72px !important;
    margin: 5px;
  }
  .navbar-brand > img{
    width: 260px;
  }
 
}

/*@media (max-width: 730px) {
  .header-container{ height: 360px; }
}*/

@media (max-width: 720px) {
  #header-container{ /*height: 34%;*/ }
}

@media (max-width: 620px) {
  #header-container{ /*height: 32%;*/ }
}

@media (max-width: 600px) {
  .contactRoco{ padding-bottom: 46%; }

  .dodecahedro img{ width: 300px; }

  .redes img{ width: 35px; }

}

@media (max-width: 520px) {
  #header-container{ /*height: 28%;*/ }
}

@media (max-width: 420px) {
  #header-container{ /*height: 26%;*/ }
}

@media (max-width: 400px) {
  .contactRoco{ padding-bottom: 55%; }
  
  footer p{ 
    line-height: 18px; 
    text-align: right;
  }

  .navbar-brand > img{
    width: 160px;
    margin-top: 4px;
  }

}

