/* --------------------------------------
    MODIFICACI�N ESTILOS BOOTSTRAP
------------------------------------------*/
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

.btn-circle.btn-xl:hover {
    color: #fff;
    background-color: #31B0D5;
    border-color: #ffffff;
}
/*---------------------------------------
   TIPOGRAFIA WEB         
  -----------------------------------------*/
.titulo-pagina h1 {
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    font-weight: normal;
    font-size: 40px;
    margin-bottom: 0;
    -webkit-box-sizing: border-box;
}
.titulo h1 {
    color: #087B35;
    font-size: 32px;
}
.subtitulo-pagina h2 {
    color: #3c6b9d;
}
.subsubtitulo-pagina h3 {
    color: #5e93e6;
}

.centrearRDLinea {
    text-align: center;
    width :300px;
    height:100px;
}
centrearRD{
    text-align:center;
}

@media handheld, only screen and (max-width: 1200px) {
    h2 {
        font-size: 25px;
        line-height: 1.0;
    }
}
    /*---------------------------------------
   CABECERA         
  -----------------------------------------*/
/*.my-fixed-item {
    position: fixed;
    min-height: 100px;
    width: 100%;
    text-align: center;
    word-wrap: break-word;
    background-color: #4aaa5f;
    z-index: 100;
}*/



    .cabecera_logo {
        /*background-image: url(../img/fondos/fondo11.png);
            background-size: 100% 100%;*/
        background-color: #ffffff;
        /*font-family: 'Lobster', cursive;*/
        height: 125px; 
        text-align: right;
        width: 100%;
    }

    @media handheld, only screen and (max-width: 767px) {
        .cabecera_logo {
            display: none;
        }
    }

    .menu_gestora {
        color: red;
        height: auto;
    }

.menu_reclutamiento {
    color: rgba(0, 0, 0, 0.2);
    height: 10px;
    width: 150px;
    background-color: #d7dddd;
}
    .fixed_menu {
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 2000;
        background-color: white;
    }

