

body {

	font-family: "Lexend Deca", sans-serif;

	position: relative;

	font-weight:400;

	background: white;

	color:#43484E;

	font-size: 15px;

}



body  section{

	padding: 75px 0;

}



a:focus,

a:hover {

	text-decoration:none;

	outline:none;

	outline-offset: 0;

	color: #43484E;

}



a {

	-webkit-transition: 300ms;

	-moz-transition: 300ms;

	-o-transition: 300ms;

	transition: 300ms;

	color:#f26122;

}



h1, h2, h3, h4, h5, h6 {

	font-family: 'Spartan', sans-serif;

}



img {width:100%;}

.center {text-align: center;}

.justify {text-align: justify;}

.justifyc {text-align: justify;text-align-last: center;}



.imgc {

display: block;

margin-right: auto;

margin-left: auto;

text-align: center;

}



.slider-btn {

	background-color:#f26122;

	color: #FFF;

	-webkit-box-shadow: inset 0 0 0 2px #f26122;

	box-shadow: inset 0 0 0 2px #f26122;

	text-transform: uppercase;

	width: 190px;

	text-align: center;

	height: 55px;

	line-height:55px;

	padding: 0;

	font-size: 18px;

	font-weight:800;

	border: 0;

	-webkit-transition: all 0.3s ease 0s;

	-moz-transition: all 0.3s ease 0s;

	-o-transition: all 0.3s ease 0s;

	-ms-transition: all 0.3s ease 0s;

	transition: all 0.3s ease 0s;

}



.slider-btn:hover {

	background-color:#43484E;

	-webkit-box-shadow: inset 0 0 0 2px #43484E;

	box-shadow: inset 0 0 0 2px #43484E;

	color:#fff

}





.parallax-section{

	min-height: 300px;

	width: 100%;

	background-position: 50% 0;

	background-repeat: no-repeat;

	background-attachment: fixed;

	background-size: cover;

}



.vertical-middle{

	width: 100%;

	height: 100%;

	display: table;

}



.vertical-middle div{

	display: table-cell;

	vertical-align: middle;

}



.dly01 { animation-delay: 0.1s;}

.dly02 { animation-delay: 0.2s;}

.dly03 { animation-delay: 0.3s;}

.dly04 { animation-delay: 0.4s;}

.dly05 { animation-delay: 0.5s;}

.dly06 { animation-delay: 0.6s;}

.dly07 { animation-delay: 0.7s;}

.dly08 { animation-delay: 0.8s;}

.dly09 { animation-delay: 0.9s;}

.dly10 { animation-delay: 1.0s;}

.dly11 { animation-delay: 1.2s;}



.no_marg {margin-left: 0;margin-right: 0;}

.no_padd {padding-left: 0;padding-right: 0;}



.btn.active.focus, 

.btn.active:focus, 

.btn.focus, 

.btn:active.focus, 

.btn:active:focus, 

.btn:focus {

    outline: 0px auto transparent;

    outline-offset: -2px;

}



button.active.focus, 

button.active:focus, 

button.focus, 

button:active.focus, 

button:active:focus, 

button:focus {

    outline: 0px auto transparent;

    outline-offset: -2px;

}

a.active.focus, 

a.active:focus, 

a.focus, 

a:active.focus, 

a:active:focus, 

a:focus {

    outline: 0px auto transparent;

    outline-offset: -2px;

}



button,

.btn {

	-webkit-transition: 300ms;

	-moz-transition: 300ms;

	-o-transition: 300ms;

	transition: 300ms;

	line-height: 1;

}



#to_top {

	display: inline-block;

	background-color: transparent;

	width: 35px;

	height: 35px;

	text-align: center;

	border-radius: 50%;

	position: fixed;

	bottom: 10px;

    right: 10px;

	transition: background-color .3s, 

	opacity .5s, visibility .5s;

	opacity: 0.7;

	visibility: hidden;

	z-index: 1000;

	box-shadow: 0 0 5px transparent;

}

#to_top::after {

  content: "\f077";

  font-family: FontAwesome;

  font-weight: normal;

  font-style: normal;

  font-size: 1.5em;

  line-height: 32px;

  color: #fff;

  text-shadow: 0 0 2px #2b63e4;

}

#to_top:hover {

  cursor: pointer;

  background-color: #2b63e4;

  opacity: 1;

  box-shadow: 0 0 5px #fff6;

}

#to_top:active {

  background-color: #2b63e4;

}

#to_top.show {

  opacity: 0.2;

  visibility: visible;

}

#to_top.show:hover {

  opacity: 1;

  visibility: visible;

}



ul li {

    list-style-image: url(../img/bullet.svg);

    padding: 0 0 5px 0;

}



/* ::selection {background: #f26122; color: #fff;} */



/*====================

======Header CSS=====

======================*/



#navigation .navbar {

  background: #fff;

  border-radius: 0;

  border-bottom: 0;

  /* box-shadow: 0 0 5px #0006; */

  padding-bottom: 0;

}



#navigation .navbar-toggle{

  margin-top: 20px;

  background-color: #333;

}



#navigation .navbar-brand h1{

  padding: 0;

  margin: 0;

}



#navigation .navbar-nav.navbar-right li {

	padding: 0 1px;

}

#navigation .navbar-nav.navbar-left li {

	padding: 0 10px;
  margin-right: 25px;

}



#navigation .navbar-nav.navbar-right {

	margin: 10px 0 0 0;

}

#navigation .navbar-nav.navbar-left  {

	margin-top: 25px;
  margin-bottom: 13px;

}
.logo{
  margin-top: 13px;
  margin-bottom: 13px;
  margin-left:20px;
  margin-right: 20px;
}


