* {
    margin: 0;
    padding: 0px;
  }

body {
  background: #ffffff;
  margin: 0;
  height: 100%;
  color: #384452;
  font-family: 'Raleway', sans-serif;
  font-display: auto;
  font-weight: 400;
  }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
  font-display: auto;
  font-weight: 700;
}

p {
  padding: 0;
  margin-bottom: 12px;
  font-family: 'Raleway', sans-serif;
  font-display: auto;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #384452;
  margin-top: 10px;
}

img {
  height: auto;
  max-width: 100%;
}

a {
  padding: 0;
  margin: 0;
  text-decoration: none;
  -webkit-transition: background-color .4s linear, color .4s linear;
  -moz-transition: background-color .4s linear, color .4s linear;
  -o-transition: background-color .4s linear, color .4s linear;
  -ms-transition: background-color .4s linear, color .4s linear;
  transition: background-color .4s linear, color .4s linear;
}
a:hover,
a:focus {
  text-decoration: none;
  /* color: #fff; */
}

::-moz-selection  {
  color: #fff;
  text-shadow:none;
  background:#2B2E31;
}
::selection {
  color: #fff;
  text-shadow:none;
  background:#2B2E31;
}

.centered {
  text-align: center;
  margin-bottom: 35px;
}

.navbar {
  min-height: 100px;
  padding-top: 5px;
  margin-bottom: 0px;
}

.navbar-brand {
  font-family: 'Raleway', sans-serif;
  font-display: auto;
  font-weight: 900;
}

.navbar-header .navbar-brand {
  color: white;
}

.navbar-default .navbar-nav > li > a {
  color: #fff!important;
  /* font-weight: 700; */
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-display: auto;
  background-color: transparent!important;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #ffac34!important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #ffac34;
  background-color: transparent;
}

.navbar-default {
  background-color: #03252b;
  border-color: transparent;
}

.dropdown-menu {
  background: #384452;
}

.dropdown-menu li{
  padding: 8px 15px!important;
}

.navbar-default .navbar-toggle {
  border: none;
  border-color: #fff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background: #202b38;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-default .navbar-collapse {
  width: 100%;
}

.navbar-default .navbar-collapse ul {
  width: 100%;
}

.navbar-default .navbar-collapse ul li {
  width: 20%;
  text-align: center;
}

.navbar a{
  text-transform: uppercase;
}

.navbar ul{
  /* margin-top: 20px; */
}

.navbar ul li{
  padding: 19px;
}

#logo-escritorio{
  margin-top: -20px;
}

/* comprimido */

.comprimido{
  min-height: 60px;
}

.comprimido li{
  padding: 0px 19px!important;
}

.comprimido .dropdown-menu li{
  padding: 8px 10px!important;
}

@media(min-width: 767px){
  .navbar-brand{
    display: none;
  }
}

.dropdown-menu > li > a {
  color: white;
  font-weight: 700;
  font-size: 12px;
}

.btn-theme {
  color: #fff;
  background-color: #384452;
  border-color: #384452;
  margin: 4px;
}
.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active,
.open .dropdown-toggle.btn-theme {
  color: #fff;
  background-color: #ffac34;
  border-color: #ffac34;
}

.dmbutton:hover,
.dmbutton:active,
.dmbutton:focus{
  color: #ffffff;
  background-color: #222222;
  border-color: #ffffff;
}
.dmbutton {
  background:rgba(0, 0, 0, 0);
  border: 1px solid #ffffff;
  color: #ffffff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding-top: 1.025rem;
  padding-right: 2.25rem;
  letter-spacing:0.85px;
  padding-bottom: 1.0875rem;
  padding-left: 2.25rem;
  font-size: 1.55rem;
  cursor: pointer;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  -webkit-appearance: none;
  font-weight: normal !important;
}

.mtb {
  margin-top: 80px;
  margin-bottom: 80px;
}

.mb {
  margin-bottom: 60px;
}

.mt {
  margin-top: 60px;
}

.hline {
  border-bottom: 2px solid #384452;
}

.hline-w {
  border-bottom: 2px solid #ffffff;
  margin-bottom: 25px;
}

.carousel-fade .carousel-inner { background: #000; }
.carousel-fade .carousel-control { z-index: 2; }  
.carousel-fade .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  }

  .carousel-fade .next.left,
  .carousel-fade .prev.right,
  .carousel-fade .item.active { opacity: 1; }

  .carousel-fade .active.left,
  .carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
    }


/* Safari Fix */
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}




/* Carousel Control custom */
.carousel-control .control-icon {
  font-size: 48px;
  height: 30px;
  margin-top: -15px;
  width: 30px;
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 5;
  }
  .carousel-control .prev {margin-left: -30px;left: 50%;/* left: 49%; */} /* Prev */
  .carousel-control .next {margin-right: -30px;right: 50%;} /* Next */


