
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Kalam:300,400,700');
*{
    margin:0;
    padding:0;
    outline:none !important;
    font-family: 'Montserrat';
}

.montserrat{
    font-family: 'Montserrat';
}

.kalam{
    font-family: 'Kalam';
}

body, html{
    width:100%;
    padding:0;
    margin:0;
    color:#666;
}

.row{
    margin:0;
}

.height100{
    height:100%;
}

.overhidden{
    overflow:hidden;
}

p{
    text-align: justify;
    color: #212121;
}

.clear-fix{
    clear:both;
}



/*//////// MENU  /////////*/


nav.navbar.navbar-default {
    background: none;
    box-shadow: none;
    border: none;
    position: fixed;
    z-index: 999;
    width: 100%;
    top:0;
    left: 0;
}

.navbar-header {
    background-color: rgba(0,84,164,0.8);
    background-blend-mode: multiply;
    padding: 5px;
    width: 180px;
    height: 500px;
    border-radius: 180px;
    transform: rotate(20deg);
    margin-top: -300px;
    padding-top: 320px;
    padding-left: 25;
}

a.navbar-brand {
    transform: rotate(-20deg);
    width: 150px;
    height: 140px;
}


.menu-bottom{
    background-image: url(../img/texture.jpg);
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    height: 30px;
    z-index: 998;
    box-shadow: 0px 4px 10px;
}

.contact-row{
    margin-top:15px;
    font-size: 12px;
}

.contact-row a{
    color:white !important;

}

.nav.navbar-nav li.active >a{
    background:none;
    color:#ea2223 !important;
}
.nav.navbar-nav li >a .point{
    display:none;
    font-size: 8px;
}

.nav.navbar-nav li.active >a .point{
    color:#464646;
    display:inline-block;
}

.nav.navbar-nav li:hover >a{
    background:white;
    color:#464646;
}

.footm.nav.navbar-nav li:hover >a{
    background:none;
    color:#ea2223 !important;
}

.nav.navbar-nav li:hover >a .point{
    color:#464646;
    display:inline-block;
}

.subitem{
    height:30px !important;
   border-bottom:1px solid white;

}

.subitem > a{
    border-radius:0px !important;
    border:none !important;
    display:block;
    width:100%;
}


ul.nav.navbar-nav {
    height: 40px;
    background-color: rgba(0, 84, 164, 0.8);
    background-blend-mode: multiply;
    margin-top: 25px;
    margin-left: -29px;
    border-radius: 0 50px 20px 0px;
    transform: skew(-20deg);
    padding-left: 10px;
    padding-right: 30px;
}

.nav.navbar-nav li {
    height: 40px;
    display: flex;
    align-items: center;
    transform: skew(20deg);
}

.nav.navbar-nav li >a {
    border: none;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    border-radius: 0;
    color:white;
    height: 35px;
    padding-top: 5px;
    font-size: 11px;
}

.flex-center{
    display: flex;
    justify-content: center;
}

/*/// footerMenu ///*/
.footm.nav.navbar-nav {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border-bottom:1px solid white;
    border-radius:0px;
}

.footm.nav.navbar-nav li >a {
    padding: 3px;
    border:none;
}

/*//////// fin.MENU  /////////*/


/*//////// FONDO  /////////*/

.parallax{
    background-attachment: fixed;
}

.texture{
    background-image: url(../img/texture.jpg);
    background-position: center center;
}