#navigation .navbar-nav.navbar-right li a {

	color: #43484E;

	font-family: 'Spartan', sans-serif;

	font-size: 16px;

	padding: 0;

	text-transform: uppercase;

	text-align: center;

	line-height: 1.3;

	-webkit-transition: all .9s ease 0s;

	-moz-transition: all .9s ease 0s;

	-o-transition: all .9s ease 0s;

	transition: all .9s ease 0s;

	padding: 10px 20px;

	font-weight: 600;

	border-top: 2px solid #fff;

}


#navigation .navbar-nav.navbar-left li a {

	color: #000000;


	font-size: 18px;

/* 
	text-transform: uppercase; */

	font-weight: 400;


}

#navigation .navbar-nav.navbar-right li a span {display: block;}



#navigation .navbar-inverse .navbar-nav  .active  a,  

#navigation .navbar-inverse .navbar-nav  .active  a:focus, 

#navigation .navbar-nav.navbar-right li a:hover {

	color: #f26122;

    background-color: transparent;

    

}

#navigation .navbar-nav.navbar-left li a:hover {

	color: #94c93b;

    background-color: transparent;

    

}


#navigation .btn-success {

    color: #fff;

    background-color: #25d366;

    border-color: #25d366;

    border-radius: 50%;

    width: 40px;

    height: 40px;

    font-size: 20px;

    padding: 5px 0;

	margin: 0 10px;

	text-align: center;

    border: 2px solid #fff;

    box-shadow: 0 0 5px #0006;

}

#navigation .btn-success:focus,

#navigation .btn-success:hover {

    background-color: #128c7e;

    border-color: #128c7e;

}





/*======================

====Main Slider CSS=====

=======================*/

#home{

  padding: 0;

  overflow: hidden;

  position:relative

}



#main-carousel .carousel-inner .item {

	background-size:cover;

	height: 100%;

	background-position: 50% 50%;

	background-repeat:no-repeat;

}



#main-carousel .carousel-indicators { 

	bottom:15px

}



#main-carousel .carousel-indicators li{

	background: rgba(0, 0, 0, 0);

	border: 1px solid #fff;

	width: 13px;

	height: 13px;

	margin-left: 5px;

	text-indent: -9999px;

	display: inline-block;

}



.carousel-indicators .active{

	background-color: #fff !important;

	

}



.slider-content {

	height: 100%;

}



#main-carousel .carousel-caption {

	display: table;

	height: 100%;

	width: 100%;

	min-height: 100%;

	left: 0;

	top: 0;

	z-index: 11;

}



#main-carousel .carousel-caption > div{

    vertical-align: middle;

    display: table-cell;

}



#main-carousel .carousel-inner h2 {

	color: #f6f6f6;

	display: inline-block;

	font-family: 'Spartan', sans-serif;

	font-size: 55px;

	font-weight: 800;

	margin-bottom: 40px;

	text-shadow: none;

	text-transform: uppercase;

}



#main-carousel .carousel-inner h2 span{

  color:#7ab700;

}



#main-carousel .carousel-inner p {

	color: #f6f6f6;

	font-family: 'Spartan', sans-serif;

	font-size: 24px;

	font-weight: 300;

	margin-bottom: 59px;

	margin-top: 0;

	text-shadow:none;

}



#main-carousel .carousel-left{

	left:-50px;

}



#main-carousel .carousel-right{

	right:-50px;

}



#main-carousel:hover .carousel-left{

	left:0px;

	-webkit-transition: 300ms;

	-moz-transition: 300ms;

	-o-transition: 300ms;

	transition: 300ms;

}



#main-carousel:hover .carousel-right{

	right:0px;

	-webkit-transition: 300ms;

	-moz-transition: 300ms;

	-o-transition: 300ms;

	transition: 300ms;

}



#main-carousel .carousel-left,

#main-carousel .carousel-right{

	padding: 15px;

	z-index: 12;

	font-size: 60px;

	color: rgba(255, 255, 255, 0.52);

	top: 50%;

	position: absolute;

	margin-top: -60px;

	text-align: center;

	-webkit-transition: 300ms;

	-moz-transition: 300ms;

	-o-transition: 300ms;

	transition: 300ms;

}



.carousel-right {

  right:65px

}



.carousel-left {

  left:65px

}



#main-carousel .carousel-left:hover,

#main-carousel .carousel-right:hover{

	color: #F6F6F6;

}



/* CARRUSEL FADE */

.carousel-fade .carousel-inner .item {

  opacity: 0;

  transition-property: opacity;

}



.carousel-fade .carousel-inner .active {

  opacity: 1;

}



.carousel-fade .carousel-inner .active.left,

.carousel-fade .carousel-inner .active.right {

  left: 0;

  opacity: 0;

  z-index: 1;

}



.carousel-fade .carousel-inner .next.left,

.carousel-fade .carousel-inner .prev.right {

  opacity: 1;

}



.carousel-fade .carousel-control {

  z-index: 2;

}



/*

WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."

now override the 3.3 new styles for modern browsers & apply opacity

*/

@media all and (transform-3d), (-webkit-transform-3d) {

    .carousel-fade .carousel-inner > .item.next,

    .carousel-fade .carousel-inner > .item.active.right {

      opacity: 0;

      -webkit-transform: translate3d(0, 0, 0);

              transform: translate3d(0, 0, 0);

    }

    .carousel-fade .carousel-inner > .item.prev,

    .carousel-fade .carousel-inner > .item.active.left {

      opacity: 0;

      -webkit-transform: translate3d(0, 0, 0);

              transform: translate3d(0, 0, 0);

    }

    .carousel-fade .carousel-inner > .item.next.left,

    .carousel-fade .carousel-inner > .item.prev.right,

    .carousel-fade .carousel-inner > .item.active {

      opacity: 1;

      -webkit-transform: translate3d(0, 0, 0);

              transform: translate3d(0, 0, 0);

    }

}



