@import url('https://fonts.googleapis.com/css?family=Anton|PT+Sans');
*{
	margin: 0;
	padding: 0;
/*  font-family: 'Anton', sans-serif;*/
    font-family: 'PT Sans', sans-serif;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

html,body{
    width: 100%;
    height: 100%;
}

body{
    overflow-x: hidden;
}

section{
    width: 100%;
    height: 100%;
}

section#banner{
	width: 100%;
    height: 100%;
	background-image: url(../portada/images.jpeg);
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0,0,0,0.8);
}

header{
	position: fixed;
	width: 100%;
	height: auto;
	background-color: transparent;
	transition: background-color .5s;
    z-index: 1;
} 

header div.icon{
    display: none;
}

header nav{
	display: table;
	margin: auto;
	margin-top: 1em;
	height: 2em;
	transition: margin-left .5s;
}

ul{   
	display: block;
	float: left;
	list-style: none;
}

header nav ul li{
	float: left;
	margin: 1em;
	padding: .25em;
    border-radius: .25em;
}

a{
	color: #ffffff;
	text-decoration: none;
}

header nav ul a:hover{
    color: darkturquoise;
}

img#logo{
	float:left;
	display: block;
	margin-left: 2em;
	margin-right: 2em;
	margin-top: 0%;
	transition: width .5s, height .5s, margin-right .5s, margin-top .5s;
}

div.frase{
    width: 70%;
    margin: 0 auto;
    margin-top: 22%;
}

div.frase>h1{
    color: #c4ff3e;
    font-size: 3.5em;
}

div.frase>h1+p{
    font-size: 2em;
    color: white;
}

.paradall{
    background: #fff fixed no-repeat 50% 50%;
    background-size: cover;
    padding-top: 5%;
}

#text{
    height: auto;
    overflow: hidden;
    background: #ffffff;
    padding-bottom: 2em;
    margin-bottom: 5em;
}

#text article{
    width: 60%;
    margin: auto auto 2%;
    text-align: center;
    padding-top: 0;
    padding-bottom: 2em;
    color:#717171;
    border-bottom: 1px solid gray;
}

#text article p b{
    color: #ff6e0b;
    font-weight: bold;
    font-size: 20px;
}

#text>ul{
    width: 80%;
    margin: auto 16% auto;
}

#text>ul>li{
    float: left;
    width: 28%;
    margin-left: 0em;
    color:#717171;
    text-transform:uppercase;
    border-left: 1px solid #cbcbcb;
    border-right: 1px solid #cbcbcb;
}

#text>ul>li:hover{
    border-left: 1px solid darkturquoise;
    border-right: 1px solid darkturquoise;
}
#text>ul>li:hover b{
    color: darkturquoise;
}

#text>ul>li b{
    color: #008fff;
}

#text>ul>li b span{
    padding-right: 5px;
}

#text>ul>li>p{
    color:#8b8b8b;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: justify;
    transition: 0.3s;
    text-transform:none;
    margin-left: 0%;
}

#cotizacion{
    height: auto;
    overflow: hidden;
    background: #ffffff;
    padding-bottom: 50px;
}

#cotizacion h1{
    font-size: 35px;
    color: #6e6e6e;
    text-transform: uppercase;
}

#andes{
    height: auto;
    overflow: hidden;
    background-image:url(../img/IngenieriaConstruccion01-1210x550.jpg);
    padding-bottom: 50px;
}

#andes h1{
    font-size: 35px;
    color: white;
    text-transform: uppercase;
}

#maps h1{
    font-size: 35px;
    color: #6e6e6e;
    text-transform: uppercase;
}

#maps h1 center span{
    padding-right: 40px;
    padding-left: 20px;
    padding-top: 5px;
    background-image: url(../icon/ubica.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 40px;
}

.parpadea {
  
  animation-name: parpadeo;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo{  
  0% { background-image: url(../icon/ubic.png); }
  50% { background-image: url(../icon/ubica.png); }
  100% { background-image: url(../icon/ubic.png); }
}

@-webkit-keyframes parpadeo {  
  0% { background-image: url(../icon/ubic.png); }
  50% { background-image: url(../icon/ubica.png); }
   100% { background-image: url(../icon/ubic.png); }
}

@keyframes parpadeo {  
  0% { background-image: url(../icon/ubic.png); }
   50% { background-image: url(../icon/ubica.png); }
  100% { background-image: url(../icon/ubic.png); }
}

#maps{
    height: 30em;
    overflow: hidden;
    padding-bottom: 70px;
}

