body {
    background-image: url(../img/bg_home_central.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color:#000;
    transition: #000;
    transition-property: #000;
    transition-duration: 3s;
}

.container {
    max-width: 900px !important;
    width: 85% !important;
    margin-top: 5%;
    margin-bottom: 5%;
}

.row {
    margin: 10px 0;
}
.row div[class*='col'] {
    padding: 18px;
    text-align: center;
}

/* Fonts */
@font-face {
	font-family:Montserrat-Black;
	src: url(../fuentes/Montserrat-Black.otf);
	}

@font-face {
	font-family:Montserrat-Bold;
	src: url(../fuentes/Montserrat-Bold.otf);
	}

@font-face {
	font-family:Montserrat-ExtraBold;
	src: url(../fuentes/Montserrat-ExtraBold.otf);
	}

@font-face {
	font-family:Montserrat-Light;
	src: url(../fuentes/Montserrat-Light.otf);
	}

@font-face {
	font-family:Montserrat-Regular;
	src: url(../fuentes/Montserrat-Regular.otf);
    }


@font-face {
    font-family:Aller_Bd;
    src: url(../fuentes/Aller_Bd.ttf);
    }


/* Fonts */

.contenedor-texto {
    margin: auto 10%;
}

.texto-destacado {
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 17px;
    color: #FFF;
    text-align: center; 
    margin: 30px;
}

.separador {
    width: 90%;
    height: 1px;
    background-color: #FFF;
    margin: auto;
    opacity: 0.2;
    margin-bottom: 30px;
}
    
p {
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 17px;
    color: #FFF;
    text-align: center;
}

.texto {
    font-family: 'Montserrat-ExtraBold', sans-serif;
    font-size: 200px;
    color: #fff400;
}

.ces-virtual {
    background-image: url(../img/rec_cv.svg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 3px;
    width: 100%;
    height: 250px;
    padding-top: 95px;
}

.ces-digital {
    background-image: url(../img/rec_cd.svg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 3px;
    width: 100%;
    height: 250px;
    padding-top: 95px;
}

.ec-virtual {
    background-image: url(../img/rec_ev.svg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 3px;
    width: 100%;
    height: 250px;
    padding-top: 95px;
}

.titulo-plataforma {
    font-family: 'Aller_Bd', sans-serif;
    font-size: 32px;
    text-align: center;
    color: #FFF;
    line-height: 36px;
}

.texto-plataforma {
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 17px;
    text-align: center;
    color: #FFF;
}

.texto-exp {
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
    color: #8c8c8c;
} 





.flip-card {
    background-color: transparent;
    width: 100%;
    height: 250px;
    perspective: 1000px;
    cursor: pointer;
  }
  
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 250px;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  }
  
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
    height: 250px;
  }
  
  .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 250px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .flip-card-front {
    color: black;
    border-radius: 3px;
  }
  
  .flip-card-back {
    background-color: #f1f1f1;
    color: white;
    transform: rotateY(180deg);
    border-radius: 3px;
    height: 250px;
    padding: 20% 25px;
  }

  .logo-uces {
      margin: auto;
      max-width: 260px;
      width: 80%;
      height: auto;
      padding-bottom: 50px;
  }


  .separador-footer {
    width: 90%;
    height: 1px;
    background-color: #FFF;
    margin: auto;
    opacity: 0.2;
    margin-bottom: 5px;
}

.texto-footer {
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 12px;
    color: #FFF;
    text-align: center; 
    padding-bottom: 5px;
}
