

body {

	font-family: 'Spartan', sans-serif;

	position: relative;

	font-weight:400;

	background: #fff;

	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-right {

	margin: 10px 0 0 0;

}



#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-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;

    border-top: 2px solid #f26122;

}



#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: 150px; padding: 10px 0 10px 10px;}



.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;}



footer {

    background: #313e49;

	color: #fff;

	padding: 30px 0;

}

footer a {color: #fff;}

footer a:hover {color: #f26122;}

footer p {margin: 0}



#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 /*/

.letravalor{
    font-size: 1.8em;
    color:#F26122;
}


.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 i {
        display: block; /* Convertir el ícono en un elemento de bloque */
    margin: 0 auto; /* Centrar horizontalmente */
    text-align: center; /* Opcional: no es necesario si el ícono es bloque */
    font-size: 45px; /* Tamaño del ícono */
    padding: 10px;
    color:#F26122;
    }


.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: 17px;
    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;

}

#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;
}

/* CAMBIOS ULTIMOS */

/* SECCIOND DEL FOOTER */
.buroH{
  margin-top: 0;
  font-size: 20px;
}

.buroP{
  font-size: 12px;
}

.imgb{
  max-width: 106px;
}

.imgb2{
  max-width: 120px;
}
.contfooter{
    padding-left: 100px;
    padding-right: 100px;

}

.divFot{
  padding-left: 150px;
  padding-right: 150px;
}

.divFot p{
  font-size: 10px;
}

.visiteda:hover{
  color: #dc6434 !important;
}
.visiteda:visited{
color: white;
}
/* SECCIOND DEL FOOTER */

/* SECCIOND ENTIDAD FINANCIERA */
.row {
  margin-right: 0px;
  margin-left: 0px;
}


#enti{
  padding-left: 100px;
  padding-right: 100px;
}

.imgBE{
  border-radius: 10px;
  margin-bottom: 30px;
}



 /* Estilos para la tablist y la sección de imágenes */
 .tablist {
  width: 400px; /* Ancho de la tablist */
}
.tablist button {
  width: 100%;
  padding: 16px;
  text-align: left;
  border: none;
  outline: none;
  background-color: #f2f2f2;
  cursor: pointer;
  transition: background-color 0.3s;
}
.tablist button:hover {
  background-color: #ddd;
}

.tabcontent img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.tablink.active {
  background-color: #313E49; /* Color de fondo para el tab activo */
  color: white;
}
.infoEF{
  border: 1px solid #ccc; padding: 20px; text-align: center;
  margin-top: 25px;
}
.btnlinkBEF{
  padding: 14px;
  background-color: #F26122;
  border-color: #F26122;
}

.btnlinkBEF:hover{
  background-color: #313E49;
  border-color: #313E49;
}
/* SECCIOND ENTIDAD FINANCIERA */


/* SECCION DE PRODUCTOS */

.product-info {
  margin: 0 auto;
  padding: 20px;
  margin-bottom: 30px;
}

.product-info2 {
  margin: 0 auto;
  padding: 20px;
  padding-bottom: 0;
}

.section-title {
  font-size: 20px;
  font-weight: bold;
  color: #313E49;
}

.divider {
  border-top: 1px solid #313E49;
  width: 100%;
  margin: 20px auto;
  opacity: 20%;
}

.custom-list {
  list-style: none;
  padding: 0;
}

.custom-list li {
  margin-bottom: 20px; /* Espacio entre ítems */
  list-style: none;
  
}

.fa-check-circle {
  color: #F16122; /* Color de la paloma */
  margin-right: 10px; /* Espacio entre la paloma y el texto */
}

.fa-circle{
  color: #3d3c3c; /* Color de la paloma */
  margin-right: 10px; /* Espacio entre la paloma y el texto */
  font-size: 7px;
}

.mardoc{
  margin-bottom: 25px;
  font-weight: bold
}

.titNaj{
  color: #F26122;
}



.custom-list-letters {
  padding: 0;
  counter-reset: list-counter;
}

.custom-list-letters li {
  margin-bottom: 10px; /* Espacio entre ítems */
  list-style: none; /* Eliminar el marcador del elemento li */
}


.sub-list-points {
  margin-top: 5px; /* Espacio entre la lista ordenada y la lista desordenada */
}

.sub-list-points li {
  list-style: disc; /* Utilizar puntos como marcador para la lista desordenada */
  margin-left: 20px; /* Indentar la lista desordenada */
}

.documentspoint{
  list-style-type: disc !important;
}

/* 
SECCION DE PRODUCTOS */


@media only screen and  (max-width: 991px) {
 .imgFOT{
  width: 30%;
 }

 .marFOT{
  margin-bottom: 40px;
 }
 .marFOT2{
  margin-bottom: 20px;
 }
  
}


@media only screen and  (max-width: 757px) {
  .imgFOT{
   width: 50%;
  }
 
   
 }

 .rn{
  
    background: linear-gradient(#f26122f5, #f26122f5), url(../img/bg.svg);
   background-size: cover;

 }

 /* Estilos para la ventana emergente */
 #popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

#popup-content {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  width: 90%;
  max-width: 500px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#popup-content h2 {
  margin-top: 0;
  color: #333;
}

#popup-content p {
  font-size: 16px;
  color: #555;
  line-height: 1.5;
}

#popup-content button {
  margin-top: 20px;
  padding: 10px 20px;
  background: #007BFF;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}

#popup-content button:hover {
  background: #0056b3;
}
.bnaranja{
    color:#F26122
}

/*MODIFICACIONES FINALES*/


.custom-table {
    width: 100%;
    border-collapse: collapse;
}

.custom-table th, .custom-table td {
    padding: 10px;
    text-align: center;
    border: 1px solid #ddd;
}

.table-header {
    background-color: #F26122;
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    height: 50px;
}

.custom-table thead tr {
    background-color: #F26122;
    color: white;
    font-weight: bold;
}

.custom-table tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

.custom-table .table-total {
    background-color: #666666;
    color: white;
    font-weight: bold;
}

.table-responsive {
    overflow-x: auto;
}


.legal-logo {
    display: block;
    margin: 0 auto;
    max-width: 650px; /* Ajusta el tamaño según necesites */
    height: auto;
}

.legal-logos {
    display: block;
    /*margin: 0 auto;*/
    max-width: 250px; /* Ajusta el tamaño según necesites */
    height: auto;
}

.view-icon {
            font-size: 45px;
            color: #F26122;
            cursor: pointer;
        }
        
        
        
 .cat-notice {
    text-align: center;
    background-color: #f8f9fa;
    color: black;
    font-weight: bold;
    padding: 1rem 1.5rem;
    border: 2px solid black;
    border-radius: 8px;
    max-width: 800px;
    margin: 2rem auto;
    font-size: 1.3rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.gralbaku{
     padding: 20px 0 80px !important;
}


 .cat-notice2 {
    text-align: center;
    color: black;
    font-weight: bold;
    border-radius: 8px;
    margin: 2rem auto;
    font-size: 1.3rem;
}

 #paisSelect {
      padding: 10px 15px;
      font-size: 16px;
      border: 1px solid #ccc;
      border-radius: 8px;
      background-color: white;
      appearance: none;
      background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg width='14' height='10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23999' d='M7 10L0 0h14z'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right 10px center;
      background-size: 12px;
      margin-bottom: 20px;
      width: 250px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
      cursor: pointer;
    }