.logo{width: 140px; padding: 5px 0 5px 5px;}



.next_ {

    position: absolute;

    font-size: 5em;

    left: 0;

    right: 0;

    text-align: center;

    top: 660px;

    margin: 0;

	cursor: pointer;

	color: #fff;

	z-index: 100;

	-webkit-transition: 300ms;

	-moz-transition: 300ms;

	-o-transition: 300ms;

	transition: 300ms;

}

.next_:hover {color: #313e49;}






#wlcm_ {

	background: #ddd;

	color: #f26122;

	text-align: center;

}

#wlcm_ h2 {

	font-weight: 800;

    text-transform: uppercase;

    letter-spacing: 4px;

}



.img_hm {

    width: 35%;

    padding: 20px;

}



.info_hm {

    width: 80%;

    padding: 10px;

    margin: 0 auto;

    display: inline-grid;

	text-align: left;

}



.btn-danger {

    color: #fff;

    background-color: #313e49;

    border-color: #313e49;

    padding: 20px 65px;

    border-radius: 4em;

    text-transform: uppercase;

}

.btn-danger:focus,

.btn-danger:hover{

    background-color: #f26122;

    border-color: #f26122;

    padding: 20px 95px;

}



#top {

    background: #f26122;

    color: #fff;

    padding: 90px 0 15px;

}

#top h2 {

    font-weight: 100;

    text-transform: uppercase;

    font-size: 3.5em;

}



#gral {padding: 40px 0 80px;}

#gral_ {padding: 40px 0;}



hr {

    border-top: 5px solid #313e49;

    margin: 0 0 30px;

    width: 30%;

}

.hr_ {

    border-top: 5px solid #f26122;

    margin:  30px auto;

    width: 30%;

}

.hr_1 {

    border-top: 5px solid #313e49;

    margin:  30px auto;

    width: 30%;

}



.hr_2 {

    border-top: 5px solid #fff;

    margin:  30px auto;

    width: 30%;

}



.info_us {

    width: 250px;

    padding: 10px;

    margin: 0 auto;

    display: inline-grid;

	text-align: center;

    font-size: 22px;

    text-transform: uppercase;

    color: #f26122;

}

.info_us img {

	padding: 20px;

	width: 60%;

}

.info_us span {

    font-size: 0.5em;

    display: block;

    color: #484643;

}



#quote_ {

	background: #313e49;

	color: #fff;

	padding: 30px 0;

}



#btm_us {

	background: linear-gradient(#f26122ed, #f26122ed), url(../img/bg.svg);

	background-size: cover;

    background-position: center;

	padding: 50px 0;

	color: #fff;

}



/*/ start count stats /*/

.stats {

  text-align: center;

  font-size: 18px;

}



.stats .fa {

  color: #fff;

  font-size: 60px;

  padding: 15px;

}

.stats img {

  width: 90px;

  padding: 15px;

}

/*/ end count stats /*/



.info_vl {

    width: 225px;

    padding: 10px 15px;

    margin: 0 auto;

    display: inline-grid;

	text-align: left;

}



.info_vl img {

    width: 65px;

    padding: 10px;

}



.info_vl h4 span{

    font-size: 0.6em;

    display: block;

    line-height: 1;

}



.mdx_003 {

    overflow: hidden;

    margin: 10px 5px;

    min-width: 230px;

    max-width: 340px;

    width: 100%;

    color: #ffffff;

    text-align: left;

    line-height: 1.4em;

    background-color: #141414;

    display: inline-grid;

	box-shadow: 0 0 5px #f2612266;

}

.mdx_003 * {

  -webkit-box-sizing: border-box;

  box-sizing: border-box;

  -webkit-transition: all 0.25s ease;

  transition: all 0.25s ease;

}

.mdx_003 img {

  max-width: 100%;

  vertical-align: top;

  opacity: 0.85;

  -webkit-transition: all 2000ms ease;

  transition: all 2000ms ease;

  transform: scale(1.3);

  -webkit-transform: scale(1.3);

}

.mdx_003:hover img {

  transform: scale(1);

  -webkit-transform: scale(1);

}

.mdx_003 figcaption {

  width: 100%;

  background-color: #313e49;

  padding: 25px;

  position: relative;

}

.mdx_003 figcaption:before {

  position: absolute;

  content: '';

  bottom: 100%;

  left: 0;

  width: 0;

  height: 0;

  border-style: solid;

  border-width: 55px 0 0 400px;

  border-color: transparent transparent transparent #313e49;

}

.mdx_003 h2 {

  margin: 0 0 15px;

  font-weight: 600;

  letter-spacing: 0;

  font-size: 20px;

  text-transform: uppercase;

}

.mdx_003 h2 span {

  display: block;

  font-size: 0.5em;

  color: #2980b9;

}

.mdx_003 p {

  margin: 0 0 10px;

  letter-spacing: 1px;

  text-align: justify;

}



.mdx_004 p {

    margin: 0 0 10px;

    letter-spacing: 0px;

    text-align: justify;

}

.mdx_003:hover:before,

.mdx_003.hover:before {

  bottom: 0;

  box-shadow: 0 0 0px white;

  -webkit-transition-delay: 0s;

  transition-delay: 0s;

}

.mdx_003 .btn-danger {

    color: #fff;

    background-color: #f26122;

    border-color: #f26122;

    padding: 10px 20px;

	margin: 10px 0;

    border-radius: 4em;

    text-transform: uppercase;

    font-weight: 700;

    letter-spacing: 3px;

    line-height: 1;

    box-shadow: 10px 10px 20px -10px #0006;

}