/* Removing BS background */
.carousel .control-box { opacity: 0; }
a.carousel-control.left  { left: 0; background: none; border: 0;}
a.carousel-control.right { right: 0; background: none; border: 0;}


/* Animation */
.control-box, a.carousel-control, .carousel-indicators li {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;   
  /* hardware acceleration causes Bootstrap carousel controlbox margin error in webkit */
  /* Assigning animation to indicator li will make slides flicker */
  } 


/* Hover animation */
.carousel:hover .control-box { opacity: 1; }
.carousel:hover a.carousel-control.left { left: 15px; }
.carousel:hover a.carousel-control.right { right: 15px; }  


/* Carouse Indicator */
.carousel-indicators li.active,
.carousel-indicators li { border: 0; }

.carousel-indicators li {
  background: #666;
  margin: 0 3px;
  width: 12px;
  height: 12px;
  }

.carousel-indicators li.active {
  background: #fff;
  margin: 0 3px;
  }

.tpl6 h3
{
  color:#fff;
  margin:0;
  padding:40px 5px 0;
  font-size:16px;
  text-transform:uppercase;
}
.tpl6 .dmbutton
{
  display:inline-block;
  margin:30px 5px 20px 5px;
  font-size:13px;
}

.tpl6 .bg
{
  height:100%;
  width:100%;
  background-color:#ffac34;
  text-align:center;
}

/* Footer */
#footerwrap {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #384452;
}

#footerwrap p {
  color: #bfc9d3;
}

#footerwrap h4 {
  color: white;
}


#footerwrap i:hover {
  color: #ffac34
}


#blue {
  background: #ffac34;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 25px;
  padding-bottom: 25px;
}

#blue h3 {
  color: white;
  margin-left: 15px;
}

.ctitle {
  color: #00b3fe;
  font-weight: 700;
  margin-bottom: 15px;
}

csmall {
  font-size: 12px;
  color: #b3b3b3;
}
csmall2 {
  font-size: 12px;
  color: #f39c12
}

.spacing {
  margin-top: 40px;
  margin-bottom: 40px;
}

.badge-theme {
  background: #00b3fe;
}

/* Contact Page */
#contactwrap {
  background: url(../img/contact.jpg) no-repeat center top;
  margin-top: -60px;
  padding-top:0px;
  text-align:center;
  background-attachment: relative;
  background-position: center center;
  min-height: 400px;
  width: 100%;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* Blog Page */
.popular-posts {
  margin: 0px;
  padding-left: 0px;
  }

.popular-posts li {
  list-style: none;
  margin-bottom: 20px;
  min-height: 70px;
}
.popular-posts li a,
.popular-posts li a:hover {
  color:#2f2f2f;
  text-decoration: none;
  }

.popular-posts li img {
  float: left;
  margin-right: 20px;
  }

.popular-posts li em {
  font-family: 'Lato', sans-serif;
  font-display: auto;
  font-size: 12px;
  color: #b3b3b3
  }

.popular-posts p {
  line-height: normal;
  margin-bottom: auto;
}

.share i {
  padding-right: 15px;
  font-size: 18px;
}


/* Contact Form */

.contact-form input, .contact-form textarea {
  padding: 10px 12px;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  height: auto;
}

.contact-form .form-send {
  text-align: center;
}

.contact-form .form-send button  {
  background: #384452;
  border: 0;
  padding: 12px 40px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
  font-size: 16px;
}

.contact-form .form-send button:hover {
  background: #ffac34;
}

.contact-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact-form .loading {
  display: none;
  color: #555;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin: 15px 0;
}

.contact-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

@-webkit-keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.contact-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;
}

.contact-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;
}

.control-box .fa{
  background: #333!important;
  opacity: 1;
  width: 50px;
  height: 50px;
  font-size: 30px;
  padding: 10px 10px;
  border-radius: 100%;
}

/* Formulario Slider */

#formulario-slider .col-md-3{
  position: absolute;
  top: 11%;
  right: 15%;
  z-index: 999;
}

#formulario-slider .form-group{
  margin-bottom: 8px!important;
}

#formulario-slider .col-md-3{
  background: #1b9492;
  padding: 10px 50px;
}

.formulario-header p{
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

#formulario-slider a{
  color: #000;
  padding-left: 5px;
  font-weight: bold;
}

#formulario-slider button{
  background: #DDB800;
  border: 2px solid #DDB800;
  width: 100%;
  -moz-box-shadow: 3px 4px 0px 0px #7d7756;
  -webkit-box-shadow: 3px 4px 0px 0px #7d7756;
  box-shadow: 3px 4px 0px 0px #7d7756;
  transition: 0.5s;
}