#trabajos{
    height: auto;
    overflow: hidden;
    background:#dedede;
    padding-bottom: 50px;
    background-image:url(../img/istock-6675793-large.jpg);
    background-attachment: fixed;
    background-position: center;
}

#trabajos h1{
    font-size: 35px;
    color: #008fff;
    text-transform: uppercase;
}

#trabajos article{
    width: 60%;
    margin: auto auto 2%;
    text-align: center;
    padding-top: 10px;
    color: white;
    border-top: 1px solid gray;
    border-top-style: dashed;
    font-size: 18px;
}
/*Aparecerdiv*/
div.ImgDes {
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    width: 30%;
    height: 15%;
    line-height: 15%;
    margin-left: 1.2em;
    background:transparent;
    margin-top: 1%;
    display: inline-block;
  }
div.ImgDes img {width: 100%;}

div.ImgDes span {
    color: #FFF;
    font-size: 32px;
    height: 100%;
    opacity: 0; 
    position: absolute;
    text-align: center;
    transition: all 0.3s linear 0s;
    width: 100%;
  }

div.ImgDes span { 
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    left: 0;
    top: 80%;
  }

div.ImgDes:hover span {opacity: 1;}

div.ImgDes:hover span {top: 0;}

/*AIzaSyDT48Y-6j3U_VO1dPa1SMXnszAxO3m7pEs*/

.contenedor {
	max-width: 1200px;
	margin:0px auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
/*Tarjetas Diseño*/
.contenedor_tarjeta {
	margin: 20px;
    margin-bottom: 50px;
}

.contenedor_tarjeta a {
	display: inline-block;
}

.contenedor_tarjeta:hover figure {
	/*transform: perspective(600px) rotateY(180deg);*/
	-webkit-box-shadow: 0px 2px 10px 2px #313131;
	-moz-box-shadow: 0px 2px 10px 2px #313131;
	box-shadow: 0px 2px 10px 2px #313131;
    opacity: 0.8;
}

figure {
	width: 300px;
	height: 350px;
	margin:0;
	position: relative;
	transition: all ease .5s;
	/*
    transform-style: preserve-3d; 
    Nota:
		Establecemos que la imagen tendra una rotacion de 0grados al inicio porque si no
		ponemos esta propiedad nos da un poco de problemas en algunos navegadores al pasar el cursor.
    transform: perspective(600px) rotateY(0deg);
	*/
}

figure .frontal{
	width: 100%;
	height: 400px;
	border-radius: 5px;
	transition: all ease .5s;
}

figure .frontal {
	display: block;
	background: #000;
	/*backface-visibility: hidden;*/
}


/*footer*/
footer{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; 
    background: #181818;
}

div.colum{
    float: left;
    width: 50%;
    margin-top: 30px;
    clear: both;
}

div.colum div{
    width: 40%;
    float: left;
    padding: 10px;
}

div.img{
    margin-left: 5%;
    margin-top: 10%;
} 

div.img img{
    float: left;
    margin-right: 5%;
    margin-bottom: 5%;
}

#form{
    color: #bfbfbf;
    width: 45%;
    padding: 10px;
}

#form h1{
    border-bottom:1px solid #bababa;
    margin-bottom: 10px;
}

#form form .inf{
    float: left;
    width: 48%;
}

#form form .inf input[type=text],#form form .inf input[type=email]{
    width: 100%;
    padding: 5px;
    border: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 10px;
}

#form form .inf label input[type=radio]{
    width: 10%;
    margin-top: 10px;
    padding: 5px;
}

#form form textarea{
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    padding: 5px;
    resize: none;
    width: 100%;
}

#form form .coment{
    float: left;
    margin-left: 20px;
    width: 37%;
}

#form form .coment button{
    background: #181818;
    color: white;
    padding: 5px;
    width: 40%;
    border: 2px solid;
    margin-top: 2px;
    border-radius: 5px;
}


#copy {
    background:#0c0c0c;
    height: 80px;
    width: 100%;
}

#copy>p{
    text-align: center;
    font-size: 14px;
    color: #6f6f6f;
    width: 100%;
    margin-top: 2rem;
}

.sociales {
    width: 100%;
    text-align: center;
    font-size: 28px;
    margin-left: 0%;
    padding: 20px;
}

.sociales a {
    text-decoration: none;
    width: 100%;
}

/**********FQAS*************/

