body{
	margin:0px;
	padding:0px;
	font-family: Helvetica Neue; 
}

/**{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
*/
/*body {
    display: flex;
    min-height: 100vh;
    background: #EFC076;
}*/

section{
	margin: 0 auto; width: 960px;
	font-family: 'Arial Narrow', Arial, sans-serif;
	text-decoration: none;
	text-indent: inherit;
}

/*titulo*/

div#titulo{
	width:100%;
	margin-top:20px;
}

p#header{
	text-align: center;
	font-size: 2.5em;
	color:#9a9a9a;
}

p#subheader{
	text-align: center;
	color:#cecece;
	margin-top:10px;
	font-size: 1.3em;
}

header{
	margin:10px auto;
	width:750px;
	height:190px;
	background-color: blank;
}

div.contenedor{
	width: 150px;
	height: 160px;
	float:left;
	-webkit-transition: height .4s;
}


div#uno{
	background-color: rgb(22,145,190);
}

div#tres{
	background-color: rgb(22,107,162);
}

div#cuatro{
	background-color: rgb(27,54,71);
}

div#cinco{
	background-color: rgb(21,40,54);
}
div#seis{
	background-color: rgb(21,40,40);
}


#titulo1{
	width: 960px;
	height: 30px;
	background-color: rgb(22,107,162);
}

#titulo2{
	width: 100px;
	height: 30px;
	background-color: rgb(22,107,162);
}

h3{
	margin-left: 40px;
	color: #ffffff;
	font-size: 25px;
}

#contenido{
	width: 900px;
	height: 700px;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 20px;
	margin-bottom: 42.248px;
}

#textoIzquierda{
	width: 440px;
	height: 700px;
	float: left;
	margin-right:30px ;
}
#textoDerecha{
	width: 400px;
	height: 200px;
	float: right;
}
	

img.icon{
	display: block;
	margin:50px auto;
	background-color: rgba(255,255,255,.15);
	width:25px;
	padding:5px;
	-webkit-border-radius: 50%;
	-webkit-box-shadow: 0px 0px 0px 30px rgba(255,255,255,0);
	-webkit-transition:box-shadow .4s;
}

img.icon2{
	display: block;
	margin:50px auto;
	background-color: rgba(255,255,255,.15);
	width:70px;
	padding:5px;
	-webkit-border-radius: 50%;
	-webkit-box-shadow: 0px 0px 0px 30px rgba(255,255,255,0);
	-webkit-transition:box-shadow .4s;
}

p.texto{
	font-size: 1.1em;
	color:white;
	text-align: center;
	padding-top: 1px;
	opacity: .6;
	-webkit-transition: padding-top .4s;
}

div.contenedor:hover{
	height:185px;
}

div.contenedor:hover p.texto{
	padding-top: 30px;
	opacity: 1;
}

div.contenedor:hover img.icon{
	-webkit-box-shadow:0px 0px 0px 0px rgba(255,255,255,.6);
}

div.contenedor:hover img.icon2{
	-webkit-box-shadow:0px 0px 0px 0px rgba(255,255,255,.6);
}


#c-slider {
    margin: auto;
    width: 30%;
    max-width: 700px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 0 10px #fff,
                    0 15px 50px;
}

#slider {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display:  -o-flex;
    display: flex;
    width: 1800%;
}

#slider section {
    width: 100%;
}

#slider img {
    display: block;
    width: 100%;
    height: 100%;
}
/*
#c-slider2 {
    margin: auto;
    width: 30%;
    max-width: 700px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 0 10px #fff,
                    0 15px 50px;
}

#slider2 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display:  -o-flex;
    display: flex;
    width: 2400%;
}

#slider2 section {
    width: 100%;
}

#slider2 img {
    display: block;
    width: 100%;
    height: 100%;
*/

#btn-prev, #btn-next {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
    cursor: pointer;
}

#btn-prev:hover, #btn-next:hover { 
    background: rgba(255, 255, 255, 1);
}

#btn-prev {
    left: 10px;
}
#btn-next {
    right: 10px;
}



/*slider
.slider {
	width: 60%;
	height: 50%;
	top: 200px;
	margin: auto;
	overflow: hidden;
}

.slider ul {
	display: flex;
	padding: 0;
	width: 100%;
	animation: cambio 5s infinite;
	animation-direction: alternate;
}

.slider ul li {
	list-style: none;
	width: 100%;
}

.slider ul li img {
	width: 100%;
}*/






































































