body {
    background: #f3f3f3;
}
h2{
    font-family: 'Oswald', sans-serif; 
}



p {
    font-family: 'Raleway', sans-serif;
    color: #000;
}
a {
    font-family: 'Raleway', sans-serif;
   
}



.contenedor3{
    width: 100%;
    overflow: hidden;
}

.slider-contenedor3{
    width: 100%;
    display: flex;
}

.contenido-slider3{
    width: 100%;
    height: 460px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-shrink: 0;
    background: #f3f3f3;
    color:  #086AD8;
}


.contenido-slider3:nth-child(2){
    background: #f3f3f3;
    color: #086AD8 ;
}

.contenido-slider3:nth-child(3){
    background: #f3f3f3;
    color:  #086AD8 ;
}

.contenido-slider3 > img{
    width: 600px;
}

.contenido-slider3 > div{
    width: 40%;
}

.contenido-slider3 h2{
    font-size: 46px;;
    font-weight: 600;
    text-align: justify;
    line-height: 20px;
}
.contenido-slider3 p{
    font-size: 22px;;
    font-weight: 500;
   
    line-height: 28px;
}

.contenido-slider3 a{
    color: #fff;
    background: #086AD8;
    width: 150px;
    display: block;
    padding: 15px 0;
    text-align: center;
    border-radius: 3px;
    margin-top: 20px;
    text-decoration: none;
}

.contenido-slider3:nth-child(2) a{
    background: #086AD8;
    color: #fff;
    
}

.contenido-slider3:nth-child(3) a{
    background: #086AD8;
    color: #fff;
}

@media screen and (max-width:900px){
    .contenido-slider3 > img{
		padding-top:15px;
        width: 350px;
    }

    .contenido-slider3 > div{
        width: 40%;
    }

    
	
	.contenido-slider3 h2 {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}
	
	.contenido-slider3 p {
 font-size: 18px; 
   font-weight: 500; 
   line-height: 26px; 
		 text-align: center;
}
	
	
	
		.contenido-slider3 a{
    color: #fff;
    background: #086AD8;
    width: 150px;
    display: block;
    padding: 15px 0;
    text-align: center;
    border-radius: 3px;
    margin: 15px auto;
    text-decoration: none;
}
	section.contenido-slider3 {
    text-align: center;
}
	
}


@media screen and (max-width:600px){
    .contenido-slider3{
       flex-direction: column-reverse;
    }

    .contenido-slider3 > div{
        width: 80%;
    }

	.contenido-slider3 h2 {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}
	
	.contenido-slider3 p {
 font-size: 18px; 
   font-weight: 500; 
   line-height: 26px; 
		 text-align: center;
}
	.contenido-slider3 a{
    color: #fff;
    background: #086AD8;
    width: 150px;
    display: block;
    padding: 15px 0;
    text-align: center;
    border-radius: 3px;
    margin: 15px auto;
    text-decoration: none;
}
	section.contenido-slider3 {
    text-align: center;
}
}