.back-seccion{
    background-image: url(../img/back-secciones.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
}

.back-blue{
    background: rgba(0,84,164,0.8);
}

.back-blue-full{
    background: rgba(0,84,164,1);
}

.back-white{
    background:white;
}

.back-white-5{
    background: rgb(255, 255, 255,0.5)
}

.back-gray{
    background-color:#849394;
}

.back-novena{
    background-image: url(../img/back-novena.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
}

.sinfin{
    background:url(../img/sinfin.jpg) center center no-repeat;
    background-size: cover;
}


.proyectos-car{
    background:url(../img/sinfin-blue.jpg) center center no-repeat;
    background-size: 100% 100%;
}

/*//////// fin.FONDO  /////////*/


/*//////// Botones  /////////*/

.btn-blanco{
    background: white;
    padding: 2px 5px;
    display: block;
    color: rgba(0,84,164,0.8);
    border-radius: 30px;
    text-transform: uppercase;
    margin: 5px 5px;
    border:1px solid rgba(0,84,164,0.8);
    text-decoration: none;
    text-align: center;
}

.btn-blanco:hover{
    background:#5d5d5d;
    padding: 2px 5px;
    color: white;
    border-radius: 30px;
    text-transform: uppercase;
    margin: 5px 5px;
    box-shadow: -3px 3px 10px #464646;
    border:none;
    text-decoration: none;
}

.btn-point{
    font-size: 10px !important;
    color:white;
    display:none !important;
}

.btn-gris {
    background: #5d5d5d;
    border: none;
    padding: 8px 15px;
    border-radius: 30px;
    color: white;
    box-shadow: -3px 3px 10px #464646;
}

.btn-blanco:hover .btn-point{
    display: inline-block !important;
}

.btn-blanco.active{
    background:#5d5d5d !important;
    padding: 2px 5px;
    color: white !important;
    border-radius: 30px;
    text-transform: uppercase;
    margin: 5px 5px;
    box-shadow: -3px 3px 10px #464646;
    border:none;
    text-decoration: none;
}
.activeblanco{
    background:#5d5d5d !important;
    padding: 2px 5px;
    color: white !important;
    border-radius: 30px;
    text-transform: uppercase;
    margin: 5px 5px;
    box-shadow: -3px 3px 10px #464646;
    border:none;
    text-decoration: none;
}

.activeblanco .btn-point{
    display: inline-block !important;
}


.btn-blanco.active .btn-point{
    display: inline-block !important;
}
.btn-blue{
    background:rgba(0,84,164,0.8);;
    padding: 5px 15px;
    color: white;
    border-radius: 30px;
    text-transform: uppercase;
    margin: 5px 5px;
    border:none;


}

.btn-blue:hover{
    background: white;
    color: rgba(0,84,164,0.8);
    border:1px solid rgba(0,84,164,0.8);
    text-decoration: none;
}

.btn-red{
    background: rgba(235, 27, 35,1);
    color: white;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor:pointer;
    padding:8px;
}


.btn-red:hover{
    color: rgba(235, 27, 35,1);
    background: white;
    border:1px solid rgba(235, 27, 35,1);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration:none;
}

.btn-red-next{
    background: rgba(235, 27, 35,1);
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor:pointer;
}

.btn-red-next:hover{
    color: rgba(235, 27, 35,1);
    background: white;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration:none;
}



.btn-white{
    background: white;
    color: rgba(0,84,164,0.8);
    box-shadow: 3px 3px 11px #212121;
    padding: 8px;
    font-weight: bold;
    border-radius: 5px;
}
.btn-white:hover{
    background:rgba(0,84,164,0.8);
    color: white;
    padding: 10px;
}

/*//////// Fin.Botones /////////*/

/*//////// Inicio  /////////*/


/*//////// Fin.Inicio /////////*/



/*/////// Margenes ////////*/

.margin-t-100{
    margin-top:100px;
}

.margin-t--20{
    margin-top: -20px;
    padding-bottom: 20px;
}

.margin-t-10{
    margin-top: 10px;
}

.margin0{margin:0px;}

/*///// Padding //////*/
.padding0{padding:0px;}

.padding-v-30{
    padding-top:30px;
    padding-bottom:30px;
}

.padding-v-20{
    padding-top:20px;
    padding-bottom:20px;
}

.padding-b-20{
    padding-bottom:20px;
}

.padding-l-40{
    padding-left: 40px;
}


/*/////// Selects ////////*/
#municipio{
    text-transform: uppercase;
}

#tipo{
    text-transform: uppercase;
}

/*////// SOMBRAS ////////*/

.shadow-bottom {
    box-shadow: 0px 5px 10px #666;
}

.valign-top{
    vertical-align: top;
}

/*/////// BORDER ///////*/

