/* ********************************************* */
/* *********** CLASES DE USUARIO *************** */
/* ***********        v.1        *************** */
/* ********************************************* */

.index100{
  z-index: 100;
}

.index-10{
  z-index: -10;
}

.row{
  margin-right: 0px !important;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 270%;
}

.subrayado {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #9e9e9e;
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}

.paddingRightNone{
  padding-right: 0px;
}

.cabecera{
  padding: 0;
  height: auto;
  border-top: solid;
  border-width: 4px;
  border-color: #195f79;
}

#contacto-cabecera{
  padding-right: 45px;
}


a:hover.resaltar-email{
/*    background-color: #9e9e9e;*/
    color: #646464;
    text-decoration: none;
}

.emailPaddingIzda{
  padding-left: 5px;
}

.tfnoPaddingIzda{
  padding-left: 25px;
}

.glyphicon-earphone:before {
    padding-right: 5px;
}

.divhr{
  padding-right: 0px
}

.menuHeight{
  min-height: 41px;

}

.menuPaddingTop{
  padding-top: 0px;
}

.menuBorderIzdo{
    border-left-style: solid;
    border-color: #9e9e9e;
    border-width: 1px;
    padding-left: 5px;
}

.morado{
  color: #62414A;
}

.marron{
  color: #6c3f49;
}
.azul{
  color: #195F79;
}

.verde{
  color: #799443;
}

.gris{
  color: #646464;
}

.turquesa{
  color: #1D9FA2;
}

.teja{
  color: #9E4E45;
}

/*
.button-right{
  margin-top: 50px;
  position: absolute;
  right: 10px;
}
*/

.displayLinea{
  display: inline;
}

.HelveticaNeueLight{
  font-family: 'Helvetica NeueLight' !important;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

.HelveticaNeue{
  font-family: 'Helvetica Neue' !important;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

.HelveticaNeueBold{
  font-family: 'Helvetica NeueBold' !important;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

.nopadding{
  padding-left: 0px;
  padding-right: 0px;
}

.nomargintop{
  margin-top: 0px;
}

.paddingDivColor{
  padding-right: 60px;
  padding-left: 60px;

}

.paddingTopDivColor{
  padding-top: 40px;
}

.eslogan50 {
  font-size: 50px;
}

.eslogan40{
  font-size: 40px;
}

.eslogan35{
  font-size: 30px;
}

.eslogan30{
  font-size: 30px;
}

.eslogan25{
  font-size: 25px;
}

.eslogan20{
  font-size: 20px;
}

.borderLeft {
  border-left: 1px solid #fff;
}

.borderRight {
  border-right: 1px solid #fff;
}

.imagenAbajo{
  vertical-align: bottom;
}

.iconoColor{
  width: 15px;
  height: 15px;
}

.video {
   position: relative;
   padding-bottom: 57.48%;
   overflow: hidden;
}

.video iframe

 {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.contactoPaddingIzda{
  padding-left: 0px;
  margin: 10px 0 10px;
}

.contactoPaddingDcha{
  padding-right: 0px;
  margin: 10px 0 10px;
}

.colaboradoresPaddingImg{
  padding-top: 15px;
  padding-bottom: 15px;
}

  /* Sombra general */

  .drop-shadow {
    position:relative;
    float:left; 
    color:#fff;
    background:#646464;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0), 0 0 0px rgba(0, 0, 0, 0) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0), 0 0 0px rgba(0, 0, 0, 0) inset;
        box-shadow:0 1px 5px rgba(0, 0, 0, 0), 0 0 0px rgba(0, 0, 0, 0) inset;
  }

  .drop-shadow:before,
  .drop-shadow:after {
    content:"";
    position:absolute;
    z-index:-2;
  }

  /* Cajas curvadas */

  .curved:before {

    top:10px;
    bottom:10px;
    -webkit-box-shadow:0 0 25px rgba(0,0,0,0.6);
    -moz-box-shadow:0 0 25px rgba(0,0,0,0.6);
    box-shadow:0 0 25px rgba(0,0,0,0.9);
    -moz-border-radius:10px / 100px;
    border-radius:10px / 100px;
  }

  .curved-hz-2:before {

    top:0;
    bottom:0;
    left:5px;
    right:5px;
    -moz-border-radius:15%;
    border-radius:15%;
  }

/* ***********************************   3 0 0  -  4 7 9   ************************************************ */
@media (max-width: 479px){

  h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 200%;
  }

  .divhrleft{
    padding-left: 0px
  }

  .navbar-nav > li > a {
    text-align: right;
  }

  .menuBorderIzdo{
      border-left-style: none;
  }

  .tituloPagina{
    font-size: 35px;
  }

  .esloganResponsive {
    font-size: 30px;
  }


  #div01Foto{
    padding-left: 0px;
  }

  #shutterstock{
    width: 100%;
    height: auto;
  }

  #sombreadoColor{
    height: auto;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 10px;
  }

  #sombreadoColorTitulo{
    height: auto;
    margin-bottom: 10px;
/*    background: red;*/
  }

  #sombreadoColorTitulo > p {
    margin:0px;
  }

  #sombreadoColorParrafos{
    height: auto;