#formulario-slider button:hover{
  background: #fff;
  color: #333;
  width: 100%;
  transition: 0.5s;
}

#slider-principal h3{
  color: #fdd000;
}

/* Fin Formulario Slider*/

/* Presentacion */

section.presentacion .row{
  margin-left: 0;
  margin-right: 0;
}

section.presentacion .texto_presentacion {
  padding: 50px 0;
}

section.presentacion .texto_presentacion h3 {
  margin-bottom: 20px;
}

section.presentacion .texto_presentacion .desc {
  padding: 0 50px;
  font-size: 18px;
}

.texto_presentacion{
  text-align: justify;
}

.texto_presentacion h2{
  margin-bottom: 35px;
}

.temario .cont-titulo, .ponentes .cont-titulo, .beneficios .cont-titulo {
  background: #db995e;
  padding: 20px 0;
}

.temario .cont-titulo .container {
  padding-left: 50px;
}

.temario .cont-titulo .container .titulo, .ponentes .cont-titulo .container .titulo, .beneficios .cont-titulo .container .titulo {
  color: #fff;
  font-weight: 700;
  font-size: 35px;
}

.temario .container .row {
  padding: 50px;
}

.temario .container .cont-temario .temario-nivel1 {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  background: url(https://bienesraicess.com/contratos-inmobiliarios/images/iz-titulo.png) no-repeat left 0px!important;
  margin: 20px 0;
}

.temario .container .cont-temario .temario-nivel1 ol {
  padding-left: 40px;
}

.temario .container .cont-temario .temario-nivel2 {
  padding-left: 40px;
  font-size: 18px;
}

.temario .container .cont-temario .temario-nivel2 ol li ol li{
  padding-left: 20px;
}

.temario2:nth-child(2) .temario-nivel2,
.temario3:nth-child(2) .temario-nivel2,
.temario4:nth-child(2) .temario-nivel2,
.temario5:nth-child(2) .temario-nivel2{
  padding-top: 45px;
}

.temario2:nth-child(2) .temario-nivel2 ol ol {
  padding-left: 20px;
}

.temario3:nth-child(2) .temario-nivel2 {
  padding-bottom: 30px;
}

.temario4:nth-child(2) .temario-nivel2 {
  padding-bottom: 30px;
}

.temario5:nth-child(2) .temario-nivel2 {
  padding-bottom: 130px;
}

.temario6:nth-child(2) .temario-nivel2 {
  padding-top: 75px;
}

.ponentes .container .contenedor-docentes {
  padding: 20px 100px;
}

.ponentes .container .contenedor-docentes .docente {
  background: #3a3838;
  margin-bottom: 40px;
  border-radius: 20px;
  padding: 20px 30px;
  color: #fff;
}

.ponentes .container .contenedor-docentes .docente .nombre {
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
}

.ponentes .container .contenedor-docentes .docente .col-md-8 {
  padding-top: 20px;
}

.ponentes .container .contenedor-docentes .docente .col-md-8 ul {
  padding-left: 30px;
}

.ponentes .container .contenedor-docentes .docente .col-md-8 ul li {
  font-size: 20px;
}

.beneficios .container .contenedor {
  padding: 40px 250px;
  text-align: center;
}

.beneficios .container .contenedor .col-md-6 img {
  margin: 0 auto;
}

.beneficios .container .contenedor .col-md-6 {
  padding: 0 60px;
}

.beneficios .container .contenedor .col-md-6 .titulo {
  font-weight: 700;
  font-size: 18px;
  margin-top: 30px;
}

.beneficios .container .contenedor .col-md-6 .desc {
  border-radius: 10px;
  background: #3a3838;
  color: #fff;
  padding: 10px 20px;
  font-size: 20px;
}

.beneficios .container .contenedor .col-md-6:nth-child(2) .desc {
  padding: 43px 0; 
}

.horario {
  background: url(../images/fondo.png)no-repeat;
}

.horario .container {
  padding: 0 120px;
}

.horario .container .row {
  margin: 100px 50px;
  padding: 20px 50px;
  background: #db995e;
  text-align: center;
}

.horario .container .row p {
  color: #Fff;
}

.horario .container .row .titulo {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  margin-top: 25px;
}

.horario .container .row .subtitulo {
  font-size: 18px;
  margin-bottom: 0
}

.horario .container .row .horarios {
  font-size: 18px;
  margin-top: 0;
}

.inversion .container {
  padding: 30px 80px;
}

.inversion .container .contenedor {
  padding: 0 150px;
  text-align: center;
}

.inversion .container .contenedor .desc {
  text-align: center;
  font-size: 23px;
  line-height: 30px;
  margin-bottom: 60px;
}

.inversion table {
  margin: 0 auto;
  margin-bottom: 40px;
}

.inversion table thead td,
.inversion table tbody td {
  padding: 10px 30px;
  border: 1px solid #3a3838;
} 

.inversion table thead td p {
  font-size: 23px;
}

.inversion table thead td .descuento {
  font-weight: 700;
}

.inversion table thead td .descuento:nth-child(1){
  margin-bottom: 5px;
}

.inversion table thead td .limite {
  margin-top: 0;
  font-size: 18px;
  font-weight: 700;
}

.inversion table tbody td {
  font-size: 23px;
  color: #fff;
  background: #3a3838;
}

.inversion .contenedor .aviso-deposito {
  margin: 0 130px;
  border: 5px solid #db995e;
  padding: 10px 15px;
  margin-bottom: 40px;
}

.inversion .contenedor .aviso-deposito p {
  font-size: 16px;
  font-weight: 600;
}

.inversion .container .desc2 {
  font-size: 18px!important;
}

/* Articulos */

#articulos{
  padding: 35px 0px;
}