.border-v-blue{
    border-top: 2px solid rgba(0,84,164,0.8);
    border-bottom: 2px solid rgba(0,84,164,0.8);
}

.border-r-blue{
    border-right: 3px solid rgba(0,84,164,0.8);
}

.border-top-red{
    border-top: 2px solid rgba(235, 27, 35,1);
}

.border-bottom-red{
    border-bottom: 2px solid rgba(235, 27, 35,1);
    min-height: 5px;
}


.forma2 {
    border: 1px solid rgba(0,84,164,1);
    height: 30px;
    margin: 5px;
    width:100%;
}

textarea.forma2 {
    height:80px;
}

/*////// FORMA ////////*/

.forma {
    border-radius: 30px;
    border:none;
    outline:none;
    width:200px;
    padding:3px;
    cursor:pointer;
    color: rgba(0,84,164,1);
    font-weight: 600;
    padding-left: 8px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(0,84,164,1);
    font-weight: 600;
    padding-left: 8px;
  }
  ::-moz-placeholder { /* Firefox 19+ */
    color: rgba(0,84,164,1);
    font-weight: 600;
    padding-left: 8px;
  }
  :-ms-input-placeholder { /* IE 10+ */
    color: rgba(0,84,164,1);
    font-weight: 600;
    padding-left: 8px;
  }
  :-moz-placeholder { /* Firefox 18- */
    color: rgba(0,84,164,1);
    font-weight: 600;
    padding-left: 8px;
  }

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


/*///// SELECT //////*/

.select {
    border: 1px solid #ea2223;
    width: 100%;
    overflow: hidden;
    background: #fff url(../img/arrowdown.gif) no-repeat 95% center;
    border-radius: 30px;
    padding:3px;
    cursor:pointer;
  }
    .select select {
        outline:none !important;
        padding: 5px 8px;
        width: 130%;
        border: none;
        box-shadow: none;
        background-color: transparent;
        background-image: none;
        appearance: none;
    }

/*//// cursores /////*/

.mano{
    cursor:pointer;
}

/*//// bloque-destacados ////*/




.carousel-destacado {
    height: 100%;
    width: 100%;
    position: absolute;
    transform-style: preserve-3d;
    transition: transform 1s;
    }

/*
    .next, .prev {
        color: #fff;
        position: absolute;
        top: 120px;
        padding: 15px 15px;
        cursor: pointer;
        background: rgba(0,84,164,1);
        }
        .next:hover, .prev:hover { color: rgba(0,84,164,1); background: white;}
        .next:active, .prev:active {

        box-shadow: 0 1px 0 #999;
        }
        .next { right: -5em; }
        .prev { left: -5em; }
*/
  .bloque-foto{
      height:200px;
      background-position:center center;
      background-repeat: no-repeat;
      background-size:cover;
  }

  .bloque-lugar{
      background: url(../img/back-gray.jpg) center center no-repeat;
      background-size: 100% 100%;
      color:white;
      padding:5px;
      min-height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-flow: column;
  }

  .bloque-precio{
    background: url(../img/back-gray.jpg) center center no-repeat;
    background-size: 100% 100%;
    color:white;
    padding:5px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

.bloque-resumen{
    background-color:#849394;
    padding-top:5px;
    padding-bottom:5px;
}

.campo-resumen{
    padding:2px;
    padding-left:5px;
    margin-top:2px;
    margin-bottom:2px;
    border-radius: 30px;
    background-color:white;
    height:30px;
    line-height: 30px;
    overflow: hidden;

}

.proyecto-item{
    height: 200px;
    width: 200px;
    max-width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    margin: 10px;
    box-shadow: -5px 5px 5px #868686;
}

.proyecto-logo{
    border-radius: 20px 20px 0px 0px;
}

.udencorated{
    text-decoration: none !important;
}

.proyecto-logo img{
    width:80%;
    margin-left:10%;
}

.proyecto-titulo{
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    text-shadow: -1px 1px 3px #000000;
    padding: 5px 0px;

}

.logo-proyecto{
    width: 350px;
    position: absolute;
    background: white;
    height: 130px;
    border-radius: 0px 0px 30px 30px;
    right:50px;
}

.logo-proyecto img{
    height: 260px;
    width: auto;
    margin-top: -60px;
}

/*//////// títulos ///////*/

.titulo h1 {
    color: rgba(0,84,164,1);
    font-weight: 600;
    font-size: 50px;
    border: 2px solid rgba(0,84,164,1);
    padding: 10px 25px;
    border-radius: 40px;
}

.titulo h3{
    color: white;
    font-weight: 600;
    font-size: 24px;
    border: 2px solid white;
    padding: 10px 25px;
    border-radius: 40px;
}

.light{
    font-weight:200;
}


.titulo2{
    color: white;
    text-align: center;
    font-size: 20px;
    text-shadow: -2px 2px 5px #666;
}

.bloque-titulo2{
    padding-top: 1px;
    padding-bottom: 1px;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 5px 10px #666;
    background: rgba(0,84,164,0.8);
}


#car-testimonios .item{
    background:white;
}