.fixed_menu2 {
    left: 0;
    position: fixed;
    right: 0;
    top: 75px;
    z-index: 2000;
    
}

    .menu-fixed {
        position: fixed;
        z-index: 1000;
        top: 0;
        /*max-width:1000px;*/
        left: 0;
        width: 100%;
        box-shadow: 0px 4px 3px rgba(0,0,0,.5);
    }
    /*-------------------------------------------
     MENU GESTORA
-------------------------------------------*/
    .nav-container {
        min-height: 20px;
        margin: 5px;
    }

    .sina-nav {
        position: absolute;
    }

        .sina-nav.navbar-transparent {
            background-color: #013475;
        }
    /*---------------------------------------
   LOGO MENU GESTORA         
  -----------------------------------------*/
    .logonav {
        background-size: 150px;
        background-image: url(../images/LogoGestoraBlanco.png);
        background-repeat: no-repeat;
        font-size: x-large;
        height: 60px;
        top: 4px;
        width: 150px;
    }


    /*---------------------------------------
     FOOTER              
 -----------------------------------------*/
    /*
footer {
    background: #8d939b;
    height: auto;
    padding: 10px 0;
    position: absolute;
    white-space: nowrap;
    width: 100%;
}
footer .section-title {
    padding-bottom: 10px;
}
footer h2 {
    font-size: 20px;
}
footer a,
footer p {
    color: #FFFFFF; 
}
footer strong {
    color: #d9d9d9;
}
footer address p {
    margin-bottom: 0;
}
footer .social-icon {
    margin-top: 25px;
}
.footer-imglink {
    margin-right: 2em;
}
.footer-imglink h2 {
    color: #ffffff;
    padding: 0;
}
.footer_menu h2 {
    margin-top: 2em;
}
.footer_menu ul {
    margin: 0;
    padding: 0;
}
.footer_menu li {
    display: inline-block;
    list-style: none;
    margin: 5px 10px 5px 0;
}
.newsletter-form .form-control {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #303030;
    height: 50px;
    margin: 5px 0;
}
.newsletter-form input[type="submit"] {
    background: transparent;
    border: 1px solid #f9f9f9;
    border-radius: 50px;
    color: #ffffff;
    display: block;
    margin-top: 20px;
    outline: none;
    width: 50%;
}
.newsletter-form input[type="submit"]:hover {
    background: #29ca8e;
    border-color: transparent;
}
.newsletter-form .form-group span {
    color: #909090;
    display: block;
    font-size: 12px;
    margin-top: 20px;
}
    */

    /*---------------------------
       FOOTER ROW
------------------*/
.one {
    background-color: #E9EAEC;
    background-image: -webkit-linear-gradient(20deg, #ffffff 85%, #676767 85%);
}

    @media only screen and (max-width:950px) {
        .one {
           display:none;
        }
       
    }
        .frow {
            background: #676767; /*#087b35;*/ /*#004d09;*/
            clear: both;
            position: absolute;
            width: 100%;
        }

        .frow .col {
            display: block;
            float: left;
            margin: 1% 0 1% 0%
        }

        .frow .col3 {
            width: 28.26%;
            margin: 1% 0 1% 1.6%;
        }

        .frow .col4 {
            width: 23%;
        }

        .frow .col12 {
            width: 100%;
        }

        .frow .col1 {
            width: 94%;
        }

    .frow_logomefp {
        clear: both;
        position: absolute;
        width: 98%;
    }

    .frow_logomefp .col {
        display: block;
        float: left;
        margin: 1% 0 1% 1.6%;
    }

    .frow_logomefp .col3 {
        width: 28.26%;
    }

    .frow_logomefp .col4 {
        width: 23%;
    }

    .frow_logomefp .col12 {
        width: 97%;
    }

    .frow_logomefp .col1 {
        width: 94%;
    }


    @media only screen and (max-width:950px) {
        .columna1_BannerPrincipal
        .col {
            margin: 1% 0 1% 0%;
        }

        .frow .col1, .frow .col3, .frow .col4 {
            width: 100%;
            text-align: center;
        }
    }

  

#footer {
    width: 100%;
    padding-top: 20px;
    margin: 0px 0px 0px 0px;
    background-color: #0788b7; /*#004d09;*/
}

        #footer h5 {
            padding-left: 10px;
            border-left: 3px solid #eeeeee;
            padding-bottom: 6px;
            margin-bottom: 20px;
            color: #ffffff;
        }

        #footer a {
            color: #ffffff;
            text-decoration: none !important;
            background-color: transparent;
            -webkit-text-decoration-skip: objects;
        }

        #footer ul.social li {
            padding: 3px 0;
        }

            #footer ul.social li a i {
                margin-right: 5px;
                font-size: 25px;
                -webkit-transition: .5s all ease;
                -moz-transition: .5s all ease;
                transition: .5s all ease;
            }

            #footer ul.social li:hover a i {
                font-size: 30px;
                margin-top: -10px;
            }

            #footer ul.social li a,
            #footer ul.quick-links li a {
                color: #ffffff;
            }

                #footer ul.social li a:hover {
                    color: #eeeeee;
                }

        #footer ul.quick-links li {
            padding: 3px 0;
            -webkit-transition: .5s all ease;
            -moz-transition: .5s all ease;
            transition: .5s all ease;
        }

            #footer ul.quick-links li:hover {
                padding: 3px 0;
                margin-left: 5px;
                font-weight: 700;
            }

            #footer ul.quick-links li a i {
                margin-right: 5px;
            }

            #footer ul.quick-links li:hover a i {
                font-weight: 700;
            }

    .footer_contentcenter {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        height: auto;
        width: 200px;
        padding-block-start: 20px;
    }

    @media (max-width:767px) {
        #footer h5 {
            padding-left: 0;
            border-left: transparent;
            padding-bottom: 0px;
            margin-bottom: 10px;
        }

        .footer_contentcenter {
            margin: auto;
            height: auto;
            width: 200px;
        }
    }


    /*---------------------------------------
     INDEX BOTONERA GESTORA              
  -----------------------------------------*/