#articulos .titulo{
  font-weight: bold;
  text-transform: uppercase;
}

#articulos .contenedor .boton {
    text-align: center;
    margin-top: 30px;
}

#articulos .contenedor .enlace-articulo {
    background: #000;
    color: #fff;
    padding: 10px 45px;
    border-radius: 25px;
}

@media screen and (min-width: 768px){
  .carousel-caption {
      right: 0%;
      top: 30%;
      text-align: left;
  }
}

.descripcion-seccion, .contacto .descripcion-seccion{
  margin-bottom: 50px;
}

.descripcion-seccion h3, .contacto h3, .terminos h3, .proximos-inicios .proximos-inicios-titulo{
  text-align:  center;
  font-size: 30px;
}

.descripcion-seccion p, .contacto p, .terminos .subtitulo{
  text-align: center;
}

.proximos-inicios .proximos-inicios-titulo{
  margin-bottom: 50px;
  text-transform: uppercase;
  font-weight: 700;
}

.terminos .subtitulo {
  font-weight: 700;
}

.terminos{
  margin-bottom: 30px;
}

#inc_nosotros li{
  width: 100%;
}

#inc_nosotros .active a {
    font-weight: 700;
    color: #000!important;
}

#inc_nosotros a {
    border: none;
    border-bottom: 2px solid #333;
    font-size: 15px;
    color: #333;
}

#inc_nosotros .container{
  margin-top: 50px;
}

.nos_title {
    font-weight: 600;
    margin: 0;
    color: #444;
    font-size: 25px;
    margin-top: 15px;
}

#inc_nosotros .tab-content {
    border: none;
    border-left: 4px solid #333;
}

.tab-content {
    border: 1px solid #eee;
    border-top: none;
    padding: 12px 16px;
}

#inc_nosotros .container .col-md-8 .col-md-4{
  text-align: center;
}

.carousel_docentes .post-row p {
    border: 2px solid #333;
}

.carousel_docentes .post-content p {
    text-align: left;
    background: #fff;
    padding: 25px;
}

#modal-dicc .modal-header,#modal-boletin .modal-header{
  margin: -1.5rem 1rem 0 1rem;
  background: #384452;
}

#modal-dicc .modal-header .modal-title,#modal-boletin .modal-header .modal-title{
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
}

#modal-dicc .modal-header span, #modal-boletin .modal-header span{
  background: #fff;
  border: 1px solid;
  border-radius: 25px;
  padding: 5px 11px;
}

#modal-dicc .close, #modal-boletin .close{
  opacity: 1;
}

#modal-dicc .modal-body .col-lg-12, #modal-boletin .modal-body .col-lg-12{
  display: flex;
}

#modal-dicc .modal-body .user, #modal-boletin .modal-body .user{
  font-size: 35px;
}

#modal-dicc .modal-body .mail, #modal-boletin .modal-body .mail{
  font-size: 24px;
}

#modal-dicc .modal-body .phone, #modal-boletin .modal-body .phone{
  font-size: 31px;
}

#modal-dicc .modal-body .col-lg-12 input, #modal-boletin .modal-body .col-lg-12 input{
  margin-left: 20px;
  margin-right: 20px;
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 20px;
}

.modal-body{
  padding: 20px 35px;
}

#modal-dicc #boton button, #modal-boletin #boton2 button{
  background: #384452;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 35px;
  font-weight: 700;
}

#modal-dicc #boton button:hover, #modal-boletin #boton2 button:hover{
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.36), 0 2px 10px 0 rgba(0,0,0,.12);
}

.modal-dialog{
  margin-top: 70px;
}

/* Nuevo Curso */

