.bg-primary {
    background-color: #0071b3 !important;
}

.img {
	background-image: url("../images/35-01.png");
	background-size: 100%;
	background-position: top right;
	background-repeat: no-repeat;
	padding-left: 40%;
	padding-top: 27%;
	padding-bottom: 17%;

}

.div1 {
	color: rgb(9,109,169);
	font-size: 50px;
}

.div2 {
	color: rgb(9,109,169);
	font-size: 30px;
}

.div3 {
	color: rgb(28,106,139);
	font-size: 15px;
}

.lb {
	font-style: italic;
}

/*.space {
	/*padding-top: 5%;
	padding-bottom: 5%;
	text-align: left;
}*/

.div4 {
	padding-left: 20%;
	padding-top: 2%;
}

.color {
	color: rgb(9,109,169);
	font-size: 23px;
}

.container1 {
	margin-right: auto 5%;
}

.max {
	max-width: 100%;
}

.footer {
	background-color: #0772B4;
	color: #fff;
	text-align: center;
	max-width: 100%;
	letter-spacing: 2px;
	padding-right: 1%;
	padding-top: 15px;
	padding-bottom: 15px;
}

.imgfooter{
	/*width: 35%;
	height: 50%;*/
	padding-left: 2%;
	padding-right: 2%;
	text-align: center;
}

.textfooter{
	font-size: 13px;
	margin-top: 15px;

}

img {
	max-width: 100%;
}

.whatsapp_btn{
	position: fixed;
	right: 26px;
	bottom: 100px;
	width: 60px;
	z-index: 1000;
}
.whatsapp_btn img{
	width: 100%;
	height: auto;
}

.btn-capacitaciones{
    display: block;
    width: 100%;
}

img {
    max-width: 100%;
}

#main-carousel {
    margin-bottom: 60px;
}

#main-carousel .carousel-indicators {
    bottom: -60px;
}

#main-carousel .carousel-indicators li {
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 50%;
    background: #0772b4;
}

.row.service-section {
    border-top: 15px solid #0772b4;
    background-image: url('../images/fondo1-01.jpg');
    background-color: #eff1f3;
    background-size: 90%;
    background-position: top right;
    background-repeat: no-repeat;
}

.row.service-section .row:first-child {
    height: 400px;
}

.row.service-section .row:first-child .service-section-description {
    color: #0772b4;
}

.row.service-section .row:first-child .service-section-description h3 {
    text-align: right;
    font-size: 4rem;
}

.row.service-section .row:first-child .service-section-description {
    font-size: 1.2rem;
}

.row.service-section .row:first-child .service-section-description h3 span {
    color: #29a0d8;
    font-weight: 1000;
}

.service {
    padding: 1rem;
    text-align: center;
    color: #0772b4;
}

.service img {
    margin-bottom: 1rem;
}

.service p {
    font-size: 1.2rem;
    font-weight: 500;
    max-width: 200px;
    margin: 0 auto;
}


/* History Section */

.history-section {
    background-image: url("../images/fondo2.jpg");
    background-color: #0772b4;
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding-top: 15vw !important;
    color: #fff;
}

.history-section h3 {
    font-weight: 100;
    font-size: 2.5rem;
    margin-bottom: 2rem;
}

.history-section .history {
    text-align: justify;
}

.mision,
.vision {
    text-align: justify;
}

.icon-wrapper h4 {
    text-align: center;
    font-weight: 100;
}

.icon-wrapper img {
    display: block;
    margin: 0 auto;
}

.contact-section {
    /*background-image: url("../images/9.png");
	background-repeat: no-repeat;
	background-position: 90% bottom;
	background-size: 30%;*/
}

.contact-title h4 {
    color: #0772b4;
    padding: 1rem;
    margin-top: 5px;
    font-size: 2rem;
}

.contact-form label {
    font-weight: bold;
    color: #0772b4;
}

.contact-form .form-control {
    border: 2px solid #0772b4;
    border-radius: 10px!important;
}

.contact-form label img,
.contact-title img {
    width: 50px;
}

.bg-contact-img {
    background-image: url("../images/9.png");
    background-repeat: no-repeat;
    background-size: 25vw;
    background-position: center bottom;
}

.social-networks {
    color: #0772b4;
    font-size: 1.5rem;
}

.social-networks span {
    margin-right: 1rem;
}

.social-networks-icons img {
    width: 40px;
}

.describer {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
}

.insaforp {
    background: rgba(255, 255, 255, .7);
    color: #0772b4;
}

.propios {
    background: rgba(7, 114, 180, .7);
    color: #fff;
}


