#contactenos .metodologia {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#contactenos .card.hovercard {
    width: 100%;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 8px;
    margin: 20px 0;
    min-height: 528px;
    background: #ffffff29;
    -webkit-box-shadow: 7px 11px 14px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 7px 11px 14px -6px rgba(0,0,0,0.75);
    box-shadow: 7px 11px 14px 2px rgba(0, 0, 0, 0.63);
}

#InfoGeneral .metodologia p {
    color: #fff;
    font-size: 1.0em;
    padding-top: 40px;
    text-shadow: 0 0 15px rgba(0,0,0,.5);
    text-align: justify;
}

#contactenos .info a {
    color: #9987de;
}

#contactenos .metodologia .title {
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 20px;
    color: #fff;
}

#contactenos hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
    width: 80%;
}

#contactenos .desc {
    font-size: 1.0em;
}

#contactenos h1 {
    color: #ffffff;
    font-size: 5em;
    font-weight: 700;
    letter-spacing: -0.05em;
    text-align: center;
    text-shadow: 10px 5px 5px #00000038;
}

#contactenos .desc p {
    padding: 0px 30px;
    text-align: center;
}

#contactenos .desc p i.fas.fa-mobile-alt {
    margin-right: 7px;
    font-size: 16px;
    color: #fff;
}

.avatar img {
    border-radius: 49px;
    width: 90%;
}

#contactenos h1 {
    color: #ffffff;
    font-size: 5em;
    font-weight: 700;
    letter-spacing: -0.05em;
    text-align: center;
    text-shadow: 10px 5px 5px #00000038;
}

#contactenos h1::before {
    background-image: url(../img/type_triangulo.png);
    width: 162px;
    height: 180px;
    content: "";
    background-size: 164px;
    position: absolute;
    left: -11px;
    top: 80px;
    background-repeat: no-repeat;
}

#contactenos .metodologia::after {
    background-image: url(../img/type_scketh.png);
    width: 136px;
    height: 161px;
    content: "";
    background-size: 132px;
    position: absolute;
    right: 20px;
    bottom: -19px;
    background-repeat: no-repeat;
}

#contactenos .inscripciones .card.hovercard .info .title {
    color: #301b66;
}

#contactenos .inscripciones .card.hovercard {
    background: #2f7e9a;
    color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#contactenos .inscripciones .card.hovercard .info .title {
    color: #ffffff;
    font-weight: 600;
    font-size: 1.2em;
    margin-top: 20px;
}


#contactenos .inscripciones #InfoGeneral section.inscripciones p {
    font-size: 1.0em;
    text-align: center;
}

#contactenos #InfoGeneral .inscripciones h3 {
    font-size: 2.6em;
}


#contactenos section.redesSociales {
    display: table;
    width: 100%;
    background: linear-gradient(to right,rgba(46, 126, 154, 0.62),rgba(11, 58, 74, 0.88)),url(../img/footer_contact.jpg) center fixed no-repeat;
    background-size: cover;
    padding: 3% 0 2% 0;
    text-align: center;
    color: #fff;
}

#contactenos .redSocial {
    float: none;
    position: initial;
    margin: 1%;
    display: inline-table;
    padding: 0;
    width: 100%;
    max-width: 220px;
}

#contactenos .redSocial i {
    font-size: 33px;
    color: #baafde;
}

.redSocial h3 {
    font-size: 18px;
}

@media (max-width: 992px) {

    .bg-inter-form1-RosEA {
        display: none !important;
    }
}

@media (max-width: 600px) {

#contactenos h1 {
    font-size: 3em;
}

.avatar img {
    border-radius: 49px;
    width: 85%;
}

#contactenos .metodologia::after {
    background-size: 101px;
    right: 0px;
    bottom: -46px;
}

#InfoGeneral .metodologia p {
    font-size: 0.8em;
}

#InfoGeneral section.infoImportante .container {
    padding-top: 0px; 
    padding-right: 0px; 
    padding-left: 0px; 
}

#contactenos h1::before {
    background-size: 140px;
    left: 10px;
}

section.inscripciones .container {
    padding-right: 0px;
    padding-left: 0px;
}

#InfoGeneral section.inscripciones p {
    font-size: 0.9em;
    text-align: center;
}

#contactenos .desc p {
    padding: 0px 10px;
    text-align: center;
}

.redSocial h3 {
    font-size: 13px;
}


}

