/*General css*/
.bg_color_style {
    background-color: #99cc00;
    color: white;
}

.color_style {
    color: #99cc00;
}
body{
    font-family: "Roboto Slab";
}
.bg-white {
    background-color: #ffffff;
}
/*section-1*/
.section-1 nav .navbar-nav .nav-item a {
    color: #7f7f7f !important;
    font-weight: 500;
}
.section-1 nav .navbar-nav .nav-item a:hover {
    color: #99cc00 !important;
}

.section-1 nav .navbar-nav .active a {
    color: #99cc00 !important;
}

/*section-2*/
.section-2 {
    border-top: 4px solid #99cc00;
}


.section-2 img {
    opacity: 0.7;
}

.section-2 .carousel-inner {
    background-color: #000000;
}

.section-2 .carousel-caption h5 {
    font-size: 3rem;
    font-weight: lighter;
    border-right: 3px solid #99cc00;
    border-left: 3px solid #99cc00;
}

.section-2 .carousel-caption h5 b {
    font-weight: 600;
}

.section-2 .carousel-caption p {
    padding-right: 8em;
    padding-left: 8em;
}

.section-2 .carousel-caption h5 span {
    color: #99cc00;
    font-weight: 600;
}

.section-2 .carousel-caption .btn-success {
    padding: .8rem 3rem;
    border-radius: 0;
    background-color: #99cc00;
    border-color: #99cc00;
    font-size: 1rem;
}

.section-2 .carousel-control-next-icon {
    background-image: url("icons/icon5.png");
}

.section-2 .carousel-control-prev-icon {
    background-image: url("icons/icon4.png");
}

.section-2 .carousel-control-next-icon,
.section-2 .carousel-control-prev-icon {
    height: 45px;
}

@media (min-width: 992px) {
    .section-2 img {
        max-height: 650px;
    }
}

/*section-3*/
.section-3 .card {
    border-radius: 0;
    height: 200px;
}
.section-3 a {
    color: #99cc00;
}

.bg_color_style a{
    color: white;
}
/* section-4 */
.section-4 {
    background-image: url("imagenes/bigstock--213702652.jpg");
    background-size: cover;
    text-align: center;
}

.section-4 .overlay {
    background-color: #0a1d2a;
    width: 100%;
    height: 100%;
    opacity: .9;
    position: absolute;
    z-index: 0;
    left: 0;
}

.section-4 .section-content,
.section-5 .section-content {
    position: relative;
    bottom: 20px;
    z-index: 10;
    padding-bottom: 20px;
    padding-top: 60px;
    top: 0;
    color: #fff;
    text-align: center;
}

.section-content .title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}

.caption {
    font-size: 45px;
    border-right: 3px solid #99cc00;
    border-left: 3px solid #99cc00;
}

.section-4 .caption {
    margin-bottom: 36px;
}

.section-4 .text {
    margin-bottom: 100px;
}

.green-color {
    color: #99cc00;
}

.bullet-line {
    position: absolute;
    height: 1px;
    width: 100%;
    border-top: 1px solid #99cc00;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.bullet-line > .bullet-container {
    position: absolute;
    display: inline-flex;
    top: -8px;
    height: 16px;
}

.bullet-line > .bullet-container > .bullet {
    border-radius: 50%;
    background-color: #99CC00;
    width: 16px;
    height: 16px;
    margin-left: 40px;
    margin-right: 40px;
}

.bullet-line > .bullet-container > .bullet.active {
    position: relative;
    border-width: 1px;
    border-color: #99CC00;
    border-style: solid;
    border-radius: 50%;
    background-color: #0B1B26;
    width: 24px;
    height: 24px;
    top: -4px;
}

.bullet-line > .bullet-container > .bullet.active::after {
    content: "";
    border-radius: 50%;
    background-color: #fff;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 4px;
    bottom: 4px;
}

.bullet-text {
    display: none;
}

.bullet-line > .bullet-container > .bullet.active > .bullet-text {
    color: #99CC00;
    font-size: 18px;
    position: absolute;
    top: -36px;
    left: -60px;
    display: inline-table;
    width: 280px;
}

