@charset "UTF-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,900");
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,


body{
  font-family: "RobotoRegular" !important;
  font-size: 16px;
}

@font-face {
  font-family: 'RobotoRegular';
  src: url(../font/Roboto-Regular.ttf); }
@font-face {
  font-family: 'RobotoBold';
  src: url(../font/Roboto-Bold.ttf); }
@font-face {
  font-family: 'RobotoBlack';
  src: url(../font/Roboto-Black.ttf); }
@font-face {
  font-family: 'RobotoLight';
  src: url(../font/Roboto-Light.ttf); }
@font-face {
  font-family: 'RobotoLightItalic';
  src: url(../font/Roboto-LightItalic.ttf); }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "RobotoRegular" !important;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #999999; }

h1,
h2,
h3 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small,
  h2 small,
  h2 .small,
  h3 small,
  h3 .small {
    font-size: 65%; 
    font-family: "RobotoLight";
    }
h4,
h5,
h6,
  h4 small,
  h4 .small,
  h5 small,
  h5 .small,
  h6 small,
  h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

body{
	margin:0px;
}
header{
	padding: 15px 15px 0px 15px;
    float: left;
    max-width: 100%;
    position: relative;
    width: 100%;
   	z-index: 100;
    box-shadow: 0px 3px 4px rgba(0,0,0,0.2);
}
header .logo{
    z-index: 1000;
    position: absolute;
    top: 16px;
}
.logo h3{
    text-transform: uppercase;
    font-size: 1.5em;
    margin-left: 20px;
}
.logo h3 a{
  color: #495057;
}
header nav{
	 position: relative;
	 float: right;
    width: 100%;
    margin: 10px 0px 0px;
}
header nav ul{
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: white;
    position: relative;
    text-align: right;
    top: -12px;
}

header nav ul li{
    display: inline-block;
    position: relative;
}

header nav ul li a {
    color: #9A9A9A;
    text-align: center;
    padding: 5px;
    text-decoration: none;
    position: relative;
}
header nav h5{
    display: inline-block;
    margin: 5px;
    vertical-align: middle;
    font-family: 'Roboto-Bold'; 
}
header nav h5:hover,header nav h5:focus,header nav h5:active{
    text-decoration: underline;
}

/*FOOTER*/
footer{
    padding: 15px;
    float: left;
    max-width: 100%;
    position: relative;
    width: 100%;
    height: auto;
    z-index: 100;
}
footer nav{
    text-align: center;
    width: 100%;
    margin: 10px 0px 0px;
}
footer nav img{
    margin: 5px;
    height: 40px;
    width: auto;
}


/*NAVIGATION*/
nav ul ul {
  display: none;
}
nav ul ul li {
  float: none;
}
nav li a {
  text-decoration: none;
  display: inline-block;
  margin: 10px 20px 5px 0;
  padding: 8px 10px;
}

nav li:hover ul {
  display: block;
  position: absolute;
}

input.toggle,
label.toggle,
#checkbox {
  display: none;
}

@media (max-width: 960px) {

  header{
    padding: 0px 15px 0px 15px;
    height:58px;
  }
  footer nav{
    display: table!important;
  }
  nav {
    display: none;
  }
  header .logo{
    position: inherit;
  }

  input.toggle,
  .toggle span {
    display: none;
  }
  label.close{
    top: -40px !important;
    color: white !important;
    width: 7% !important;
    font-size: 22px;
    font-weight: 300;
  }
  input[type=checkbox]:checked ~ nav,
  label.toggle {
    display: block;
    cursor: pointer;
    float: right;
    position: relative;
    bottom: 20px;
    text-align: center;
    z-index: 10002;
  }

  nav li {
    float: left;
    width: 100%;
    background-color: #ffffffa1;
    z-index: 100;
  }
  nav li:hover ul {
    color:#ffffffa1;
  }
  nav h5{
    font-size: 22px;
    color:white;
  }
  nav ul{
    height: 100%;
    transition:anim-opacity-99 525ms;
    position: fixed!important;
    top: 0;
    left: 0;
    background-color: black!important;
    color: white;
  }
  nav li,
  nav ul{
    background-color:black;
    color:white;
  }
  nav li ul {
    display: block;
  }
  nav li ul li {
    margin-left: 20px;
  }
  nav li a {
    font-size: 2.3em;
    margin-left: 20px;
    float: left;
  }
#overlay {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 2;
}
.logo h3 {
    margin-top: 3px;
    margin-left: 7px;
}

}




