
@font-face {
    font-family: Promp-Bold;
    src: url(fonts/Prompt-Bold.ttf);
}

@font-face {
    font-family: Prompt-Regular;
    src: url(fonts/Prompt-Regular.ttf);
}

/**************************************** globales *************************************************************/
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }


:root {
  --primary-color: #172540;
  --secondary-color: #172540;
  --dark-color: #172540;
  --light-color: #f4f4f4;
  --color-buttons: #fef9f8;
  --font-family: 'Prompt-Regular', sans-serif;
  --heading-font-family: 'Promp-Bold', sans-serif;
  --base-font-size: 1.6rem;
  --base-line-height: 1.7; }

html {
  font-size: 62.5%; }

body{
	font-family: 'Prompt-Regular', sans-serif;
	color:#4e4e4e;
	box-sizing: border-box;
	  /*font-weight: 400;*/
	  /*font-size: 16px;*/
	  /*line-height: 1.7;*/
	  /*color: #777;*/
	  /*padding: 3rem;*/
}

a {
	color: var(--primary-color);
}

a:focus{
   outline:none;
}

a:hover {
	text-decoration:none;
	color:var(--secondary-color) !important;
}
.flex {
    display:flex;
}
.d-none {
    display:none;
}
.d-md-block{
    display: block;
}
.d-md-none {
    display: none!important;
}
.clearfix{
	clear:both;
}

.nopadding {
	padding:0!important;	
}
.m-1 {
    margin:0.5rem;
}
.mx-1 {
    margin:0 0.5rem;
}
.my-1 {
    margin:0.5rem 0;
}
.my-2 {
    margin:2rem 0;
}
.space20{
	padding-top:20px;
}
.marginB {
    margin-bottom: 5rem;
}
h4{
	font-family: 'Promp-Bold', sans-serif;
	color:var(--primary-color);
	font-size:26px;
	font-weight:bold;
	margin-top: 0px;
}
.yellowButtom {
    background: var(--secondary-color);
    color: var(--color-buttons);
    border: 1px solid  var(--secondary-color);
    border-radius: 28px;
        height: auto;
    font-family: "Promp-Bold", sans-serif;
    border: none;
    line-height: 30px;
    padding: 16px;
    display: inline-block;
    font-size: 1.8rem;
    text-transform: uppercase; 
    margin: 10px 0px;
    display: block;
    margin: 10px 0;
    width: 100%;
    text-align: center;
}
.p-100{
    padding-left:100px!important;
}

/**************************************** Index *************************************************************/
.textImg {
    z-index: 999;
    position: absolute;
    font-size: 1.5rem;
    top: 36rem;
    left: 6rem;
    color: #fff;
}
.textImgMobile {
    display: none;
    font-size: 1.7rem;
    color: #000;
}
.contenedor_login{
	background-color:transparent;
	padding:10px;
	/*border-bottom: 5px ridge #A1A1A1;*/
 /*   margin-top: 20rem;*/
}
.marginLogin {
    margin-top: 3rem;
}
.logo_index_cabecera {
	display: flex;
    justify-content: flex-start;
    align-items: center;
}
.contenedor_login_centro {
	margin: 2rem 0;
    /*padding: 5rem 10rem;*/
}
.img-contenedor_login {
	position: absolute;
    top: -8rem;
    left: 0%;
    border-radius: 20px;
}
.loginAccess {
	display: flex;
	justify-content:center;
	margin:2rem 0;
}
.error_acceso{
	background: url(../imagenes/img-acceso.jpg) no-repeat ;
	background-size: 100% auto;
	padding-top: 10% ;
	padding-bottom: 10% ;
	border-radius: 20px;
}
.form_error_acceso {
	background:  #555555c7;
	margin-top:20px ;
	margin-bottom:20px ;
	padding: 30px 20px;
	color:#fff;
	text-align:center;
}
.outIcon {
	display: flex;
    flex-direction: column;
    align-items: center;
}
.navIcons {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-items: flex-end;
    gap: 1rem;
}

/**************************************** home *************************************************************/
.tractor {
    width: 75px;
    margin: 0 2rem 0 0;
    }
.flechaSalir {
    width: 40px;
}    
.navbarDesk {
    display: flex;
    align-items: center; 
}
.navbarDeskLinks {
    flex:auto;
}
.homeCards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px 10px;
  justify-items: center;
    margin: 3rem 0;
  grid-auto-flow: row;
  grid-template-areas:
    ". . . ."
    ". . . .";
    
}
.homeCards a{
    width: 100%;
}
.formBg div {
    font-size: 1.6rem;
    /*background-color: #f2f2f2;*/
    padding: 1.3rem;
}