.PREG{
    width: 90%;
    height: auto;
    margin: 0 auto;
}

.PREG div:first-child{
    width: 30%;
    float: left;
    margin-left:5%;
}

.PREG div:last-child{
    width: 65%;
    float: left;
    margin-left: 0;
}

.FQ{
    width: 100%;
    height: 50vh;
    padding-top: 5%;
    margin-bottom: 5%;
    background-image: url(../img/Thinkific_BannersA-040.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.FQ div{
    margin: 0 auto;
    width: 83%;
    font-size: 50px;
    font-family: 'Anton', sans-serif;
    padding: 8.7%;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
}

img#logoFQ{
	float:left;
	display: block;
	margin-left: 30px;
	margin-right: 30px;
    width: 50px;
}

#FQAS{
    background-color:transparent;
    margin: 0 auto;
}

.FQ_PRE{
    padding-left: 15%;
    width: 100%;
}

.FQ_PRE p{
    background-color: transparent;
    margin-bottom: 10px;
    padding: 10px;
    padding-top: 10px;
    border: 1px solid gray;
}

/* Antes y Depues */
div#comparison {
	width: 100vw; 
    height: 80vh;
	overflow: hidden;
    border: 5px solid #26303a;
}

div#comparison figure {
	background-image: url(../img/1-P8161213_hdr.jpg);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
	width:100%; 
    height: 100%; 
    margin: 0;
	position: relative;
}

div#comparison figure > img {
	position: relative; width: 100%;
}

div#comparison figure div {
	background-image: url(../img/52-P8161068_hdr.jpg);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	position: absolute;
	width: 50%;
	box-shadow: 0 5px 10px -2px rgba(0,0,0,0.3);
	overflow: hidden; bottom: 0; height: 100%;
}		
/* slider */
input[type=range]{
	-webkit-appearance:none;
	-moz-appearance:none;
	position: relative;
	top: -2rem; left: -2%;
	background-color: rgba(255,255,255,0);
	width: 102%;
}

input[type=range]:focus { outline: none; }
input[type=range]:active { outline: none; }

input[type=range]::-moz-range-track {
	-moz-appearance:none;
	height:2px;
	width: 98%;
	background-color: rgba(3, 3, 3, 0.36);
	position: relative;
	outline: none;
}

input[type=range]::active {
	border: none; outline: none;
}

input[type=range]::-webkit-slider-thumb {
	-webkit-appearance:none;
	width: 15px; height: 15px;
	background:#0092ff;
	border-radius: 50%;
}

input[type=range]::-moz-range-thumb {
	-moz-appearance: none;
	width: 15px; height: 15px; background:#0092ff;
	border-radius: 50%;
    border: 0;
}

input[type=range]:focus::-webkit-slider-thumb {
	background:#0092ff;
}

input[type=range]:focus::-moz-range-thumb {
	background:#0092ff;
}

