﻿
.header {
    color: #ffffff;
    padding: 20px 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
/* Fixed Header
----------------------------------------------------------------------------- */
.fixed-header-on .header {
    /*background-color: rgba(0, 0, 0, 0.95);*/
    /*background-color: rgba(0, 0, 0, 1);*/
    padding: 5px 0;
}
.fixed-header-on .navbar-header {
    margin-top: -25px;
    max-height:20px;
}

.fixed-header-on .site-name {
    font-size: 12px;
}

.fixed-header-on .logo {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    margin-top: 0;
    margin-bottom: 0;
}

@media (min-width:768px) {
    .fixed-header-on .navbar-inverse .navbar-nav > li > a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (max-width:979px) {
    .fixed-header-on .logo,
    .fixed-header-on .site-name,
    .fixed-header-on .site-slogan {
        display: none;
    }
}

/* Fixed Header
----------------------------------------------------------------------------- */
.space-menu {
    padding: 30px 0;
}

/* Logo, Site Name, Site Slogan
---------------------------------- */
.logo {
    margin: 10px 10px 10px 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.logo,
.site-name-and-slogan {
    float: left;
}

.site-name {
    font-size: 36px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .site-name a {
        color: #ffffff;
    }

        .site-name a:hover {
            text-decoration: none;
        }

.site-slogan {
    font-size: 12px;
}

@media (max-width:999px) {
    /*.logo {
        display: none;
    }*/

    .logo {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        margin-top: 0;
        margin-bottom: 0;
    }
     .navbar-header {
    margin-top: -30px;
    max-height:20px;
}
}

/* Images Overlay
----------------------------------------------------------------------------- */
.overlay-container {
    position: relative;
    display: block;
    overflow: hidden;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: -1px;
    left: 0;
    right: -1px;
    background-color: rgba(85, 172, 238, 0.9);
    cursor: pointer;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

    .overlay:hover {
        text-decoration: none;
    }

    .overlay span {
        position: absolute;
        display: block;
        bottom: 10px;
        text-align: center;
        width: 100%;
        color: #ffffff;
        font-size: 13px;
        font-weight: 300;
    }

    .overlay i {
        position: absolute;
        left: 50%;
        top: 50%;
        font-size: 18px;
        line-height: 1x;
        color: #ffffff;
        margin-top: -8px;
        margin-left: -8px;
        text-align: center;
    }

.overlay-container:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 42.5px;
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d;
}

/* Modals
---------------------------------- */
.modal-content {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.modal-header {
    background-color: #fc7700;
    color: #ffffff;
}

    .modal-header h4 {
        color: #ffffff;
    }

    .modal-header h3 {
        color: #ffffff;
    }

    .modal-header h2 {
        color: #ffffff;
    }

    .modal-header .close {
        font-weight: 300;
        color: #FFFFFF;
        text-shadow: none;
        filter: alpha(opacity=100);
        opacity: 1;
    }

/* Large devices (Large desktops 1200px and up) */
@media (min-width:1200px) {
    .modal-lg {
        width: 1140px;
    }
}

/* Tooltips*/
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-inner-relativo {
    position: absolute;
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
    z-index: 999;
}

.tooltip-inner-fixed {
    position: fixed;
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
}


/*********************************************************************************/
/* MAPA OVERLAY                                                                     */
/*********************************************************************************/
.lugar_remarcado {
    fill: #a6ce38;
}
.mapaover, .overlay-mapa {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 20;
    top: 0;
    left: 0;
    background-color: rgba(61,61,61,0.9);
    opacity: 1;
}

.overlay-mapa {
    z-index: 19 !important;
}

/*********************************************************************************/
/* GIF ANIMATOR                                                                     */
/*********************************************************************************/

.loadingAnimation, .overlay-uppanel {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: rgba(61,61,61,0.3);
    opacity: 1;
}

.overlay-uppanel {
    z-index: 99999 !important;
}

.fullOverlay-uppanel {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100004;
    top: 0;
    left: 0;
    background-color: #333;
    opacity: .7;
    display: none;
}

.loadingAnimation img {
    border-radius: 5px;
    opacity: .8;
    top: 50%;
    left: 45%;
    position: absolute;
    margin-top: -40px;
    margin-right: -40px
}
.loadingAnimation h3 {
      border-radius: 5px;
    opacity: 1;
    top: 35%;
    left: 47%;
    position: absolute;
    margin-top: -40px;
    /* margin-right: -40px; */
    background-color: aquamarine;
    padding: 20px;
}

/***********************************************************/
/* TRANSLUCENT BG                                         */
/***********************************************************/

.translucent-bg {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-position: 50% 0;
    background-repeat: no-repeat;
    z-index: 1;
    position: relative;

   
}

    .translucent-bg .translucent-bg {
        margin-top: 80px;
        z-index: 2;
    }

    .translucent-bg:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
    }

    .translucent-bg.blue:after {
        background-color: rgba(85, 172, 238, 0.7);
    }

    .translucent-bg .container {
        z-index: 3;
        position: relative;
    }

    .translucent-bg .container-full {
        z-index: 3;
        position: relative;
        background-color: transparent;
    }

/************************************************************/
/*  Alineacion Verticar */
/************************************************************/
.vcenter {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}


/************************************************************/
/*  Listas sin iconos*/
/************************************************************/
.list-icons {
    padding: 0;
    margin: 20px 0;
    list-style: none;
    font-size: 18px;
}

    .list-icons li {
        padding: 0 0 15px 0;
    }

/************************************************************/
/*  Sobre Patter */
/************************************************************/
.sobre-pattern {
    z-index: 2;
}

/************************************************************/
/*  titulos */
/************************************************************/

h4 {
    color: #909090;
    margin-bottom: 15px;
    margin-top: 15px;
    text-transform: capitalize;
}

/*********************************************************************************/
/* alto 100 percent                                                                     */
/*********************************************************************************/


.fill {
    min-height: 100%;
    height: 100vh;
}
/*********************************************************************************/
/* MargenDerecho                                                                      */
/*********************************************************************************/

.line-rigth {
    padding-right: 20px;
    border-right: 1px solid #ccc;
}

@media (max-width:991px) {
    .line-rigth {
        /*Pasamos la linea para abajo*/
        padding-right: inherit;
        border-right: none;
        padding-bottom: 20px;
        border-bottom: 1px solid #ccc;
    }
}
/************************************************************/
/*  CSS para el fileupload  */
/************************************************************/
.myfileupload-buttonbar input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border: solid transparent;
    border-width: 0 0 100px 200px;
    opacity: 0.0;
    filter: alpha(opacity=0);
    -o-transform: translate(250px, -50px) scale(1);
    -moz-transform: translate(-300px, 0) scale(4);
    direction: ltr;
    cursor: pointer;
}

.myui-button {
    position: relative;
    cursor: pointer;
    text-align: center;
    overflow: visible;
    background-color: none;
    overflow: hidden;
    text-align: center;
}
/************************************************************/
/*  CORNER RIBBONS  */
/************************************************************/
* {
    padding: 0;
    /* Standard Reset, and we're adding box-sizing:border-box because it's awesome. */
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}

/*.content-box {
  width: 100%;
  height: 400px;
  max-width:80%;
  margin: 94px auto 0 auto;
  position: relative;
  /* So we can position the banner within the box */

background: gray; border: 5px solid white; box-shadow: 0 0 10px rgba(0, 0, 0, .3); -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .3); -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

*/ #ribbon-container {
    border: solid 1px #000;
    position: fixed;
    top: 15px;
    right: -20px;
    overflow: visible;
    /* so we can see the pseudo-elements we're going to add to the anchor */
    font-size: 5px;
    /* font-size and line-height must be equal so we can account for the height of the banner */
    line-height: 5px;
}

#ribbon-container:before {
    /*content: "";*/
    height: 0;
    width: 0;
    /*display: block;*/
    position: absolute;
    top: 3px;
    left: 0;
    border-top: 9px solid rgba(0, 0, 0, .3);
    /* These 4 border properties create the first part of our drop-shadow */
    border-bottom: 10px solid rgba(0, 0, 0, .3);
    border-right: 10px solid rgba(0, 0, 0, .3);
    border-left: 10px solid transparent;
}