/*    background: green;*/
  }

  #parrafo01DivColor{
    margin-top: 0px;
  }

  #sombreadoColorBoton{
    height: 100px;
    padding: 0px !important;
    margin-top: 15px;
  }

  #titulo01DivColor{
    font-size: 30px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
  }


  #tituloBotonDivColor{
     float: right;
    height: 80px;
    padding-right: 5px;
    font-size: 11px;
    text-align: right;
    display: table;

  }

  #tituloBotonDivColor > * {
    display: table-cell;
    vertical-align: middle;
  }

  #botonDivColor{
     float: right;
    position: relative;
    height: 80px;

    padding-left: 5px;
    padding-right: 5px !important;

    display: table;
  }

  #botonDivColor > * {
    display: table-cell;
    vertical-align: middle;
  }

  #linkedin{
    height: 33px;
    border-left-style: none;
    padding-left: 15px;
    padding-right: 25px;
    padding-top: 5px;
  } 

  #img-linkedin{
    width: 70px;
    height: 15px;
  }  
}
/* ***********************************   4 8 0 -  5 9 9   ************************************************ */  
@media (min-width: 480px) and (max-width: 599px){

  .navbar-nav > li > a {
    text-align: right;
  }

  .divhrleft{
    padding-left: 0px
  }

  .menuBorderIzdo{
      border-left-style: none;
  }

  .tituloPagina{
    font-size: 35px;
  }

  .esloganResponsive {
    font-size: 30px;
  }

  #div01Foto{
    padding-left: 0px;
  }

  #shutterstock{
    width: 100%;
    height: auto;
  }
  
  #sombreadoColor{
    height: 450px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 10px;
  }

  #sombreadoColorTitulo{
    height: 80px;
/*    background: red;*/
  }

  #sombreadoColorTitulo > p {
    margin:0px;
  }

  #sombreadoColorParrafos{
    height: 240px;
/*    background: green;*/
  }

  #titulo01DivColor{
    font-size: 30px;
    padding-top: 3px;
  }

  #parrafo01DivColor{
    margin-top: 15px;
  }

  #sombreadoColorBoton{
    padding-top: 10px;
    height: 70px;

    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  #tituloBotonDivColor{
    float: right;
    height: 70px;
    min-width: 200px;
    padding-right: 5px;
    text-align: right;
    display: table;
  }

  #tituloBotonDivColor > * {
    display: table-cell;
    vertical-align: middle;
  }

  #botonDivColor{
    float: right;
    position: relative;
    height: 70px;
    padding-left: 5px;
    padding-right: 5px !important;
    display: table;
  }

  #botonDivColor > * {
    display: table-cell;
    vertical-align: middle;
  }

  #linkedin{
    height: 33px;
    border-left-style: none;
    padding-left: 15px;
    padding-right: 25px;
    padding-top: 5px;
  } 

  #img-linkedin{
    width: 70px;
    height: 15px;
  }
}
/* ***********************************   6 0 0 -  7 6 7   ************************************************ */
@media (min-width: 600px) and (max-width: 767px){

  .navbar-nav > li > a {
    text-align: right;
  }

  .divhrleft{
    padding-left: 0px
  }
  
  .menuBorderIzdo{
      border-left-style: none;
  }
  
  .tituloPagina{
    font-size: 35px;
  }

  .esloganResponsive {
    font-size: 30px;
  }

  #div01Foto{
    padding-left: 0px;
  }

  #shutterstock{
  width: 100%;
  height: auto;

  }

  #sombreadoColor{
    height: 450px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #sombreadoColorTitulo{
    height: 150px;
