/* Elementos principales de la página */

body{
    background-color: lemonchiffon;
    font-family: Arial, sans-serif;
    color: black;

}
section h1, footer h1{
    font-family: 'Bungee Outline', cursive, serif;
    color: blue
   /* font-weith: normal;
    text-transform uppercase;*/
}
/* Encabezado */

header{
    background-color: rgb(79, 135, 161);
    color: #fff;
    padding-top: 10px;
    min-height: 60px;
    border-bottom: 5px solid #1293d4;
    display: inline-flex;
    width: 100%;
}
header a{
    color: rgb(189, 21, 21);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
}
#logocr, header h1{
    float: none;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 10;
    
}

header #titulo_principal h1
{ font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
   margin: 5px; 
   font-size: 2.5em;
   font-weight: normal;
}
header h2{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    margin-top: 5px;
    font-weight: normal;
}
   
/* Navegación */

nav{
    text-align: right;
    float: right;
    text-decoration: none;
}
header .actual a{
    color: #1293d4;
    font-weight: bold;

}
nav ul{
    list-style-type: none;
    text-decoration: none;
}
nav li{
    display: inline-block;
    margin-right: 20px;
    margin-top: 25px;
    margin-left: 30px;
    
}
nav a{
    font-size: 1.3em;
    color: #181818;
    padding-bottom: 3px;
    text-decoration: none;
}
nav a:hover{
    color: #f8f5f5;
    border-bottom: 3px solid #760001;
    text-decoration: none;
}
.red_botton {
    height: 25px;
    background-color: #e8491d;
    display: inline-block;
    position: absolute;
    right: 5px;
    bottom: 5px;
    border: 1px solid #760001;
    border-radius: 5px;
    font-size: 1.2em;
    text-align: center;
    padding: 3px 8px 0px 8px;
    color: white;
    text-decoration: none;
}

.imagen_fondo_uno{
    width: 100%;
    height: 400PX;
    background: url('imagenes/edificios_modernos.jpg');
    position: relative;
    background-size: 150%;
    animation-name: movimiento;
    animation-duration:  15s;
    animation-iteration-count:  infinite;
    animation-timing-function:  linear;
    animation-direction: alternate;

}
@keyframes movimiento{
    from{
        background-position: bottom left;
    }to{
        background-position: top right;
    }
}
.capa_degradacion{
    width: 100%;
    height: 100%;
    position: absolute;
    background: -webkit-linear-gradient(left, black, #0672d0);
    opacity: 0.5;
}
    #descripcion_fondo_uno
        {
            position: absolute;
            bottom: 0;
            border-radius: 0px 0px 5px 5px;
            width: 99.5%;
            height: 33px;
            padding-top: 15px;
            padding-left: 4px;
            background-color: rgb(24,24,24); /* Los navegadores antiguos leerán esto */
            background-color: rgba(24,24,24,0.8); /* Los navegadores nuevos leerán esto */
            color: white;
            font-size: 0.8em;
        }
        /* Cuerpo */

article, aside
{
    display: inline-block;
    vertical-align: top;
    text-align: justify;
}

article
{
    width: 65%;
    margin-right: 15px;
}

article p
{
    font-size: 0.8em;
}

aside
{
    position: relative;
    width: 30%;
    background-color: #bbb2a7;
    box-shadow: 0px 2px 5px #1c1a19;
    border-radius: 5px;
    padding: 10px;
    color: white;
    font-size: 0.9em;
}
aside h1{
    text-align: center;
    color:rgb(16, 17, 58)
}
 #jdcr_picture{
     text-align: center;
 }
 #jdcr_picture img{
border: 1px solid #181818;
 }
 aside img{
     margin-right: 5px;
 }
 /*pie de pagina*/
 #pie_pagina{
     padding: 15PX;
     color: rgb(104, 75, 75);
     background: #8fc6eb;
     height: 80px;
     
 }
 footer{
     padding-top: 154PX;
  background: URL('imagenes/edificios_dibu.jpg') repeat-x top;

 }
 #Encontrar{
     padding: 15PX;
     color: #fff;
     background: rgb(93, 107, 117);
     display: flex;
     
 }
 #Encontrar H1{
  float: left;
 }
 #Encontrar form{
     float: right;
     margin-bottom: 10px;
     align-self: center;
     
 }
 #Encontrar input[type="email" ]{
     padding: 4px;
     height: 25px;
     width: 250px;
 }
 #Encontrar input[type="button" ]{
    padding: 4px;
    height: 35px;
    width: 250px;
}
 .info{
     width: 65%;
     align-self: center;

 }
 /*segunda pagina*/
  p.franja{
     color: #ebf3f3
     
 }
 aside#lateral{
     
     width: 30%;
     margin-top: 0;
     padding: 0;
 }
 .division{
     padding: 15px;
     background-color: #35424a;
     color: #8fc6eb;
     margin-top: 10px;
     margin-bottom: 10px;

 }
 article.colun_prima{

width: 65%;
}
 .colun_prima h1{
color: #f3efea
 }