.mdx_003 .btn-danger:focus,

.mdx_003 .btn-danger:hover{

    background-color: #1f262d;

    border-color: #1f262d;

}



.info_pr {

    background: linear-gradient(#f26122f5, #f26122f5), url(../img/bg.svg);

    width: 315px;

    padding: 20px 60px;

    margin: 6px 5px;

    display: inline-grid;

    text-align: center;

    color: #fff;

    border-radius: 5em;

    background-size: cover;

    background-attachment: fixed;

}



#contact {

	background: linear-gradient(#f26122a1, #f26122a1), url(../img/bg_contacto.jpg);

	background-size: cover;

    background-attachment: fixed;

	color: #fff;

	padding: 100px 0;

}



.form-control {

    height: unset;

    border-radius: 2em;

    margin: 0 0 15px 0;

    color: #fff;

	border: 1px solid #313e49;

	background: #313e49;

	padding: 10px 20px;

}

.form-control:focus {

    border-color: transparent;

    outline: 0;

    -webkit-box-shadow: inset 0 0 0 #fff0, 0 0 8px #0006;

    box-shadow: inset 0 0 0 #fff0, 0 0 8px #0006;

}

.form-control::-webkit-input-placeholder{color:#fff;}



#contact .btn-danger {

    color: #fff;

    background-color: #313e49;

    border-color: #313e49;

    padding: 10px 35px;

    border-radius: 4em;

    text-transform: uppercase;

}

#contact .btn-danger:focus,

#contact .btn-danger:hover{

    background-color: #232323;

    border-color: #232323;

    padding: 10px 65px;

}



.w100 {width: 100%;}



.info_bl {

    width: 330px;

    padding: 10px 15px;

    margin: 0 auto;

    display: inline-grid;

	text-align: left;

}



.info_bl .btn-danger {

    color: #fff;

    background-color: #313e49;

    border-color: #313e49;

    padding: 10px 0;

	margin: 10px 0;

    border-radius: 4em;

    text-transform: uppercase;

}

.info_bl .btn-danger:focus,

.info_bl .btn-danger:hover{

    background-color: #f26122;

    border-color: #f26122;

}



/* MODALS */

.modal {background: #fff;}

.modal-dialog {

    width: 100%;

    margin: 0 auto;

	position: absolute;

}

.modal-content {

    border: 0px solid transparent;

    border-radius: 0;

    -webkit-box-shadow: 0 0 0 transparent;

    box-shadow: 0 0 0 transparent;

}

.modal-header {

    padding: 30px;

    border-bottom: 0px solid transparent;

    background: #313e49;

	color: #fff;

    text-align: center;

}

.modal-title {

    margin: 0;

    line-height: 1.42857143;

    text-transform: uppercase;

    font-size: 25px;

    font-style: italic;

    font-weight: 800;

}

.close {

    float: none;

    color: #fff;

    text-shadow: none;

    opacity: .4;

    position: absolute;

    right: 15px;

    font-weight: 100;

    font-size: 35px;

    top: 25px;

}

.close:focus, .close:hover {

    color: #fff;

    opacity: 1;

}

.modal_space {padding: 90px 0;}



.panel {

  border-width: 0 0 1px 0;

  border-style: solid;

  border-color: #fff;

  background: none;

  box-shadow: none;

}



.panel:last-child {border-bottom: none;}

.panel-group > .panel:first-child .panel-heading {border-radius: 0;}

.panel-group .panel {border-radius: 0;}

.panel-group .panel + .panel {margin-top: 0;}

.panel-heading {

    background-color: #313e49;

    border-radius: 0;

    border: none;

    color: #313e49;

    padding: 0;

    -webkit-transition: 300ms;

    -moz-transition: 300ms;

    -o-transition: 300ms;

    transition: 300ms;

}

.panel-heading:hover {background-color: #1b2127;}

.panel-title a {

  display: block;

  color: #fff;

  padding: 15px 50px 15px 15px;

  position: relative;

  font-size: 20px;

  font-weight: 600;

}

.panel-body {background: #fff;}

.panel:last-child .panel-body {border-radius: 0;}

.panel:last-child .panel-heading {

  border-radius: 0 0 4px 4px;

  transition: border-radius 0.3s linear 0.2s;

}

.panel:last-child .panel-heading.active {

  border-radius: 0;

  transition: border-radius linear 0s;

}



/* #BS-COLLAPSE ICON SCALE OPTION */



.panel-heading a:before {

  content: '\f067';

  position: absolute;

  font-family: 'FontAwesome';

  right: 5px;

  top: 10px;

  font-size: 24px;

  transition: all 0.5s;

  transform: scale(1);

}



.panel-heading.active a:before {

  content: ' ';

  transition: all 0.5s;

  transform: scale(0);

}



#bs-collapse .panel-heading a:after {

  content: ' ';

  font-size: 0.8em;

  position: absolute;

  font-family: 'FontAwesome';

  right: 10px;

  top: 16px;

  transform: scale(0);

  transition: all 0.5s;

}



#bs-collapse .panel-heading.active a:after {

  content: '\f078';

  transform: scale(1);

  transition: all 0.5s;

}

/* #accordion rotate icon option */



#accordion .panel-heading a:before {

  content: '\f077';

  font-size: 0.8em;

  position: absolute;

  font-family: 'FontAwesome';

  right: 10px;

  top: 16px;

  transform: rotate(180deg);

  transition: all 0.5s;

}



#accordion .panel-heading.active a:before {

  transform: rotate(0deg);

  transition: all 0.5s;

}



.panel-body {padding: 20px 70px;}

