


body {

	font-family: "Lexend Deca", sans-serif;

	position: relative;

	font-weight:400;

	/* background: #F9F9FB; */
  background: #ffffff;

	color:#43484E;

	font-size: 15px;

}


h1, h2, h3, h4, h5, h6{
  
	font-family: "Lexend Deca", sans-serif;

}


body  section{

	padding: 75px 0;

}



a:focus,

a:hover {

	text-decoration:none;

	outline:none;

	outline-offset: 0;

	color: #43484E;

}





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;

}






/*====================

======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;

}


.navbar-left {
  float: right!important; 
}
#navigation .navbar-nav.navbar-right li {

	padding: 0 1px;

}

#navigation .navbar-nav.navbar-left li {

	padding: 10px 10px;
  margin-right: 25px;

}



#navigation .navbar-nav.navbar-right {

	margin: 10px 0 0 0;

}

#navigation .navbar-nav.navbar-left {
  margin-top: 12px;
  margin-bottom: 13px;
  margin-right: 5%;
}
.logo {
  /* margin-top: 13px; */
  /* margin-bottom: 13px; */
  margin-left: 25%;
  margin-right: 20px;
}


#navigation .navbar-nav.navbar-right li a {

	color: #43484E;

	font-family: 'Spartan', sans-serif;

	font-size: 13px;

	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: #43484E;


	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: #000000;

    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: 180px; }



.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%;
    height: 700px; /* Ajusta según tu diseño */
  overflow: hidden;
}

#banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}




.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 */
    transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

.texto-chico {
    font-size: 18px;
    opacity: .8;
}

.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*/



/*productos*/


.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: 40px;
}

.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;
}

.productos a{
  text-decoration: none;
  color: #43484E;
}

.producto a:hover h3 {
  text-decoration: underline;
}




/*productos*/






/*FOOTER*/

.deneb_footer .widget_wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 90px;
  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: #f9e6d4;
  color: #fba543;
  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, #ffbd27 0%, #feb000 100%);
  background-image: -webkit-linear-gradient(0deg, #ffbd27 0%, #feb000 100%);
  background-image: -ms-linear-gradient(0deg, #ffbd27 0%, #feb000 100%);
  color: #fff;
  box-shadow: 2.5px 4.33px 15px 0px rgba(254, 176, 0, 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: #7a808d;
}
.deneb_footer .widget_wrapper .widget_link ul li a:hover,
.deneb_footer .widget_wrapper .widget_link ul li a:focus {
  color: #feb000;
}
.deneb_footer .widget_wrapper .widget_contact .contact_info .single_info {
  max-width: 250px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.deneb_footer .widget_wrapper .widget_contact .contact_info .single_info .icon {
  font-size: 12px;
  color: #feb000;
  margin-right: 10px;
}
.deneb_footer .widget_wrapper .widget_contact .contact_info .single_info .info p a {
  color: #7a808d;
}
.deneb_footer .widget_wrapper .widget_contact .contact_info .single_info .info p span {
  display: block;
}

.deneb_footer .copyright_area {
  background:  #94c93b;
  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, #ffbd27 0%, #feb000 100%);
  background-image: -webkit-linear-gradient(0deg, #ffbd27 0%, #feb000 100%);
  background-image: -ms-linear-gradient(0deg, #ffbd27 0%, #feb000 100%);
  box-shadow: 2.5px 4.33px 15px 0px rgba(254, 176, 0, 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: #ffffff;
}

.deneb_cta{
  padding: 0px;
}
/*FOOTER*/

.contfot{
  margin: 0;
  margin-left: 20px;
  color: white;
 
}

.contfot a{
  color: rgba(255, 255, 255, 0.725) ;
 
}


.contfot p{
  opacity: .8;
}

.deneb_footer .widget_wrapper{
  padding-top: 60px;
}

.footer {
  background-color: #ffffff ;
}

.copyright_area{
  background-color: #006A77 !important;
}

.fa-instagram{
  color: white;
  opacity: .8;
}
.fa-instagram:hover{
 
  opacity: 1;
}

.fa-facebook-f{
  color: white;
  opacity: .8;
}

.fa-facebook-f:hover{
 
  opacity: 1;
}

.ahov:hover{
 color: white;
}

.imgfot{
 
    max-width: min(100%, 200px);
    height: auto;
}










/*PAGINA HTML DE CONTACTO*/
#contacto {
  padding: 40px;
  text-align: center;
}

#contacto h1{
  font-weight:600;
  font-family: "Lexend Deca", sans-serif;
  font-size: 52px;
  color: #006A77;
  margin-bottom: 6%;
}




.form-group {
  margin-bottom: 20px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  width: 100%;
  padding: 14px;
  border: 1px solid #6a6a6a;
  border-radius: 4px;
}

button {
  background-color: #94c93b;
  color: white;
  border: none;
  padding: 15px 40px;
  cursor: pointer;
}

button:hover {
  background:#11b1c6;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
textarea::placeholder {
  font-family: "Lexend Deca", sans-serif;
    color: #333333; /* Color del texto del placeholder */
    font-size: 16px;
}
/*PAGINA HTML DE CONTACTO*/




/*SECCION NOSOTROS*/

.nosotros{
  padding: 80px;
  padding-top: 100px;
  padding-bottom: 100px;
  
}

#nosotros h2{
  font-size: 3.5rem;
}

#nosotros p{
  font-size: 2rem;
}

#nosotros span {
  color: #17154C;
}

.img_us {
  object-fit: fill;
  border-radius: 16px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  max-width: 600px;
}

#separacion {
  position: relative;
  background: url(../img/sepa.jpg);
  background-attachment: fixed;
  background-position: 50% 30%;
  background-size: cover;
  padding: 80px 0;
  color: #fff;
}

#separacion::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Ajusta la opacidad según necesites */
  z-index: 1;
}