.nuevo-curso{
  background: #622cd8;
  background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(43,88,153,1) 35%, rgba(43,99,153,0.9668242296918768) 93%);
}

.nuevo-curso .row{
  margin-left: 0px;
  margin-right: 0px;
}

.nuevo-curso h2{
  color: #fff;
  margin: 0;
  margin-bottom: 25px;
}

.nuevo-curso .row p{
  color: #fff;
  font-size: 15px;
  text-align: justify;
}

.nuevo-curso .col-lg-4{
  padding-left: 0px;
}

.nuevo-curso{
  padding: 35px;
}

.nuevo-curso a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 20px;
  background: #ffac34;
  color: #333;
  font-family: Raleway, serif;
  font-display: auto;
  text-transform: uppercase;
  font-weight: bold;
}

.descripcion-curso{
  color: #333;
    bottom: 0;
    width: 100%;
    background: #333;
    padding: 15px;
}

.programa-tenth p{
  line-height: 14px;
}

/* Seccion Cursos Virtuales */

#cursos-virtuales{
  padding: 50px 0px;
  background: #384452;
}

#cursos-virtuales h5{
  text-align: center;
    font-size: 30px;
    color: #fff;
}

#cursos-virtuales p{
  color: #fff;
  text-align: center;
}

#cursos-virtuales .texto-programa img{
  margin: 0 auto;
}

#cursos-virtuales a{
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  background: #ffac34;
  color: #333;
  font-family: Raleway, serif;
  font-display: auto;
  text-transform: uppercase;
  /*width: 50%;*/
  font-weight: bold;
}

#cursos-virtuales .enlace{
  text-align: center;
}

.titulo-descripcion p{
  font-size: 16px;
  margin-top: 15px;
  font-weight: bold;
}

.beneficios{/* padding: 35px; */}

.beneficios i{
  color: #03252b;
  font-size: 60px;
  padding: 22px 15px;
  background: #f1f1f1;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  vertical-align: middle;
  border: 1px solid #03252b1c;
  transition: 0.5s;
  margin-bottom: 15px;
}

.beneficios i:hover{
  color: #fff;
  background: #03252b;
  transition: 0.5s;
}

/* Fin cursos virtuales */



/* mensaje */

.mensaje-principal{
  padding: 35px;
  background: #03252b;
}

.mensaje-principal .row{
  margin: 0px;
}

.mensaje-principal p{
  color: #fff;
  font-size: 25px;
  text-align: center;
  line-height: 35px;
}

/* fin mensaje */

/* convenios */

.convenios{
  padding: 35px;
  background: #3a3838;
}

/*.convenios .col-lg-3{
  width: 13.5%;
}*/

.convenios .col-lg-3{
  width: 19.5%;
}

.convenios .col-lg-3 img{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
}

.convenios .col-lg-3 img:hover{
  filter: none;
}

.convenios .col-md-10 .descripcion-seccion {
  color: #fff;
}

.convenios .col-md-10 .descripcion-seccion .seminario-titulo{
  text-align: left;
  color: #fff;
  margin: 0px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
  font-style: italic;
}

.convenios .col-md-10 .descripcion-seccion h1 {
  margin: 0px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 900;
  text-shadow: 5px 5px #000;
}

.convenios .col-md-10 .descripcion-seccion .frase-titulo {
  text-align: left;
  color: #db995e;
  margin: 0px;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 700;
  text-shadow: 5px 5px #000;
}

.convenios .col-md-10 .descripcion-seccion hr {
  width: 130px;
  height: 10px;
  margin-top: 0px;
  background: #db995e;
  border: 0;
}

/* fin convenios */

/* Footer */

#copyrights{
  background:#333;
  text-align: center;
  padding: 15px;
}

#copyrights p{
  text-align: center;
  color: #fff;
}

.contenido-footer{
  height: 120px;
  text-align: justify;
}

#footerwrap p{
  text-align: justify;
}

.contenido-footer .iconos-sociales a{
  text-align: center!important;
}

.contenido-footer .iconos-sociales i{
  width: 35px;
  height: 35px;
  background: #fff;
  font-size: 20px!important;
  border: 1px solid #384452;
  padding: 7px;
  color: #384452;
  transition: 0.5s;
}

.contenido-footer .iconos-sociales i:hover{
  color: #ffac34!important;
  border: 1px solid #ffac34;
}

/* Fin Footer*/

/* Responsive  */

@media(max-width: 1775px){
  .carousel-caption{
    right: 30%;
    left: 19%;
    padding: 25px;
  }
  .carousel-inner img{
    margin-top: 100px;
  }
  .modelo_educativo{
    display: none;
  }
}

@media(max-width: 1500px){
  .formulario-principal h2{
    font-size: 15px;
  }
  .formulario-principal .col-md-2{
    width: 20%;
    right: 8%;
    top: 18%;
  }
}