.panel-body hr {

    border-top: 3px solid #009688;

    width: 50%;

    margin: 10px 0;

}

.panel-body h3 {margin: 0;font-weight: 600;text-transform: uppercase;}



.img_panel {width: 300px;}



#load1 .uploadBtnWrap {

    font-size: 11px;

    font-weight: 500;

    color: #949090;

}

#load1 .uploadBtnWrap .btn {

    border: 1px solid #f26122;

    cursor: pointer;

    padding: 10px 25px;

    background: #f26122;

    color: #fff;

    margin: 0 0 10px;

    border-radius: 2em;

    -webkit-transition: 300ms;

    -moz-transition: 300ms;

    -o-transition: 300ms;

    transition: 300ms;

}

#load1 .uploadBtnWrap .btn:hover {

	border: 1px solid #313e49;

	background: #313e49;

}

#load1 .uploadBtnWrap input[type="file"] {

  display: none;

}

/* #load1 .uploadBtnWrap span{display: block} */



/*************    ************/



.custom-file-upload-hidden {

  display: none;

  visibility: hidden;

  position: absolute;

  left: -9999px;

}



.custom-file-upload {

  display: block;

  width: auto;

  font-size: 16px;

  margin-top: 30px;

}

.custom-file-upload label {

  display: block;

  margin-bottom: 5px;

}



.file-upload-wrapper {

  position: relative;

  margin-bottom: 5px;

}



.file-upload-input {

  width: 94%;

    color: #607d8b;

    font-size: 16px;

    padding: 5px 10px;

    border: none;

    background-color: #fff;

    -moz-transition: all 0.2s ease-in;

    -o-transition: all 0.2s ease-in;

    -webkit-transition: all 0.2s ease-in;

    transition: all 0.2s ease-in;

    position: absolute;

    right: 0;

    z-index: -1;

	text-align: right;

  /* IE 9 Fix */

}

.file-upload-input:hover, .file-upload-input:focus {

  background-color: #fff;

  outline: none;

}



.file-upload-button {

	cursor: pointer;

	color: #fff;

	font-size: 16px;

	padding: 10px 30px;

	border: none;

	border-radius: 5em;

	margin: 0;

	background-color: #f26122;

	/* IE 9 Fix */

	-moz-transition: all 0.2s ease-in;

	-o-transition: all 0.2s ease-in;

	-webkit-transition: all 0.2s ease-in;

	transition: all 0.2s ease-in;

}

.file-upload-button:hover {

  background-color: #313e49;

}



.clr_ {color: #f26122;}

.upp_ {text-transform: uppercase;}



.info_scr {

    width: 450px;

    padding: 20px;

    margin: 0 auto;

    display: inline-grid;

    border: 5px solid #ddd;

	-webkit-transition: 3000ms;

	-moz-transition: 3000ms;

	-o-transition: 3000ms;

	transition: 3000ms;

}

.info_scr:hover {border: 5px solid #f26122;}

.info_scr h3 span{

    font-size: 0.8em;

    display: block;

    color: #313e49;

    font-weight: 300;

    text-transform: lowercase;

}

.info_scr p{font-size: 0.8em;text-align: right;}



#sended {

	background: linear-gradient(#181f2aba, #181f2aba), url(../img/bg_home.jpg);

	background-size: cover;

	background-position: center;

	padding: 230px 100px;

	color: #fff;

}



#sended  h2 {

    font-size: 5em;

    margin: 2rem 0;

    font-weight: 800;

    font-style: italic;

    text-transform: uppercase;

}



#sended .btn-default {

    color: #fff;

    background-color: #2b63e4;

    border-color: #2b63e4;

    border-radius: 50%;

    padding: 20px;

    width: 100px;

    height: 100px;

    font-size: 30px;

    box-shadow: 0 0 5px rgb(0 0 0 / 60%);

	-webkit-transition: 300ms;

	-moz-transition: 300ms;

	-o-transition: 300ms;

	transition: 300ms;

}



#sended .btn-default:focus,

#sended .btn-default:hover {

	color: #fff;

    background-color: #232323;

    border-color: #232323;

	transform: scale(1.2);

	-webkit-transform: scale(1.2);

	-moz-transform: scale(1.2);

	-o-transform: scale(1.2);

}



#sended .btn-default i {

	-webkit-transition: -webkit-transform .8s ease-in-out;

          transition:         transform .8s ease-in-out;

}

#sended .btn-default:hover i {

	-moz-transform: scale(1.5) rotate(-360deg);

	-webkit-transform: scale(1.5) rotate(-360deg);

	transform: scale(1.5) rotate(-360deg);

}



.logo_send {

    width: 250px;

    padding: 10px;

    margin: 0 auto;

    display: block;

}

.topper.navbar-inverse {

    background-color: #fff;

    border-color: #fff;

}

.navbar-inverse{
  margin-bottom: 0px;
  border: none;
}

#sended .btn-success {

    color: #fff;

    background-color: #f36e34;

    border-color: #f36e34;

    width: 50px;

    height: 50px;

    border-radius: 50%;

}

#sended .btn-success:focus,

#sended .btn-success:hover {

	background-color: #313e49;

    border-color: #313e49;

}

p.av_priv {
    font-size: 14px;
}

.av_ {
    color: #f26122;
    font-weight: bold;
}

ul.av_list li {
    list-style: upper-roman !important;
}


.row {
  margin-right: 0px;
  margin-left: 0px;
}


/*ESTILOS NUEVOS PAGINA*/

.row {
  margin-right: 0px;
  margin-left: 0px;
}


.welcome-banner{
  background-color: #94c93b;
}

.welcome-banner p{
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 13px;
}