#ribbon-container:after {
    /* This adds the second part of our dropshadow */
    content: "";
    height: 3px;
    background: rgba(0, 0, 0, .3);
    /*display: block;*/
    position: absolute;
    bottom: -3px;
    left: 18px;
    right: 3px;
}

#ribbon-container a {
    text-decoration: none;
}

    #ribbon-container a:hover {
        text-decoration: none;
    }

#ribbon-container span {
    /*display: block;*/
    width: 50px;
    padding: 5px;
    position: relative;
    /* allows us to position our pseudo-elements properly */
    background: #EC2D2D;
    overflow: visible;
    height: 9px;
    margin-left: 9px;
    color: #fff;
    text-decoration: none;
    font-size: 10px;
    right: -20px;
    text-decoration: none;
}

    #ribbon-container span:after {
        /* this creates the "folded" part of our ribbon */
        content: "";
        height: 0;
        width: 0;
        /*display: block;*/
        position: absolute;
        bottom: -5px;
        right: 0;
        border-top: 5px solid #004a70;
        border-right: 5px solid transparent;
    }

    #ribbon-container span:before {
        /* this creates the "forked" part of our ribbon */
        content: "";
        height: 0;
        width: 0;
        /*display: block;*/
        position: absolute;
        top: 0;
        left: -12px;
        border-top: 12px solid #EC2D2D;
        border-bottom: 12px solid #EC2D2D;
        border-right: 12px solid transparent;
        border-left: 12px solid transparent;
    }

    #ribbon-container span:hover {
        background: #FF0000;
    }

        #ribbon-container span:hover:before {
            /* this makes sure that the "forked" part of the ribbon changes color with the anchor on :hover */
            border-top: 12px solid #FF0000;
            border-bottom: 12px solid #FF0000;
        }

