#title{
    background-image: url(../images/patron_rojo.png);
    margin-top: 121px;
    overflow: hidden;
}
.exp{
    float: right;
}
#title>div>div>div h2{
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 0;
    margin-top: 136px;
}
.texturagray{
    background-image: url(../images/patron_gris.png);
    padding-top: 50px;
    padding-bottom: 55px;
    margin-top: 65px;
    margin-bottom: 85px;
}
.texturagray>p{
    font-family: 'PT Sans', sans-serif;
    font-size: 17px;
    color: #343434;
    text-align: center;
    margin-bottom: 0;
    padding-left: 50px;
    padding-right: 50px;
}
.circulo{
    position: relative;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    margin-bottom: 30px;
}
.flex_container{
    display: flex;
    align-items: center;
    justify-content: center;
}
.a1,.a2,.a3,.a4,.a5,.a6,.a7,.a8,.a9,.a10,.a11,.a12,.a13{
    display: none;
}
.absnombre{
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(239,49,57,0.7);
}
.absnombre>p{
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 0;
    text-align: center;
}
/* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    #title>div>div>div h2{
        font-size: 35px;
    }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    #title{
        margin-top: 110px;
    }
    #title>div>div>div h2{
        font-size: 32px;
    }
    .circulo{
        height: 170px;
        width: 170px;
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    #title{
        margin-top: 80px;
    }
    #title>div>div>div h2{
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
        font-size: 35px;
    }
    .exp{
        float: none;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    .circulo{
        margin: 0 auto;
    }
    #clientes>div>div>div{
        margin-bottom: 30px;
    }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
    #title>div>div>div h2{
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
        font-size: 35px;
    }
    .exp{
        float: none;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    .circulo{
        margin:0 auto;
    }
    #clientes>div>div>div{
        margin-bottom: 30px;
    }
}