* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.title,
.titulos,
.titulo2 {
    font-family: 'Rufina', serif;
    /* font-family: Vegur, 'PT Sans', Verdana, sans-serif; */
}

.texto {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 20px;
}

.desc,
p {
    font-family: Vegur, 'PT Sans', Verdana, sans-serif;
}

.justificado {
    text-align: justify;
}

img {
    width: 100%;
    height: 100%;
}

section {
    padding-bottom: 120px;
}

a {
    text-decoration: none;
    color: black;
}

.titulo2 {
    color: #0bdb6c;
}

.titulo2:hover {
    color: black;
}

.section-divider {
    display: block;
    width: 150px;
    height: 3px;
    background: #18d36e;
    margin: auto;
}

.titulos:hover {
    color: #18d36e;
}


/*NAV*/

.logo-menu {
    width: 80px;
    height: 75px;
    margin-top: 20px;
}

.logo-menu:hover {
    width: 80px;
    height: 75px;
    border-radius: 50%;
    box-shadow: 0px 0px 5px 3px rgb(250, 250, 250);
}

.logo img {
    width: 150px;
    height: 135px;
    border-radius: 50%;
}

.logo img:hover {
    width: 150px;
    height: 135px;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 3px rgb(250, 250, 250);
}

.navbar-brand {
    color: #18d36e;
    font-size: 27px;
}

.navbar-brand:hover {
    color: white;
}

#header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    transition: all 0.9s;
    z-index: 100;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 15px;
    /* background-image: url(../img/bg-header1.png); */
    border-bottom: 1px solid #0df077;
    background-color: rgba(0, 0, 0, 0.35);
    font-family: Gill Sans / Gill Sans MT, sans-serif;
}

header nav {
    width: 100%;
    height: 50px;
    background-color: transparent;
}

header nav a {
    color: white;
    margin-right: 12px;
}

header .nav-item i {
    color: #18d36e;
}

.sociales-nav i {
    color: #18d36e;
    font-size: 22px;
}

.sociales-nav i:hover {
    color: white;
}

#menu {
    justify-content: space-between;
    margin-left: 110px;
}

#menu ul li a {
    color: white;
}

#menu ul li:hover a {
    color: #18d36e;
}

#menu ul li:hover li {
    color: #18d36e;
}

.nav-item:hover .dropdown-menu {
    background-color: #18d36e;
    /* display: block; */
}

/* blog */
.blog .row{
    margin-bottom: 50px;
}

/* SLID FONDO DE ENCABEZADO*/

.slid {
    width: 100%;
    height: 300px;
    margin-top: -70px;
    background-size: cover;
   
}

.slid .container {
    color: white;
    display: flex;
    height: 400px;
    justify-content: center;
    text-align: center;
    align-items: center;
}


/* SLIDE CAROUSEL*/

.carusel {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.owl-carousel .item {
    width: 100%;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.owl-carousel .item img {
    transform: scale(1);
    transition: all 6000ms linear;
}

.owl-carousel .active .item img {
    transform: scale(1.15);
    width: 100%;
    height: 100%;
}

.carusel .caption {
    position: absolute;
    top: 50%;
    left: 7%;
    transform: translateY(-50%);
    width: 100%;
}

.carusel .caption .title {
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 55px;
    padding: 0 15px;
    color: white;
    margin-bottom: 7px;
    font-weight: 700;
    display: inline-block;
    border-radius: 10px;
    font-family: 'Rufina', serif;
}

.carusel .caption .desc p {
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 35px;
    padding: 0 15px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 7px;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
}

.carusel .owl-item.active .title {
    animation: fadeInLeftBig ease 1s both;
}

.carusel .owl-item.active .btn {
    animation: fadeInUp ease 1s 1.5s both;
    color: white;
    border: 1px solid #0df077;
    background-color: rgba(0, 0, 0, 0.35);
}

.carusel .owl-item.active .btn:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.carusel .owl-item.active .desc {
    animation: fadeInUp ease 1s 1s both;
}

.carusel .owl-dots {
    position: absolute;
    z-index: 100 !important;
    bottom: 20px;
    right: 25px;
}

.owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 20%;
    border: solid 1px #fff;
    margin: 0px 5px;
}

.owl-dots button.owl-dot.active {
    background-color: #08d668;
    padding: 10px;
}

.carusel .owl-nav button {
    visibility: visible !important;
}

.carusel .owl-carousel .owl-nav .owl-prev,
.carusel .owl-carousel .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    outline: none;
    overflow: hidden;
    transition: all ease 0.5s;
    color: #0df077;
    font-size: 35px;
    line-height: 50px;
    text-align: center;
    border: 1px solid white;
    border-radius: 5px;
}

