@import url('https://fonts.googleapis.com/css?family=Montserrat');


body{

background-color:#fff;
font-family: 'Montserrat', sans-serif;
  position: relative;

}



.centercont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

form {
    text-align: left;
}

input.radius {
    width: 100%;
    margin-top: 18px;
    margin-bottom: 20px;
    background: #f1f1f1;
    height: 40px;
    border: unset;
    font-size: 30px;
    font-weight: bold;
}


.btn-red{
	-moz-box-shadow: 0px 10px 14px -7px #276873;
	-webkit-box-shadow: 0px 10px 14px -7px #276873;
	box-shadow: 0px 10px 14px -7px #276873;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e84545), color-stop(1, #852e2e));
	background:-moz-linear-gradient(top, #e84545 5%, #852e2e 100%);
	background:-webkit-linear-gradient(top, #e84545 5%, #852e2e 100%);
	background:-o-linear-gradient(top, #e84545 5%, #852e2e 100%);
	background:-ms-linear-gradient(top, #e84545 5%, #852e2e 100%);
	background:linear-gradient(to bottom, #e84545 5%, #852e2e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e84545', endColorstr='#852e2e',GradientType=0);
	background-color:#e84545;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	
	font-size:20px;
	font-weight:bold;
	padding:13px 32px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;
}
.btn-red:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #852e2e), color-stop(1, #e84545));
	background:-moz-linear-gradient(top, #852e2e 5%, #e84545 100%);
	background:-webkit-linear-gradient(top, #852e2e 5%, #e84545 100%);
	background:-o-linear-gradient(top, #852e2e 5%, #e84545 100%);
	background:-ms-linear-gradient(top, #852e2e 5%, #e84545 100%);
	background:linear-gradient(to bottom, #852e2e 5%, #e84545 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#852e2e', endColorstr='#e84545',GradientType=0);
	background-color:#852e2e;
}
.btn-red:active {
	position:relative;
	top:1px;
}

.subspan{
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    color: #a92d2d;
    display: inline;
    margin-top: 11px;
}

.subspan:hover {

color:#e88686;
}


.sect{


display:none;

}

.registerinputs {
    display: block;
    position: relative;
    height: 400px;
    overflow: scroll;
    overflow-x: unset;
}


#contenedoriniciointerno {
    display: block;
    height: 600px;
    margin-top:50px;
}

#footer.style_2 .socials ul li a {
    display: block;
    width: 35px;
    height: 35px;
    padding: 7px;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    color: #2d4059;
    opacity: 0.5;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

body.site_layout_14 #footer.style_2 .widget_socials .socials a {
    opacity: 0.25;
    font-size: 25px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.page_title {
    display: none;
}


#description {
    height: 100%;
    width: 100%;
    max-width:900px;
    overflow: hidden;
    position: absolute;
}


.clas_btn {
    display: block;
    font-weight: bold;
    cursor: pointer;
    padding: 10px;
    border: solid 3px;
    width: 191px;
    text-align: center;
    margin-bottom: 7px;
    border-radius: 5px;
    text-decoration:none;
    transition: color 1s ,background 1s;
}



.clas_btn:hover {

background:#ea5455;
color:#fff;
border: solid 3px #ea5455;
text-decoration:none;

}