/*//////// Fuentes ///////*/

.bold{
    font-weight: bold;
}

.fore-blue{
    color:rgba(0,84,164,1) !important;
}

.fore-red{
    color:#ea2223;
}

.fore-white{
    color:white !important;
}

.font54{
    font-size: 54px;
}

.font18{
    font-size: 18px;
}

.circle-white{
    background: white;
    border-radius: 100px;
    padding: 15px;
    max-width:80%;
    margin-left:10%;
}

.lighter{
    font-weight:100;
}

#car-testimonios a.right.carousel-control,
#car-testimonios a.left.carousel-control {
    background: none;
    color: #089fa4;
}


.logo-footer{
    width: 240;
}


#map{
    width:100% !important;
}

.clearboth{
    clear:both;
}

.img-tarjeta{
    width: 100%;
    position: absolute;
    margin-top: -35%;
}


/*////// Entrada //////*/

.entrada-imagen {
    height: 200;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.entrada-titulo a {
    color: rgba(0,84,164,1);
    font-weight: 800;
    text-transform:  uppercase;
    padding: 5px 0px;
}

.entrada-titulo a:hover {
    text-decoration: none;
}


.entrada-titulo {
    padding: 5px 0px;
    min-height: 50;
    display: flex;
    align-items: center;
}

.entrada-resumen {
    padding: 5px 0px;
    text-align: justify;
}

.entrada-home{
    background-size:cover !important;
    height: 200px;
    padding:0;
    width:90%;

    margin-left:5%;
    margin-bottom:15px;
}

.entrada-title {
    position: absolute;
    background: rgb(235, 34, 37,0.9);
    color: white;
    width: 220px;
    border-radius: 0px 30px 30px 0px;
    font-size: 16px;
    font-weight: bold;
    bottom: 25px;
    padding: 5px 8px 5px 8px;
}

/*// PAginacion ///*/

.pagination > li > a, .pagination > li > span {
    color: rgba(0,84,164,1);
    border: 1px solid rgba(0,84,164,1);
    background: none;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-radius: 0;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background: rgba(0,84,164,1);
    border: 1px solid rgba(0,84,164,1);
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0;
}



.dato-img{
    max-width: 80px;
}

.caracteristica-img{
    max-width: 50px;
}


.border-gray {
    border: 1px solid #849394;
}
.left-circle {
    padding: 5px 5px;
    border-radius: 5px 0px 0px 5px;
}

.right-circle{
    padding: 5px 5px;
    border-radius: 0px 5px 5px 0px;
}


.forma3 {
    width: 100%;
    background: none;
    outline: none;
    border: 1px solid white;
    border-radius: 30px;
    height: 30px;
    color: white;
    padding-left: 10px;
}

.forma3::placeholder{
    color:white;
    font-weight: 300;
}

.forma3::-moz-placeholder{
    color:white;
    font-weight: 300;
}

.forma3::-webkit-input-placeholder{
    color:white;
    font-weight: 300;
}

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



/*///// INMUEBLES /////*/

.inmueble-item{
    border-radius: 30px;
    margin-bottom: 30px;
    border: 1px solid #ccc;
    overflow: hidden;
    padding: 10px;
}

.inmueble-imagen{
    background-size:cover;
    background-position:center center;
    height:200px;
}

.inmueble-titulo {
    color: rgba(0,84,164,1);
    text-align: center;
    text-transform: capitalize;
    padding-bottom: 5px;
    font-weight: 600;
    min-height: 60px;
}

.campo-resumen2 {
    padding: 0;
    background: none;
    color: white;
    border-radius: 0;
    text-align: center;
}

.inmueble-titcar {
    background: #849394;
    overflow: hidden;
}

.inmueble-titval {
    background: #00a49b;
    overflow: hidden;
    border-radius: 0px 0px 20px 20px;
}

.inmueble-item {
    background: #fbf7f7;
    box-shadow: -3px 3px 8px #a7a5a5;
}


.clear-sm{
    clear:none;
}

.clear-xs
{
    clear:none;
}

.clear-md{
    clear:both;
}
ul.dropdown-menu.back-green {
    background-color: rgba(0, 84, 164, 0.8);
    background-blend-mode: multiply;
}

li.subitem {
    transform: none !important;
}
.back-blue-dark{
    background-color: #00325b;
    color:white;
}

.padding-v-10{
    padding: 10px;
}

.no-menu {
    padding: 0 !important;
    padding-top:5px;
    border:none;
}

.no-item{
    border:none !important;
    padding-top:5px !important;
    padding-left:10px;
}

.no-item:hover a {
    background: none !important;
}

.no-item a {
    border:none !important;
}



/*///// PSE ////*/

.pse-button {
    position: absolute;
    z-index: 999;
    width: 180px;
    top: 10;
    right: 8px;
    padding:0;
}

.pse-button a{
    display:block;
}

.pse-button a > img {
    width: 100%;
}

h1.titulo-blue{
    color:#0054a4 !important;
    font-weight: bolder !important;
    font-family: 'Montserrat' !important;
    margin:0px !important;
    padding:0px !important;
}

.box-shadow{
    margin-bottom:30px;
    -webkit-box-shadow: 0px 29px 22px -20px rgba(107,107,107,0.75);
-moz-box-shadow: 0px 29px 22px -20px rgba(107,107,107,0.75);
box-shadow: 0px 29px 22px -20px rgba(107,107,107,0.75);
}
/*//// Pildoras ////*/

.pildora-top {
    position: absolute;
    background: rgba(235,27,38,0.8);
    background-blend-mode: multiply;
    width: 280px;
    height: 700px;
    top: -150;
    left: 200;
    transform: rotate(20deg);
    border-radius: 300px;
    padding-top: 500px;
    overflow: hidden;
}

.pill-red-bottom{
    position: absolute;
    background: rgba(235,27,38,0.8);
    background-blend-mode: multiply;
    width: 280px;
    height: 700px;
    bottom: -210;
    left: -50;
    transform: rotate(20deg);
    border-radius: 300px;
    padding-top: 40px;
    overflow: hidden;
    padding-left: 50px;
}

.pill-red-bottom .context {
    width: 80%;
    color: white;
    transform: rotate(-20deg);
    font-size: 11px;
}

.pill-blue-top {
    position: absolute;
    background: rgba(0, 84, 164, 0.8);
    background-blend-mode: multiply;
    width: 280px;
    height: 700px;
    top: -150;
    right: 100;
    transform: rotate(20deg);
    border-radius: 300px;
    padding-top: 420px;
    overflow: hidden;
    padding-left: 50px;
}

.pill-blue-top .context {
    width: 80%;
    color: white;
    transform: rotate(-20deg);
    font-size: 11px;
}



.pildora-top img {
    transform: rotate(-20deg);
    max-width: 80%;
}

.titulo-resalt{
    font-family: 'Kalam';
    text-align:center;
    text-decoration:underline;
}

.back-pildoras{
    background: url(../img/backfull.jpg) center center no-repeat;
    background-size:cover;
}


.back2-pildoras{
    background: url(../img/back2full.jpg) center center no-repeat;
    background-size:cover;
}

.back-pills-gray{
    background: url(../img/backpilsgray.png) center center no-repeat;
    background-size:cover;
}


 /*///// HOME /////*/

.destimg-right {
 max-width: 300px;
    float: right;
}


.destimg-left {
    max-width: 300px;
       float:left;
   }

   /*//// Titulos ////*/

   .title-section {
    text-align:center;
    padding:15px;
    width: 800px;
    position: relative;
    /*xborder-bottom: 2px solid #f51c40;*/
    background: none;
    border-top:3px solid #eb1b23;
    border-right:3px solid #eb1b23;
    color: #0054a4;
    font-weight:bold;
    font-size:30px;
    }

.title-section:after {
content : "";
position: absolute;
right    : 0;
z-index: 100;
bottom : 0;
width  : 10%;
height   : 3px;  /* or 100px */
background: #eb1b23;

}

.title-red-left{
    text-align:left;
    padding:15px;
    width: 100%;
    position: relative;
    background: white !important;
    border-left:3px solid #eb1b23;
    color: #eb1b23;
    font-weight:bold;
    font-size:26px;
    font-family: 'Kalam';
}

.title-red-left:before {
    content: '';
    position:absolute;
    left: 0;
    z-index: 100;
    top: 0;
    width: 10%;
    height: 3px;
    background: #ec2224;
}

.title-red-left:after {
    content: '';
    position:absolute;
    left: 0;
    z-index: 100;
    bottom: 0;
    width: 20%;
    height: 3px;
    background: #ec2224;
}

.title-red-right{
    text-align:right;
    padding:15px;
    width: 100%;
    position: relative;
    background: white !important;
    border-right:3px solid #eb1b23;
    color: #eb1b23;
    font-weight:bold;
    font-size:26px;
    font-family: 'Kalam';
}

.title-red-right:before {
    content: '';
    position:absolute;
    right: 0;
    z-index: 100;
    top: 0;
    width: 10%;
    height: 3px;
    background: #ec2224;
}

.title-red-right:after {
    content: '';
    position:absolute;
    right: 0;
    z-index: 100;
    bottom: 0;
    width: 20%;
    height: 3px;
    background: #ec2224;
}


.title-section-left {
    text-align:center;
    padding:15px;
    width: 800px;
    position: relative;
    /*xborder-bottom: 2px solid #f51c40;*/
    background: white !important;
    border-top:3px solid #eb1b23;
    border-left:3px solid #eb1b23;
    color: #0054a4;
    font-weight:bold;
    font-size:30px;
    }

.title-section-left:after {
content : "";
position: absolute;
left    : 0;
z-index: 100;
bottom : 0;
width  : 10%;
height   : 3px;  /* or 100px */
background: #eb1b23;


}

.subtitle-section{
margin-bottom:-20px;
color:#666;
font-weight:400;
font-size:13px;
}

.subtitle-section-left {
    margin-bottom: -20px;
    color: #666;
    font-weight: 400;
    font-size: 13px;
    width: 60%;
    margin-left: 20%;
}

.subtitle-section-right {
    margin-bottom: -20px;
    color: #666;
    font-weight: 400;
    font-size: 13px;
    width: 60%;
    margin-left: 20%;
    text-align: right;
}

.archivo-title{
    color:#0054a4;
    text-align: center;
    font-weight: bold;
    text-transform: capitalize;
    margin:0;
}


/*//// Flexbox ////*/
.force-center-h{
    display:flex;
    justify-content: center;
}


.backcaps{
    background: url(../img/itemcaps.jpg) center center no-repeat;
    background-size:contain;
}

.req-img{
    max-width:300px;
}

.form-control {
    border-radius: 50px;
    border: 1px solid #eb2324;
    padding: 5px 8px;
    min-height: 40px;
}


.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td,
.table-responsive{
    border:none;
}


.alert-danger{
    background-image: -webkit-linear-gradient(top,#f90000 0,#da0404 100%);
    background-image: -o-linear-gradient(top,#f90000 0,#e7c3c3 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f90000),to(#da0404));
    background-image: linear-gradient(to bottom,#f90000 0,#da0404 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f90000', endColorstr='#da0404', GradientType=0);
    background-repeat: repeat-x;
    border-color: #f90000;
    color:white;
}

form#formularioCurso {
    margin-top: 80px;
    width: 400px;
    margin: auto;
    margin-top: 80px;
    max-width: 100%;
}

form#formularioCurso label {
    display: flex;
    flex-direction: column;
    font-size: 20px;
}

form#formularioCurso input {
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 40px;
    padding:5px;
}

form#formularioCurso button {
    background: #3376b6;
    color: white;
    padding: 5px 20px;
    border-radius: 5px;
    outline: none;
    border: 1px solid #3376b6;
    margin: auto;
    display: block;
    margin-top: 20px;
    transition:all ease .4s;
    font-weight:bold;
}