/* Estilos para la galeria de imagenes */

.gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.gallery-item {
    min-height: 250px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.gallery-item.reverse {
    flex-direction: row-reverse;
}

.img-layer {
    background: #111;
}

.img-layer img {
    width: 100%;
    object-fit: cover;
}

.text-layer {
    color: #0772b4;
    padding: 1rem;
    background: rgb(22, 21, 21);
    box-sizing: border-box;
}

.text-layer h3 {
    font-weight: bold;
    border-bottom: 2px solid #0772b4;
    padding-bottom: 1rem;
}

.img-layer,
.text-layer {
    width: 50%;
}

.textcolor {
    color: #0772B4;
}

.titulos {
    font-size: 24pt;
    font-weight: bold;
}

.tituloblog {
    font-size: 44pt;
}

.reversocolor {
    color: #fff;
}

.imgliderazgo {
    width: 70%;
    padding-top: 7%;
    padding-bottom: 7%;
    margin-right: 5%;
    margin-left: 5%;
}

.imgredes {
    width: 50px;
    padding-right: 1%;
    margin-top: 5%;
}

.divespacio {
    margin-top: 5%;
    margin-left: 5%;
}

.divpadre {
    margin-top: 10%;
}

.form-inline .form-control {
    border-radius: 1em !important;
    border: 1px solid #0772B4;
}

.form-control.form-btn {
    background: #0772b4 !important;
    color: #fff;
}

.form-control.form-btn:hover {
    background: #005294 !important;
}

.capacitaciones h2,
.capacitaciones .col-12 {
    color: #0772b4;
}

.capacitaciones h2,
.capacitaciones .col-12 h3.section-title {
    padding: 1rem 3rem;
}

.text-layer h3 {
    color: #fff;
}

.capacitaciones h2 {
    padding: 3rem;
    font-size: 3rem;
}

.capacitaciones h3 {
    margin-top: 2rem;
    font-weight: lighter;
}

@media screen and (max-width: 1992px) {
    .gallery {
        grid-template-columns: 1fr;
    }
    .gallery-item,
    .gallery-item.reverse {
        flex-direction: row;
    }
    .gallery-item:nth-child(2n) {
        flex-direction: row-reverse;
    }
    .img-layer img {
        max-height: 450px;
        height: 100%;
    }
}

@media screen and (max-width: 960px) {
    .gallery {
        grid-template-columns: 1fr;
    }
    .gallery-item,
    .gallery-item.reverse {
        flex-direction: row;
    }
    .gallery-item:nth-child(2n) {
        flex-direction: row-reverse;
    }
}

@media screen and (max-width: 760px) {
    .gallery {
        grid-template-columns: 1fr;
    }
    .gallery-item,
    .gallery-item.reverse,
    .gallery-item:nth-child(2n) {
        flex-direction: column;
    }
    .img-layer,
    .text-layer {
        width: 100%;
    }
    .img-layer img {
        height: 100%;
    }
}


/*Estilos sso.html*/

.center {
    padding: 100px 50px;
    border-bottom: 5px solid #007FFE;
}

.bordes {
    border-top: 11px solid #007FFE;
    border-bottom: 11px solid #007FFE;
}

.position {
    padding-left: 2px;
}

.texto {
    padding-top: 3rem;
    padding-left: 40px;
    text-align: justify;
    font-size: 23px;
    color: #007FFE;
    font-weight: bold 50;
}

.contenido {
    padding-top: 2rem;
    padding-left: 40px;
    padding-right: 5px;
    font-size: 15px;
    text-align: justify;
    color: #007FFE;
}

.textposition {
    position: absolute;
    margin: 25px 80px;
    height: 150px;
    left: 0;
    bottom: 0;
    font-size: 12px;
    text-align: justify;
    color: #fff;
    border-radius: 30px;
    background-color: rgb(0, 0, 0);
    opacity: 0.6;
    filter: alpha(opacity=60);
    /* IE < 9.0 */
    padding: 30px;
}

.image {
    margin-right: 50rem;
}

.branding {}

.row .horario_atencion {
    margin-top: 25px;
    width: 100%;
    font-size: 18px;
    color: #0772B4;
    font-weight: 700;
}

.vernoti {
    background: #fff;
    color: rgb(63, 112, 177);
    font-size: 16px;
    text-decoration: none;
    width: 95px;
    border-radius: 25px;
    padding: 10px;
    text-align: center;
    margin-top: 45px;
}

.vernoti:hover {
    background: rgb(29, 100, 194);
    color: #fff;
    border-radius: 25px;
    text-decoration: none;
}