#imgprincipal{
    margin-top: 123px;
}
.textgris{
    background-image: url(../images/patron_gris.png);
    padding:40px 40px 40px 70px;
    position: relative;
    margin-top: 70px;
    margin-bottom: 70px;
}
.flex_container{
    display: flex;
    align-items: center;
    flex-flow:row wrap
}
.flex_container>div>p{
    font-family: 'PT Sans', sans-serif;
    font-size: 17px;
    color: #343434;
}
.flex_container>div>p>span{
    font-family: 'PT Sans', sans-serif;
    font-size: 17px;
    font-weight: bold;
    color: #343434;
}
.absnosotros{
    position: absolute;
    top: 0;
    left: 0;
}
.absnosotros>div{
    background-color: #ed1b23;
    padding: 10px 20px;
}
.absnosotros>div>p{
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 0;
}
#experiencia{
    margin-bottom: 100px;
}
#experiencia>div>div>div h3{
    color: #ed1b23;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 0;
}
#experiencia>div>div>div:nth-child(2){
    background-image: url(../images/patron_rojo.png);
    padding-top: 30px;
    padding-bottom: 30px;
}
#experiencia>div>div>div p{
    font-family: 'PT Sans', sans-serif;
    font-size: 17px;
    color: #ffffff;
}
#experiencia>div>div>div a.btn-default{
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 17px;
    border-radius: 0;
    border: 0;
    background-color: #b5191f;
    margin-top: 14px;
}
.video{
    margin-left: -80px;
    margin-top: -75px;
}
.title{
    color: #ed1b23;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
}
.gristext{
    background-image: url(../images/patron_gris.png);
    padding-top: 50px;
    padding-bottom: 50px;
}
.gristext>div>p{
    font-family: 'PT Sans', sans-serif;
    font-size: 17px;
    color: #343434;
}
#certificacion{
    margin-top: 30px;
    margin-bottom: 50px;
    overflow: hidden;
}
#certificacion>div>div:first-child{
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    padding-bottom: 10px;
    padding-top: 10px;
}
#certificacion>div>div:nth-child(2){
    padding-bottom: 10px;
    padding-top: 10px;
}
.flexx{
    display: flex;
    align-items: center;
    height: 100px;
}
.flexx:nth-child(n+1):nth-child(-n+3){
    border-right: 1px solid #e0e0e0;
}
.flexx>div>p{
    color: #343434;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 0;
}
.cuarenta{
    width:40%;
}
.veinte{
    width:20%;
}
/* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    #imgprincipal{
        margin-top: 110px;
    }
    .absnosotros>div{
        padding: 5px 10px;
    }
    .absnosotros>div>p{
        font-size: 20px;
    }
    #experiencia>div>div>div p{
        font-size: 14px;
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .textgris{
        padding:60px 40px;
    }
    .absnosotros>div{
        padding: 5px 10px;
    }
    .absnosotros>div>p{
        font-size: 25px;
    }
    .video{
        margin-left: 0;
        margin-top: 0;
    }
    .flexx{
        border-bottom: 1px solid #e0e0e0;
        border-right: 0 !important;
    }
    #certificacion>div>div:first-child{
        border-bottom: none;
        border-top: none;
    }
    #imgprincipal{
        margin-top: 80px;
    }
    .textgris{
        margin-top: 0;
        margin-bottom: 0;
    }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
    .textgris{
        padding:60px 40px;
    }
    .absnosotros>div{
        padding: 5px 10px;
    }
    .absnosotros>div>p{
        font-size: 22px;
    }
    .video{
        margin-left: 0;
        margin-top: 0;
    }
    .flexx{
        border-bottom: 1px solid #e0e0e0;
        border-right: 0 !important;
    }
    #certificacion>div>div:first-child{
        border-bottom: none;
        border-top: none;
    }
    #imgprincipal{
        margin-top: 80px;
    }
    .textgris{
        margin-top: 0;
        margin-bottom: 0;
    }
    #experiencia>div>div>div h3{
        font-size: 35px;
    }
    .flexx{
        display: flex;
        align-items: center;
        height: 150px;
    }
    .flexx>div>p{
        font-size: 15px;
    }
}