/*Mis datos*/
.misDatosImg img {
    border-radius: 20px;
    
}

/**/

/* --------------------------------- NOTICIAS ---------------------------------- */



/**************************************** RANKING *******************************************************/



/**************************************** DATOS *******************************************************/

/**************************************** PIE *******************************************************/
.logoPie{text-align: right; margin: 1rem 0;}
.pie-logo{text-align:right;}
.contenedor_pie{
	margin-top:15px;
	background:#f2f2f2;
	padding:15px;
	color: var(--primary-color);  
	border-top:1px solid #000;
	border-bottom: 1px solid #9f9f9f;
	position:fixed;
   	left:0px;
    bottom:0px;
    width:100%;
	

}

.footer-nav a {
    /* color: #666; */
    font-size: 15px;
    position: relative;
    padding: 0 0.7rem;
}
/* .footer-nav a:after {
    background: #666;
    content: '';
    height: 40%;
    position: absolute;
    right: 0;
    top: 30%;
    width: 1px;
} */
.footer-nav a:last-of-type:after {
    display: none;
}
#backtotop {
    padding-top: 15px;
    border-radius: 50%;
    line-height: 48px;
    display: block;
    position: fixed;
    bottom: 50px;
    text-align: center;
    width: 50px;
    right: 30px;
    opacity: 0;
    transition: all 0.4s ease 0s;
    color: #FFF;
    font-size: 11px;
    height: 50px;
    cursor: pointer;
    background-color: var(--primary-color);
    border: 2px solid #fff;
    color: #fff;
}

#backtotop.active {
    opacity: 1;
}





@media only screen and (min-width: 768px)  and (max-width: 959px)  {

}


@media only screen and (min-width: 200px)  and (max-width: 767px)  {
    .input-botonForm {
        width: 100%
    }
    
    .tractor {
        width: 45px;
        margin: 0 2rem 0 0;
    }
    .flechaSalir {
        width: 27px;
    }
    
    .navbarDeskLinks {
        display: flex;
        justify-content: flex-end;
        background-color: #f4f4f4;
        padding: 0 6rem;
        margin-bottom: -1rem;
        margin: 1rem -4rem -1rem -4rem;
    }
    .d-md-block{
        display:none;
    }
    .d-sm-block{
        display: block!important;   
    }
    .marginLogin {
        margin-top: 1rem;
    }
    .navbarDesk {
        display: block;
        align-items: center; 
    }
    .homeCards {
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: 1fr ;
      gap: 10px 10px;
      justify-items: center;
        margin: 3rem 0;
      grid-auto-flow: row;
      grid-template-areas:
        "."
        "."
        "."
        "."
        "."
        "."
        "."
        ".";
    }
.img-contenedor_login{
    position: relative;
    top: 0;
    left: 0%;
    border-radius: 20px;
    width: 100%;
    height: 17rem;
    object-fit: cover;
}
.textImg {
    display: none;
}
.textImgMobile {
    display: block;
    font-size: 1.7rem;
    color: #000;
}
.text-left-m {
    text-align: left!important;
}
.logo_index_cabecera{ 
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}
.logo_index_cabecera img{
    width: 143px;
    
}
.logo_index_cabecera span{
    font-size:1.6rem!important;
    
}
.p-100{
    padding-left:0px!important;
}
.misDatosImg img{
     margin: 2rem 0;
     position: relative;
    top: 0;
    left: 0%;
    border-radius: 20px;
    width: 100%;
    height: 17rem;
    object-fit: cover;
}
.logoPie{text-align: center; margin: 1rem 0;}
.pie-logo{text-align:center ;}

.contenedor_pie{
    /*position: fixed;*/
    /*clear: both;*/
    /*position: relative;*/
	padding:4px;
    margin-top:0px;
    text-align:center;
    display: block;
    position: absolute;
    bottom: auto;
}

.error_acceso{
background: url(../imagenes/img-acceso.jpg) no-repeat ;
	background-size: 100% auto;
	padding-top: 3% ;
	padding-bottom: 3% ;
	background-position: center;
	border-radius: 20px;
}
.footer-nav a {
    font-size: 12px;
}
}