.navbar-inverse .navbar-nav .open .dropdown-menu>li>a, 
    .navbar-inverse .navbar-nav .open .dropdown-menu {
       border: none;
       box-shadow: none;
       border-radius: 0;
    }


    .navbar-inverse .navbar-nav>li>a:focus,
    .navbar-inverse .navbar-nav>li>a:hover {
        background-color: transparent !important; /* Cambiar el color de fondo a transparente */
    }

    .dropdown-menu > li {
      margin-bottom: 10px; /* Cambiar el valor según lo que desees */
  }


  /*SECCION BANNER PRINCIPAL*/

  #banner {
    position: relative;
    width: 100%;
}

#banner img {
    width: 100%;
    height: auto;
}

.texto-banner {
    position: absolute;
    top: 54%;
    left: 7%; /* Puedes ajustar este valor según tu diseño */
    transform: translateY(-50%);
    color: white;
    z-index: 1; /* Para que esté por encima de la imagen */
}

.texto-chico {
    font-size: 18px;
    opacity: .9;
}

.texto-grande {
    font-size: 50px;
    margin: 10px 0;
    font-weight: bold;
    text-shadow: #000 1px 0 10px;
    line-height: 1.5;
}

.rectangulo {
    width: 200px; /* Ancho del rectángulo */
    background-color: #53B9C7;/* Color de fondo del rectángulo con transparencia */
   padding-top: 10px;
   padding-bottom: 10px;
    text-align: center;
}

.rectangulo p {
    color: rgb(0, 0, 0);
    margin-bottom: 0;
    opacity: .7;
}

@media only screen and (min-width: 546px) and (max-width: 856px) {
  
  .texto-chico {
    font-size: 13px;
}

.texto-grande {
  font-size: 23px;
}

}


@media only screen and (min-width: 414px) and (max-width: 545px) {
  
  .texto-chico {
    font-size: 10px;
}

.texto-grande {
  font-size: 15px;
}

}

@media only screen and (min-width: 274px) and (max-width: 413px) {
  
  .texto-chico {
    font-size: 7px;
}

.texto-grande {
  font-size: 10px;
}

}


/*SECCION BANNER PRINCIPAL*/


/*SECCION DIFERENCIAS*/
.tablaP{
  margin-top: 80px ;
}


.titDif{
font-size: 40px;
line-height: 1.5;
margin-bottom: 50px;
color: #000;
}

 /* Estilos para la tabla */
/* Estilos para la tabla */
table {
  width: 75%;
  margin: 0 auto;
  border-collapse: collapse;
  border: 1px solid #ccc;
  
}

th, td {
  padding: 8px;
  text-align: center;
  border: 1px solid #ccc;
}

th {
  background-color: #f2f2f2;
  
}

/* Estilos para las columnas */
.columna1 {
  width: 50%;
  border-right-color: transparent; /* Establece el color del borde derecho como transparente */
  background-color: #424B54;
  color: white;
  border-top-left-radius: 15px; /* Bordes redondeados para la esquina inferior izquierda */
  border-top-right-radius: 15px;
  border-top-color: transparent;
  border-left-color: transparent;
  padding: 15px;
}

.columna2 {
  width: 50%;
  background-color: #94C93B;
  color: white;
  border-top-left-radius: 15px; /* Bordes redondeados para la esquina inferior izquierda */
  border-top-right-radius: 15px;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}

.fila1 {
  border-right-color: transparent; /* Establece el color del borde inferior como transparente */
}

.colum2{
  margin-bottom: 90px;
}

td{
  text-align: left;
  padding: 15px;
  font-size: 14px;
  font-weight: 400;
}


.productos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 35px;
}

.producto {
  width: calc(25% - 10px); /* El ancho de cada producto es el 25% del contenedor menos el espacio entre ellos */
  margin-bottom: 20px;
}

.producto img {
  width: 100%; /* La imagen ocupará todo el ancho del contenedor */
  height: auto; /* La altura se ajustará automáticamente para mantener la proporción */
}

.producto h3, .producto p {
  text-align: left;
  font-size: 15px;
}


/*SECCION DIFERENCIAS*/


/*SECCION CARRUSEL DE TEXTO*/
.textCarrusel {
  margin-top: 20px;
  margin-bottom: 80px;
  padding: 40px;
  position: relative;
}

.carruselText {
    background-color: #0F75BC;
    height: 560px;
    padding: 90px;
    overflow: hidden;
}
.imgCarrusel {
  padding: 0px;
}

.imgMujer {
  height: 560px;
}

.textosC {
  color: white;
  font-size: 36px;
  line-height: 1.8;
  display: none;
}

.textosC.active {
  display: block;
}