#index_botoneraGestora {
    background-color: rgba(182, 194, 185, 0.3);
    background-size: 100% 100%;
    padding-bottom: 5px;
}

    #index_botoneraGestora .index_TextoBtnG {
        color: #004d09;
        font-size: 30px;
        line-height: inherit;
    }

        #index_botoneraGestora figure {
            display: inline-block;
            margin-left: 15px;
            padding-top: 10px;
            text-align: center;
            vertical-align: top;
        }

            #index_botoneraGestora figure i {
                background: #2F848E;
                border-radius: 100px;
                color: #ffffff;
                font-size: 50px;
                height: 100px;
                line-height: 100px;
                text-align: center;
                width: 100px;
            }

            #index_botoneraGestora figure img {
                background: #087b35;
                border-radius: 100px;
                color: #ffffff;
                font-size: 50px;
                width: 120px;
                height: 120px;
                line-height: 100px;
                text-align: center;
            }

            #index_botoneraGestora figure i:hover {
                background: rgba(0,0,0,0);
                box-shadow: inset 0 0 0 3px #013475;
                color: #013475;
            }

            #index_botoneraGestora figure img:hover {
                background: #4aaa5f;
                box-shadow: inset 0 0 0 6px #004d09;

            }

    @media only screen and (max-width: 992px) {
        #index_botoneraGestora figure {
            padding-top: 10px;
        }

            #index_botoneraGestora figure img {
                background: #087b35;
                border-radius: 100px;
                color: #ffffff;
                font-size: 8px;
                width: 80px;
                height: 80px;
                line-height: 100px;
                text-align: left;
            }

        #index_botoneraGestora .index_TextoBtnG h2 {
            color: #013475;
            display: inline;
            font-size: 15px;
            line-height: inherit;
            padding-left: 20px;
            text-align: right;
        }
    }
    /*---------------------------------------
     INDEX BOTONERA RENTA DIGNIDAD           
  -----------------------------------------*/
    #index_botoneraRD {
        /*background-color: rgba(119, 193, 184, 0.3);*/
        /*background-color: rgba(51, 150, 199, 0.3);*/
        background-size: 100% 100%;
        padding-bottom: 5px;
    }

        #index_botoneraRD .index_TituloBtnRD {
            box-sizing: border-box;
            border-bottom: 2px solid rgba(0, 0, 0, 0.2);
            color: #013475;
            font-weight: normal;
            margin-bottom: 0;
            -webkit-box-sizing: border-box;
        }

        #index_botoneraRD .index_TextoBtnRD {
            color: #004d09;
            font-size: 30px;
            line-height: inherit;
        }

        #index_botoneraRD figure {
            display: inline-block;
            margin-left: 15px;
            padding-top: 10px;
            text-align: center;
            vertical-align: top;
        }

            #index_botoneraRD figure i {
                background: #2F848E;
                border-radius: 100px;
                color: #ffffff;
                font-size: 50px;
                height: 100px;
                line-height: 100px;
                text-align: center;
                width: 100px;
            }

            #index_botoneraRD figure img {
                background: #087b35;
                border-radius: 100px;
                color: #ffffff;
                font-size: 50px;
                height: 120px;
                line-height: 100px;
                text-align: center;
                width: 120px;
            }

            #index_botoneraRD figure i:hover {
                background: rgba(0,0,0,0);
                box-shadow: inset 0 0 0 3px #013475;
                color: #013475;
            }

            #index_botoneraRD figure img:hover {
                background: #4aaa5f;
                box-shadow: inset 0 0 0 6px #004d09;
                color: #013475;
            }

    @media only screen and (max-width: 992px) {
        #index_botoneraRD figure {
            padding-top: 10px;
        }

            #index_botoneraRD figure img {
                background: #087b35;
                border-radius: 100px;
                color: #ffffff;
                font-size: 8px;
                width: 80px;
                height: 80px;
                line-height: 100px;
                text-align: left;
            }

        #index_botoneraRD .index_TextoBtnRD h2 {
            color: #013475;
            display: inline;
            font-size: 15px;
            line-height: inherit;
            padding-left: 20px;
            text-align: right;
        }
    }
    /*------------------------------------
    INDEX IMAGEN FONDO
------------------------------------*/
    .index_fondoimg {
        background-image: url('../images/fondo11.png');
        background-size: 100% 100%;
    }

    .index_bannerbackground {
        background-color: transparent;
        /*background-color: rgba(1, 52, 117,0.2);*/
        height: 100%;
        opacity: 0.8;
        padding: 10px;
        position: absolute;
        width: 100%;
        z-index: 1;
    }


    /*----cuadro linksvisitados*/