.section-5 .section-content {
    color: #000;
}

.section-5 .caption {
    margin-bottom: 36px;
}

.section-5 .sub-text {
    font-size: 16px;
    color: #898989;
    line-height: 1.2;
    text-align: center;
    margin-left: 28%;
    margin-right: 28%;
}
@media (max-width: 576px) {
    .section-5 .sub-text {
        margin-left: 2em;
        margin-right: 2em;
    }
    .caption {
        font-size: 27px;
    }
    .section-5 .caption {
        margin-bottom: 5px;
    }   
}
.section-6 {
}

.section-6 .right-image {
    height: 315px;
    float: left;
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

.section-6 .right-image img {
    height: 315px;
    width: 100%;
}

.section-6 .right-image .overlay {
    position: absolute;
    top: 0;
    height: 100%;
    padding-top: 100px;
    color: #fff;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ */
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 67%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 67%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 67%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1); /* IE6-9 */
}

.section-6 .right-image .overlay span {
    font-size: 18px;
    line-height: 1.2;
}

.section-6 .right-image .overlay p {
    font-size: 14px;
    line-height: 1.2;
    margin-top: 40px;
    margin-right: 4em;
}


.section-6 .left-image {
    height: 315px;
    display: grid;
    grid-template-columns: auto auto;
    float: left;
    padding-left: 0;
    padding-right: 0;
}

.section-6 .left-image .image-col {
    display: flex;
    padding-right: 2px;
    padding-bottom: 1px;
}

.section-6 .left-image .image-col > img {
    width: 100%;
    height: 100%;
}

/* section-7 */

.section-7 a {
    color: #99cc00;
    text-decoration: none;
    font-weight: 500;
}

.section-7 a:hover {
    color: #99cc00;
    text-decoration: none;
}

.section-7 h6{
    padding-bottom: 1em;
}

.section-7 h6 strong{
    border-bottom: 2px solid #99cc00;
}

.section-7 ul{
    list-style-type: none;
    padding-left: 2em;
}

.section-7 ul li img{
    width: 1.5em;
    margin-right: 1em; 
}

.section-7 ul li{
    padding-bottom: 1em;
}


/*section-8*/

.section-8 .overlay {
    position: absolute;
    top: 0;
    height: 80%;
    padding-left: 5em;
    padding-right: 5em;
    padding-top: 3em;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/ */
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 90%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 90%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1); /* IE6-9 */
}

.section-8 .overlay > div {
    border-left: 3px solid #99cc00;
    padding-left: 1em;
}

.section-8 .overlay > div > span {
    font-size: 2.5em;
    color: #fff;
    line-height: 1.2;
}

.section-8 .overlay > p {
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    margin-top: 40px;
}

.section-8 .btn-success {
    padding: 0.6rem 2.5rem;
    border-radius: 0;
    background-color: #99cc00;
    border-color: #99cc00;
    font-size: 1rem;
}


.ntamano18{
font-size: 18px !important;
line-height: 1.2;
font-family: "Roboto Slab" !important;	
}


.ntamanoslide{
font-size: 18px !important;
line-height: 1.2;
font-family: "Roboto Slab" !important;	
}



.tamanodiv{
	min-width: 650px !important;
}


.bloquenosotros{
font-size: 18px !important;
line-height: 1.2;
font-family: "Roboto Slab" !important;	
}


@media (max-width: 576px) {
	
		
	/* MOBILE */
	
	.ntamano18{
font-size: 14px !important;
line-height: 1.2;
font-family: "Roboto Slab" !important;	
}
	
	
.ntamanoslide{
font-size: 10px !important;
line-height: 1.2;
font-family: "Roboto Slab" !important;	
}
	
	.bloquenosotros{
font-size: 14px !important;
line-height: 1.2;
font-family: "Roboto Slab" !important;	
}


 .section-8 .overlay > div > span {
        font-size: 1.2em !important;
    }
	
.section-2 .carousel-caption h5	{
	border-right:0px;
	border-left:0px;
	
}
	
	
	
}
	
	
	
	
		/* MOBILE */
	
	

			
 @media (min-width: 1680px){

.bloquenosotros{
font-size: 24px !important;
line-height: 1.3;
font-family: "Roboto Slab" !important;	
}


    }
	
		
	
	
	
	
	
    .section-8 div{
        margin-bottom: 1em;
    }

    .section-8 .overlay {
        padding-left: 2.5em;
        padding-right: 2.5em;
        padding-top: 2em;
    }

    .section-8 img {
        height: 100%!important;
    }

   .section-8 .overlay > div > span {
        font-size: 2.5em ;
    }

    .section-8 .overlay > p {
        margin-top: 10px;
        font-size: 13px;
    }

    .section-8 .overlay > button {
        padding: 0.2rem 1rem;
        font-size: .8rem;
        margin-top: .2em !important;
    }


