﻿.secgaleria {   
    width: 100%;
    min-height: 10%;
    background-color: #007DE9;
    background: url(../IMAGES/TURING/grapper5.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    float: left;
    padding-top: 0;
}
.secgaleria2 {   
    width: 100%;
    min-height: 10%;
    margin: 0;
    float: left;
    padding-top: 0;
    background-color: white;
}
.textosg {
    width: 100%;
    margin-bottom:30px;
    color:white;
}

    .textosg h1 {
        font-size: 1.5em;
        font-weight: 900;
        margin: 0;
    color:white;
        text-align: center;
        margin-bottom: 10px;
    }

    .textosg p {
        display: block;
        width: 80%;
        text-align: center;
        margin: auto;
        line-height: 150%;
        font-size: .9em;
        margin-bottom: 10px;
        color:#f5f5f5;
    }
    @media screen and (max-width:900px) {
  
}
@media screen and (max-width:850px) {
     .servicios .serv {
        width: 40%;
        margin: 2.5%;
    }
}
@media screen and (max-width:700px) {
     .secgaleria2 {  
     padding-top: 100px 
        }
}