/*Servicios*/
.diseno,
.tramites,
.construccion,
.rem-ampli{
    width:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.diseno{
    padding-top: 6%;
    background-image: url(../img/Servicios-constructoras.jpg);
    background-position: center;
    background-attachment: fixed;
}

.diseno div{
    width: 46%;
    padding: 20px;
    color: white;
    float: left;
    clear: both;
}

.diseno div h1{
    font-size: 50px;
    font-family: 'Anton', sans-serif;
    padding-left: 20%;
    padding-top: 20%;
}

.diseno div article{
    width: 80%;
    font-size: 24px;
    padding-top: 0;
    padding-left: 20%;
}

.diseno .bgContainer{
    text-align: center;
}

.diseno .bgContainer p{
    padding: 5px;
    font-weight: bold;
    font-size: 24px;
}

.diseno .bgContainer input[type=color]{
    border: 0;
}

.tramites{
    
}

.tramites div{
    width: 50%;
    color: #636363;
    float: left;
    clear: both;
}

.tramites div img{
    width: 90%;
    padding: 20px;
}

.tramites div h1{
    font-size: 50px;
    font-family: 'Anton', sans-serif;
    padding-left: 20%;
    padding-top: 20%;
    color: #0092ff;
}

.tramites div article{
    width: 80%;
    font-size: 24px;
    padding-top: 0;
    padding-left: 20%;
}

.construccion{
    background:#eeeeee; 
    padding: 20px;
    color: #636363;
}

.construccion div{
    width: 50%;
    float: left;
    clear: both;
}

.construccion h1{
    font-size: 50px;
    font-family: 'Anton', sans-serif;
    padding-left: 20%;
    padding-top: 20%;
    color: #0092ff;
}

.construccion article{
    width: 90%;
    font-size: 24px;
    padding-top: 0;
    padding-left: 20%;
}

.construccion div img{
    width: 70%;
    padding-left: 20%;
}

.rem-ampli{
    padding: 30px;
    background-image: url(../img/Servicios-constructoras.jpg);
    background-position: center;
    background-attachment: fixed;
    color: white;
}

.rem-ampli div{
    width: 50%;
    float: left;
    clear: both;
}

.rem-ampli h1{
    font-size: 50px;
    font-family: 'Anton', sans-serif;
    padding-top: 20%;
}

.rem-ampli article{
    width: 90%;
    font-size: 24px;
    padding-top: 0;
}

.rem-ampli div img{
    width: 70%;
    padding-left: 20%;
}

/*presupuesto*/

.portPres,
.formPres,
.imgPres{
    width:100%;
}

.portPres{
    padding-top: 5%;
    height: auto;
    background-image: url(../img/bienes-inmuebles.jpg);
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: #ffffff;
}

.portPres div{
    text-align: center;
    font-size: 30px;
    padding: 95px;
    color: #393939;
}

.portPres div h1{
    color: #ff6e0b;
    text-transform: uppercase;
    font-family: 'Anton', sans-serif;
}

.formPres{
    height: auto;
    padding-top: 5%;
}

.formPres form h1{
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
    color: #6e6e6e;
    text-transform: uppercase;
    font-size: 40px;
}

.formPres form .inf{
    float: left;
    width: 42%;
    padding:80px;
    padding-right:20px;
    padding-bottom:0;
    padding-top:10px;
}

.formPres form .inf input[type=text],.formPres form .inf input[type=email]{
    width: 100%;
    height: 30px;
    padding: 10px;
    border: 1px solid #bdbdbd;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 10px;
}

.formPres form .coment textarea{
    border: 1px solid #bdbdbd;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px;
    resize: none;
    width: 100%;
    height: 155px;
    border-radius: 10px;
}

.formPres form .coment{
    float: left;
    margin-left: 20px;
    width: 42%;
    padding:80px;
    padding-left:0;
    padding-bottom:0;
    padding-top:10px;
}

.formPres form button{
    background: #0092ff;
    color: white;
    font-size: 20px;
    padding: 10px;
    width: 88%;
    border: 2px solid;
    margin-top: 10px;
    border-radius: 5px;
}

.imgPres{
    height:50vh;
    background-image: url(../img/bienes-inmuebles.jpg);
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.contPres{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 50%;
    margin: 0 auto;
}

.contPres div{
    padding: 60px;
    padding-top: 20px;
    padding-left: 20px;
}

.contPres div.correo{
    padding-right: 20px;
}

.contPres div h2{
    color: #6e6e6e;
    padding: 10px;
}

.contPres div a{
    text-decoration: none;
    color: #868686;
    transition: color 0.5s;
    padding-left: 40px;
}

.contPres div a:hover{
    color: #323232; 
}

.formPres form .inf input[type=text]:focus,.formPres form .inf input[type=email]:focus,.formPres form .coment textarea:focus{
    border: 2px solid #0092ff; 
    box-shadow: 0 0 5px rgba(199, 199, 199, 0.59);
}

/*************PORTAFOLIO***/

.Proyec{
    width: 100%;
    height: 100vh;
    padding-top: 12%;
    margin-bottom: 5%;
    background-image: url(../img/RUDECO-CONSTRUCCIONES-24__.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.Proyec div{
    margin: 0 auto;
    width: 83%;
    font-size: 50px;
    font-family: 'Anton', sans-serif;
    padding: 8.7%;
    text-align: center;
    color: #ff6e0b;
    font-weight: bold;
}

.proyectos {
    padding: 0.5em;
    display: flex;
}

.proyecto {
    padding: 1em;
    width: 100%;
}

.proyecto_imagen {
    width: 100%;
}

h6{
    -webkit-transform: translate(40%,-10px);
           -moz-transform: translate(40%,-10px);
            -ms-transform: translate(40%,-10px);
             -o-transform: translate(40%,-10px);
                transform: translate(40%,-10px);
                font-weight: normal;
}


.lightbox {
    display: none;

    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
}

.lightbox img {
    max-width: 90%;
    max-height: 80%;
    margin-top: 2%;
}

.lightbox:target {
    outline: none;

    display: block;
}