@media(max-width: 1390px){
  .carousel-caption{
    right: 40%;
    left: 10%;
    padding: 25px;
  }
  #slider-principal img{
    margin-top: 90px;
  }
}

@media(max-width: 1199px){
  .navbar ul li{
    padding: 19px 5px!important;
  }
  .comprimido ul li{
    padding: 0px 5px!important;
  }
  .nuevo-curso .col-lg-4{
    margin: 0 auto;
    text-align: center;
    margin-bottom: 25px;
  }
  .formulario-principal .col-md-2{
    width: 25%;
    right: 8%;
    top: 15%;
  }
}

@media(max-width: 991px){
  #formulario-slider .col-md-3 {
    position: relative;
    width: 100%;
    right: 0;
    left: 0;
    top: 0;
  }
  
  #menu-principal .container{
    padding-left: 0px;
    padding-right: 0px;
  }
  .navbar ul li a{
    font-size: 9px!important;
  }
  
  .comprimido ul li a{
    font-size: 8px!important;
  }
  .navbar ul li{
    padding: 19px 2px!important;
  }
  .comprimido ul li{
    padding: 0px 5px!important;
  }
  .formulario-principal h2{
    font-size: 22px;
    padding-top: 25px;
  }
  .contenedor-curso img{
    width: 100%;
  }
  .texto-programa{
    margin-bottom: 35px;
  }
  .contenedor-curso{
    margin-bottom: 15px;
  }
  section.presentacion .texto_presentacion {
    padding: 50px;
  }
  .boton{
    margin-bottom: 50px;
  }
}

@media (max-width: 767px){
  .carousel-caption {
      right: 10%;
      left: 10%;
      padding: 15px;
  }

  .carousel-caption h3{
    font-size: 18px;
  }

  .navbar-brand{
    margin-left: 50px;
  }
  .navbar-toggle{
    margin-right: 35px;
  }
  .navbar-header{
    height: 90px;
  }
  .navbar ul li a {
      font-size: 14px!important;
      text-align: center;
  }
  .navbar ul li{
    padding: 5px!important;
  }
  #logo-escritorio{
    display: none
  }
  .contenedor-curso .col-lg-3{
    margin-bottom: 15px;
  }
  .contenedor_formulario {
    padding: 0 25px!important;
  }
  .convenios .col-lg-3{
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .convenios .col-lg-3 img{
    margin: 0 auto;
  }
  #formulario-slider{
    margin-top: 5px;
  }
  .carousel-caption h1{
    font-size: 20px;
  }

  .carousel-caption h3{
    font-size: 15px;
  }
  #slider-principal img{
    height: 150px;
  }
  .horario .container .row {
    margin: 0px;
  }

}

@media(max-width: 485px){
  .navbar-brand{
    margin-left: 25px
  }
  .convenios .col-lg-3{
    width: 49%;
    display: inline-block;
  }
  
  .carousel-caption h1{
    font-size: 20px;
  }

  .carousel-caption h3{
    font-size: 15px;
  }
  #slider-principal img{
    height: 150px;
  }

  .descargar-bro a{
    font-size: 15px!important;
  }

  .malla-curricular .container .row .desc{
    text-align: justify;
  }

  .convenios h1 {
    line-height: 48px;
    text-align: center;
  }

  .convenios .frase-titulo {
    line-height: 45px;
    text-align: center!important;
  }

  .convenios img {
    margin: 0 auto;
  }

  section.presentacion .texto_presentacion {
    padding: 0;
  }

  section.presentacion .texto_presentacion .desc {
    padding: 10px;
  }

  .temario2:nth-child(2) .temario-nivel2, .temario3:nth-child(2) .temario-nivel2, .temario4:nth-child(2) .temario-nivel2, .temario5:nth-child(2) .temario-nivel2{
    padding-top: 0;
  }

  .temario5:nth-child(2) .temario-nivel2{
    padding-bottom: 0px;
  }

  .temario6:nth-child(2) .temario-nivel2{
    padding-top: 0;
  }

  .ponentes .container .contenedor-docentes {
    padding: 15px;
  }

  .ponentes .container .contenedor-docentes .docente img {
    margin: 0 auto
  }

  .ponentes .container .contenedor-docentes .docente .col-md-8 {
    text-align: center;
  }

  .beneficios .container .contenedor {
    padding: 15px;
  }

  .horario .container {
    padding: 0;
  }

  .inversion .container {
    padding: 0;
  }

  .inversion .container .contenedor {
    padding: 0;
  }

  .inversion .contenedor .aviso-deposito {
    margin: 0;
  }

  .formulario-contacto .fila_form .container {
    padding: 10px!important;
  }

  .formulario-contacto .titulo {
    margin-bottom: 20px!important;
  }

  .formulario-contacto .fila_form .container .contenedor_formulario {
    padding: 40px!important;
  }
}

