@charset "UTF-8";
/* CSS Document */
html, body {
    height: 100%;
}

@media only screen and (min--moz-device-pixel-ratio: 2),

only screen and (-o-min-device-pixel-ratio: 2/1),

only screen and (-webkit-min-device-pixel-ratio: 2),

only screen and (min-device-pixel-ratio: 2) {
    
    .logo{

        background:url(../img/logo-ret.png) no-repeat;
        background-size:contain;
    }
    .logo-byn{
        width: 227px;
        height: 99px;
        background: url(../img/logo-byn-ret.jpg) no-repeat;
        background-size: contain;
        margin: 0 auto;
    }
    
    .fb{
    background: url(../img/fb-ret.png) no-repeat;
    background-size: contain;
    background-position: center;
    }
.inst{
    
    background: url(../img/inst-ret.png) no-repeat;
    background-size: contain;
    background-position: center;
}
.pin{
    
    background: url(../img/pin-ret.png) no-repeat;
    background-size: contain;
    background-position: center;
}
    
    .down {
   
    background: url(../img/down-ret.png) no-repeat;
    background-size: contain;
}

}


body{
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   font-weight: 300;
   background:#000000;
}

.centrado{
	width:409px;
	height:234px;
	margin:0 auto;
	margin-top:200px;
}

.logo-prox{
	width:409px;
	height:234px;
	background:url(../img/logo.png) no-repeat;
	background-size:contain;
}
.contacto{
	width:100%;
	background:#fff;
    height: auto;
}
.menu-back {
    width: 100%;
    height: 41px;
    position: fixed;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
}

.menu-cont{
    width: 900px;
    margin: 0 auto;
}
.redes-cont{
    position: relative;
    float: right;
    top: 12px;
    right: 10px;
    height: 30px;
    width: auto;
    z-index:1;
    margin-left: 15px;
}
.redes{
    opacity: 1;
}

.redes:hover{
    opacity: .8;
}
.fb{
    width: 20px;
    height: 20px;
    margin-left: 5px;
    margin-right: 5px;
    float: left;
    background: url(../img/fb.png) no-repeat;
    background-size: contain;
    background-position: center;
}
.inst{
    width: 20px;
    height: 20px;
    margin-left: 5px;
    margin-right: 5px;
    float: left;
    background: url(../img/inst.png) no-repeat;
    background-size: contain;
    background-position: center;
}
.pin{
    width: 20px;
    height: 20px;
    margin-left: 5px;
    margin-right: 5px;
    float: left;
    background: url(../img/pin.png) no-repeat;
    background-size: contain;
    background-position: center;
}

section{
    width: 100%;
    height: 100%;
    min-height: 750px;
    position: relative;
    float: left;
}
.inicio{
    background:url(../img/back-home.jpg) repeat;
	background-position:center;
	background-size:cover;
}
.logo {
    width: 274px;
    height: 107px;
    background: url(../img/logo.png) no-repeat;
    background-size: contain;
    position: relative;
    margin: 0 auto;
    top: 40%;
}

.proyectos {
    height: auto;
    background: #ffffff;
    overflow:hidden;
}