.owl-carousel .owl-nav .owl-prev {
    left: -50px;
}

.owl-carousel .owl-nav .owl-next {
    right: -50px;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
    background-color: rgba(0, 0, 0, 0.35);
}

.carusel .owl-carousel:hover .owl-nav .owl-prev {
    left: 20px;
}

.carusel .owl-carousel:hover .owl-nav .owl-next {
    right: 20px;
}

.img-portada {
    height: 500px;
}

.img-portada2 {
    height: 320px;
}


/*SERVICIOS*/

.iconos {
    margin: 5% 0;
    font-size: 40px;
    padding: 20px;
    border-radius: 50%;
    border: 0.5px solid rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: 0.5s;
}

.card {
    border: 1px solid #18d36e;
    border-radius: 10px;
}

.card-body {
    padding: 10px;
}

.card:hover {
    box-shadow: 0 10px 15px 0 rgba(68, 88, 144, 0.3);
}

.card:hover .iconos {
    background-color: #18d36e;
    color: white;
}

.card-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 200px;
}

.card-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.3);
    transform: translateX(-100%);
   
}

.card:hover .card-img:before {
    opacity: 0.6;
    visibility: visible;
    transform: translateX(0%);
}

.card-img img {
    width: 100%;
    height: 100%;
    transition: all 500ms ease-out;
}

.card:hover .img-responsive {
    transform: scale(1.3) rotate(5deg);
    transition: all 500ms ease-out;
}


/* PARQUES  */

.parques {
    position: relative;
    margin-bottom: 40px;
    border: 1px solid #18d36e;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.parques:hover {
    transform: scale(1.1);
    font-size: 15px;
    box-shadow: 0 10px 15px 0 rgba(68, 88, 144, 0.3);
}

.paruqes .p-box {
    position: relative;
}

.parques .p-box .p-image {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 220px;
}

.parques .p-box .p-image img {
    position: relative;
    width: 100%;
    display: block;
    transform: scale(1.3, 1.3);
    transition: all 600ms ease;
}

.parques .p-box:hover .p-image img {
    transform: scale(1, 1);
}

.parques .p-box:hover {
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
}

.parques .p-contenido {
    padding: 15px;
    margin-top: 10px;
}

.parques .p-contenido p {
    font-size: 14px;
}


/*PARALLAX*/

.parallax {
    position: relative;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    padding: 150px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin-bottom: 120px;
}

.parallax::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
}

.contenido {
    position: relative;
    color: white;
}


/*PORTAFOLIO*/

.activo {
    cursor: pointer;
    color: #18d36e;
}

.galeria {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.cajas {
    width: 24%;
    height: 300px;
    margin-bottom: 20px;
    overflow: hidden;
    -webkit-box-shadow: 3px 3px 7px#909090;
    -moz-box-shadow: 3px 3px 7px#909090;
    -ms-box-shadow: 3px 3px 7px#909090;
    -o-box-shadow: 3px 3px 7px#909090;
    box-shadow: 3px 3px 7px#909090;
    border: 1px solid #18d36e;
}

.cajas img {
    width: 100%;
    height: 100%;
    background-size: cover;
    -webkit-transition: all 1.3s;
    -moz-transition: all 1.3s;
    -ms-transition: all 1.3s;
    -o-transition: all 1.3s;
    transition: all 1.3s;
}

.cajas img:hover {
    transform: scale(1.5);
    transition: all ease 1.5s;
    cursor: pointer;
}

.caja {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-box-shadow: 3px 3px 7px#909090;
    -moz-box-shadow: 3px 3px 7px#909090;
    -ms-box-shadow: 3px 3px 7px#909090;
    -o-box-shadow: 3px 3px 7px#909090;
    box-shadow: 3px 3px 7px#909090;
    border: 3px double #18d36e;
}

.caja img {
    width: 100%;
    height: 100%;
    background-size: cover;
    -webkit-transition: all 1.3s;
    -moz-transition: all 1.3s;
    -ms-transition: all 1.3s;
    -o-transition: all 1.3s;
    transition: all 1.3s;
}

.caja img:hover {
    transform: scale(1.5);
    transition: all ease 1.5s;
    cursor: pointer;
}

.link {
    position: relative;
    opacity: 0;
    transform: translateY(-20px);
    display: flex;
    margin-left: 180px;
}

.link a {
    padding: 10px;
    color: white;
    border-radius: 50%;
    border: 1px solid #18d36e;
    background-color: rgba(0, 0, 0, 0.5);
}

.cajas:hover .link {
    position: absolute;
    opacity: 1;
    transform: translateY(-160px);
    transition: all 500ms ease 500ms;
    color: white;
}

.link a:hover {
    background-color: #18d36e;
    border: 1px solid white;
}

.anclas li {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    margin: 0px 30px 6px;
    padding: 10px 20px;
    text-transform: capitalize;
    transition: all 300ms ease;
}

.anclas li::before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    height: 1px;
    width: 0px;
    background-color: #18d36e;
    transition: all 300ms ease;
}