.controls {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.arrow {
  cursor: pointer;
  font-size: 36px;
  color: white;
}

.arrow:hover {
  color: #ccc;
}

.textosC {
  color: white;
  
  font-size: 26px;
  line-height: 1.8;
}

.textosC.active {
  display: block;
  animation: slideInOut 0.9s forwards;
}

@keyframes slideInOut {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  50% {
    transform: translateX(-10%);
    opacity: 0.7;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/*SECCION CARRUSEL DE TEXTO*/



/*FOOTER*/

.deneb_footer .widget_wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
  /* padding-bottom: 70px; */
}
@media (max-width: 767px) {
  .deneb_footer .widget_wrapper .widget {
      margin-bottom: 40px;
  }
}
.deneb_footer .widget_wrapper .widget .widget_title {
  margin-bottom: 30px;
}
.deneb_footer .widget_wrapper .widget .widget_title h4 {
  font-weight: bold;
}
.deneb_footer .widget_wrapper .widget .widget_title h4:after {
  content: "";
  display: block;
  max-width: 38px;
  height: 2px;
  margin-top: 5px;
}
.deneb_footer .widget_wrapper .widegt_about p {
  margin-bottom: 20px;
}
.deneb_footer .widget_wrapper .widegt_about .social li {
  display: inline-block;
  margin-right: 10px;
}
.deneb_footer .widget_wrapper .widegt_about .social li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background-color: #f7f7f7;
  color: #313E49;
  font-size: 14px;
  -webkit-transition: all all 0.5s ease-out 0s;
  -moz-transition: all all 0.5s ease-out 0s;
  -ms-transition: all all 0.5s ease-out 0s;
  -o-transition: all all 0.5s ease-out 0s;
  transition: all all 0.5s ease-out 0s;
}
.deneb_footer .widget_wrapper .widegt_about .social li a:hover,
.deneb_footer .widget_wrapper .widegt_about .social li a:focus {
  background-image: -moz-linear-gradient(0deg, #73BF43 0%, #73BF43 100%);
  background-image: -webkit-linear-gradient(0deg, #73BF43 0%, #73BF43 100%);
  background-image: -ms-linear-gradient(0deg, #73BF43 0%, #73BF43 100%);
  color: #fff;
  box-shadow: 2.5px 4.33px 15px 0px rgba(0, 254, 59, 0.4);
}
.deneb_footer .widget_wrapper .widget_link ul li {
  margin-bottom: 5px;
}
.deneb_footer .widget_wrapper .widget_link ul li a {
  text-transform: capitalize;
  color: #ffffff;
}
.deneb_footer .widget_wrapper .widget_link ul li a:hover,
.deneb_footer .widget_wrapper .widget_link ul li a:focus {
  color: #73BF43;
}
.deneb_footer .widget_wrapper .widget_contact .contact_info .single_info {
  max-width: 350px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.deneb_footer .widget_wrapper .widget_contact .contact_info .single_info .icon {
  font-size: 12px;
  color: #73BF43;
  margin-right: 10px;
}
.deneb_footer .widget_wrapper .widget_contact .contact_info .single_info .info p a {
  color: #ffffff;
}
.deneb_footer .widget_wrapper .widget_contact .contact_info .single_info .info p span {
  display: block;
}

.deneb_footer .copyright_area {
  background:  #0F75BC;
  padding: 10px 0;
}
.deneb_footer .copyright_area .copyright_text {
  text-align: center;
}
.deneb_footer .copyright_area .copyright_text p {
  color: #ffffff;
}
.deneb_footer .copyright_area .copyright_text p span {
  color: #feb000;
}
.deneb_cta .cta_wrapper {
    padding: 45px 50px 42px;
    max-width: 970px;
    border-radius: 15px;
    margin: auto;
    margin-bottom: -135px;
    position: relative;
    background-image: -moz-linear-gradient(0deg, #73BF43 0%, #ffffff 100%);
    background-image: -webkit-linear-gradient(0deg, #5fc142 0%, #ffffff 100%);
    background-image: -ms-linear-gradient(0deg, #73BF43 0%, #ffffff 100%);
    box-shadow: 2.5px 4.33px 15px 0px rgba(17, 158, 12, 0.4);
    z-index: 1;
}
.deneb_cta .cta_wrapper:after {
  content: "";
  background-position: bottom;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.deneb_cta .cta_wrapper .cta_content h3 {
  color: #fff;
  font-weight: bold;
}
@media (max-width: 767px) {
  .deneb_cta .cta_wrapper .cta_content h3 {
      font-size: 24px;
  }
}
.deneb_cta .cta_wrapper .cta_content h3:after {
  content: "";
  display: block;
  max-width: 110px;
  height: 2px;
  margin-top: 13px;
  margin-bottom: 24px;
}
.deneb_cta .cta_wrapper .cta_content p {
  color: #fff;
}
.deneb_cta .cta_wrapper .button_box {
  float: right;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deneb_cta .cta_wrapper .button_box {
      float: none;
      text-align: left;
      margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .deneb_cta .cta_wrapper .button_box {
      float: none;
      text-align: center;
      margin-top: 30px;
  }
}
.deneb_cta .cta_wrapper .button_box .deneb_btn {
  background: #fff;
  color: #011a3e;
}
.deneb_cta .cta_wrapper .button_box .deneb_btn:hover,
.deneb_cta .cta_wrapper .button_box .deneb_btn:focus {
  box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
}

.footer{
  background-color: #0F75BC;
}

.deneb_cta{
  padding: 0px;
}
/*FOOTER*/


/*SECCION DE MERCADO  META*/
#bg_02 {
  background-image: url(../img/img1gota9-transformed.png);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  padding-bottom: 70px;
  padding-top: 0;
  margin-bottom: 30px;
}

.btn-warning{
  background-color: #0F75BC;
  border-color: #0F75BC;
}

.textmer{
  font-size: 17px;
}
/*SECCION DE MERCADO  META*/


/*SECCION DE HISTORIA Y MISION VISION Y TODO ESO*/

#historia{
  padding: 40px;
  font-family: "Lexend Deca", sans-serif;
  margin-bottom: 60px;
}

.titHis{
  color: #000;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 400;
  font-size: 40px;

}

.divhist p{
  font-size: 17px;
  text-align: justify;
}

.divmi h2{
 color: #0F75BC;
 font-family: "Lexend Deca", sans-serif;
 font-weight: 400;
  font-size: 40px;
}

.divvi h2{
color: #73BF43;
font-family: "Lexend Deca", sans-serif;
font-weight: 400;
  font-size: 40px;
  margin-top: 0;
}

.divva h2 {
color: #F47321;
font-family: "Lexend Deca", sans-serif;
font-weight: 400;
  font-size: 40px;
  margin-top: 0;
}

.divtres p{
  text-align: justify;
  font-size: 17px;
}
/*SECCION DE HISTORIA Y MISION VISION Y TODO ESO*/

/*FORMULARIO DEL FOOTER*/
.deneb_cta .cta_wrapper {
    padding: 45px 50px 42px;
    max-width: 970px;
    border-radius: 15px;
    background-color: #73BF43;
    box-shadow: 2.5px 4.33px 15px 0px rgb(0 0 0 / 40%);
    z-index: 1;
}

.deneb_cta .cta_wrapper .cta_content h3 {
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  font-family: "Lexend Deca", sans-serif;
}

.deneb_cta .cta_wrapper .cta_content p {
  color: #fff;
  font-size: 17px;
  font-family: "Lexend Deca", sans-serif;
}

.deneb_cta .cta_wrapper .form_box {
  float: right;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deneb_cta .cta_wrapper .form_box {
      float: none;
      text-align: left;
      margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .deneb_cta .cta_wrapper .form_box {
      float: none;
      text-align: center;
      margin-top: 30px;
  }
}

.deneb_cta .cta_wrapper .form_box .btn {
  background: #fff;
  color: #011a3e;
  border-radius: 14px;
  padding: 10px 20px;
  border-color: white;
}

.deneb_cta .cta_wrapper .form_box .btn:hover,
.deneb_cta .cta_wrapper .form_box .btn:focus {
  box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.5);
  background-color: #0F75BC;
  border-color: #0F75BC;
  color: white;
}


/* Añadí estilos para los campos de formulario */
.deneb_cta .cta_wrapper .form_box .form-control {
  margin-bottom: 15px;
  min-width: 450px; /* Ancho mínimo del campo de entrada */
}

.pfot{color: white;

  font-family: "Lexend Deca", sans-serif;}

/*FORMULARIO DEL FOOTER*/


/*MEDIA QUERIES*/



@media only screen and (min-width: 994px) and (max-width: 1212px) {
  
  .textosC{
    font-size: 20px;
  }
}

@media only screen and (min-width: 631px) and (max-width: 720px) {
  
  .textosC{
    font-size: 22px;
  }
  
 
}

@media only screen and (min-width: 558px) and (max-width: 630px) {
  
  .textosC{
    font-size: 20px;
  }
  
 
}

@media only screen and (min-width: 424px) and (max-width: 557px) {
  
  .textosC{
    font-size: 18px;
  }
  
  .carruselText{
    padding: 20px;
   padding-top: 80px;

  }
}

@media only screen and  (max-width: 423px) {
  
  .textosC{
    font-size: 13px;
  }
  
  .carruselText{
    padding: 20px;
   padding-top: 80px;
height: 500px;
  }

  
}

@media only screen and  (max-width: 991px) {
  
  .deneb_footer .widget_wrapper{
    padding-top: 160px !important;
  }
  
}

@media only screen and (min-width: 992px) and  (max-width: 1200px) {
  
  .deneb_cta .cta_wrapper .form_box .form-control {
    margin-bottom: 15px;
    min-width: 790px; /* Ancho mínimo del campo de entrada */
  }
  
}

@media only screen and (min-width: 400px) and  (max-width: 589px) {
  
  .deneb_cta .cta_wrapper .form_box .form-control {
   
    min-width: 230px; /* Ancho mínimo del campo de entrada */
    margin-bottom: 15px;
  }
  
}

@media only screen and  (max-width: 399px) {
  
  .deneb_cta .cta_wrapper .form_box .form-control {
   
    min-width: 100%; /* Ancho mínimo del campo de entrada */
    margin-bottom: 15px;
  }
  
}

@media only screen and   (max-width: 479px) {
  body section {
    overflow: visible !important; /* Anulamos el estilo de ocultar el desbordamiento */
}
}
/* @media only screen and (min-width: 470px) and (max-width: 684px) {
  
  .textosC{
    font-size: 19px;
  }
  .carruselText{
    padding: 50px;
    padding-top: 70px;
  }
} */



/*MEDIA QUERIES*/

/*waap*/

#wa_ {
	position: fixed;
    bottom: 4%;
	right: 30px;
	z-index: 100;
}
#wa_ .btn-success {
    color: #fff;
    background-color: #25d366;
    border-color: #25d366;
    border: 3px solid #fff;
    border-radius: 5em;
    padding: 15px;
    box-shadow: 0 0 10px 5px #00000047;
    text-shadow: -1px 0 1px #0006;
}
#wa_ .btn-success:hover, #wa_ .btn-success:focus {
    background-color: #128c7e;
    border-color: #128c7e;
    border: 3px solid #fff;
}
#wa_ .btn-success i{
    font-size: 25px;
    line-height: 0;
    position: relative;
    top: 4px;
}

#WApp_ {background: linear-gradient(30deg, #075e54bf, #25d366bf);}


#WApp_ a {color: #fff;}
#WApp_ a:hover {color: #25d366;}

/*waap*/
#historia {

    overflow: hidden; /* Oculta el desplazamiento horizontal */
}

#historia p,
#historia h1 {
    opacity: 0;
    transform: translateX(-50%);
    transition: opacity 1s ease, transform 1s ease; /* Aumenta la duración de la transición */
}

#historia p.visible,
#historia h1.visible {
    opacity: 1;
    transform: translateX(0);
}

#historia .divtres h2,
#historia .divtres p {
    opacity: 0;
    transform: translateX(50%);
    transition: opacity 1s ease, transform 1s ease; /* Aumenta la duración de la transición */
}

#historia .divtres h2.visible,
#historia .divtres p.visible {
    opacity: 1;
    transform: translateX(0);
}