/************************************************************/
/*  FOTO CIRCULAR */
/************************************************************/
.circular-photo-sm {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    background: url(../img/sinfoto.png) no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    box-shadow: 0 0 10px rgba(136, 8, 0, .8);
    -webkit-box-shadow: 0 0 10px rgba(136, 8, 0, .8);
    -moz-box-shadow: 0 0 10px rgba(136, 8, 0, .8);
}

.circular-photo-lg {
    width: 200px;
    height: 200px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    background: url(../images/sinfoto.png) no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    box-shadow: 0 0 10px rgba(136, 8, 0, .8);
    -webkit-box-shadow: 0 0 10px rgba(136, 8, 0, .8);
    -moz-box-shadow: 0 0 10px rgba(136, 8, 0, .8);
}
/************************************************************/
/*  LOGO SOMBREADO*/
/************************************************************/
.logo-sombreado {
    border-radius: 6px;
    box-shadow: 0 0 5px rgba(136, 8, 0, .8);
    -webkit-box-shadow: 0 0 5px rgba(136, 8, 0, .8);
    -moz-box-shadow: 0 0 5px rgba(136, 8, 0, .8);
    padding: 10px;
    margin: 5px;
}
/*********************************************************************************/
/* GALERIA DE IMAGENES                                                                     */
/*********************************************************************************/
.cuadro-foto {
    font-size: 0;
    display: inline;
    width:0;
    /*border:solid 2px #dcf507;*/
    bottom:0;
}

    /*.cuadro-foto img {
        border: solid 2px #FF0000;
        padding: 0;
        max-height: 220px;
        max-width: 220px;
        display: inline;
    }*/

    .cuadro-foto div {
        /*display:inline-block;
        background-position: center center;
            background-repeat: no-repeat;            
            background-size:cover;
        margin: auto;        
        background-size: 100% auto;*/
         width: 240px;
    height: 240px;
    bottom:0;
    top:0;
    /*border: solid 2px #FF0000;*/
    display:inline-block;
        font-size: 0;
    }

/*********************************************************************************/
/* Punteros de manuta                                                                      */
/*********************************************************************************/
.raton-manita {
    cursor:pointer;
}
.raton-manita:hover {
    cursor:pointer;
    -webkit-transform: scale(1.2);
}

/* Photo Overlay 
----------------------------------------------------------------------------- */
.image-box {
    
    /*border:solid 1px #000;*/
}

.image-box img {
        display: block;
        margin: auto;
    }
.photo-overlay-container {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 5px;
    margin: auto;
}

    .photo-overlay-container label {
        /*border:solid 1px #000;*/
        font-size: 16px;
        min-height:100px;
        color: #fff;
        white-space:normal;
        text-align:center;
        
    }
.photo-overlay {
    /*width: 100px;
	height: 100px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	
    background-color: rgba(85, 172, 238, 0.9);
    background-position-x:center;
    background-position-y:center;*/
    margin: 0 auto;
    width: 200px;
    height: 200px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    /*display: block;*/
    position: absolute;
    top: 5px;
    bottom: 0px;
    left: 0;
    right: 0px;
    background-color: rgba(85, 172, 238, 0.9);
    cursor: pointer;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

    .photo-overlay:hover {
        text-decoration: none;
    }

    .photo-overlay span {
        position: absolute;
        display: block;
        bottom: 50px;
        text-align: center;
        width: 100%;
        color: #ffffff;
        font-size: 13px;
        font-weight: 300;
    }

    .photo-overlay i {
        position: absolute;
        left: 50%;
        top: 50%;
        font-size: 18px;
        line-height: 1x;
        color: #ffffff;
        margin-top: -8px;
        margin-left: -8px;
        text-align: center;
    }
    

.photo-overlay-container:hover .photo-overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* FILAS DEL MISMO TAMAÑO
----------------------------------------------------------------------------- */
.row-tabla{
     overflow: hidden;
}
.equal, .equal > div[class*='col-'] {  
         margin-bottom: -99999px;
    padding-bottom: 99999px;
}