/* Estilos para navegadores webkit (Chrome, Safari) */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: #519E82;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #417D66;
}

/* Estilos para navegadores Gecko (Firefox) */
html {
    scrollbar-color: #519E82 #e5e5e5;
}

.justificado{
  text-align: justify;
}

.mt-20{ margin-top:20px; }
.mt-50{ margin-top:50px; }
.ml-50{ margin-left: 50px; }
.mb-50{ margin-bottom: 50px; }

.size-20{ font-size: 40px !important; font-weight: bold;}

.cursor{ pointer:cursor}

/* SLIDERS */
/* Para pantallas normales */
@media screen and (min-width: 992px) {
  .content-box h2 span {
    font-size: 30px !important;
  }
  .welcome_dr_left{
    left:-150px;
  }

   .welcome_dr_dots{
    /* left:750px !important; */
    top:150px !important;
  }
}

/* Para pantallas de móviles */
@media screen and (max-width: 767px) {
  .content-box h2 span {
    font-size: 18px !important;
  }


}

@media screen and (min-width: 768px) {
  .constancias_mobile {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  #btn_registrame{
    margin-top: 20px;
  }
}


.text-right{
  text-align: right;
}

.text-center{
  text-align: center;
}

.centrado{
  margin:0 auto !important;
  text-align:center !important;
}

.derecha{
  float: right !important;
  text-align: right !important;
}

.inner h5{
  font-weight: bold;
  font-size: 18px;
}


/* REGISTRO */
.formulario_registro{
  /* display: none; */
}

.precios { display:none; }
.div_facturacion { display: none; }


p.custom-style {
    background-color: #FAAC1D;
    color: white;
    padding: 10px;
}

p.precio {
    background-color: #FAAC1D;
    color: white;
    padding: 10px;
}

.capitalizar{
  text-transform: capitalize;
}

.mayusculas{
  text-transform: uppercase;
}

.register-section .datos_pago{
  padding:20px;
}


/* DATOS DE PAGO */
.datos_pago img{
  max-width: 150px;
}

#nota{
  text-align: center;
  background-color:#6DB87F;
  color:white;
  padding:10px 15px 10px 15px;
}

#importante{
  text-align: center;
  color:white;
  background-color: #0F6AB0;
  padding:20px;
}


#tabla_datospago{
  width: 50%;
  margin:0 auto;
  margin-top: 50px;
}

#tabla_datospago p{
  text-align: left !important;
  font-size: 15px;
}

#tabla_datospago .row{
  display: flex;
  align-items: center;
  margin-bottom:30px !important;
}

#tabla_datospago .column{
  flex:1;
  text-align: center;
}

.datos_pago .row:nth-child(2) {
  margin-bottom: 40px;
}

/* REGISTRO POLITICAS */
#modal-politicas .contenido{
  padding:20px;
}

.cursor{
  cursor: pointer;
}


.welcome_banner{
  font-family: 'Montserrat Black', sans-serif;
  font-size: 3em;
  text-transform: uppercase;
  font-weight: normal;
  color:white;
  line-height: 35px !important;
}

.enlace{
  cursor: pointer;
}



/* DEVELOPED BY ----------------------- */
* {
  box-sizing: border-box;
}
.brand{
  margin-top: 30px;
  text-align: center;
}
#alvatech-content{
  width: 100%;
  height: 30px;
  margin-top: 30px;
  text-align:center;
  margin-bottom: 50px;
}
#alvatech {
  background: url("../images/alva_brand.svg") no-repeat scroll right center transparent;
  display: inline-block;
  height: 30px;
  transition: all 500ms ease 0s;
  -moz-transition: all 500ms ease 0s;
  width: 135px;
}
#alvatech:hover {
  height: 30px;
  width:250px;
}

#alvatech_black {
  background: url("../images/alva_brand_dark.svg") no-repeat scroll right center transparent;
  display: inline-block;
  height: 30px;
  transition: all 500ms ease 0s;
  -moz-transition: all 500ms ease 0s;
  width: 135px;
}
#alvatech_black:hover {
  height: 30px;
  width:250px;
}


/* END DEVELOPED BY ----------------------- */