.anclas li.active,
.anclas li:hover {
    color: #18d36e;
    font-weight: 600;
}

.anclas li.activo::before,
.anclas li:hover::before {
    width: 100%;
}


/* EQUIPO DE TRABAJO */

.block {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.box .border1::before{
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 0px;
    height: 3px;
    z-index: 1;
    border:3px double #11e674;
    transition: all 600ms ease;

}
.box .border1::after{
    position: absolute;
    content: "";
    right: 0px;
    bottom: 0px;
    width: 0px;
    height: 0px;
    border:3px double #11e674;
    transition: all 600ms ease;
}
.box:hover .border1::before{
    width: 100%;
}
.box:hover .border1::after{
    height: 100%;
}

.box .border2::before{
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 0px;
    height: 0px;
    z-index: 1;
    border:3px double #11e674;
    transition: all 600ms ease;

}
.box .border2::after{
    position: absolute;
    content: "";
    right: 0px;
    bottom: 0px;
    width: 0px;
    height: 0px;
    z-index: 1;
    border:3px double #11e674;
    transition: all 600ms ease;
}
.box:hover .border2::before{
    height: 100%;
}
.box:hover .border2::after{
    width: 100%;
}

.block .box {
    position: relative;
    padding: 5px;
    overflow: hidden;
    box-shadow: 5px 10px 18px rgba(74, 75, 77, 0.3);
}

.block .box:hover {
    box-shadow: 0 10px 15px 0 rgba(63, 64, 66, 0.5);
}

.block .box .image {
    position: relative;
    overflow: hidden;
    height: 285px;
    width: 100%;
}

.block .box .image img {
    height: 100%;
    width: 100%;
}

.block .box .image .conten-box {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: -20px;
}

.block .box .image .conten-box::before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all 600ms ease;
}

.block .box:hover .image .conten-box::before {
    height: 25%;
}

.block .box .image .conten-box .social-icons {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -30px;
    z-index: 10;
    text-align: center;
    justify-content: center;
    transition: all 600ms ease;
}

.block .box .image .conten-box .social-icons li {
    position: relative;
    margin: 0px 8px;
    display: inline-block;
}

.block .box .image .conten-box .social-icons li a {
    position: relative;
    font-size: 28px;
    color: #ffffff;
    display: inline-block;
}

.block .box .image .conten-box .social-icons li a:hover {
    color: #18d36e;
}

.block .box:hover .image .conten-box .social-icons {
    bottom: 12px;
    transition-delay: 400ms;
}

.block .box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.descripcion h3 {
    position: relative;
    color: #242424;
    font-size: 16px;
    line-height: 1.3em;
    margin-top: 5px;
    font-weight: 700;
    font-style: italic;
}

.descripcion .cargo {
    position: relative;
    color: #8b8a8a;
    font-size: 18px;
    line-height: 1.3em;
    margin-top: -5px;
}

/* ICONOS DE INFORMACION */
.icon-info {
    font-size: 50px;
    color: #70c745;
}

/* VIDEO */

.iframe {
    width: 100%;
    height: 350px;
    border: 3px double #18d36e;
}


/* MAPA */

iframe {
    width: 100%;
    height: 100%;
}

.mapa {
    width: 100%;
    height: 550px;
    border: 3px double #18d36e;
}


/*FOOTER*/

.footer {
    position: relative;
    z-index: 1;
    color: white;
    background-size: cover;
}

