*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.slider-index{
    width: 100%;
	max-width: 1680px;
	height: auto;
	margin: auto;    
    z-index: -1000;   
}
.slider-index a img{
    width: auto;
    height: auto;
    margin-top: -96%;
    text-align: center;       
}
.slider-index h1{
    width: auto;
    height: auto;
    margin-top: -40%;
   
}
.slider-index h4{
    width: auto;
    height: auto;
    margin-top: -20;
}
.slider-index h6{
    width: 40%;
    max-width: 200px; 
    margin: auto;    
    text-decoration: none;
    font-size: 2rem;
    padding: 6px;
    color: #fff;
    background-color: #00afef; 
    background: -webkit-linear-gradient(#00AFEF, #0D31E3 120%);
    border-radius: 2px;
    flex-wrap: wrap;
}
.slider-index h6 a{
    color: #fff;
    text-decoration: none;
}
.slider-index h6:hover{
    width: 40%;
    max-width: 200px;
    margin: auto;    
    text-decoration: none;
    font-size: 2rem;
    padding: 6px;
    color: #fff;
    background-color: #ff6600; 
    background: -webkit-linear-gradient(#202020, #ff6600 120%);
    border-radius: 2px;
    flex-wrap: wrap;
}
.slider-index h6 a:hover{
    color: #fff;
    text-decoration: none;
}

.contenedor{
    width: auto;
    margin: auto;
    position: fixed;
    top: 50%;
    z-index: 5000;
}
.trapecio1{
    border-style: solid;
    border-color: transparent transparent #ff6600 transparent;
    border-width: 0 30px 32px 30px;
    height: 0;
    width: 400px;
    transform: rotate(90deg);   
    margin-left: -184px;
}
.trapecio2{
    border-style: solid;
    border-color: transparent transparent #ff6600 transparent;
    border-width: 0 30px 32px 30px;
    height: 852;
    width: 400px;
    transform: rotate(-90deg);
    position: fixed;
    margin-top: -3%;
    right: -184px;     
}
.footer{
    width: 100%;    
    bottom: 0;
    position: fixed;
}
.footer p{
    width: 90%;
    margin: auto;
    font-size: 1rem;    
    text-align: center;
    color: #fff;    
}
@media (min-width:0) and (max-width: 720px){
        
    body{
        width: 100%;
        height: auto;
	    margin: auto;	
    }
    header {
        width: 100%;
        height: auto;
        min-height: 740px;
        background: #143470;   
        display: flex;
        flex-wrap: wrap;  
    }
    .slider-index{
        width: 100%;
	    height: auto;       
        display: flex;
        flex-wrap: wrap;
    }
    .slider-index a img{    
        width: 20%;        
        text-align: center;       
    }
   .slider-index h1{
        font-size: 2rem;
    }
    .slider-index h4{
        font-size: 1.2rem;
        margin-top: 0;
    }

    .trapecio1{
        margin-top: -60px;
    }
    .trapecio2{
        margin-top: -36px;
    }
}

