
/* --------- THREE --------- */
    .three .transition {
    transition: .7s cubic-bezier(.3, 0, 0, 1.3)
    }


    @media (max-width: 480px) and (min-width: 320px){


     .commonSection {
         padding: 0px 0;
         position: relative;
         overflow: hidden;
         padding-top: 20px;
         margin-left: 0px;
     }


    }
    #about_sec {
        padding-top: 0px;
    }

    .container.mas {
        overflow: auto !important;
    }


    .three {
    list-style: none;
    padding: 0;
    margin: 10px 0;
    text-align: center;
    }
    .three > li {
    background: #FFFFFF;
    border: 1px solid rgba(150,150,150,0.29);
    -moz-box-shadow: 0px 0px 18px 0px rgba(103,85,85,0.39);
    box-shadow: 0px 0px 18px 0px rgba(103,85,85,0.39);
    width: 450px;
    height: 430px;
    display: inline-block;
    margin: 10px 10px;
    text-align: center;
    }
    .three > li img {
    margin-top: 60px;
    }
    .three > li:hover img {
    margin-top: 40px;
    }
    .three > li:hover {
    -moz-box-shadow: 0px 0px 5px 0px rgba(103,85,85,0.25);
    box-shadow: 0px 0px 5px 0px rgba(103,85,85,0.25);
    }
    .three > li:hover span {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    bottom: -400px;
    }
    .three > li:hover h3 {
    color: rgba(255,255,255,1);
    margin-top: 25px;
    }
    .three > li .wrapper {
    overflow: hidden;
    position: absolute;
    width: 450px;
    height: 500px;
    }
    .three > li span {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    height: 500px;
    width: 700px;
    background: #0a81b9;
    display: block;
    position: absolute;
    bottom: 200px;
    left: -125px;
    }
    .three > li span img {
    margin-top: 10px;
    width: 50px;
    }
    .three > li span:hover {
    background: #0a81b9;
    }
    .three > li span i {
    position: absolute;
    bottom: -90px;
    color: #0a81b9;
    text-transform: uppercase;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border: 2px solid #0a81b9;
    padding: 10px 30px;
    font-style: normal;
    display: inline-block;
    left: 295px;
    }
    .three > li span .mamber-img {
    width: 120px;
    margin-top: 240px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    }
    .three > li span .mamber-img + h3 {
    margin-top: 20px;
    }
    .three > li h3 {
    margin-top: 40px;
    color: rgba(255,255,255,1);
    }
    .three > li h3 em {
    display: block;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 12px;
    margin-top: 5px;
    }
    .three .social {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 10px;
    }
    .three .social li {
    opacity: 0;
    display: inline-block;
    padding: 5px;
    }
    .three > li:hover .social li {
    opacity: 0.8;
    }
    .three .social li a {
    cursor: pointer;
    display: block;
    }
    .three .social li a:hover {
    opacity: 0.5;
    }
    .three .social li img {
    width: 24px;
    }


    /* NUEVOS ESTILOS */
