/**
* Template Name: Gp
* Updated: May 30 2023 with Bootstrap v5.3.0
* Template URL: https://bootstrapmade.com/gp-free-multipurpose-html-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Oswald", Sans-serif;
  color: #444444;
  background-color:white;
  /*background-color:#cccccc;*/
}


#loader-wrapper .logo {
left : 48.7%;
position : absolute;
top : 48%;
}
#loader-wrapper .logo a {
font-weight : 700;
color : #2272fc;
font-size : 12px;
}
.logo span {
color : #EA6832;
}
#loader-wrapper {
position : fixed;
top : 0;
left : 0;
width : 100%;
height : 100%;
z-index : 999999;
background : rgb(23, 53, 87,.5);
}
/*LOADER WRAPPER PROCESANDO.*/
#loader-wrapper-proc {
position : fixed;
top : 0;
left : 0;
width : 100%;
height : 100%;
z-index : 999999;
background : #232C64;
opacity:0.3;
display:none;
}



#loader {
display : block;
position : relative;
left : 50%;
top : 50%;
width : 190px;
height : 190px;
margin : -75px 0 0 -75px;
border-radius : 50%;
border : transparent solid 3px;
border-top-color : #2272fc;
animation : spin 3s linear infinite;
}
#loader:before {
content : "";
position : absolute;
top : 5px;
left : 5px;
right : 5px;
bottom : 5px;
border-radius : 50%;
border : transparent solid 3px;
border-top-color :rgb(23, 53, 87);
animation : spin 4s linear infinite;
}
#loader:after {
content : "";
position : absolute;
top : 15px;
left : 15px;
right : 15px;
bottom : 15px;
border-radius : 50%;
border : transparent solid 3px;
border-top-color : #2272fc;
animation : spin 1.5s linear infinite;
}
@keyframes spin {
0% {
transform : rotate(0deg);
}
100% {
transform : rotate(360deg);
}
}
/*Slider*/
  .slidecontainer {
    width: 100%;
}

.sliderd {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    background: #2e6da4;
    outline: none;
    opacity: 0.7;

    -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 4px;

    -webkit-transition: .2s;
    transition: opacity .2s;

    
}

.sliderd:hover {
    opacity: 1;
}

.sliderd::-webkit-slider-thumb {
    -webkit-appearance: none;
    /*appearance: none;*/
    //width: 25px;
    //height: 25px;
    //background: white;
    //border: 1px solid #e3eae3;
    //cursor: pointer;
    /*display: inline-block;*/
    //width: 22px;
    //height: 21px;
    /*position: absolute;*/
    //top: -7px;
    //z-index: 3;
    /*background: #4CAF50;*/

    background: white;
    border: 1px solid #e3eae3;
    cursor: pointer;
    display: inline-block;
    width: 22px;
    height: 21px;
    /*position: absolute;*/
    top: -7px;
    z-index: 3;

    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;


    cursor: pointer;
}

.sliderd::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #4CAF50;
    cursor: pointer;
}
/*Slider*/
/*Slider*/
/*MENU**/
 @media (min-width: 768px) {
  .sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
  }
  .sidebar-nav .navbar ul {
    float: none;
  }
  .sidebar-nav .navbar ul:not {
    display: block;
  }
  .sidebar-nav .navbar li {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar li a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;

  background: #151515;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 0px);
  left: calc(50% - 30px);
  border: 6px solid  rgb(23, 53, 87);
  border-top-color: #151515;
  border-bottom-color: #151515;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}







/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: black;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  background: #151515;
  border-bottom: 1px solid #222222;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 28px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

#footer .footer-top .footer-info h3 span {
  color:  rgb(23, 53, 87);
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Oswald", Sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #292929;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background:  rgb(23, 53, 87);
  color: #151515;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color:  rgb(23, 53, 87);
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color:  rgb(23, 53, 87);
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background:  rgb(23, 53, 87);
  color: #151515;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #ffcd6b;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
.TextColor1 {
    color:white;
    font-size:30px;
}
.TextRequired {
    color:#fe851a;
    font-size:14px;
}
.text-danger{    color:red;
    font-size:25px;}
/*Modificacion------------*/

.section-title h2 {
  font-size: 30px;/*Modificacion------------*/
  font-weight: 500;
  padding: 0;
  line-height: 22px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color:  rgb(23, 53, 87);
  font-family: "Oswald", Sans-serif;
}

.card {
border-color:rgb(23, 53, 87);
}
.section-title h2::after {
  content: "";
  width: 100%;
  height: 5px;/*Modificacion------------*/
  display: inline-block;
  background: rgb(23, 53, 87);
  margin: 4px 10px;
}
section {
  padding: 20px 0;/*Modificacion------------*/
  overflow: auto;
}

.borde {
   
    border: 2px solid  rgb(23, 53, 87);
    padding-bottom:15px;
    padding-top:15px;
}
.textError {
color:red;
font-size:20px;
}
.textWarning {
color:red;
font-size:16px;
}
.textRiht {
text-align:right;
}
.textCenter {
text-align:center;
}



.form-signin {
    /*background-image: url('img/Login.jpg');
background-color: rgb(23, 53, 87,.4);
    */
    background-image: url('img/signin.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
   background-color:white;
}
#cnt_form {
  background-color:white;
  padding: 3% 5% 7% 5%;
  border-radius: 25px;
  border: 5px solid  #2272fc;
  width: 100%;
}
.form-control {
border-color:#2272fc;
}

.DivTrans {
background-color:rgb(23, 53, 87,.4);
width:100%;
height:130%;
}

.leaf {
  --size: 500px;
  --gradient: linear-gradient(Highlight, #2272fc);

  background: var(--gradient);
  width: var(--size);
  height: var(--size);
  border-radius: 0% 0 60% 0;
  top:-3px;
  position : fixed;

}
@media (max-width: 992px) {
    .leaf {
  --size: 200px;
  --gradient: linear-gradient(Highlight, #2272fc);

  background: var(--gradient);
  width: var(--size);
  height: var(--size);
  border-radius: 0% 0 60% 0;
  top:-3px;
  position : fixed;

}
}
.Abajo {
  --size: 500px;
  --gradient: linear-gradient(Highlight, #2272fc);

  background: var(--gradient);
  width: var(--size);
  height: var(--size);
  border-radius: 60% 0 00% 0;
  position : fixed;
bottom:1%;
right:0%;

}
@media (max-width: 992px) {
    .Abajo {
  --size: 200px;
  --gradient: linear-gradient(Highlight, #2272fc);

  background: var(--gradient);
  width: var(--size);
  height: var(--size);
  border-radius: 60% 0 00% 0;
  position : fixed;
bottom:1%;
right:0%;

}
}
.cardTop{

   margin-top:15%;
    border:3px solid #2272fc;
    
}
.imguser {
 width:35%; margin-top:-30%;
}

@media (max-width: 992px) {
    .imguser {
 width:30%; margin-top:-30%;
}
}

.form-bg-image {
  background-repeat:no-repeat!important;
  background-position:top center!important
}

.title {
        color:#024a82;
        font-size:18px;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.input-group-append {
    margin-left: -1px;
}
.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}

.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}


.bg-image-vertical {
position: relative;
overflow: hidden;
background-repeat: no-repeat;
background-position: right center;
background-size: auto 100%;
}

@media (min-width: 1025px) {
.h-custom-2 {
height: 100%;
}
}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                figure.pequena { width: 120px; height: 100px; }