form#formularioCurso button:hover {
    color: #3376b6;
    background: white;
    border: 1px dashed #3376b6;
}

/*//////// RESPONSIVE  /////////*/

@media (max-width: 1200px){
    .pse-button {
        top: 65;
        right: 2px;
    }

    .back-pildoras{
        background: url(../img/backhd.jpg) center center no-repeat;
        background-size:cover;
    }

    .back2-pildoras{
        background: url(../img/back2hd.jpg) center center no-repeat;
        background-size:cover;
    }
}

@media (min-width: 850px)and (max-width: 1000px){
        /*//////// MENU  /////////*/
        .hidden-special{
            display:none !important;
        }

        .navbar.navbar-default .container {
                width:100% !important;
                padding:0px;
        }
        /*//////// fin.MENU  /////////*/

        .pildora-top {
            height: 600;
            padding-top: 400px;
            left: 80;
        }

}


@media (max-width: 992px) {
.title-red-left:after, .title-red-right:after {
    width: 5% !important;
}

.td-hidden-xs{
    display:none;
}

}
@media (min-width: 768px) and (max-width: 850px) {



    .back-pills-gray{
        background: url(../img/backpilsgray.png) left center no-repeat;
    }
    .pildora-top {

        width: 220px;
        height: 500px;
        top: -150;
        left:150;
        padding-top: 300px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
    .hidden-special{
        display:block;
    }

    .navbar.navbar-default .container {
        width:100% !important;
        padding:0px;
    }

    .navbar-toggle{
        margin-top: 15px;
    }

    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand{
        margin-left: 0px;
    }

    button.navbar-toggle.collapsed {
        transform: rotate(-20deg);
    }

    .navbar-header {
        padding-top: 280px;
        /* width: 100px; */
        padding-left: 45px;
    }

    a.navbar-brand {
        width: 140px;
        height: 120px;
    }

    div#bs-example-navbar-collapse-1 {
        background-color: rgba(0, 84, 164, 0.8);
        background-blend-mode: multiply;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: #eb2224;
    }

    ul.nav.navbar-nav {
        height:auto;
        min-height: 40px;
        transform:none;
    }

    .nav.navbar-nav li{
        transform:none;
    }

}

