body {
    margin-top: 80px;
    /*misma altura que el menu*/
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;

}

h1 {
    font-size: 36px;
    font-weight: 300;
}

@media only screen and (max-width: 480px) {
    h1 {
        font-size: 30px;

    }
}

h2 {
    font-size: 24px;
    line-height: 120%;
    font-weight: 300;
}

@media only screen and (max-width: 480px) {
    h2 {
        font-size: 18px;

    }
}

h3 {
    font-size: 22px;
    line-height: 120%;
    font-weight: 300;
}

p {
    font-size: 19px;
    line-height: 120%;
    font-weight: 300;
}

@media only screen and (max-width: 480px) {
    p {
        font-size: 16px;

    }
}

ul li {
    font-size: 18px;
}

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

.no-padding {
    padding: 0px !important;
    margin: 0px !important;
}

.center {
    text-align: center;
}

/* sirve para centrar columna verticalmente*/
.v-center-holder {
  position: relative;
  min-height: 18rem;
}

.v-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* sirve para centrar columna verticalmente, pero no funciona de manera resposiva*/
.vertical-align {
  display: flex;
  flex-direction: row;
}


.vertical-align > [class^="col-"],
.vertical-align > [class*=" col-"] {
  display: flex;
  align-items: center;
  justify-content: center; /* Optional, to align inner items
                              horizontally inside the column */
}

/**
 *  Do NOT include this part into your stylesheet.
 *  "flex: 1" or "flex-grow: 1" is added to make the inner div
 *  - Which is also a flex-item - take up all the horizontal space
 *  available space inside the flex container (.col-* elements)
 */
.vertical-align > [class^="col-"] > div,
.vertical-align > [class*=" col-"] > div {
  /* flex: 1; */
  flex-grow: 1;
}




/*colores textos***************************************************************************************************************************/

.text-color-1 {
    color: #ffffff !important;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.39);
}

.text-color-2 {
    color: #8d9195 !important;
}

.text-color-3 {
    color: #1b6072 !important;
}

.text-color-4 {
    color: #249a9e !important;
}

.text-color-5 {
    color: #0f4167 !important;
}


/* SEPARADORES* *********************************************************************************************************/

.sep-1 {
    border-bottom: 5px #1e979b solid;
    height: 20px;
    width: 90px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 15px;
}

.sep-2 {
    border-bottom: 5px #ffffff solid;
    height: 20px;
    width: 90px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 15px;
}

.sep-3 {
    background-image: url("../images/sep-shadow.png");
    background-position: center;
    background-repeat: no-repeat;
    height: 20px;
    width: 100%;
}


/* bg: jumbotron * *********************************************************************************************************/
.header{
    position: relative;

    text-align: left;
    color: #fff;
    /*misma altura que NAVBAR*/
    padding-top: 80px;
    min-height: 400px;
    letter-spacing: 0px;
}

.header.header-1 {
    background: url("../images/h-home.jpg") no-repeat center;
}

.header.header-2 {
   background: url("../images/h-responsabilidad.jpg") no-repeat center;
}

.header .titulos {
    margin-top: 20px;
}

.header .titulos h1 {
    margin: 20px 0px 20px 5px;
}

.header .titulos h4 {
    margin: 20px 0px 15px 5px;
}

@media only screen and (max-width: 480px) {
    .header {
        background-position: left top !important;
        min-height: 320px;
    }
}



/* BGs * **************************************************************************************************************************/

.bg-1 {
    background-image: url("../images/bg-1.jpg");
    background-position: top center;
}

.bg-2 {
    background-image: url("../images/bg-2.jpg");
    background-position: center;
}

.bg-3 {
    background-image: url("../images/bg-3.jpg");
    background-position: center;
}

.bg-4 {
    background-image: url("../images/bg-4.jpg");
    background-position: center;
}

.bg-5 {
    background-image: url("../images/bg-5.jpg");
    background-position: top center;
}

.bg-color-1 {
    background-color: #ffffff;
}

.bg-color-2 {
    background-color: #adcb4b;
}

.bg-color-3 {
    background-color: #3a3c3e;
}

.bg-color-4 {
    background-color: #96C11E;

}

.panel-1 {
    max-width: 645px;
    border: 1px #e5e5e5 solid;
    -webkit-box-shadow: 0px 0px 21px 1px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 0px 21px 1px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 21px 1px rgba(0, 0, 0, 0.07);
    padding: 20px;
}

.panel-2 {
    width: 100%;
    padding: 20px;
    background-color: #fff;
    -webkit-border-radius: 20px 20px 0px 0px;
    -moz-border-radius: 20px 20px 0px 0px;
    border-radius: 20px 20px 0px 0px;
    display: block;
}

.panel-3 {
    width: 100%;
    border: 1px #96C11E solid;
    padding: 20px;
}


/* PILARES **********************************************************************************************************/

.pilar-izq {
    width: 100%;
    height: 100%;
    border-radius: 0px 51px 0px 0px;
    -moz-border-radius: 0px 51px 0px 0px;
    -webkit-border-radius: 0px 51px 0px 0px;
    padding: 20px;
}
.pilar-der {
    width: 100%;
    height: 100%;
    border-radius: 51px 0px 0px 0px;
    -moz-border-radius: 51px 0px 0px 0px;
    -webkit-border-radius: 51px 0px 0px 0px;
    padding: 20px;
}

/* viñetas : bullets **********************************************************************************************************/


ul.vineta-1 {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.vineta-1 li {
    background: url("../images/vineta-1.png") no-repeat left 5px;
    line-height: 26px;
    padding-left: 28px;
    padding-top: 0px;
    font-size: 16px !important;
    padding-bottom: 10px;
}


/* LINKS  **********************************************************************************************************/

.link-1 {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.link-1:hover,
.link-1:active {
    color: #249a9e;
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.link-2 {
    color: #249a9e;
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.link-2:hover {
    color: #236e71;
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.link-3 {
    color: #96C11E;
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    /* text-shadow: 1px 1px 1px #801954;*/
}

.link-3:hover {
    color: #515151;
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}


.link-scale {
    transition: all .2s ease-in-out;
}

.link-scale:hover {
    transform: scale(1.1);
}

/* MODAL CON CENTRADO VERTICAL**********************************************************************************************************/

.modal {
    text-align: center;
    padding: 0 !important;
    z-index: 10000;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.debugging{
    border:1px dashed red;
}