/* Curso Agente Inmobiliario */
/* Seccion malla curricular */

.malla-curricular{
  padding: 50px 0;
  background: #029C90;
  color: #000;
}

.malla-curricular .descripcion-seccion p{
  color: #000;
}

.malla-curricular .descripcion-seccion h2{
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
}

.malla-curricular .container .row .modulo{
  color: #000;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 25px;
}

.malla-curricular .container .row .titulo{
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 25px;
}

.malla-curricular .container .row .desc{
  color: #000;
}

.malla-curricular .container .row .col-lg-12{
  margin-bottom: 25px;
}

.malla-curricular .container .row .col-lg-6{
  padding-left: 25px;
  padding-right: 25px;
}

.malla-curricular .container .row .taller{
  text-transform: uppercase;
  color: #fff;
  font-size: 25px;
  background: #000;
  padding: 5px 35px;
  border-radius: 15px;
  font-weight: 800;
}

.malla-curricular .container .row .talleres ul{
  padding-left: 20px;
}

.malla-curricular .container .row .descargar-bro{
  text-align: center;
}

.malla-curricular .container .row .descargar-bro a{
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 30px;
  background: #000;
  padding: 10px 35px;
  border-radius: 15px;
  font-weight: 800;
}

.modelo_educativo{
  padding: 50px 0;
  background: #7ECBC1;
  padding-bottom: 200px;
}

.modelo_educativo .aplicacion-practica .sub_title {
  width: 450px;
  margin: 0 auto;
  margin-bottom: 15px;
  background: #DDB800;
  color: #0E3757!important;
  padding: 20px 10px;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 30px;
  line-height: 33px;
  text-align: center;
}

.modelo_educativo .aplicacion-practica .sub_title span {
  color: #1a1a1a;
  font-size: 50px;
}

.modelo_educativo .aplicacion-practica .pea-subtit {
  margin-bottom: 20px;
  font-size: 30px;
  text-transform: uppercase;
  padding-top: 25px;
  font-weight: 700;
  text-align: center;
}

.modelo_educativo .aplicacion-practica p {
  color: #0E3757;
  margin-bottom: 105px;
  font-weight: 500px;
  font-weight: 600;
  font-size: 16px;
  padding: 0 105px;
  text-align: center;
}

.modelo_educativo .aplicacion-practica h2 {
  margin-bottom: 45px;
  text-align: center;
  font-weight: 600;
  color: #0E3757;
}

.modelo_educativo .img-fondo-educativo{
  position: relative;
}

.modelo_educativo .beneficios_img {
  position: absolute;
  top: 0;
  right: 0;
}

.modelo_educativo .beneficios_img .modelo_ofi {
  right: -5%;
  position: absolute;
}

.modelo_educativo .beneficios_img .modelo_publicidad {
  right: -18%;
  position: absolute;
  top: 110%;
}

.modelo_educativo .beneficios_img .modelo_plataforma {
  right: -20%;
  position: absolute;
  top: 255%;
}

.modelo_educativo .beneficios_img .modelo_leyes {
  right: -4%;
  position: absolute;
  top: 375%;
}

.modelo_educativo .beneficios_img .modelo_contratos {
  right: 50%;
  position: absolute;
  top: 354%;
}

.modelo_educativo .beneficios_img .modelo_capacitacion {
  right: 63%;
  position: absolute;
  top: 225%;
}

.modelo_educativo .beneficios_img .modelo_legal {
  right: 65%;
  position: absolute;
  top: 95%;
}

.modelo_educativo .modelo_oficina .icono_ben {
  display: block;
}

.modelo_educativo .modelo_oficina .icono_ben img, .modelo_educativo .modelo_oficina .numero_ben{
  display: inline-block;
}

.modelo_educativo .modelo_oficina .numero_ben p{
  color: #0E3757!important;
  font-size: 50px;
  font-weight: bold;
  display: inline-block;
  float: right;
  padding-left: 10px;
}

.modelo_educativo .modelo_oficina .col-md-7 .titulo-pea {
  font-size: 30px;
  font-weight: 600;
  text-align: left;
  line-height: 35px;
  color: #0E3757;
}

.modelo_educativo .beneficios_img .modelo_contratos .icono_ben, .modelo_educativo .beneficios_img .modelo_capacitacion .icono_ben, .modelo_educativo .beneficios_img .modelo_legal .icono_ben, .modelo_educativo .beneficios_img .modelo_net .icono_ben{
  float: right;
  text-align: left;
}

