:root {
  --colorPrincipal:#001F7A;
  --colorSecundario:#004350;
  --colorTerciario:#003843;
  --colorCuarto:#F27900;
  --colorEnlaces:white;
  --smallFont:13px;
  --smallTitFont:25px;
}
*{font-family: poppins;}
.csc{display: flex; justify-content: center; align-items: flex-start; flex-direction: column;}
.es{display: flex; justify-content: flex-end; align-items: flex-start;}
.ecc{display: flex; justify-content: center; align-items: flex-end; flex-direction: column;}
.cc{display: flex; justify-content: center; align-items: center;}
.ec{display: flex; justify-content: flex-end; align-items: center;}
.ce{display: flex; justify-content: center; align-items: flex-end;}
.sc{display: flex; justify-content: flex-start; align-items: center; }
.ac{display: flex; justify-content: space-around; align-items: center; }
.bc{display: flex; justify-content: space-between; align-items: center; }
.ecc{display: flex; justify-content: flex-end; align-items: center; flex-direction: column;}
.ccc{display: flex; justify-content: center; align-items: center; flex-direction: column;}
.scc{display: flex; justify-content: flex-start; align-items: center; flex-direction: column;}
.ssc{display: flex; justify-content: flex-start; align-items: flex-start; flex-direction: column;}
.csc{display: flex; justify-content: center; align-items: flex-start; flex-direction: column;}
.eee{display: flex; justify-content: center; align-items: flex-end; flex-direction: column;}
.ccw{display: flex; justify-content: center; align-items: center; flex-wrap: wrap; overflow-x: hidden; overflow-y: auto; align-content: center;}
.alertSw{
  position: fixed !important;
  top: 100px !important; right: 25px !important;
  z-index: 10000000 !important;
  color: white !important;
}
.showOnMovil{display: none !important;}



@media(max-width: 900px)
{
 
body{overflow: hidden!important;}

.hideOnMovil{display: none !important;}
.showOnMovil{display: initial !important;}
p{font-size: 13px;}
}
