﻿.paquetes {
    width: 100%;
    min-height: 100%;
    background-color: #FFF;
    background: url(../IMAGES/TURING/grapper2.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    float: left;
    padding-top: 100px;
}

.textoss {
    width: 100%;
}

    .textoss h1 {
        font-size: 1.5em;
        font-weight: 900;
        margin: 0;
        color: #1a237e;
        text-align: center;
        margin-bottom: 10px;
    }

    .textoss p {
        display: block;
        width: 80%;
        text-align: center;
        margin: auto;
        line-height: 150%;
        font-size: .9em;
        margin-bottom: 10px;
    }

.servicios {
    width: 90%;
    margin: auto;
    overflow: auto;
}

    .servicios .serv {
        width: 20%;
        background-color: white;
        min-height: 437px;
        float: left;
        margin: 2.5%;
        border: 3px solid #3EEE10;
        -webkit-box-shadow: 0px 2px 19px -6px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 2px 19px -6px rgba(0,0,0,0.75);
        box-shadow: 0px 2px 19px -6px rgba(0,0,0,0.75);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .servicios .serv h1 {
            display: block;
            font-size: 1em;
            font-weight: normal;
            text-align: center;
            padding: 15PX;
            background-color:#1a237e;
            margin-top: 0;
            color:#64dd17;
        }

            .servicios .serv h1 span {
                display:block;
                width:100%;
                margin-bottom:15px;
                font-size:2.5em;
            }
          .servicios .serv img{
              width:80%;
              margin-left:10%;
              margin-bottom:10px;
              height: 150px;
        }    
          .servicios .serv p{
              display:block;
              width:90%;
              margin-left:5%;
              font-size:.9em;
              text-align:center;
        }
          
@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) {
       .servicios .serv {
        width: 90%;
        margin: 2.5%;
    }
     .servicios .serv img{
             min-height: 200px;
        }  

}