/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700');


.flip h1 {
    font-size: 2.2em;
    color: white;
    text-align: center;
    font-family: 'Roboto';
}

.flip .back h2{
    color: white;
}

.flip {
    position: relative;
    text-align: center;
}
.flip > .front,
.flip > .back {
    display:block;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-duration: .5s;
    transition-property: transform, opacity;
}



.flip > .front {
    transform: rotateY(0deg);

}
.flip > .back {
    position: absolute;
    opacity: 0;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transform: rotateY(-180deg);
}
.flip:hover > .front {
    transform: rotateY(180deg);
}
.flip:hover > .back {
    opacity: 1;
    transform: rotateY(0deg);
}
.flip.flip-vertical > .back {
    transform: rotateX(-180deg);
}
.flip.flip-vertical:hover > .front {
    transform: rotateX(180deg);
}
.flip.flip-vertical:hover > .back {
    transform: rotateX(0deg);
}

.flip {
    position: relative;
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 1em;
    width: 400px;
}
.flip > .front,
.flip > .back {
    display: block;
    color: white;
    width: inherit;
    background-size: cover !important;
    background-position: center !important;
    height: 220px;
    padding: 1em 2em;
    background: #313131;
    border-radius: 10px;
}
.flip > .front p,
.flip > .back p {
    font-size: 0.9125rem;
    line-height: 160%;
    color: #e0e0e0;
}

.text-shadow {
    text-shadow: 2px 2px 6px #474747;
}

.flip > .front{
    display: flex;
    align-items: center;
    justify-content: center;
}

.flip > .back{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

._df_thumb {
    border: none;
    width: 100%;
    height: 500px;
    text-align: center;
}


.sliderPrincipal .slideshow_caption{
    width: 58%;
}


.listImages .image{
    background-color: #1f1f1f;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    max-width: 31.5%;
    display: flex;
    align-items: flex-end;
    justify-content: center;

}

.listImages{
    display: flex;
    position: relative;
    justify-content: space-between;
    -webkit-flex-flow: row wrap;
}

.listImages .icon, .listImages .description{
    text-align: center;
    color: white;
}




.listImages .description{
    background-color: #01a0bf;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 30px;
    height: 110px;
    display: flex;
    align-items: center;
}

.listImages .text{
    width: 100%;
}

.listImages .icon{
    margin-bottom: 20px;
    width: 14%;
    margin: 0px auto;
}

.listImages h2{
    font-family: 'Roboto';
    font-weight: 300;
    color: white;
    font-size: 1.7vw;
    width: 80%;
    margin: 0px auto;
}

.contadorText span{
    font-size: 39px;
}

.contadorText p{
    font-size: 21px;
    margin-top: 10px;
    line-height: 1.2;
}

.alianzaTitle h2{
    font-family: 'Roboto';
    font-weight: 300 !important;
    color: white !important;
    text-transform: initial !important;
}


a.greenButton{
    padding: 7px 50px 7px 50px;
    background-color: #7c9938;
    text-decoration: none !important;
    color: white !important;
    border-radius: 9px;
    font-family: 'Roboto';
    font-size: 37px;
    font-weight: 500;
}

.sucursalesList{
    margin-top: 0px;
}

.sucursalesList p{
    line-height: 1.4;
}

.sliderLine{
    border-color: #4c8da3;
}

.LatoTitulo h3{
    margin-left: -11% !important;
}

.nosotrosTitle strong {
    text-shadow: 2px 5px 13px #000000;
}

.textNosotrosLinea {
    margin: 0;
}

#footer {
    padding: 0;
}

#footer .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

#footer .widget {
    margin: 0;
}

.footerFormacionSocialImg {
    float: left;
}

#custom_html-4 img {
    height: 66px;
}

.custom-html-widget {
    text-align: center;

}

#scroll-top-link {display: none; }

.av-social-link-facebook a {
    font-size: 24px;
}