/*section-9*/

.section-9 h3 > span {
    border-right: 3px solid #99cc00;
    border-left: 3px solid #99cc00;
    font-weight: 400;
}

/* Slider Clientes*/

.slick-slide {
    margin: 0 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 1em;
    margin-bottom: 2em;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/*footer*/
.footer {
    background-image: url("imagenes/bigstock--199585963.jpg");
    background-color: #ffffff;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

@media (max-width: 576px) {
    .footer {
        background-size: 55em;
    }
}

.footer .section-1 nav .navbar-nav .nav-item a {
    color: white !important;
}

.footer .overlay {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+22,000000+100&0.65+63,0+100,0+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 22%, rgba(0, 0, 0, 0.65) 63%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 22%, rgba(0, 0, 0, 0.65) 63%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 22%, rgba(0, 0, 0, 0.65) 63%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0); /* IE6-9 */
}

.border-bottom::before {
    content: '';
    position: absolute;
    width: 100%;
    border-bottom: 4px solid #99cc00;
    transform: translate(-50%, -50%);
}

/* section 10*/

.slide_img{
    display: inline-block;
    padding: 0.5em;
}

/* section 11*/

.section-11{
    padding-right: 10em;
    padding-left: 10em;
    background-color: #ffffff;
}
@media (max-width: 576px) {
    .section-11{
        padding-right: 2em;
        padding-left: 2em;
        background-color: #ffffff;
    }
}


.section-11 .btn-primary:not(:disabled):not(.disabled).active,.section-11 .btn-primary:not(:disabled):not(.disabled):active,.section-11 .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #99cc00;
    border-color: #99cc00;
}

.section-11 .btn-primary:hover {
    color: #fff;
    background-color: #a5dc00;
    border-color: #99cc00;
}

.section-11 .btn-primary {
    color: #ffffff;
    border-color: #99cc00;
}

.section-11 .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(153, 204, 0, 0.29);
}
.section-11  .btn-primary:not(:disabled):not(.disabled).active:focus,.section-11  .btn-primary:not(:disabled):not(.disabled):active:focus,.section-11  .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(153, 204, 0, 0.29);
}
.section-11 .form-control{
    background-color: #f8f8f8;
    border: none;
}
.section-11 .form-control:focus {
    background-color: #f8f8f8;
    border-color: #99cc00;
    box-shadow: 0 0 0 0.2rem rgba(153, 204, 0, 0.18);
}

.section-11 textarea.form-control {
    height: 150px;
}