.modelo_educativo .beneficios_img .modelo_contratos .numero_ben {
  float: left!important;
  position: absolute;
  left: -165%;
}

.modelo_educativo .beneficios_img .modelo_capacitacion .numero_ben {
  float: left!important;
  position: absolute;
  left: -165%;
}

.modelo_educativo .beneficios_img .modelo_legal {
  right: 65%;
  position: absolute;
  top: 110%;
}

.modelo_educativo .beneficios_img .modelo_legal .numero_ben {
  float: left!important;
  position: absolute;
  left: -165%;
}

.modelo_educativo .beneficios_img .modelo_net .numero_ben {
  float: left!important;
  position: absolute;
  left: -165%;
}

.modelo_educativo .img-fondo-educativo .col-md-7 a{
  background: #000;
  color: #fff;
  margin-left: 10px;
  padding: 2px 10px;
  border-radius: 5px;
}

.proximos-inicios .inicio_titulo {
  background: #029C90!important;
  text-align: center;
}

.proximos-inicios .inicio_titulo p{
  color: #000;
  font-size: 18px;
  padding: 15px;
  font-weight: bold;
  text-transform: uppercase;
}

.proximos-inicios .fecha_inicio {
  background: #fff;
  padding: 13px;
  text-align: center;
  color: #333;
  font-size: 15px;
  border-bottom: 2px solid #828282;
  height: 105px;
}

.proximos-inicios{
  padding: 50px 0;
}

.matricula-online {
  background: url(../images/banner_matricula_online.jpg) no-repeat scroll center center;
  padding: 70px 0px;
  color: #fff;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.matricula-online h3 {
  color: #000;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
}

.matricula-online .desc{
  text-align: center;
  color: #000;
}

.matricula-online .row .row label{
  vertical-align: middle;
  margin-top: 15px;
  font-size: 19px;
}

.matricula-online select {
  border-radius: 15px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}

.matricula-online input {
  margin-top: 15px;
  background: #DDB800;
  border: 1px solid #DDB800;
  border-radius: 20px;
  float: right;
  color: #1a1a1a;
  font-weight: bold;
  margin-right: 15px;
}

#tarjetas_matricula {
  display: block;
  margin-top: 60px;
}

#tarjetas_matricula img {
  display: inline-block;
  padding: 10px 28px;
  background: #f9f9f9;
  margin: 2px;
}

.matricula-online .row{
  margin: 0 auto;
}

.frase-agente {
  padding: 50px 0;
  background: #e9e7e5;
}

.frase-agente p{
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 23px;
}

.formulario-contacto{
  padding: 50px 0;
  background: #3a3838;
}

.formulario-contacto .row{
  margin: 0 auto;
}

.contenedor_formulario {
  padding: 0 250px;
}

.formulario-contacto .titulo{
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 50px;
}

.formulario-contacto input, .formulario-contacto select{
  padding: 15px;
  color: #000;
  border-radius: 15px;
  height: 50px;
}

.formulario-contacto input::placeholder{
  color: #000;
}

.formulario-contacto .form-check{
  display: flex;
}

.formulario-contacto .form-check input{
  height: auto;
  margin-right: 15px;
}

.formulario-contacto .form-check a{
  text-decoration: none;
  color: #000;
}

.formulario-contacto #boton3{
  text-align: center;
}

.formulario-contacto #boton3 button{
  background: #000;
  color: #fff;
  border: none;
}

.formulario-contacto .fila_form .container {
  padding: 0px 340px;
}

.formulario-contacto .fila_form .container .contenedor_formulario{
  background: #db995e;
  padding: 40px 80px;
  border-radius: 40px;
  margin-bottom: 20px;
}

.formulario-contacto input, .formulario-contacto select {
  border-radius: 25px;
  padding-left: 30px;
}

.formulario-contacto .fila_form .container .contenedor_formulario .form-check a {
  color: #fff;
}

.formulario-contacto .fila_form .container .contenedor_formulario #boton3 button {
  width: 100%;
  border-radius: 20px;
  background: #3a3838;
}

.pie-pagina {
  background: #3a3838;
  text-align: center;
  padding-bottom: 20px;
}

.pie-pagina p {
  color: #fff;
  margin: 5px 0;
  font-size: 18px;
  font-weight: 600;
}

.redes-sociales {
  text-align: center;
}

.redes-sociales i {
  color: #fff;
}

.redes-sociales a {
    border: 2px solid #fff;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    margin: 0 10px;
    padding-top: 6px;
}

#myModalpopup .close {
    background: #88FEE1;
    opacity: 1;
    padding: 5px 10px;
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 9;
}

#myModalpopup .modal-header{
  border: 0;
  padding: 0;
}

#myModalpopup .modal-body{
  padding: 5px;
}