#top #wrap_all .av-social-link-facebook a {
    background: #00b8ff;
}

.copyright {
    font-size: 15px;
    color: #777777;
}

.listSucursalesContacto {
    list-style-type: none !important;
}

.listaPrincipaSucursales > li {
    font-size: 20px;
    color: #63AE2B;
}

.listSucursalesContacto li {
    line-height: 29px;
    font-size: 18px;
    color: gray;
}

.lineaDivisoraDeContacto {
    margin-top: 5px;
}

.form_element label {
    /*display: none;*/
}


.formContacto .button {
    background-color: #70B2C1 !important;
    font-size: 21px !important;
    border-radius: 7px !important;
    border: none !important;
}

.tituloDatosContacto {
    font-weight: 100;
}

.centrarObjetosFlex .entry-content-wrapper {
    display: flex;
    align-items: center;
}

.botonContactanosAhora a {
    font-size: 22px !important;
}


/**
 INICIO BENEFICIOS
 */
.containerGroupBeneficios .text {
    width: 260px;
}

.containerGroupBeneficios .svgImage {
    position: relative;
}

.containerGroupBeneficios .svgWidth100 {
    width: 100px;
}

.containerGroupBeneficios .svgWidth80 {
    width: 80px;
}

.containerGroupBeneficios .element {
    display: flex;
    align-items: center;
}

.containerGroupBeneficios svg {
    position: absolute;
    left: 0;
}

.containerGroupBeneficios .elementTop {
    display: flex;
}

.containerGroupBeneficios .left .text {
    text-align: right;
    margin-right: 15px;
    font-size: 16px;
}

.containerGroupBeneficios .right .text {
    text-align: left;
    margin-left: 15px;
    font-size: 16px;
}

.containerGroupBeneficios .imgAfiliacionCenter img {
    width: 150px;
}

.containerGroupBeneficios {
    display: flex;
    align-items: center;
    justify-content: center;
}

.containerGroupBeneficios .right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    height: 300px;
}

.containerGroupBeneficios .left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 300px;
    justify-content: space-between;
}
/**
 FIN BENFICIOS
 */



/**
BOLETNES
 */

.colorNaranja {
    background-color: #E9861D;
    position: relative;
    margin-bottom: 20px;
}

.colorVerde {
    background-color: #63AE2B;
    position: relative;
}

.cuadroBoletinesModelo {
    width: 175px;
    height: 200px;
    text-align: center;
    border-radius: 20px;
    padding: 10px;
    margin: 24px auto;
}

.cuadroBoletinesModelo img {
    width: 110px;
}

.cuadroBoletinesModelo .lineaBoletines {
    margin: 13px auto 0px;
    height: 1px;
    background-color: white;
    border: none;
    width: 100px;
    text-align: center;
}

.cuadroBoletinesModelo p {
    color: white;
    font-size: 24px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.imgDienteBlancoModelo img {
    width: 90px;
}

/**
 FIN BOLETINES
 */

.copyright a {
   color: #777777;
}

/**
NUESTROS SERVICIOS
 */
.containerNuestrosServicios {
    background: url(http://www.formacionsocial.org.mx/wp-content/uploads/2019/07/Asset-10.png);
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: 100% 70%; /* Resize the background image to cover the entire container */
    display: flex;
    justify-content: space-around;
}
/* background-size: auto|length|cover|contain|initial|inherit;
 */

.containerNuestrosServicios .left img,.containerNuestrosServicios .center img, .containerNuestrosServicios .right img {
    width: 150px;
}

.containerNuestrosServicios .center {
    margin-top: 80px;
}

.containerNuestrosServicios .right, .containerNuestrosServicios .left {
    margin-top: 20px;
}

.containerNuestrosServicios .text {
    text-align: center;
    margin: 0px;
    width: 200px;
    font-size: 16px;
}

.containerNuestrosServicios .center, .right, .left {
    text-align: center;
}
/**
FIN NUESTROS SERVICIOS
 */

.sliderInicioNoticias > div > ul > li {
    background-color: #E9861D !important;
}


.sliderInicioNoticias .avia-caption-title a {
    color: white !important;
}


.logo a {
    align-items: center !important;
    display: flex !important;
}


#footer .flex_column {
    max-height: 300px;
}


.page-id-1628 #main{
    padding-top: 0 !important;
}