#separacion .container {
  position: relative;
  z-index: 2; /* Para que el texto esté por encima del fondo oscuro */
}

#separacion p {
  font-size: 3rem;
  font-weight: bold;
}

.products {
  background-color: #aeb4cf;
  padding: 80px;
  padding-top: 100px;
  padding-bottom: 50px;
}

.titDif {
  font-size: 40px;
  line-height: 1.5;
  margin-bottom: 50px;
  color: #8C8A8B;
}

.imgprop{
  width: 350px;
}

.zoom-effect {
  overflow: hidden;
  position: relative;
  border-radius: 30px;
}

.zoom-effect img {
  transition: transform 0.3s ease;
}

.zoom-effect:hover img {
  transform: scale(1.1);
}

.producto h3{
  color: #17154C;
}

#btnArriba {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #898989;
  color: white;
  border: none;
  padding: 10px 12px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  display: none; /* Oculto por defecto */
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  z-index: 100;
}

#btnArriba:hover {
  background-color: #17154C;
}


footer {
  position: relative;
  bottom: 0;
  width: 100%;
  background-color: #222;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10%; /* Más separación de los bordes */
  font-size: 14px;
}

/* Estilos del logo y nombre */
.logo-container {
  display: flex;
  align-items: center;
}

.logo-container img {
  width: 130px; /* Tamaño del logo */
  height: auto;
  margin-right: 10px;
}

/* Estilos del enlace de contacto */
.contact-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color:#17154C;
  font-size: 14px;
}

.contact-link i {
  margin-right: 5px; /* Espacio entre icono y texto */
  font-size: 16px;
  color:#17154C;
}

.contact-link:hover {
  color: #17154C;
}

.copimanadex{
  color:#17154C;
}

.copimanadexa{
  color:#17154C;
}
.copimanadexa:hover{
  color: #17154C;
}


/*ESTILOS NUEVOS*/

.h1cen{
  color: #17154C;
}