main #slider-head{
    background: rgba(255,255,255,.7);
    width: 900px;
    height: 350px;
    margin: auto;
    
    position: relative;
    
    overflow: hidden;/**/
}
#slider-head #sliderH{
    display: flex;
    width: 300%;
    height: 100%;
    position: relative;/**/
}
#slider-head #sliderH section{
    /*background: green;/**/
    width: 100%;
    height: 100%;
}

#slider-head #sliderH img{
    display: block;
    width: 100%;
    height: 100%;
}

/*#slider-blog #sliderContenido h1{
    background: yellow;/**/
    /*top: 100px;
    position: absolute;
    padding: 2px 120px;
    margin-left: 270px;
    /*text-align: center;/**/
/*}

#slider-blog #sliderContenido h3{
    background: yellow;/**/
    /*top: 130px;
    position: absolute;
    padding: 2px 235px;
    margin-left: 270px;
    /*text-align: center;/**/
/*}*/

#slider-head #sliderH p{
    /*background: yellow;/**/
    top: 120px;
    position: absolute;
    padding: 1px 102px;
    margin-left: 270px;
    text-align: center;
    font-size: 17px;
}

#slider-head #sliderH a{
    position: absolute;
    top: 70%;
    margin-left: 200px;
    
    width: 500px;
    height: 50px;
    
    font-size: 19px;
    /*font-weight: bold;
    /*font-family: GDT;/**/
    color: #fff;
    background: rgba(0,0,0,.5);
    /*background: rgba(120,0,100,1);
    /*background: rgba(0,82,111,.9);/*petrole*/
    /*background: rgba(44,41,111,.8);/*blue sea*/
    /*background: rgba(0,183,229,.8);/*blue sky*/
    /*background: rgba(85,165,70,.8);/*green sky*/
    /*background: rgba(0,105,62,.8);/*green*/
    border: 0;
    text-align: center;/*alineacion horizontal*/
    line-height: 50px;/*alineacion vertical*/
}

#slider-head #sliderH input{
    position: absolute;
    top: 70%;
    margin-left: 350px;
    
    width: 200px;
    height: 50px;
    
    font-size: 17px;
    
    color: #fff;
    background: rgba(120,0,100,1);
    /*background: rgba(0,82,111,.9);/*petrole*/
    /*background: rgba(44,41,111,.8);/*blue sea*/
    /*background: rgba(0,183,229,.8);/*blue sky*/
    /*background: rgba(85,165,70,.8);/*green sky*/
    /*background: rgba(0,105,62,.8);/*green*/
    border: 0;
    cursor: pointer;
}

#slider-head #sliderH a:hover{
    background: rgba(0,0,0,1);
    /*background: rgba(120,0,190,1);*/
}

#slider-head #h-izquierdo,
#slider-head #h-derecho{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    
    width: 55px;
    height: 50px;
    
    color: rgba(0,0,0,.2);
    background: rgba(00,0,0,.1);
    
    line-height: 54px;
    font-size: 27px;
    text-align: center;
    border-radius: 50%;
}
#slider-head #h-izquierdo{
    left: 7px;
}
#slider-head #h-derecho{
    right: 7px;
}

#slider-head #h-izquierdo:hover,
#slider-head #h-derecho:hover{
    background: rgba(0,0,0,0.9);
    color: #fff;
}
/*.slider-cont{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    
    width: 600%;
}
.slider-cont section{
    width: 100%;
}
.slider-cont img{
    display: block;
    
    width: 100%;
    /*height: 100%;/**/
/*}
.slider-blog .icon-left-open, .slider-blog .icon-right-open{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    line-height: 54px;
    font-size: 25px;
    border-radius: 50%;
    
    width: 56px;
    height: 50px;
    
    background: rgba(0,0,0,.2);
    color: black;
}
.slider-blog .icon-left-open{
    left: 7px;
}
.slider-blog .icon-right-open{
    right: 7px;
}*/