.noBackground {
    background: none !important;
}

/**
BLOQUE DE NOTICIAS - EVENTOS
 */
.containerBoxNews {
    background: none;
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.columnBoxNewsContainer {
    display: flex;
    flex-direction: column;
}

.boxContainerNews {
    background: rgba(255,255,255,0.9);
    width: 400px;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-box-shadow: 4px 6px 10px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 6px 10px -2px rgba(0,0,0,0.75);
    box-shadow: 4px 6px 10px -2px rgba(0,0,0,0.75);
}

.imgBoxContainerNews img {
    width: 100%
}

.textBoxContainerNews h2 {
    margin-bottom: 3px;
    color: #63AE2B;
    text-transform: initial !important;
    font-size: 20px !important;
}


.textBoxContainerNews hr {
    width: 80%;
    height: 1px;
    background-color: #bfbfbf;
    border: none;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 10px;
}

.textBoxContainerNews p {
    color: #606060;
    font-size: 17px;
}

/**
FIN BLOQUE DE NOTICIAS - EVENTOS
 */


/**
MAS NOTICIAS BLOQUE
 */
.containerMoreNews {
    width: 100%;
    background-color: red;
    padding: 20px;
}

.moreNewsContainerBox {
    background-color: rgba(255,255,255,0.9);
    width: 80%;
    margin: 0px auto 30px auto;
    display: flex;
    padding: 15px;
    flex-wrap: nowrap;
    -webkit-box-shadow: 4px 6px 10px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 6px 10px -2px rgba(0,0,0,0.75);
    box-shadow: 4px 6px 10px -2px rgba(0,0,0,0.75);
}


.moreNewsContainerBox .textContainer p {
    margin: 0;
    font-size: 17px;
}

.moreNewsContainerBox .imgContainer img{
    width: 100%;
    height: 200px;
}

.moreNewsContainerBox .imgContainer {
    width: 490px;
    padding-right: 20px;
}

.moreNewsContainerBox .textContainer {
    width: 100%;
}

.moreNewsContainerBox hr {
    /*   margin: 0px; */
    width: 50%;
    margin-bottom: 10px;
    height: 3px;
    background-color: #bfbfbf;
    border: none;
}

.moreNewsContainerBox h2 {
    margin: 0px;
    text-transform: initial !important;
    color: #E9861D;
    font-weight: 100;
}

/**
FIN BLOQUE MAS NOTICIAS
 */


.transparentBackground {
    background-color: rgba(255,255,255,0.9);
    -webkit-box-shadow: 4px 6px 10px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 6px 10px -2px rgba(0,0,0,0.75);
    box-shadow: 4px 6px 10px -2px rgba(0,0,0,0.75);
}


.flexWrap .flex_column_table{
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
}


.flexWrap .container350px {

    width: 350px !important;
}


.background100 {
    background-size: 100% 100% !important;
}


.fontSize20 span {
    font-size: 20px !important;
}

.colorNaranja:after, .colorVerde:after {
    content:'';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: solid 25px transparent;
    border-right: solid 25px transparent;
}

.colorNaranja:after {
    border-top: solid 15px #E9861D;
}

.colorVerde:after {
    border-top: solid 15px #63AE2B;
}


.listSucursalesContacto {
    margin: 4px 0 5px 0px !important;
}

#custom_html-2 {
    height: 300px !important;
}


.linkOrangeButton {
    background: #ff9e3a;
    color: white !important;
    padding: 8px 20px;
    font-size: 18px;
    text-decoration: none !important;
    border-radius: 4px;
    margin-top:10px;
}