.color-primary {
  color: #002e72 !important;
}
.color-secondary {
  color: #00b1e2 !important;
}
.color-tertiary {
  color: #1937ee !important;
}
a {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
}
p {
  font-family: 'Roboto', sans-serif;
  color: #3f454c !important;
  line-height: 120%;
}
footer {
  background: #002e72 !important;
}
footer .container-custom {
  position: relative;
  z-index: 1;
  max-width: 960px;
  margin: 0 auto;
}
footer .box-logo {
  width: 80px;
}
footer .box-logo img {
  width: 100%;
}
footer p {
  color: #fff !important;
}
footer a {
  color: rgba(255,255,255,0.8);
}
footer a:hover {
  color: #fff;
}
.bold {
  font-weight: bold;
}
header .box-logo {
  width: 100px;
}
header .box-logo img {
  width: 100%;
}
/**************/
.iso-divider {
  width: 70px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
/**************/
.fondo-banner {
  display: block;
  background: rgba(255,255,255,0.81);
  background-image: url("../img/banner.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  border-style: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  border-radius: 0px;
  width: 100%;
  height: auto;
  position: relative;
}
.fondo-banner:before {
  position: absolute;
  background: rgba(0,46,114,0.81);
  width: 100%;
  content: '';
  top: 0;
  bottom: 0;
}
.banner-main .container-custom {
  position: relative;
  z-index: 1;
  max-width: 750px;
  padding: 70px 15px;
}
.banner-main .title-main {
  font-size: 40px;
  color: #fff;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.3);
}
.banner-main .sub-title {
  font-size: 21px;
  color: #00b1e2 !important;
  font-weight: 500;
}
/**************/
.evento-date {
  background: #00b1e2 !important;
}
.evento-date .contanier-custom {
  max-width: 640px;
  margin: 0 auto;
}
.evento-date .box-info {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  background: #fff;
  margin: 0 auto;
  max-width: 165px;
}
.evento-date .box-info .icon {
  width: 60px;
}
.evento-date .box-info .icon img {
  width: 100%;
}
.evento-date .box-info .iso {
  width: 30px;
  margin: 0 auto;
  text-align: center;
  display: block;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  position: relative;
  top: 1px;
}
.evento-date .box-info .cont-title {
  border-radius: 5px 5px 0 0;
  padding: 2px 15px;
  background: #1937ee !important;
}
.evento-date .box-info .title-d {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
.evento-date .box-info .info-e {
  color: #fff !important;
  padding: 5px;
  background: #1937ee !important;
}
/**************/
.content-info-evento .contanier-custom {
  max-width: 960px;
  margin: 0 auto;
}
.content-info-evento .contanier-custom .box-info .title {
  font-size: 26px;
  color: #002e72 !important;
}
.content-info-evento .contanier-custom .box-info.conferencista {
  background: #f5f5f5;
  -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.2);
  box-shadow: 0 5px 5px rgba(0,0,0,0.2);
}
.content-info-evento .contanier-custom .box-info.conferencista .photo {
  width: 150px;
}
.content-info-evento .contanier-custom .box-info.conferencista .photo img {
  width: 100%;
}
.content-info-evento .contanier-custom .box-info.conferencista .name-conf {
  font-size: 18px;
  color: #00b1e2 !important;
}
.content-info-evento .contanier-custom .box-info.conferencista .btn-primary {
  background: #0b5ed7;
  border-color: #0b5ed7;
}
.content-info-evento .contanier-custom .box-info.conferencista .btn-primary:hover {
  background: #1937ee !important;
  border-color: #1937ee !important;
}
.content-info-evento .contanier-custom .box-info .modal .photo {
  width: 100%;
  max-width: 150px;
}
.content-info-evento .contanier-custom .bullet {
  height: 8px;
  width: 8px;
  display: inline-block;
  background: #1937ee !important;
  border-radius: 50%;
  margin-right: 10px;
}
/**************/
.content-preguntas .contanier-custom {
  max-width: 960px;
  margin: 0 auto;
}
.content-preguntas .title-p {
  font-size: 24px;
  color: #002e72 !important;
}
.content-preguntas .box-info {
  background: #f5f5f5;
}
.content-preguntas .box-info .sub-title {
  font-size: 18px;
  color: #00b1e2 !important;
}
/**************/
/* Mensaje de envío exitoso*/
/**************/
.registro-exitoso {
  display: none;
}
.box-title-alert {
  position: relative;
}
.box-title-alert .title-form {
  font-size: 46px;
  color: #00b1e2 !important;
}
.box-title-alert .descrip {
  font-size: 20px;
}
/**************/
/*Formualrio*/
/************/
.box-formulario {
  background: #f5f5f5;
  background-image: url("../img/fondo-formulario.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-attachment: fixed;
  border-style: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  border-radius: 0px;
  width: 100%;
  height: auto;
  position: relative;
}
.box-formulario:before {
  position: absolute;
  background: rgba(245,245,245,0.85);
  width: 100%;
  content: '';
  top: 0;
  bottom: 0;
}
.box-formulario .container-custom {
  z-index: 1;
  max-width: 960px;
  margin: 0 auto;
}
.box-title-form {
  position: relative;
}
.box-title-form .title-form {
  font-size: 30px;
  color: #00b1e2 !important;
}
.box-title-form .descrip {
  font-size: 18px;
}
.formulario {
  position: relative;
  background: #fff;
}
.formulario .btn {
  background: #ffb71b;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
  box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
  border: 0px solid #ffb71b;
  width: auto;
}
.formulario .btn:hover {
  background: #fcae12;
  color: #fff;
}
.formulario .form-control {
  border: 1px solid #ced4da;
  padding: 0.275rem 0.75rem;
}
.formulario .relativismo {
  position: relative;
}
.formulario .relativismo.norelativismo label {
  color: #3f454c !important;
  font-weight: normal;
  font-size: 12px;
}
.formulario .relativismo label {
  font-size: 13px;
  color: #002e72 !important;
  font-weight: bold;
  line-height: 15px;
}
.formulario .relativismo div.error {
  background-image: url("../img/icon-form.jpg");
  background-repeat: no-repeat;
  background-position: 4px 5px;
  position: absolute;
  top: 20px;
  right: 10px;
  font-weight: 400;
  background-color: #f3f3f3;
  z-index: 3000;
  border-radius: 6px;
  border: 0;
  padding: 6px 6px 6px 28px;
  font-size: 12px;
}