.section-12{
  /*  background-color: #202020;*/
  
  background-color: #1b3764;  
  
    color: #ffffff;
}
.section-11 .form-control::-webkit-input-placeholder { color: #9f9f9f; }
.section-11 .form-control:-moz-placeholder           { color: #9f9f9f; }
.section-11 .form-control::-moz-placeholder          { color: #9f9f9f; }
.section-11 .form-control:-ms-input-placeholder      { color: #9f9f9f; }

.section-11 textarea.form-control::-webkit-input-placeholder { color: #9f9f9f; }
.section-11 textarea.form-control:-moz-placeholder           { color: #9f9f9f; }
.section-11 textarea.form-control::-moz-placeholder          { color: #9f9f9f; }
.section-11 textarea.form-control:-ms-input-placeholder      { color: #9f9f9f; }





/*************************************************/
.section-valores {
    display: block;
    padding-top: 110px;
    align-content: center;
}

.section-valores > .title {
    font-size: 36px;
    font-family: "RobotoSlab", "Microsoft Serif", "Droid Serif", serif;
    font-weight: bold;
    color: #333;
    line-height: 0.6;
    text-align: center;
    display: block;
    margin-bottom: 30px;
}

.section-valores > .slider {
    display: flex;
}

.section-valores > .slider > .arrow {
    display: flex;
    cursor: pointer;
}

.section-valores > .slider > .arrow > img {
    margin-top: auto;
    margin-bottom: auto;
}

.section-valores > .slider > .arrow.prev {
    margin-left: 21%;
}

.section-valores > .slider > .arrow.next {
    margin-right: 21%;
}

.section-valores .ellipse-container {
    border-style: solid;
    border-width: 1px;
    border-color: #f2f2f2;
    background-color: #fff;
    box-shadow: 0 2px 5px 1px rgba(155, 155, 155, 0.35);
    margin: 30px auto;
    width: 644px;
    height: 118px;
    border-radius: 60px;
    padding: 11px;
    text-align: center;
}

.section-valores .ellipse-container > .ellipse > img {
    margin: auto;
}

.section-valores .ellipse-container > .ellipse {
    border-radius: 50%;
    background-color: #ececec;
    position: relative;
    width: 94px;
    height: 94px;
    z-index: 65;
    display: none;
}

.section-valores .ellipse-container > .ellipse.left {
    float: left;
    display: inline-flex;
}

.section-valores .ellipse-container > .ellipse.right {
    float: right;
    display: inline-flex;
}

.section-valores .ellipse-container > .ellipse.active {
    margin-left: auto;
    margin-right: auto;
    display: inline-flex;
    border-width: 3px;
    border-color: #99cc00;;
    border-style: solid;
    border-radius: 50%;
    background-color: #fff;
    width: 160px;
    height: 160px;
    top: -33px;
}

.section-valores .ellipse-container > .ellipse.active::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background-color: #99cc00;
    width: 140px;
    height: 140px;
    top: 7px;
    left: 7px;
    z-index: -1;
}

.section-valores .ellipse-container > .ellipse > .title,
.section-valores .ellipse-container > .ellipse > .text {
    display: none;
}


.section-valores .ellipse-data {
    text-align: center;
    margin-top: 20px;
    flex: 1;
}

.section-valores .ellipse-data > .title {
    display: block;
    font-size: 21px;
    font-family: "RobotoSlab", "Microsoft Serif", "Droid Serif", serif;
    color: #333;
    line-height: 1;
    font-weight: bold;
    padding-bottom: 20px;
}

.section-valores .ellipse-data > .text {
    display: block;
    font-size: 18px;
    font-family: "RobotoSlab", "Microsoft Serif", "Droid Serif", serif;
    color: #333;
    line-height: 1.125;
}


@media (max-width: 850px) {
    .section-valores > .slider > .arrow.prev {
        margin-left: 5%;
    }

    .section-valores > .slider > .arrow.next {
        margin-right: 5%;
    }
}

@media (max-width: 576px) {
    .section-valores .ellipse-container {
        border: none;
        box-shadow: none;
    }

    .section-valores .ellipse-container > .ellipse.left {
        display: none;
    }

    .section-valores .ellipse-container > .ellipse.right {
        display: none;
    }
}

.carousel-inner {
    position: relative;
    width: 100vw;
    overflow: hidden;
    max-width: 100%;
    display: table-cell;
}

.carousel-caption {
    bottom: 10em;
}

@media (max-width: 576px) {
    .section-2 .carousel-caption > h5 {
        font-size: .9rem;
        top: 8em;
        position: relative;
    }
    .section-2 .carousel-caption > h5.top_title {
        top: 0em;
    }
    .section-2 .carousel-caption {
        font-size: .6rem;
        bottom: 0;
    }
    .section-2 .carousel-caption p {
    padding-right: 0em;
    padding-left: 0em;
	}
    .section-2 .carousel-caption .btn-success {
    padding: 0.5rem 1rem;
    font-size: .8rem;
    margin-top: 0rem!important;
}