/*    background: red;*/
  }

  #sombreadoColorTitulo > p {
    margin:0px;
  }

  #sombreadoColorParrafos{
    height: 220px;
/*    background: green;*/
  }

  #parrafo01DivColor{
    margin-top: 0px;
  }

  #sombreadoColorBoton{
    height: 50px;
/*    background: yellow;*/
  }

  #titulo01DivColor{
    font-size: 40px;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 35px;
  }

  .parrafo01DivColor{
    padding-left: 35px;
    padding-right: 35px;
  }

  #tituloBotonDivColor{
    float: right;
    height: 50px;
    padding-right: 7px;
    text-align: right;
    display: table;

  }

  #tituloBotonDivColor > * {
    display: table-cell;
    vertical-align: middle;
  }

  #botonDivColor{
    float: right;
    position: relative;
    height: 50px;
    padding-left: 5px;
    display: table;
  }

  #botonDivColor > * {
    display: table-cell;
    vertical-align: middle;
  }

  #linkedin{
    height: 33px;
    border-left-style: none;
    padding-left: 15px;
    padding-right: 25px;
    padding-top: 5px;
  } 

  #img-linkedin{
    width: 70px;
    height: 15px;
  }
}
/* ***********************************   7 6 8 -  9 9 1   ************************************************ */
@media (min-width: 768px) and (max-width: 991px){

  .menuPaddingTop{
    padding-top: 15px;
  }

  .paragraph{
    padding-top: 20px;
    padding-bottom: 20px; /* padding del DIV que contiene el parrafo*/
  }

  .heightParrafo{
    height: 125px;    /* altura del parrafo */
    padding-bottom: 10px;  /* padding del parrafo al que se pega el boton*/
  }

  .button-right{
  margin-top: 0px;    /* margin del boton colocado en el parrafo, con 0 se pegara al parrafo anterior */
  position: absolute;
  right: 10px;
  }

  .tituloPagina{
    font-size: 35px;
  }

  .esloganResponsive {
    font-size: 30px;
  }

  #div01Foto{
    height: 500px;
    
  }

  #contenedorTitulo{
    height: 247px;
/*    background: red; */
    margin: 0px;
  }

  #contenedorFoto{
    height: 250px;
/*    background: green; */

  }

  #shutterstock{
    width: 100%;
    height: 100%;

  }

  #sombreadoColor{
    height: 500px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 10px;
  }

  #sombreadoColorTitulo{
    height: 150px;
/*    background: red;*/
  }

  #sombreadoColorTitulo > p {
    margin:0px;
  }

  #sombreadoColorParrafos{
    height: 230px;
/*    background: green;*/
  }

  #parrafo01DivColor{
    margin-top: 0px;
  }

  #sombreadoColorBoton{
    height: 60px;
/*    background: yellow;*/
  }

  #titulo01DivColor{
    font-size: 50px;

  }

  #tituloBotonDivColor{
    float: right;
    height: 60px;
    padding-right: 10px;
    text-align: right;
    max-width: 312px;
    display: table;
  }

  #tituloBotonDivColor > * {
    display: table-cell;
    vertical-align: middle;
  }

  #botonDivColor{
    float: right;
    position: relative;
    height: 60px;

    padding-left: 10px;
/*    padding-right: 0px;*/

    display: table;
  }

  #botonDivColor > * {
    display: table-cell;
    vertical-align: middle;
  }

  #linkedin{
    height: 33px;
    border-left-style: solid;
    border-color:#9e9e9e;
    border-width: 1px;
    padding-left: 15px;
    padding-right: 25px;
    padding-top: 5px;
  }

  #img-linkedin{
    width: 70px;
    height: 15px;
  }
}
/* ***********************************   9 9 2  -  1 1 9 9   ************************************************ */
@media (min-width: 992px)  and (max-width: 1199px){

  .menuPaddingTop{
    padding-top: 15px;
  }

  .paragraph{
    padding-top: 20px;
    padding-bottom: 20px; /* padding del DIV que contiene el parrafo*/
  }

  .heightParrafo{
    height: 200px;    /* altura del parrafo */
    padding-bottom: 10px;  /* padding del parrafo al que se pega el boton*/
  }

  .button-right{
  margin-top: 0px;    /* margin del boton colocado en el parrafo, con 0 se pegara al parrafo anterior */
  position: absolute;
  right: 10px;
  }

  .tituloPagina{
    font-size: 35px;
  }

  .esloganResponsive {
    font-size: 30px;
  }

  #div01Foto{
    height: 500px;
    
  }

  #contenedorTitulo{
    height: 247px;
