/*!
 *   CUSTOM CSS	- Esperanza Inscripcion EB
 *   Author: David Dapozzo
 *   Website: dapozzo.pro <https://dapozzo.pro>
 */


:root {
	--esperanzaweb1: #00537b;
	--esperanzaweb2: #FFBB41;
	--nt: #174193;
  }

body {
	margin:  0;
}

#wpbody-content {
    padding-bottom: 0px;
    float: left;
    width: 100%;
    overflow: visible;
}

.font-app {
	margin: 0;
	font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
  }

#btn-1 {
	/*width: 120px;*/
    color: var(--esperanzaweb1);
    border-color: var(--esperanzaweb1);
    padding: 0.375rem 0.75rem;
}

#btn-1:hover {
	background-color: var(--esperanzaweb1);
	color: white;
  }
  

.color-esperanza1{
	background-color: var(--esperanzaweb1);
}



.dap-icon-white {
    --fa-border-color: WhiteSmoke;
    --fa-border-padding: 2em;
    --fa-border-radius: 0.25em;
    --fa-pull-margin: 2em;

    font-size: 8em;
  }

#wpcontent{
    margin-left: 140px;
}

.tableCustom1 th, .tableCustom td {
    vertical-align: middle;
}

@media only screen and (max-width: 960px){
	.auto-fold #wpcontent, .auto-fold #wpfooter {
		margin-left: 10px;
	}
}

@media only screen and (max-width: 782px){
	.auto-fold #wpcontent, .auto-fold #wpfooter {
		margin-left: 0px;
		padding-left: 0px;
	}
}

.dap-label-spacing{
	margin-top: 10px;
}

.dp-custom-background{
    background-image: url(../image/fondo1.jpg);
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.dp-custom-fondo-blur{
    background: rgba(24, 24, 16, .2);
    border-radius: 2em;
    backdrop-filter: blur(25px);
    border: 2px solid rgba(255, 255, 255, 0.05);
    background-clip: padding-box;
    box-shadow: 10px 10px 10px rgba(46, 54, 68, 0.03);
}

.dp-admin-menu-title{
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
}

.dap-btn-register {
	background: #fff;
	border-radius: 25px;
	-o-border-radius: 25px;
	-ms-border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	box-shadow: 0px 6px 17px 0px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0px 6px 17px 0px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0px 6px 17px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 6px 17px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 6px 17px 0px rgba(0, 0, 0, 0.15);
	width: 180px;
	border: none;
	margin: 6px 0 50px 0px;
    padding: 10px;
	cursor: pointer;
	color: #333;
	font-weight: 700;
	font-size: 15px;
}
.dap-btn-register:hover {
	background: #ccc;
}

.dp_info_success{
	border-left: 6px solid rgb(6, 250, 79);
}


#e-admin-top-bar-root {
    right: 0;
    font-family: var(--e-a-font-family);
    background: var(--e-a-bg-default);
    box-shadow: 0 4px 6px rgba(0,0,0,.03);
    display: none;
    position: absolute;
    top: 0;
    width: calc(100% - 160px);
    z-index: 1;
}


#wpfooter {
    display: none;
}

.iasd-div-pantalla {
	background: #75e2e9;
	background-image: -moz-linear-gradient( 136deg, rgb(149,153,226) 0%, rgb(139,198,236) 100%);
    background-image: -webkit-linear-gradient( 136deg, rgb(149,153,226) 0%, rgb(139,198,236) 100%);
    background-image: -ms-linear-gradient( 136deg, rgb(149,153,226) 0%, rgb(139,198,236) 100%);
	margin-bottom: -100px!important;
	
}