@media (max-width: 850px) {



    .collapse.navbar-collapse{
        background-image: url(../img/texture.jpg);
        background-position: center center;
    }

    .back-pildoras{
        background: url(../img/backsm.jpg) center center no-repeat;
        background-size:cover;
    }

    .back2-pildoras{
        background: url(../img/back2sm.jpg) center center no-repeat;
        background-size:cover;
    }

    .pse-button {
        top: 10;
    }

    .nav.navbar-nav li {
        display: flex;
        width: 100%;
        margin: 0;
        height: 50px;
        border-bottom: 1px solid white;
    }

    .nav.navbar-nav li a {
        border: none;
    }

    .nav.navbar-nav {
        width: 100%;
    }

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

    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: 0px;
    }

    .navbar-toggle{
        margin-top: 15px;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: #02a0a7;
        border: none;
    }

    .logo-proyecto{
        position:relative;
        right:auto;
        height: 180px;
    }
    .logo-proyecto img{
        margin-top:30px;
    }


    ul.nav.navbar-nav {
        height:auto;
        min-height: 40px;
        transform:none;
    }

    .nav.navbar-nav li{
        transform:none;
    }

    .pill-red-bottom {
        background: rgba(235, 27, 35,1);
        position: relative;
        width: 100%;
        border-radius: 0px;
        transform: none;
        height: auto;
        padding: 30px;
        left:0;
        right: 0;
        top: 0;
    }

    .pill-red-bottom .context, .pill-blue-top .context {
        transform: none;
        width:100%;
        text-align:justify;
    }

    .pill-blue-top {
        background-color: rgba(0, 84, 164, 0.8);
        position: relative;
        width: 100%;
        border-radius: 0px;
        transform: none;
        height: auto;
        padding: 30px;
        left:0;
        right: 0;
        top: 0;
    }

}