/*    background: red; */
    margin: 0px;
  }

  #contenedorFoto{
    height: 250px;
/*    background: green; */

  }

  #shutterstock{
    width: 100%;
    height: 100%;

  }

  #sombreadoColor{
    height: 500px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 10px;
  }

  #sombreadoColorTitulo{
    height: 150px;
/*    background: red;*/
  }

  #sombreadoColorTitulo > p {
    margin:0px;
  }

  #sombreadoColorParrafos{
    height: 230px;
/*    background: green;*/
  }

  #parrafo01DivColor{
    margin-top: 0px;
  }

  #sombreadoColorBoton{
    height: 80px;
/*    background: yellow;*/
  }
  #titulo01DivColor{
    font-size: 50px;

  }

  #tituloBotonDivColor{
    float: right;
    height: 70px;
    padding-right: 10px;
    text-align: right;
    display: table;
    max-width: 312px;
  }

  #tituloBotonDivColor > * {
    display: table-cell;
    vertical-align: middle;
  }

  #botonDivColor{
    float: right;
    position: relative;
    height: 70px;
    padding-left: 10px;
    padding-right: 0px;
    display: table;
  }

  #botonDivColor > * {
    display: table-cell;
    vertical-align: middle;
  }

  #email{
    text-align: right;
  }

  #linkedin{
    height: 33px;
    border-left-style: solid;
    border-color:#9e9e9e;
    border-width: 1px;
    padding-left: 15px;
    padding-right: 25px;
    padding-top: 5px;
  }

  #img-linkedin{
    width: 70px;
    height: 15px;
  }

}
/* ***********************************   1 2 0 0   ******************************************************* */
@media (min-width: 1200px){

  .container {
      width: 900px;
  }

  .menuPaddingTop{
    padding-top: 15px;
  }

  .paragraph{
    padding-top: 20px;
    padding-bottom: 20px; /* padding del DIV que contiene el parrafo*/
  }

  .tituloPagina{
    font-size: 35px;
  }

  .esloganResponsive {
    font-size: 30px;
  }

  .heightParrafo{
    height: 150px;    /* altura del parrafo */
    padding-bottom: 10px;  /* padding del parrafo al que se pega el boton*/
  }

  .button-right{
  margin-top: 0px;    /* margin del boton colocado en el parrafo, con 0 se pegara al parrafo anterior */
  position: absolute;
  right: 10px;
  }
  
  #div01Foto{
    height: 500px;
    
  }

  #contenedorTitulo{
    height: 247px;
/*    background: red; */
    margin: 0px;
  }

  #contenedorFoto{
    height: 250px;
/*    background: green; */

  }

  #shutterstock{
    width: 100%;
    height: 100%;

  }

  #sombreadoColor{
    height: 500px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
    padding-bottom: 10px;
  }

  #sombreadoColorTitulo{
    height: 140px;
/*    background: red;*/
  }

  #sombreadoColorTitulo > p {
    margin:0px;
  }

  #sombreadoColorParrafos{
    height: 220px;
/*    background: green;*/
  }

  #parrafo01DivColor{
    margin-top: 0px;
  }

  #sombreadoColorBoton{
    height: 60px;
/*    background: yellow;*/
  }
  #titulo01DivColor{
    font-size: 50px;

  }

  #tituloBotonDivColor{
    float: right;
    height: 60px;
    padding-right: 10px;
    text-align: right;
    display: table;
  }

  #tituloBotonDivColor > * {
    display: table-cell;
    vertical-align: middle;
  }


  #botonDivColor{
    float: right;
    position: relative;
    height: 60px;
    padding-left: 10px;
    display: table;
}
  #botonDivColor > * {
    display: table-cell;
    vertical-align: middle;
  }

  #email{
    text-align: right;
  }

  #linkedin{
    height: 33px;
    border-left-style: solid;
    border-color:#9e9e9e;
    border-width: 1px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 5px;
  }

  #img-linkedin{
    width: 70px;
    height: 15px;
  }

}
