/*Codigo de CSS que esta disponible en toda la aplicacion */
.input-name-75{
    width: 75px;
    justify-content: start;
}
.input-name-100{
    width: 100px;
    justify-content: start;
}
.input-name-125{
    width: 125px;
    justify-content: start;
}
.input-name-150{
    width: 150px;
    justify-content: start;
}

.input-name-175{
    width: 175px;
    justify-content: start;
}

.input-name-200{
    width: 200px;
    justify-content: start;
}

.input-name-225{
    width: 225px;
    justify-content: start;
}

.input-name-250{
    width: 250px;
    justify-content: start;
}

.bg-shp{
    background-color: #eba900;
}

.btn-shp {
    color: rgba(255, 255, 255, 0.9) !important;
    font-weight: 500;
    background: #eba900;
    border: 2px solid;
    border-color: #eba900;
}
.btn-shp:hover {
    color: rgba(255, 255, 255, 1) !important;
    box-shadow: 0 4px 16px #623c21;
    text-shadow: 0.2px 0.2px 0.2px #fff;
    transition: all 0.2s ease;
}

.btn-shp:focus {
    outline: none;
    box-shadow: none;
    background: #eba900;
    color: rgba(255, 255, 255, 1) !important;
    box-shadow: 0 4px 16px #623c21;
    text-shadow: 0.2px 0.2px 0.2px #fff;
    transition: all 0.2s ease;
    border-color: #eba900;
}

.text-shp{
    color: #623c21;
    font-weight: bold;
}

.boton-menu-shp {
    color: rgba(255, 203, 71, 1) !important;
    font-weight: 500;
    background: #eba900;
    border: 2px solid;
    border-color: #B07E00;
}
.boton-menu-shp:hover {
    color: rgba(255, 203, 71, 1) !important;
    box-shadow: 0 4px 16px #623c21;
    border-color: #eba900;
    transition: all 0.2s ease;
}
.boton-menu-shp:focus{
    outline: none;
    box-shadow: none;
    background: #eba900;
    box-shadow: 0 4px 16px #623c21;
    transition: all 0.2s ease;
    border-color: #eba900;
}

.activado{
    color: #eba900 !important;
    background: #623c21 !important;
}
.indice-pagina{
background: #EBA900;
color: #623c21;
}

.indice-pagina:hover{
color: #eba900;
background: #623c21;
}

.page-item.activo .page-link {
    z-index: 3;
    color: #fff;
    color: #eba900;
    background-color: #623c21;
    border-color: #623c21;
}

input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #eba900;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}


.container {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
}

.cont1 {
	background: #eba900;
	position: relative;
	height: 600px;
	width: 360px;
	box-shadow: 0px 0px 20px rgb(255, 215, 110);
}

.contenedor2{
	z-index: 1;
	position: relative;
	height: 100%;
}

.screenb {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
}

.bshape {
	transform: rotate(45deg);
	position: absolute;
}

.bshape1 {
	height: 520px;
	width: 520px;
	background: #E1E1E1;
	top: -50px;
	right: 120px;
	border-radius: 0 72px 0 0;
}

.bshape2 {
	height: 150px;
	width: 400px;
	background: rgb(237, 200, 104);
	 opacity: 0.5;
	top: -172px;
	right: 0;
	border-radius: 32px;
}

.bshape3 {
	height: 150px;
	width: 190px;
	background: rgb(237, 200, 104);
	 opacity: 0.5;
	top: 200px;
	right: 0;
	border-radius: 32px;
}

.bshape4 {
	height: 250px;
	width: 200px;
	background: rgb(237, 200, 104);
	 opacity: 0.5;
	top: 420px;
	right: 50px;
	border-radius: 60px;
}

.cuadro {
	width: 320px;
	padding: 30px;
	padding-top: 156px;
}

.field {
	padding: 20px 0px;
	position: relative;
}

.icon {
	position: absolute;
	top: 30px;
	color: rgb(179, 137, 29);
}

.input_ {
	border: none;
	border-bottom: 2px solid #D1D1D4;
	background: none;
	padding: 10px;
	padding-left: 24px;
	font-weight: 700;
	width: 75%;
	transition: .2s;
}

.input_:active,
.input_:focus,
.input_:hover {
	outline: none;
	border-bottom-color: rgb(250, 185, 15);
}