.proyectos-cont {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.left {
    width: 100%;
    height: 100%;
    float: left;
    background:#a9a8a4;
}
.right {
    width: 50%;
    float: right;
}
#myDiv{
    -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.foto-acerca{
    width: 70%;
    height: 100%;
    background: url(../img/principal.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    float: left;
}
.foto-proceso{
    width: 70%;
    height: 100%;
    background: url(../img/principal.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    float: left;
}


.info-acerca {
    width: 30%;
    height: 100%;
    float: right;
    background: #ffffff;
}

.info-proceso {
    width: 30%;
    height: 750px;
    float: left;
    background: #000;
}

.info-acerca-cont {
   
    width: 80%;
    margin: 0 auto;
    min-width: 250px;
     margin-top: 170px;
}

.info-proceso-cont {
   
    width: 80%;
    margin: 0 auto;
    min-width: 250px;
     margin-top: 170px;
    color: #fff;
}

.logo-byn {
    width: 227px;
    height: 99px;
    background: url(../img/logo-byn.jpg) no-repeat;
    margin: 0 auto;
}

.cont-texto-acerca {
    width: 250px;
    margin: 0 auto;
    text-align: justify;
}

.proceso-btn {
    width: auto;
    border-bottom: solid 1px #fff;
    border-top: solid 1px #fff;
    border-right: 0px;
    border-left: 0px;
    background: #000;
    font-size: .7em;
    letter-spacing: 1px;
    cursor: pointer;
    color: #fff;
}

.acerca-btn {
    width: auto;
    border-bottom: solid 1px #000;
    border-top: solid 1px #000;
    border-right: 0px;
    border-left: 0px;
    background: #fff;
    font-size: .7em;
    letter-spacing: 1px;
    cursor: pointer;
}

.boton-centrado {
    
    width: 61px;
    margin: 0 auto;
}

.bullet-dorado {
    width: 7px;
    height: 7px;
    margin: 0 auto;
    background:  url(../img/bullet-dorado.png) no-repeat;
    background-size: contain;
}

.arrow-left {
	width: 0; 
	height: 0;
    float: right;
    margin-top: 90px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent; 
	border-right:10px solid #ffffff; 
}
.arrow-left-proyecto {
	width: 0; 
	height: 0;
    right: 25%;
    float: right;
    position: absolute;
    margin-top: 90px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent; 
	border-right:10px solid #fff; 
    z-index: 999;
}

.arrow-right-proyecto {
	width: 0; 
	height: 0;
    float: left;
    position: absolute;
    margin-top: 40px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent; 
	border-left:10px solid #ffffff; 
    z-index: 9;
}

.arrow-right {
	width: 0; 
	height: 0;
    float: left;
    margin-top: 90px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	
	border-left: 10px solid #000;
}

.acerca {
    width: 100%;
    overflow: hidden;
}

.proyectos-titulo-cont{
    width: 100%;
       height: auto;
        background: #000;
    color: #fff;
}

.contacto-titulo-cont{
    width: 100%;
    height: 40px;
    background: #e0dfdf;
}
.titulo-proyectos-margen {
   padding-top: 50px;
    padding-left: 10px;
    padding-bottom: 10px;
}

.proyecto-line {
    width: 100%;
    height: 300px;
    float: left;
    background: #000;
    border-bottom: 2px solid #333131;
}

.titulo-proyecto-cont-left {
    float: left;
    width: 25%;
    height: 300px;
    background: #ffffff;
}
.titulo-proyecto-cont-right {
    float: right;
    width: 25%;
    height: 300px;
    background: #ffffff;
}

.titulo-proyecto-pos {
    width: 90%;
    margin: 0 auto;
    margin-top: 140px;
    text-align: center;
}



.fotos-proyecto-cont {
    width: 75%;
    height: 300px;
    background: #666;
    float: left;
}

.contacto-cont {
       width: 50%;
    height: auto;
    /* margin: 0 auto; */
    margin-top: 5%;
    text-align: center;
    float: left;
    position: relative;
}

.contacto-img{
	width:50%;
	float:left;
	    height: 710px;
	background:url(../img/back-contacto.jpg) no-repeat;
	background-size:cover;
	background-position:center;
}
.form-cont {
    width: 300px;
    margin: 0 auto;
    text-align: left;
}

.forma {
    width: 100%;
    border: 0px solid #000;
    padding: 3px;
    padding-left: 6px;
    font-size: .8em;
    background: #e0dfdf;
	
	color:#737373;
	
}

.comentario {
    height: 100px;
}

.input-chico {
    width: 104%;
    height: auto;
    border: 0px solid #000;
    background: #e0dfdf;
}
.input-chico:hover{
    background: #c7c7c7;
    cursor: pointer;
}

.creditos {
    width: 100px;
    height: auto;
    position: absolute;
    bottom: 30px;
    font-size: .7em;
    left: 50%;
    margin-left: -50px;
    
}

.down {
    width: 26px;
    height: 16px;
    position: absolute;
    left: 50%;
    margin-left: -13px;
    bottom: 70px;
    background: url(../img/down.png) no-repeat;
    background-size: contain;
}

.galeria-proyectos-interior {
    width: 100%;
    height: auto;
    overflow: scroll;
}

.informacion-proyectos {
    width: 30%;
    height: 200px;
    float: left;    
    padding-top: 100px;
    background: #fff;
}

.contenido-informacion-proyecto {
    padding: 30px;
    float: left;
    color: #
}

.modulo-proyecto-cont {
    position: relative;
    width: 300px;
    height: auto;
    float: left;
    text-decoration: none;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
     text-align: center;
}
.modulo-proyecto-cont h1{
    text-decoration: none;
    margin: 0 auto;
    margin-top: 15px;
   
}

.foto-proyecto {
    margin-bottom: 5px;
    width: 300px;
    height: 300px;
}

.contenedor-proyectos {
    margin-top: 70px;
    padding: 20px;
}

.proyecto-interior {
    height: auto;
}


@media only screen and (max-width: 900px) {
    
    .contacto-img{
	width:100%;
    height: 310px;
	
}
    
    .informacion-proyectos {
    width: 30%;
    height: 250px;
    float: left;    
    padding-top: 50px;
    background: #fff;
}

 
.menu-back {
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
}
    section{
    width: 100%;
    min-height: 980px;
    position: relative;
    float: left;
}
    .logo {
    width: 274px;
    height: 107px;
    background: url(../img/logo.png) no-repeat;
    background-size: contain;
    position: relative;
    margin: 0 auto;
}
    
.info-acerca {
    width: 50%;
    height: 980px;
    float: right;
    background: #ffffff;
}
.foto-acerca{
    width: 50%;
    height: 980px;
    background: url(../img/principal.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    float: left;
}
    .foto-proceso{
    width: 50%;
    height: 980px;
    background: url(../img/principal.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    float: left;
}
    .info-proceso {
    width: 50%;
    height: 750px;
    float: left;
    background: #000;
}
.proyectos-titulo-cont{
    width: 100%;
    height: 140px;
    background: #e0dfdf;
}
    .titulo-proyectos-margen {
    padding-top: 95px;
    padding-left: 10px;
}
}
    
@media only screen and (max-width: 650px) {
 

    section{
    width: 100%;
    min-height: 700px;
    position: relative;
    float: left;
}
    .logo {
    width: 274px;
    height: 107px;
    background: url(../img/logo.png) no-repeat;
    background-size: contain;
    position: relative;
    margin: 0 auto;
}
.info-acerca {
    width: 100%;
    height: 550px;
    float: right;
    background: #ffffff;
}
.info-proceso {
    width: 100%;
    height: 550px;
    float: right;
    background: #000;
}
.info-acerca-cont {
    width: 80%;
    margin: 0 auto;
    min-width: 50px;
     margin-top: 90px;
}  
.info-proceso-cont{
    margin-top: 90px;
}
     .foto-acerca{
    width: 100%;
    height: 180px;
    background: url(../img/principal.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    float: left;
}
    .foto-proceso{
    width: 100%;
    height: 180px;
    background: url(../img/principal.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    float: left;
}
.arrow-right {
	width: 0; 
	height: 0;
    float: right;
    margin-top: 0;
    margin-right: 20px;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #000;
}
    .arrow-left {
	width: 0; 
	height: 0;
    float: right;
    margin-top: 0;
        margin-right: 20px;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent; 
	border-top:20px solid #ffffff; 
}
.logo-byn {
    width: 190px;
    height: 99px;
    background: url(../img/logo-byn.jpg) no-repeat;
        background-size: contain;
    margin: 0 auto;
}
    .contacto-cont {
    width: 100%;
    height: auto;
    margin: 0 auto;
     margin-top: 50px;
    text-align: center;
}
    .form-cont {
    width: 85%;
    margin: 0 auto;
    text-align: left;
}
.titulo-proyecto-cont-left {
    float: left;
    width: 100%;
    height: 70px;
    background: #ffffff;
}
.titulo-proyecto-cont-right {
    float: left;
    width: 100%;
    height: 70px;
    background: #ffffff;
}
.titulo-proyecto-pos {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
}
.arrow-right-proyecto {
	width: 0; 
	height: 0;
    float: left;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    margin-top: 0;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent; 
	border-top:13px solid #ffffff; 
    z-index: 9;
}
.arrow-left-proyecto {
	width: 0; 
	height: 0;
    right: 25%;
    float: right;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    margin-top: 0;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent; 
	border-top:13px solid #ffffff; 
    z-index: 999;
}
.fotos-proyecto-cont {
    width: 100%;
    height: 200px;
    background: #666;
    float: left;
}
.slider-horizontal {
    width: 100%;
    height:200px !important;
}
.slider-horizontal .item {
    height:200px !important; 
    min-width:100px!important;
}
.proyecto-line{
    height: 268px;   
}


    
.thumb-h{
    width: 100% !important;
    height: 200px !important;
    float: left;
}
.thumb-v{
    width: 100% !important;
    height: 200px !important;
    float: left;
}
.thumb-c{
    width: 100% !important;
    height: 200px !important;
    float: left;
}
    
    .thumb-h-inicio{
    width: 100% !important;
    height: 200px !important;
    float: left;
}
.thumb-v-inicio{
    width: 100% !important;
    height: 200px !important;
    float: left;
}
.thumb-c-inicio{
    width: 100% !important;
    height: 200px !important;
}
    
    .informacion-proyectos {
    width: 100%;
    height: auto;
    float: left;    
    padding-top: 100px;
    background: #fff;
}
    
}