#cuadroBlanco {
    transition: ease all .5s;
}


.index_bannerBonoUniversal{
    background-color: rgba(242,242,242,0.85);
    border-radius: 2%;
    margin-left: 77%;
    margin-top: 23%;
    padding: 12px;
    position: absolute;
    width: 300px;
    z-index: 50;
}


.index_bannercuadroblanco {
    background-color: rgba(242,242,242,0.85);
    border-radius: 2%;
    margin-left: 77%;
    margin-top: 23%;
    padding: 12px;
    position: absolute;
    width: 300px;
    z-index: 50;
}

    @media handheld, only screen and (max-width: 1328px) {
        .index_bannercuadroblanco {
            margin-left: 75%;
            margin-top: 23%;
        }
    }
    
    @media handheld, only screen and (max-width: 1220px) {
        .index_bannercuadroblanco {
            margin-left: 73%;
            margin-top: 19%;
        }
    }
    
    @media handheld, only screen and (max-width: 1134px) {
        .index_bannercuadroblanco {
            margin-left: 70%;
        }
    }
    
    @media handheld, only screen and (max-width: 1022px) {
        .index_bannercuadroblanco {
            margin-left: 65%;
            margin-top: 18%;
        }
    }

    @media handheld, only screen and (max-width: 900px) {
        .index_bannercuadroblanco {
            margin-left: 60%;
        }
    }

    @media handheld, only screen and (max-width: 789px) {
        .index_bannercuadroblanco {
            display: none;
        }
    }

    .columna1_BannerPrincipal {
        /*background-color: rgba(1, 52, 117,0.8);*/
        height: 100%;
        padding: 25px;
        text-align: justify;
    }

    .columna2_BannerPrincipal {
        background: #becdcd;
        float: left;
        width: 80%;
        height: 100%
    }

    @media (max-width:880px) {
        .columna1_BannerPrincipal {
            display: none;
            background-color: aqua;
        }
    }

    @media handheld, only screen and (max-width: 1200px) {
        .columna1_BannerPrincipal {
            text-align: justify;
            color: #013475;
            font-size: 12px;
            line-height: 1.5;
            display: none;
        }

            .columna1_BannerPrincipal > h1, h2 {
                font-size: 20px;
                line-height: 1.0;
            }

        .slide__text {
            display: none;
        }

        .slide__text-heading {
            display: none;
        }


    }



    .content-box-yellow {
        background-color: #00C1D5;
        border-radius: 6%;
        color: white;
        padding: 10px;
    }
    /*------------------------------------
    HISTORIA, MISION, VISION
------------------------------------*/
    .container_imagen {
        /*padding: 10px;
    padding-bottom: 50px;*/
        width: 100%;
        height: 100%;
    }

        .container_imagen img {
            background-size: cover;
            border: 10px;
            height: 80%;
            padding: 10px;
            width: 100%;
        }

    @media screen and (max-width: 800px) {
        .container_imagen img {
            height: auto;
            width: 100%;
            padding-right: 15px;
            padding-left: 15px;
        }
    }
    /*MODO MOVIL*/
    @media only screen and (max-width: 1023px) {
        /*.bounceInLeft {
       display:none
    }*/
        .logonavbar-menu {
            display: none;
        }
    }

    @media handheld, only screen and (max-width: 767px) {
        .logonavbar-menu {
            display: none;
        }
    }

    @media only screen and (max-width: 1023px) {
        .logonavbar-menu {
            display: none;
        }
    }