/*BOTTONES*/

select {
    margin: 26px 0px !important;
    font-size: 1.3em;
    width: 100%;
    background-color: transparent;
    font-family: 'RobotoRegular';
    color: #AFAFB1 !important;
    border: none;
    box-shadow: none;
    border-radius: 0px;
    -webkit-appearance: none;
    height:37px;
    border-bottom: solid 0.5px #AFAFB1;
    background: url(../images/select-arrow.png)no-repeat right transparent;
}

select,
select option {
  color: black !important;
}

select:invalid {
  color: #AFAFB1 !important;
}

[hidden] {
  display: none;
}


/*INICIO*/ 

.banner{
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.banner img{
    width: 100%;
    height: auto;
}
.banner .banner_info{
    position: absolute;
    top: 28%;
    right: 20%;
    color: white;
    margin-right: 5%;
    font-size: 20px;
}
.banner .banner_info h5{
    font-family: 'RobotoBlack' !important;
    color: white;
    font-size: 18px;
}
.banner .banner_info span{
    font-family: 'RobotoLight' !important;
}

.banner hr{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ffffff6e;
    margin: 1em 0;
    padding: 0;
}


.banner2{
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.banner2 img{
    width: 100%;
    height: auto;
}


.subscribe .subscribe_info{
    background-color: #232323;
    position: relative;
    float: left;
    width: 100%;
    color: white;
    font-size: 20px;
    padding: 30px;
}
.subscribe h5{
    font-family: 'RobotoBlack' !important;
    color: white;
    font-size: 18px;
    text-align: center;
}
.subscribe span{
    font-family: 'RobotoLight' !important;
}
.subscribe form{
    text-align: center;
    margin: 18px;
}
.subscribe input{
    padding: 6px 10px;
    text-align: left;
    font-size: 15px;
    width: 34%;
    text-transform: uppercase;
    border: none;
}
.subscribe button{
    background-color: #4D4D4D;
    color: white;
    border: none;
    padding: 7px;
    width: 17%;
    text-transform: uppercase;
    font-size: .7em;
    border-radius: 4px/4px;
}

.options{
  position: relative;
}
.options .options_info{
    position: relative;
    display: flex;
    color: black;
    font-size: 20px;
    height: auto;
    margin: 0px;
    flex-flow: row wrap;
}
.options .options_info > div{
  width: 33.33%;
}
.options .options_info .box{
    position: relative;
    float: left;
    height: 400px;
    margin: 0px;
    width: 100%;
}
.options_info a{
  color:black;
}
.box h4{
    font-family: 'RobotoBlack' !important;
    font-size: 24px;
    text-align: center;
    padding: 10px;
    transform: translate(0%, 344%);
}
.box h3{
    font-family: 'RobotoBlack' !important;
    font-size: 24px;
    text-align: center;
    padding: 10px;
    transform: translate(0%, 210%);
}
.box h3 span{
  font-family: 'RobotoLight';
  font-size: 14px;
}

.one{
  background-image: url(../images/bio.png); 
  height: 300px; 
  background-repeat: no-repeat; 
  background-size: cover;
}
.options .options_info .col-md-4{
  padding-left: 0;
  padding-right: 0;
}

/*PROYECTOS*/

.proyectos .proyectos_info{
    position: relative;
    float: left;
    width: 100%;
    color: black;
    font-size: 20px;
    height: auto;
    padding: 20px;
    margin-top: 10px;
}
.proyectos_info h5{
    text-align: center;
    font-size: 30px;
    font-family: 'RobotoBold' !important;
    margin: 20px;
}
.proyectos_info p{
  font-size: 14px;
  font-family: 'RobotoLight' !important;
  text-align: center;
  margin: 0px;
}
.proyectos_info a{
  color:black;
  font-weight: 800;
  font-family: 'RobotoLightItalic'
}
.proyectos_info .box{
    text-align: center;
    padding: 10px;
}
.proyectos_info .box img{
    text-align: center;
    padding: 10px;
    height: 350px;
    width: auto;
}
.proyectos_info .box h4{
    text-transform: uppercase;
    font-size: 24px;
    transform: none;
}
.proyectos_info .box p{
    padding: 0 7% 0%;
}


/*COLABORACIONES*/

.colab .colab_info{
    position: relative;
    float: left;
    width: 100%;
    color: black;
    font-size: 20px;
    height: auto;
    padding: 20px;
    margin-top: 10px;
}
.colab_info h5{
    text-align: center;
    font-size: 30px;
    font-family: 'RobotoBold' !important;
    margin: 20px;
}
.colab_info p{
  font-size: 14px;
  font-family: 'RobotoLight' !important;
  text-align: center;
  margin: 0px;
}
.colab_info .box{
    text-align: center;
    padding: 10px;
}
.colab_info .box img{
    text-align: center;
    padding: 10px;
    height: 350px;
    width: auto;
    margin-left: 25px;
}
.colab_info .ot img{
  width: 75%;
}
.colab_info .box h4{
    text-transform: uppercase;
    font-size: 24px;
    transform: none;
}
.colab_info .box p{
     padding: 0 7% 0%;
}
.colab_info h6{
  font-size: 22px;
  font-family: 'RobotoRegular';
  text-align: center;
}

/*ABOUT*/

.about .about_info{
    position: relative;
    float: left;
    width: 100%;
    color: black;
    font-size: 20px;
    height: auto;
    padding: 0px;
    margin-top: 10px;
}
.about_info h5{
    text-align: center;
    font-size: 30px;
    font-family: 'RobotoBold' !important;
    margin: 20px;
}
.about_info p{
  font-size: 14px;
  font-family: 'RobotoLight' !important;
  text-align: center;
  margin: 0px;
}
.about hr{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid grey;
    margin: 1em 20em;
    padding: 0;
}
.about_info .banner{
    margin-top: 12px;
}


.texto .text_info{
    position: relative;
    float: left;
    width: 100%;
    color: black;
    font-size: 20px;
    height: auto;
    padding: 40px;
    margin-top: 10px;
}
.text_info p{
    font-size: 16px;
    font-family: 'RobotoLight' !important;
}
.text_info .img-1 img{
    position: relative;
    float: left;
    height: 450px;
    margin-left: 20%;
}
.text_info .info_right{
  margin-top: 17%;
}
.text_info .img-2 img{
    position: relative;
    float: left;
    height: 450px;
    margin-left: 10%;
    margin-top: 13%;
}

.collection .collection_info{
    position: relative;
    float: left;
    width: 100%;
    color: black;
    font-size: 20px;
    height: auto;
    padding: 40px;
    margin-top: 10px;
}
.collection_info h5{
    text-align: center;
    font-size: 30px;
    font-family: 'RobotoBold' !important;
    margin: 20px;
}
.collection_info p{
    font-size: 16px;
    font-family: 'RobotoLightItalic' !important;
    text-align: center;
    margin: 0px;
}
.collection_info a{
  color:grey;
}
.collection hr{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ced4da;
    margin: 1em 16em;
    padding: 0;
}




/*CONTACTO*/

.email .email_info{
    position: relative;
    float: left;
    width: 100%;
    color: black;
    font-size: 20px;
    height: auto;
    padding: 20px;
    margin-top: 10px;
}
.email_info h5{
    text-align: center;
    font-size: 30px;
    font-family: 'RobotoBold' !important;
    margin: 20px;
}
.email_info p{
  font-size: 14px;
  font-family: 'RobotoLight' !important;
  text-align: center;
  margin: 0px;
}
.email hr{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ced4da;
    margin: 1em 22em;
    padding: 0;
}
.p_note h6{
    text-align: center;
    font-family: 'RobotoLight' !important;
    font-size: 16px;
    margin-top: 30px;
    line-height: 1.5em;
}
.p_note h6 span{
  font-family: 'RobotoLightItalic' !important;
  line-height: 1.1;
  margin-bottom: .5rem;
}



.contact .contact_info{
    position: relative;
    float: left;
    width: 100%;
    background-color: #8181825e;
    font-size: 20px;
    height: auto;
    margin-top: 10px;
    padding-bottom: 30px;

}
.contact_info h5{
    text-align: center;
    font-size: 30px;
    font-family: 'RobotoBold' !important;
    margin: 20px;
}
.contact_info p{
  font-size: 14px;
  color: white;
  font-family: 'RobotoLight' !important;
  text-align: center;
  margin: 0px;
}
.contact hr{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid white;
    margin: 1em 18em;
    padding: 0;
}
.contact_info form input{
  width:100%;
  background-color: #e2e2e2;
  border: none;
  font-size: 14px;
  padding: 5px;
}
.contact_info form textarea{
  width: 100%;
  background-color: #e2e2e2;
  border:none;
  padding: 5px 15px;
  font-size: 14px;
  resize: none;
}
.contact_info label{
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 14px;
}
.contact_info .send{
  position: relative;
  float: left;
  width: 100%;
}
.contact_info .send img{
    width: 45px;
    height: auto;
    padding: 10px;
}
.contact_info button{
    background-color: transparent;
    border: 1px solid #343a40 !important;
    border-radius: 4px/4px;
    text-align: center;
    margin: 35px 0px 0px 0px;
    margin-left: 39%;
    width: 20%;
    padding: 5px 0px 0px;
}
.contact_info button h4{
  font-size: 14px;
  text-transform: uppercase;
  padding: 6px;
}

button:hover{
  background: black;
  color:white;
  border: 1px solid black;
}

.mailing .mailing_info{
    position: relative;
    float: left;
    width: 100%;
    color: black;
    font-size: 20px;
    height: auto;
    padding: 40px;
    margin-top: 10px;
}
.mailing_info h5{
    text-align: center;
    font-size: 30px;
    font-family: 'RobotoBold' !important;
    margin: 20px;
}
.mailing_info p{
    font-size: 14px;
    font-family: 'RobotoLightItalic' !important;
    text-align: center;
    margin: 0px;
}
.mailing_info h6{
    line-height: 1.5em;
    text-align: center;
    font-size: 16px;
    font-family: 'RobotoLight' !important;
    margin: 20px;
}
.mailing hr{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ced4da;
    margin: 1em 16em;
    padding: 0;
}
@media (max-width: 1280px){
    .proyectos_info .box img{
    margin-left: 0px;
    height: 277px;
    padding: 10px 0;
    }
    .colab_info .box img {
    margin-left: 0px;
    height: 277px;
    padding: 10px 0;
    }
  .colab_info .ot img {
    width: 75%;
    padding-left: 22%;
  }
  .contact_info button {
    margin-left: 24%;
    width: 50%;
    background: black;
    color: white;
  }
  .colab_info h5 {
    font-size: 28px;
    margin: 0px;
  }

}

@media (max-width: 767px) {
  .proyectos_info .box {
      text-align: center;
      padding: 10px 0;
      overflow: hidden;
  }
  .proyectos_info .box p {
    text-align: left;
    padding-right: 10%;
    font-size: 16px;
  }
  .proyectos_info .box h4 {
    text-align: left;
    margin-left: 12px;
  }
  .colab_info .box p {
    text-align: left;
    padding-right: 10%;
    font-size: 16px;
  }
  .colab_info .box h4 {
    text-align: left;
    margin-left: 12px;
  }
    .proyectos_info .box {
      padding: 10px 0;
      overflow: hidden;
  }
    .subscribe input {
    width: 100%;
    font-size: 13px;
    margin: 10px 0px;
    }
  .subscribe button{
    width: 100%;
    margin-top: 10px;
  }
  .subscribe .subscribe_info{
    padding: 16% 0;
  }
  .subscribe span {
    display: none;
  }
  .texto .text_info{
    padding: 10px;
    margin-top: 22px;
  }

  .banner .banner_info {
    top: 33%;
    right: 0%;
    margin-right: 0;
    padding: 0 24px;
    text-align: left;
    z-index: 4;
  }

  .banner .banner_info h5 {
    font-size: 18px;

  }
  .banner img{
    width: auto;
    height: 360px;
    margin-left: -177%;
    z-index: -2;
}

  .banner2 .banner_info {
    top: 76%;
    right: 7%;
    margin-right: 0;
  }

  .banner2 .banner_info h5 {
    font-size: 14px;
  }
  .banner2 img{
    width: 164%;
    height: auto;
    margin-left: -40%;
  }
  .collection_info a {
      text-decoration: underline;
  }
  .collection_info h5{
      text-align: left;
      margin: 0;
  }
  .collection_info p{
      text-align: left;
      margin-bottom: 16px;
  }
  .email_info h5,
  .email_info h6,
  .email_info p{
    text-align: left;
    margin: 0;
  }
 
  .mailing .mailing_info h5,
  .mailing .mailing_info h6,
  .mailing .mailing_info p{
      text-align: left;
      margin: 0;
  }
  .contact_info h5{
    text-align: left;
    margin-left: 10px;
  }
  .email hr,
  .mailing hr{
    border-top: 1px solid #ced4da;
    margin: 1em 0em;
  }
  .options .options_info{      
    flex-flow: column;
  }
  .options .options_info > div{
    width: 100%;
  }
  .options .options_info .bio{
    order:-1;
  }
  .options .options_info .box{
    height:360px;
  }
  .box h3{
    transform: translate(0%, 195%);
  }
}






















