
.logo{ 
	text-align: center;
	margin-top: 1px;
	box-shadow: 50px;
	background-color: black;
	border-radius: 20px;
}

.popo{
	padding: 20px;
}

.derecha{
	font-size: 25px;
	text-align: center;
	font-size: 25px;
	padding-left: 90px;
}

.inicio{ font-size: 45px;
	text-align: center;
	background-color:black;
	border-radius: 20px;
}
.inicio2{ font-size: 45px;
	text-align: center;
	background-color:black;
	border-radius: 20px;
	
	padding-top: 5px;
}
.artic{
	text-align: left;
	font-size: 25px;
	padding-left: 90px;
	border-radius: 0px;
	background-color: white;
} 


.inicio_h1{
	padding: 20px;
	text-align: center;
}
.footer{
	width: 100%;
    background-color: #000656;
    padding: 10px 0 20px;
    text-align: center;
    font-size: 20px;
    border-width: 10px;
 }

 .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.col {
    padding-right: 50px;
    text-align: center;
    font-size: 10px;
	background-color: black;
}

.row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.caja-fixed{
	background: white;
	position: fixed;
	top: 100px;
	opacity: .2;
	font-family: 10px;
	font-size: 55px;
	font-style: inherit;
	width: 1350;
	text-align: center;
}
.red{
	background-color: #891;
}
.peper{
	font-size: 50px;
	margin-right:30px;
		display: flex;
	flex-wrap: wrap;
	min-width: 300px;
	text-align: center;

}
.Estilo1{
	background-color: black;
}
.h2{
	padding: 20px;
	font-style: oblique;
}
.futer{ 
background-color: #0d070eef;
text-align: center;
font-size: 20px;
width: 100%;
color: #111;
font-family: georgia;
border-radius: 20px;

 }
 .texto{
 	font-family: georgia;
 	font-size: 20px;
 	padding-right: 0;
 	margin: 0;
 }
 .under{
 	text-align: center;
 	padding-left: 30px;
 	border-radius: 20px;
 	box-shadow: 20px;
 }
.titulos{
	font-size: 45px;
	text-align: center;
	font-family: georgia;
	padding: 5px;
	background-color: #9AE526;
}

/*************************************************/

.contenedor{
	width: 100%;
	overflow: hidden;
	background-color: cadetblue;
	border-radius: 80px;
}
.slider-contenedor{
	width: 100%;
	display: flex;
}

.contenido-slider{
	width: 100%;
	height: 400px;
	display: flex;
    justify-content: space-around;
	align-items: center;
	flex-shrink: 0;
}
.contenido-slider :nth-child(1){
	color: black;
	
}
.contenido-slider :nth-child(2){
	background: blueviolet;
	color: #fff;
}
.contenido-slider :nth-child(3){
	background: #4eb314;
	color: #fff;
}
.contenido-slider :nth-child(4){
	background: darkolivegreen;
	color: #fff;
	}

.contenido-slider>img{
	width: 400px;
}

.contenido-slider >div{
	width: 30%;
}
.contenido-slider h1{
	font-weight: 300;
	text-align: justify;
	line-height: 30px;
}
.contenido-slider a {
	color: #fff;
	background: #332863;
	width: 100px;
	display: block;
	padding: 15px 0;
	text-align: center;
	border-radius: 3px;
	margin-top: 20px;
	text-decoration: none;
}
@media screen and (max-width:900px){
    .contenido-slider > img{
        width: 250px;
    }
	.contenido-slider h1{
        font-size: 5px;
    }
	@media screen and (max-width:600px){
		.contenido-slider{
		   flex-direction:column-reverse
		}
		.contenido-slider > div{
			width: 100%;
			}