/** SECCI�N INFORMATE**/
.aboutus-section {
    padding: 10px 0;
}

.aboutus-title {
    font-size: 30px;
    letter-spacing: 0;
    line-height: 32px;
    margin: 0 0 39px;
    padding: 0 0 11px;
    position: relative;
    text-transform: uppercase;
    color: #000;
}

    .aboutus-title::after {
        background: #7da872 none repeat scroll 0 0;
        bottom: 0;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        width: 30%;
    }

.aboutus-text {
    color: #606060;
    font-size: 13px;
    line-height: 22px;
    margin: 0 0 35px;
}

a:hover, a:active {
    color: #737373;
    text-decoration: none;
    outline: 0;
}

.aboutus-more {
    border: 1px solid #fdb801;
    border-radius: 25px;
    color: #fdb801;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    padding: 7px 20px;
    text-transform: uppercase;
}

.feature .feature-box .iconset {
    background-color: #D2D4D2;
    float: left;
    position: relative;
    width: 18%;
}

    .feature .feature-box .iconset::after {
        background: #619C01 none repeat scroll 0 0;
        content: "";
        height: 15px;
        left: 43%;
        position: absolute;
        top: 100%;
        width: 2px;
    }

.feature .feature-box .feature-content h4 {
    color: #0f0f0f;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    margin: 0 0 5px;
}


.feature .feature-box .feature-content {
    float: left;
    padding-left: 28px;
    width: 78%;
}
   

    .feature .feature-box .feature-content h4 {
        color: #0f0f0f;
        font-size: 18px;
        letter-spacing: 0;
        line-height: 22px;
        margin: 15px;
    }

    .feature .feature-box .feature-content p {
        color: #606060;
        font-size: 13px;
        line-height: 22px;
    }

.icon {
    font-size: 40px;
    border: 2px solid #619C01;
    border-radius: 100px;
    color: #619C01;
    height: 70px;
    line-height: 70px;
    text-align: center;
    width: 70px;
}

.bg-gray {
    background-color: rgba(165, 170, 166, 0.5);
}
/**FIN  SECCI�N INFORMATE**/


@media handheld, only screen and (min-width: 767px) {
    .mostrar-mobile { 
        display: block;
    }
    .mostrar-mobile1 {
        display: block;
    }
    .mostrar-mobile2 {
        display: block;
    }
    .mostrar-mobile3 {
        display: block;
    }
}




@media handheld, only screen and (max-width: 800px) {
    .mostrar-mobile {
        display: none;
    }

}



/*----cuadro linksvisitados*/

#cuadroNegroMovil {
    transition: ease all .5s;
}

.index_bannercuadronegroMovil {
    background-color: rgba(36, 34, 34, 0.85);
    border-radius: 2%;

    padding: 12px;
    position: absolute;
    width: 300px;
    z-index: 50;

    width: 1200px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
}

/*
@media handheld, only screen and (max-width: 1328px) {
    .index_bannercuadronegroMovil {
        margin-left: 75%;
        margin-top: 21%;
    }
}

@media handheld, only screen and (max-width: 1220px) {
    .index_bannercuadronegroMovil {
        margin-left: 73%;
        margin-top: 19%;
    }
}

@media handheld, only screen and (max-width: 1134px) {
    .index_bannercuadronegroMovil {
        margin-left: 70%;
    }
}

@media handheld, only screen and (max-width: 1022px) {
    .index_bannercuadronegroMovil {
        margin-left: 65%;
        margin-top: 18%;
    }
}

@media handheld, only screen and (max-width: 900px) {
    .index_bannercuadronegroMovil {
        margin-left: 60%;
    }
}

@media handheld, only screen and (max-width: 789px) {
    .index_bannercuadronegroMovil {
        display: none;
    }
}
    */



.boton.alternativo {
    background-color: transparent;
    color: #99af70 !important;
    border: 2px solid #99af70;
    border-radius: 7px;
}

    .boton.alternativo:hover {
        background-color: #99af70 !important;
        color: white !important;
        text-decoration: none;
    }
#backgroundCarta {
    background-color: #D9DCE1;
}

