﻿/* GLOBAL STYLES
-------------------------------------------------- */
/* Body = color: #5a5a5a; */

body {
    color: #5a5a5a;
}

.chr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 2px solid #FFF;
}

.divb {
    border-color: #DADADA;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    padding: 5px;
}

.color_grisFooter {
    color: #DCDCDC;
}

.foundBLUE {
    color: #FFF;
    background-color: #01579b;
}

.modal {
    max-height: 100%;
}

.modal-content {
    height: 90%;
    overflow: auto;
    max-height: 70%;
}

.modal-header {
    height: 15% !important;
    max-height: 15% !important;
}

.modal-body {
    height: 100%;
    overflow: auto;
    max-height: 445px;
    /*max-height: calc(100vh - 415px);
     overflow-y: auto; */
}

.modal-footer {
    height: 15% !important;
    max-height: 15% !important;
}

.ModalGris {
        background-color: #F2F2F2;
        color: #2C3774;
        font-size: 15px;
}

.ModalCeleste {
        background-color: #bfebfa;
        color: #2C3774;
        font-size: 15px;
}

.modalPics {
        background-color: #F2F2F2;
        color: #2C3774;
        font-size: 15px;
        width: 400px;
        height: 200px;
}


.MenuIzq {
    /*border: 1px solid #bbdefb;*/
    border-bottom: 1px solid #bbdefb;
    font-size: 11px;
}

        .MenuIzq:hover {
            background-color: #383838;
        }

.subMenuIZQ {
        background-color: #F2F2F2;
        color: #2C3774;
        font-size: 10px;
        margin-left: 10px;
        padding-bottom: 7px;
}

    @media only screen and (max-width: 767px) {
        .subMenuIZQ2 {
            background-color: #F2F2F2;
            color: #2C3774;
            font-size: 11px;
            margin-left: 2px;
        }
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .subMenuIZQ2 {
            background-color: #F2F2F2;
            color: #2C3774;
            font-size: 14px;
            margin-left: 2px;
        }
    }

    @media only screen and (min-width: 992px) {
        .subMenuIZQ2 {
            background-color: #F2F2F2;
            color: #2C3774;
            font-size: 11px;
            margin-left: 2px;
        }
    }


    /*Intercambio de Imagen del Banner segun Tamaño del Dispositivo*/
.imagen2 {
        display: none;
}

    @media only screen and (max-width: 800px) {
        .imagen1 {
            display: none;
        }

        .imagen2 {
            display: inline-block;
        }
    }

.foundBoton {
        color: #FFFFFF;
        background-color: #0F224E;
}

.foundBoton2 {
        color: #FFFFFF;
        background-color: #0F224E;
        font: 20px;
}

.foundBotonRed {
        color: #FFFFFF;
        background-color: #cb120b;
}

.foundBotonCeleste {
        color: #FFFFFF;
        background-color: #01579b;
}

.textMENU {
        font-size: 14px;
}

.texAmarillo {
    color: yellow;
}

.divBlanco {
        color: #ffffff;
}

        .divBlanco:hover,
        .divBlanco:focus,
        .divBlanco:active {
            color: #ffffff;
            background-color: #0F224E;
            border-color: #0F224E;
        }

.divBlanco2 {
        color: #ffffff;
        background-color: #345174;
}

        .divBlanco2:hover,
        .divBlanco2:focus,
        .divBlanco2:active {
            background-color: #42A0E3;
            color: #ffffff;
            font-size: 16px;
        }


/*Tamaño del Texto h1, Segun tamaño del dispositivo @media only screen and (max-width: 767px) {*/


    @media only screen and (max-width: 767px) {
        .titulos {
            font-size: 15px;
        }
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .titulos {
            font-size: 25px;
        }
    }

    @media only screen and (min-width: 992px) {
        .titulos {
            font-size: 35px;
        }
    }

    /*Clase de los Subtitulos*/

    @media only screen and (max-width: 767px) {
        .subTitulos {
            font-size: 13px;
        }
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .subTitulos {
            font-size: 20px;
        }
    }

    @media only screen and (min-width: 992px) {
        .subTitulos {
            font-size: 25px;
        }
    }



    /*Clase de los parrafos - Publicaciones*/

    @media only screen and (max-width: 767px) {
        .pSize {
            font-size: 12px;
        }
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .pSize {
            font-size: 14px;
        }
    }

    @media only screen and (min-width: 992px) {
        .pSize {
            font-size: 16px;
        }
    }

    /*Fin de Tamaño Texto*/

    /*.titulos {
    font-size: 42px;
    text-shadow: desplazamientoX desplazamientoY radio-de-desenfoque color;
}*/

    /*.subTitulos {
    font-size: 24px;
    text-shadow: desplazamientoX desplazamientoY radio-de-desenfoque color;
}*/

.fontBlck1 {
        font-size: 14px;
        color: black;
        text-shadow: desplazamientoX desplazamientoY radio-de-desenfoque color;
}

.fontCELESTE {
        font-size: 24px;
        color: #007fad;
        text-shadow: desplazamientoX desplazamientoY radio-de-desenfoque color;
}


    /* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
    /* Special class on .container surrounding .navbar, used for positioning it into place. */
.navCOLOR {
        background-color: #01579b;
        /*background-color: #0F224E;*/
}

.navbar-wrapper {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 20;
}

        /* Flip around the padding for proper display in narrow viewports */
        .navbar-wrapper .container {
            padding-right: 0;
            padding-left: 0;
        }

        .navbar-wrapper .navbar {
            padding-right: 15px;
            padding-left: 15px;
        }


    /* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */


    /* Carousel base class */
.carousel {
        max-height: 600px;
        width: 100%;
        margin-bottom: 20px;
}
    /* Since positioning the image, we need to help out the caption */
    .carousel-caption {
        z-index: 10;
    }

    /* Declare heights because of positioning of img element */
    .carousel .item {
        min-height: 120px;
        background-color: transparent;
    }

    .carousel-inner > .item > img {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        max-height: 600px;
        min-height: 120px;
    }

    .carousel-fade {
        .carousel-inner

{
    .item

{
    transition-property: opacity;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
}

.item,
.active.left,
.active.right {
    opacity: 0;
}

.active,
.next.left,
.prev.right {
    opacity: 1;
}

    .next,
    .prev,
    .active.left,
    .active.right {
        left: 0;
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
    }

}

.carousel-control {
    z-index: 2;
}

}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Pad the edges of the mobile views a bit */
.marketing {
  padding-right: 15px;
  padding-left: 15px;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}



/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {

  /* Remove the edge padding needed for mobile */
  .marketing {
    padding-right: 0;
    padding-left: 0;
  }

  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left:  15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left:  0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 768px) {
    .featurette-heading {
        margin-top: 120px;
    }
}