.tablat{
    background-color: rgba(222, 184, 185, 0.3);
}


 /*tercera pagina servicios*/
 ul#servicios li{
     list-style: none;
     padding: 20px;
     border: 1px solid #ccc;
     margin-bottom: 5px;
     background-color: #e6e6e6;
     opacity: 0.6;
 }
 article#pag3ser h1{
   padding-left: 30px;
  color: #1293d4;
 }
 /*formulario*/

 
 input, textarea{
     width: 100%;
     height: 35px;
     border: 1px solid gray;
     margin-bottom: 5px;

 }
 textarea{
     height: 120px;
 }
 input[type="submit"]{
     background-color: #e8491d;
     color: #fff;
 }
 #pie_pagina_final H1{
 padding: 15px;
 color: rgb(104, 75, 75);
 background: #8fc6eb;
 height: 80px;
 text-align: center;
 }
 article#pag4con H1{
    font-family: 'Bungee Outline', cursive, serif;
    margin: 0;
 }
/*inventando*/

@import url(https://fonts.googleapis.com/css?family=Anonymous+Pro);

.line-1{
    position: relative;
    top: 50%;  
    width: 24em;
    margin: 0 auto;
    border-right: 2px solid rgba(255,255,255,.75);
    font-size: 180%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    transform: translateY(-50%);    
}

/* Animation */
.anim-typewriter{
  animation: typewriter 4s steps(44) 1s 1 normal both,
             blinkTextCursor 500ms steps(44) infinite normal;
}
@keyframes typewriter{
  from{width: 0;}
  to{width: 24em;}
}
@keyframes blinkTextCursor{
  from{border-right-color: rgba(255,255,255,.75);}
  to{border-right-color: transparent;}
}
/*pagina 5 trabajos*/

.carrusel h2{
    text-align: center;
    font-size: 40px;
    font-family: arial;
    margin-top: 80px;
    color: aqua;
    text-shadow: 0px 0px 6px black;
}

#carrusel{
background-color: black;
}

.content-all{
    width: 210px;
    margin: auto;
    perspective: 800px;
    position: relative;
    margin-top: 50px;
    height: 180px;
}

.content-carrousel{
    width: 100%;
    position: absolute;
    animation: rotar 10s infinite linear;
    transform-style: preserve-3d;
}

.content-carrousel:hover{
    animation-play-state: paused;
    cursor: pointer;
}


.content-carrousel figure{
    width: 100%;
    height: 120px;
    overflow: hidden;
    position: absolute;
    box-shadow: 0px 0px 20px 0px black;
    transition: all 300ms;
    
}

.content-carrousel figure:hover{
    box-shadow: 0px 0px 0px 0px black;
    transition: all 300ms;
}

.content-carrousel figure:nth-child(1){transform: rotateY(0deg) translateZ(300px);}
.content-carrousel figure:nth-child(2){transform: rotateY(40deg) translateZ(300px);}
.content-carrousel figure:nth-child(3){transform: rotateY(80deg) translateZ(300px);}
.content-carrousel figure:nth-child(4){transform: rotateY(120deg) translateZ(300px);}
.content-carrousel figure:nth-child(5){transform: rotateY(160deg) translateZ(300px);}
.content-carrousel figure:nth-child(6){transform: rotateY(200deg) translateZ(300px);}
.content-carrousel figure:nth-child(7){transform: rotateY(240deg) translateZ(300px);}
.content-carrousel figure:nth-child(8){transform: rotateY(280deg) translateZ(300px);}
.content-carrousel figure:nth-child(9){transform: rotateY(320deg) translateZ(300px);}
.content-carrousel figure:nth-child(10){transform: rotateY(360deg) translateZ(300px);}

.content-carrousel img{
    width: 100%;
    transition: all 300ms;
}

.content-carrousel img:hover{
    transform: scale(1.2);
    transition: all 300ms;
}


@keyframes rotar{
    from{
        transform: rotateY(0deg);
    }to{
        transform: rotateY(360deg);
    }
}


/*@media only screen and (max-width:620px)
{
body{
    border: 10px solid red;
}

    #pie_pagina_final H1{
        
        text-decoration: underline;
    }
}
*/