@media (max-width: 992px) {
   .no-item{
       display:none !important;
   }

    .navbar-brand{
        padding-left: 15px;
    }

    .titulo h1{
        font-size: 38px;
    }



    .clear-xs
    {
        clear:none;
    }

    .clear-md{
        clear:none;
    }


    .clear-sm{
        clear:both;
    }

    .navbar-header {
        padding-top: 300px;
        /* width: 100px; */
        padding-left: 45px;
    }

    a.navbar-brand {
        width: 140px;
        height: 120px;
    }

    .clear-fix-xs{
        clear:none;
    }
}


@media (max-width: 768px) {

    .subtitle-section-right, .subtitle-section-left {
        width:100%;
        margin:0;
    }

    .pse-button {
        top: 10;
        right:0;
    }

    .clear-fix-xs{
        clear:both;
    }

    .back-pildoras{
        background: url(../img/backxs.jpg) center center no-repeat;
        background-size:cover;
    }

    .back2-pildoras{
        background: url(../img/back2xs.jpg) center center no-repeat;
        background-size:cover;
    }

    .pildora-top {
        height: 500px;
        left: 130;
        padding-top: 350px;
        width: 200px;
    }

    button.navbar-toggle.collapsed {
        transform: rotate(-20deg);
    }

    .navbar-header {
        padding-top: 280px;
        /* width: 100px; */
        padding-left: 45px;
    }

    a.navbar-brand {
        width: 140px;
        height: 120px;
    }

    div#bs-example-navbar-collapse-1 {
        background-color: rgba(0, 84, 164, 0.8);
        background-blend-mode: multiply;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: #eb2224;
    }

    .margin-t--20{
        margin-top: 0px;
    }

    .titulo h1{
        font-size: 30px;
    }

    .carousel-destacado{
        left:-15px;
    }



    .clear-md{
        clear:none;
    }


    .clear-sm{
        clear:none;
    }

    .clear-xs
    {
        clear:both;
    }

    ul.dropdown-menu.back-blue {
        /* background: white; */
        width: 60% !important;
    }

    li.subitem {
        background: #666666;
        border-bottom: 1px solid rgba(0,84,164,0.8) !important;
        width: 100%;
        min-height: 35px !important;
        color:white;
    }

    li.subitem a{
        color:white !important;
    }

    li.dropdown.open {
        height: auto;
    }

    .nav.navbar-nav li{
        transform:none;
    }
    ul.nav.navbar-nav{
        margin-left: 0px;
    }

    .img-tarjeta{
        width: 70%;
        margin-left:15%;
        position: relative;
        margin-top: 0;
    }

}

@media (max-width: 580px) {

    .pildora-top {
        background: rgba(235, 27, 35,1);
        position: relative;
        width: 100%;
        border-radius: 0px;
        transform: none;
        height: auto;
        padding: 30px;
        left:0;
        right: 0;
        top: 0;
    }

  #myCarousel .pildora-top, #myCarousel .pill-red-bottom {
        background: rgba(235, 27, 35,1);
        position: absolute;
        width: 100%;
        border-radius: 0px;
        transform: none;
        height: auto;
        padding: 30px;
        left:0;
        right: 0;
        bottom: 0;
    	top: auto;
    }

    .title-red-left:after, .title-red-right:after {
        width: 2% !important;
    }

    .pildora-top img{
       transform: none;
    }
}

#dian-page{
  margin-top:140px;
}