.footer::after {
    background-color: rgba(1, 22, 8, 0.8);
    /* background-color: rgba(4, 43, 15, 0.8); */
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.enlace a {
    color: white;
    font-size: 18px;
    font-family: Georgia, Serif;
}

.enlace p:hover a {
    color: #18d36e;
}

.footer .info {
    padding: 60px 0 0 0;
}

.contacto p span {
    color: #b7b7b7;
    font-size: 18px;
}

.contacto i {
    color: #18d36e;
}

.enlace i {
    color: #18d36e;
}

footer .sociales {
    padding: 10px 0;
}

footer .sociales i {
    width: 50px;
}

footer .emav {
    color: #18d36e;
    text-decoration: none;
}

.sociales a {
    font-size: 18px;
    color: white;
    padding: 8px 0;
    border-radius: 50%;
    border: 1px solid #18d36e;
    line-height: 1;
    margin-left: 12px;
}

.sociales a:hover {
    background: #18d36e;
    color: #fff;
}


/*margen*/

.margen {
    border-right: 1px solid #333;
}

/* LOADER DE INICIO */
.loader{
    background-color: rgba(0,0,0,0.7);
    /* background-color: #eaf3ec; */
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 999;
    overflow: hidden;
}
.loader-margen{
    width: 119px;
    height: 119px;
    position: relative;
    border-style: solid;
    border-width: 3px;
    border-top-color: #18c76a;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    z-index: 10;
    border-radius: 50%;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.15);
    background-color: #ffffff;
    animation: zoom 2000ms infinite ease;
    
}
.loader-img{
    position: absolute;
    width: 88px;
    height: 75px;
   
    z-index: 200;
}
.loader-img img{
    width: 100%;
    height: 100%;
}
@-webkit-keyframes zoom{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
@keyframes zoom{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
/*BOTON NAV*/

.boton-nav {
    border: solid 2px #18d36e;
    line-height: auto;
    z-index: 100;
}


/*BOTON SUBIR */

.subir {
    display: none;
    position: fixed;
    text-align: center;
    bottom: 15px;
    right: 15px;
    padding: 5px 10px;
    font-size: 16px;
    border-radius: 10px;
    border: 1px solid #0df077;
    color: #0df077;
    cursor: pointer;
    z-index: 100;
    font-weight: 600;
}

.subir:hover {
    background-color: #0df077;
    color: white;
    font-weight: 600;
}

.fa-angle-up {
    font-size: 30px;
}


/*SCROLL MENU DE NAVEGACION*/

.menu-scroll {
    background-color: black !important;
    border-bottom: 1px solid #18d36e !important;
    /* background-image: url(../img/bg-header1.png); */
}


/*sociales contacto*/

.sociales-contacto {
    color: #18d36e;
    font-size: 50px;
    margin: 25px 0;
}


/* BOTON DE CONTACTO */

.b-contacto {
    background-color: #fff;
    color: #18d36e;
    border: 1px solid #18d36e;
    padding: 7px 16px;
    border-radius: 0px 20px 0px 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    box-shadow: 0px 3px 10px 2px rgba(68, 88, 144, 0.3);
}

.b-contacto:hover {
    color: #fff;
    text-shadow: black 0.1em 0.1em 0.3em;
}

.b-contacto::after {
    content: "";
    background-color: #18d36e;
    position: absolute;
    z-index: -1;
    padding: 10px 20px;
    display: block;
    border-radius: 50%;
    left: -50%;
    right: -50%;
    top: -150%;
    bottom: -150%;
    transform: scale(0, 0);
    transition: all 0.4s ease;
}

.b-contacto:hover::after {
    transition: all 0.6s ease-out;
    transform: scale(1, 1);
}


/* TOTAL AREAS Y PLAZAS */

.info {
    position: relative;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 80px 0;
}

.info .side-img {
    position: absolute;
    bottom: -80px;
    right: 5%;
    z-index: 10;
    width: 150px;
}

.info-ico {
    position: relative;
    z-index: 1;
}

.info-ico .cf-icon {
    flex: 0 0 50px;
    max-width: 50px;
    width: 50px;
    margin-right: 30px;
}


/* LOGOS DE INSTITUCIONES*/

.logos {
    position: relative;
    text-align: center;
    padding: 30px 0;
    background-color: #f2f4f5;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.logo-contenido {
    align-items: center;
}

.logo-item img {
    max-width: 120px;
    max-height: 100px;
}

.logo-item span {
    margin-left: 10px;
    font-weight: 600;
    z-index: 1;
}

.logo-contenido .owl-next,
.owl-prev {
    visibility: hidden;
}

.logos .owl-carousel .owl-item img {
    width: auto;
    max-width: 100%;
    display: inline-block;
    filter: grayscale(100%);
    opacity: .7;
}

.logos .owl-item.active.center img,
.logos .owl-carousel .owl-item img:hover {
    opacity: 1;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.formulario{
    padding: 20px;

}
.formulario label{
    font-weight: 600;
}